26.19/12.82 YES 28.52/13.51 proof of /export/starexec/sandbox/benchmark/theBenchmark.hs 28.52/13.51 # AProVE Commit ID: 48fb2092695e11cc9f56e44b17a92a5f88ffb256 marcel 20180622 unpublished dirty 28.52/13.51 28.52/13.51 28.52/13.51 H-Termination with start terms of the given HASKELL could be proven: 28.52/13.51 28.52/13.51 (0) HASKELL 28.52/13.51 (1) CR [EQUIVALENT, 0 ms] 28.52/13.51 (2) HASKELL 28.52/13.51 (3) IFR [EQUIVALENT, 0 ms] 28.52/13.51 (4) HASKELL 28.52/13.51 (5) BR [EQUIVALENT, 0 ms] 28.52/13.51 (6) HASKELL 28.52/13.51 (7) COR [EQUIVALENT, 10 ms] 28.52/13.51 (8) HASKELL 28.52/13.51 (9) LetRed [EQUIVALENT, 0 ms] 28.52/13.51 (10) HASKELL 28.52/13.51 (11) NumRed [SOUND, 0 ms] 28.52/13.51 (12) HASKELL 28.52/13.51 (13) Narrow [SOUND, 0 ms] 28.52/13.51 (14) AND 28.52/13.51 (15) QDP 28.52/13.51 (16) QDPSizeChangeProof [EQUIVALENT, 0 ms] 28.52/13.51 (17) YES 28.52/13.51 (18) QDP 28.52/13.51 (19) DependencyGraphProof [EQUIVALENT, 0 ms] 28.52/13.51 (20) QDP 28.52/13.51 (21) QDPSizeChangeProof [EQUIVALENT, 0 ms] 28.52/13.51 (22) YES 28.52/13.51 (23) QDP 28.52/13.51 (24) QDPSizeChangeProof [EQUIVALENT, 11 ms] 28.52/13.51 (25) YES 28.52/13.51 (26) QDP 28.52/13.51 (27) QDPSizeChangeProof [EQUIVALENT, 0 ms] 28.52/13.51 (28) YES 28.52/13.51 (29) QDP 28.52/13.51 (30) QDPSizeChangeProof [EQUIVALENT, 0 ms] 28.52/13.51 (31) YES 28.52/13.51 (32) QDP 28.52/13.51 (33) QDPSizeChangeProof [EQUIVALENT, 0 ms] 28.52/13.51 (34) YES 28.52/13.51 (35) QDP 28.52/13.51 (36) QDPSizeChangeProof [EQUIVALENT, 0 ms] 28.52/13.51 (37) YES 28.52/13.51 28.52/13.51 28.52/13.51 ---------------------------------------- 28.52/13.51 28.52/13.51 (0) 28.52/13.51 Obligation: 28.52/13.51 mainModule Main 28.52/13.51 module Main where { 28.52/13.51 import qualified Prelude; 28.52/13.51 } 28.52/13.51 28.52/13.51 ---------------------------------------- 28.52/13.51 28.52/13.51 (1) CR (EQUIVALENT) 28.52/13.51 Case Reductions: 28.52/13.51 The following Case expression 28.52/13.51 "case compare x y of { 28.52/13.51 EQ -> o; 28.52/13.51 LT -> LT; 28.52/13.51 GT -> GT} 28.52/13.51 " 28.52/13.51 is transformed to 28.52/13.51 "primCompAux0 o EQ = o; 28.52/13.51 primCompAux0 o LT = LT; 28.52/13.51 primCompAux0 o GT = GT; 28.52/13.51 " 28.52/13.51 28.52/13.51 ---------------------------------------- 28.52/13.51 28.52/13.51 (2) 28.52/13.51 Obligation: 28.52/13.51 mainModule Main 28.52/13.51 module Main where { 28.52/13.51 import qualified Prelude; 28.52/13.51 } 28.52/13.51 28.52/13.51 ---------------------------------------- 28.52/13.51 28.52/13.51 (3) IFR (EQUIVALENT) 28.52/13.51 If Reductions: 28.52/13.51 The following If expression 28.52/13.51 "if primGEqNatS x y then Succ (primDivNatS (primMinusNatS x y) (Succ y)) else Zero" 28.52/13.51 is transformed to 28.52/13.51 "primDivNatS0 x y True = Succ (primDivNatS (primMinusNatS x y) (Succ y)); 28.52/13.51 primDivNatS0 x y False = Zero; 28.52/13.51 " 28.52/13.51 The following If expression 28.52/13.51 "if primGEqNatS x y then primModNatS (primMinusNatS x y) (Succ y) else Succ x" 28.52/13.51 is transformed to 28.52/13.51 "primModNatS0 x y True = primModNatS (primMinusNatS x y) (Succ y); 28.52/13.51 primModNatS0 x y False = Succ x; 28.52/13.51 " 28.52/13.51 28.52/13.51 ---------------------------------------- 28.52/13.51 28.52/13.51 (4) 28.52/13.51 Obligation: 28.52/13.51 mainModule Main 28.52/13.51 module Main where { 28.52/13.51 import qualified Prelude; 28.52/13.51 } 28.52/13.51 28.52/13.51 ---------------------------------------- 28.52/13.51 28.52/13.51 (5) BR (EQUIVALENT) 28.52/13.51 Replaced joker patterns by fresh variables and removed binding patterns. 28.52/13.51 ---------------------------------------- 28.52/13.51 28.52/13.51 (6) 28.52/13.51 Obligation: 28.52/13.51 mainModule Main 28.52/13.51 module Main where { 28.52/13.51 import qualified Prelude; 28.52/13.51 } 28.52/13.51 28.52/13.51 ---------------------------------------- 28.52/13.51 28.52/13.51 (7) COR (EQUIVALENT) 28.52/13.51 Cond Reductions: 28.52/13.51 The following Function with conditions 28.52/13.51 "compare x y|x == yEQ|x <= yLT|otherwiseGT; 28.52/13.51 " 28.52/13.51 is transformed to 28.52/13.51 "compare x y = compare3 x y; 28.52/13.51 " 28.52/13.51 "compare2 x y True = EQ; 28.52/13.51 compare2 x y False = compare1 x y (x <= y); 28.52/13.51 " 28.52/13.51 "compare0 x y True = GT; 28.52/13.51 " 28.52/13.51 "compare1 x y True = LT; 28.52/13.51 compare1 x y False = compare0 x y otherwise; 28.52/13.51 " 28.52/13.51 "compare3 x y = compare2 x y (x == y); 28.52/13.51 " 28.52/13.51 The following Function with conditions 28.52/13.51 "max x y|x <= yy|otherwisex; 28.52/13.51 " 28.52/13.51 is transformed to 28.52/13.51 "max x y = max2 x y; 28.52/13.51 " 28.52/13.51 "max1 x y True = y; 28.52/13.51 max1 x y False = max0 x y otherwise; 28.52/13.51 " 28.52/13.51 "max0 x y True = x; 28.52/13.51 " 28.52/13.51 "max2 x y = max1 x y (x <= y); 28.52/13.51 " 28.52/13.51 The following Function with conditions 28.52/13.51 "absReal x|x >= 0x|otherwise`negate` x; 28.52/13.51 " 28.52/13.51 is transformed to 28.52/13.51 "absReal x = absReal2 x; 28.52/13.51 " 28.52/13.51 "absReal1 x True = x; 28.52/13.51 absReal1 x False = absReal0 x otherwise; 28.52/13.51 " 28.52/13.51 "absReal0 x True = `negate` x; 28.52/13.51 " 28.52/13.51 "absReal2 x = absReal1 x (x >= 0); 28.52/13.51 " 28.52/13.51 The following Function with conditions 28.52/13.51 "gcd' x 0 = x; 28.52/13.51 gcd' x y = gcd' y (x `rem` y); 28.52/13.51 " 28.52/13.51 is transformed to 28.52/13.51 "gcd' x zx = gcd'2 x zx; 28.52/13.51 gcd' x y = gcd'0 x y; 28.52/13.51 " 28.52/13.51 "gcd'0 x y = gcd' y (x `rem` y); 28.52/13.51 " 28.52/13.51 "gcd'1 True x zx = x; 28.52/13.51 gcd'1 zy zz vuu = gcd'0 zz vuu; 28.52/13.51 " 28.52/13.51 "gcd'2 x zx = gcd'1 (zx == 0) x zx; 28.52/13.51 gcd'2 vuv vuw = gcd'0 vuv vuw; 28.52/13.51 " 28.52/13.51 The following Function with conditions 28.52/13.51 "gcd 0 0 = error []; 28.52/13.51 gcd x y = gcd' (abs x) (abs y) where { 28.52/13.51 gcd' x 0 = x; 28.52/13.51 gcd' x y = gcd' y (x `rem` y); 28.52/13.51 } 28.52/13.51 ; 28.52/13.51 " 28.52/13.51 is transformed to 28.52/13.51 "gcd vux vuy = gcd3 vux vuy; 28.52/13.51 gcd x y = gcd0 x y; 28.52/13.51 " 28.52/13.51 "gcd0 x y = gcd' (abs x) (abs y) where { 28.52/13.51 gcd' x zx = gcd'2 x zx; 28.52/13.51 gcd' x y = gcd'0 x y; 28.52/13.51 ; 28.52/13.51 gcd'0 x y = gcd' y (x `rem` y); 28.52/13.51 ; 28.52/13.51 gcd'1 True x zx = x; 28.52/13.51 gcd'1 zy zz vuu = gcd'0 zz vuu; 28.52/13.51 ; 28.52/13.51 gcd'2 x zx = gcd'1 (zx == 0) x zx; 28.52/13.51 gcd'2 vuv vuw = gcd'0 vuv vuw; 28.52/13.51 } 28.52/13.51 ; 28.52/13.51 " 28.52/13.51 "gcd1 True vux vuy = error []; 28.52/13.51 gcd1 vuz vvu vvv = gcd0 vvu vvv; 28.52/13.51 " 28.52/13.51 "gcd2 True vux vuy = gcd1 (vuy == 0) vux vuy; 28.52/13.51 gcd2 vvw vvx vvy = gcd0 vvx vvy; 28.52/13.51 " 28.52/13.51 "gcd3 vux vuy = gcd2 (vux == 0) vux vuy; 28.52/13.51 gcd3 vvz vwu = gcd0 vvz vwu; 28.52/13.51 " 28.52/13.51 The following Function with conditions 28.52/13.51 "undefined |Falseundefined; 28.52/13.51 " 28.52/13.51 is transformed to 28.52/13.51 "undefined = undefined1; 28.52/13.51 " 28.52/13.51 "undefined0 True = undefined; 28.52/13.51 " 28.52/13.51 "undefined1 = undefined0 False; 28.52/13.51 " 28.52/13.51 The following Function with conditions 28.52/13.51 "reduce x y|y == 0error []|otherwisex `quot` d :% (y `quot` d) where { 28.52/13.51 d = gcd x y; 28.52/13.51 } 28.52/13.51 ; 28.52/13.51 " 28.52/13.51 is transformed to 28.52/13.51 "reduce x y = reduce2 x y; 28.52/13.51 " 28.52/13.51 "reduce2 x y = reduce1 x y (y == 0) where { 28.52/13.51 d = gcd x y; 28.52/13.51 ; 28.52/13.51 reduce0 x y True = x `quot` d :% (y `quot` d); 28.52/13.51 ; 28.52/13.51 reduce1 x y True = error []; 28.52/13.51 reduce1 x y False = reduce0 x y otherwise; 28.52/13.51 } 28.52/13.51 ; 28.52/13.51 " 28.52/13.51 28.52/13.51 ---------------------------------------- 28.52/13.51 28.52/13.51 (8) 28.52/13.51 Obligation: 28.52/13.51 mainModule Main 28.52/13.51 module Main where { 28.52/13.51 import qualified Prelude; 28.52/13.51 } 28.52/13.51 28.52/13.51 ---------------------------------------- 28.52/13.51 28.52/13.51 (9) LetRed (EQUIVALENT) 28.52/13.51 Let/Where Reductions: 28.52/13.51 The bindings of the following Let/Where expression 28.52/13.51 "gcd' (abs x) (abs y) where { 28.52/13.51 gcd' x zx = gcd'2 x zx; 28.52/13.51 gcd' x y = gcd'0 x y; 28.52/13.51 ; 28.52/13.51 gcd'0 x y = gcd' y (x `rem` y); 28.52/13.51 ; 28.52/13.51 gcd'1 True x zx = x; 28.52/13.51 gcd'1 zy zz vuu = gcd'0 zz vuu; 28.52/13.51 ; 28.52/13.51 gcd'2 x zx = gcd'1 (zx == 0) x zx; 28.52/13.51 gcd'2 vuv vuw = gcd'0 vuv vuw; 28.52/13.51 } 28.52/13.51 " 28.52/13.51 are unpacked to the following functions on top level 28.52/13.51 "gcd0Gcd'0 x y = gcd0Gcd' y (x `rem` y); 28.52/13.51 " 28.52/13.51 "gcd0Gcd'1 True x zx = x; 28.52/13.51 gcd0Gcd'1 zy zz vuu = gcd0Gcd'0 zz vuu; 28.52/13.51 " 28.52/13.51 "gcd0Gcd' x zx = gcd0Gcd'2 x zx; 28.52/13.51 gcd0Gcd' x y = gcd0Gcd'0 x y; 28.52/13.51 " 28.52/13.51 "gcd0Gcd'2 x zx = gcd0Gcd'1 (zx == 0) x zx; 28.52/13.51 gcd0Gcd'2 vuv vuw = gcd0Gcd'0 vuv vuw; 28.52/13.51 " 28.52/13.51 The bindings of the following Let/Where expression 28.52/13.51 "reduce1 x y (y == 0) where { 28.52/13.51 d = gcd x y; 28.52/13.51 ; 28.52/13.51 reduce0 x y True = x `quot` d :% (y `quot` d); 28.52/13.51 ; 28.52/13.51 reduce1 x y True = error []; 28.52/13.51 reduce1 x y False = reduce0 x y otherwise; 28.52/13.51 } 28.52/13.51 " 28.52/13.51 are unpacked to the following functions on top level 28.52/13.51 "reduce2Reduce0 vwv vww x y True = x `quot` reduce2D vwv vww :% (y `quot` reduce2D vwv vww); 28.52/13.51 " 28.52/13.51 "reduce2D vwv vww = gcd vwv vww; 28.52/13.51 " 28.52/13.51 "reduce2Reduce1 vwv vww x y True = error []; 28.52/13.51 reduce2Reduce1 vwv vww x y False = reduce2Reduce0 vwv vww x y otherwise; 28.52/13.51 " 28.52/13.51 28.52/13.51 ---------------------------------------- 28.52/13.51 28.52/13.51 (10) 28.52/13.51 Obligation: 28.52/13.51 mainModule Main 28.52/13.51 module Main where { 28.52/13.51 import qualified Prelude; 28.52/13.51 } 28.52/13.51 28.52/13.51 ---------------------------------------- 28.52/13.51 28.52/13.51 (11) NumRed (SOUND) 28.52/13.51 Num Reduction:All numbers are transformed to their corresponding representation with Succ, Pred and Zero. 28.52/13.51 ---------------------------------------- 28.52/13.51 28.52/13.51 (12) 28.52/13.51 Obligation: 28.52/13.51 mainModule Main 28.52/13.51 module Main where { 28.52/13.51 import qualified Prelude; 28.52/13.51 } 28.52/13.51 28.52/13.51 ---------------------------------------- 28.52/13.51 28.52/13.51 (13) Narrow (SOUND) 28.52/13.51 Haskell To QDPs 28.52/13.51 28.52/13.51 digraph dp_graph { 28.52/13.51 node [outthreshold=100, inthreshold=100];1[label="maximum",fontsize=16,color="grey",shape="box"];1 -> 3[label="",style="dashed", color="grey", weight=3]; 28.52/13.51 3[label="maximum vwx3",fontsize=16,color="black",shape="triangle"];3 -> 4[label="",style="solid", color="black", weight=3]; 28.52/13.51 4[label="foldl1 max vwx3",fontsize=16,color="burlywood",shape="box"];3806[label="vwx3/vwx30 : vwx31",fontsize=10,color="white",style="solid",shape="box"];4 -> 3806[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3806 -> 5[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 3807[label="vwx3/[]",fontsize=10,color="white",style="solid",shape="box"];4 -> 3807[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3807 -> 6[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 5[label="foldl1 max (vwx30 : vwx31)",fontsize=16,color="black",shape="box"];5 -> 7[label="",style="solid", color="black", weight=3]; 28.52/13.51 6[label="foldl1 max []",fontsize=16,color="black",shape="box"];6 -> 8[label="",style="solid", color="black", weight=3]; 28.52/13.51 7[label="foldl max vwx30 vwx31",fontsize=16,color="burlywood",shape="triangle"];3808[label="vwx31/vwx310 : vwx311",fontsize=10,color="white",style="solid",shape="box"];7 -> 3808[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3808 -> 9[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 3809[label="vwx31/[]",fontsize=10,color="white",style="solid",shape="box"];7 -> 3809[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3809 -> 10[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 8[label="error []",fontsize=16,color="red",shape="box"];9[label="foldl max vwx30 (vwx310 : vwx311)",fontsize=16,color="black",shape="box"];9 -> 11[label="",style="solid", color="black", weight=3]; 28.52/13.51 10[label="foldl max vwx30 []",fontsize=16,color="black",shape="box"];10 -> 12[label="",style="solid", color="black", weight=3]; 28.52/13.51 11 -> 7[label="",style="dashed", color="red", weight=0]; 28.52/13.51 11[label="foldl max (max vwx30 vwx310) vwx311",fontsize=16,color="magenta"];11 -> 13[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 11 -> 14[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 12[label="vwx30",fontsize=16,color="green",shape="box"];13[label="max vwx30 vwx310",fontsize=16,color="blue",shape="box"];3810[label="max :: ((@3) a b c) -> ((@3) a b c) -> (@3) a b c",fontsize=10,color="white",style="solid",shape="box"];13 -> 3810[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3810 -> 15[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3811[label="max :: Char -> Char -> Char",fontsize=10,color="white",style="solid",shape="box"];13 -> 3811[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3811 -> 16[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3812[label="max :: () -> () -> ()",fontsize=10,color="white",style="solid",shape="box"];13 -> 3812[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3812 -> 17[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3813[label="max :: ((@2) a b) -> ((@2) a b) -> (@2) a b",fontsize=10,color="white",style="solid",shape="box"];13 -> 3813[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3813 -> 18[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3814[label="max :: (Maybe a) -> (Maybe a) -> Maybe a",fontsize=10,color="white",style="solid",shape="box"];13 -> 3814[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3814 -> 19[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3815[label="max :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];13 -> 3815[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3815 -> 20[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3816[label="max :: Int -> Int -> Int",fontsize=10,color="white",style="solid",shape="box"];13 -> 3816[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3816 -> 21[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3817[label="max :: (Either a b) -> (Either a b) -> Either a b",fontsize=10,color="white",style="solid",shape="box"];13 -> 3817[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3817 -> 22[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3818[label="max :: (Ratio a) -> (Ratio a) -> Ratio a",fontsize=10,color="white",style="solid",shape="box"];13 -> 3818[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3818 -> 23[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3819[label="max :: Integer -> Integer -> Integer",fontsize=10,color="white",style="solid",shape="box"];13 -> 3819[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3819 -> 24[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3820[label="max :: Double -> Double -> Double",fontsize=10,color="white",style="solid",shape="box"];13 -> 3820[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3820 -> 25[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3821[label="max :: Ordering -> Ordering -> Ordering",fontsize=10,color="white",style="solid",shape="box"];13 -> 3821[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3821 -> 26[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3822[label="max :: Float -> Float -> Float",fontsize=10,color="white",style="solid",shape="box"];13 -> 3822[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3822 -> 27[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3823[label="max :: ([] a) -> ([] a) -> [] a",fontsize=10,color="white",style="solid",shape="box"];13 -> 3823[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3823 -> 28[label="",style="solid", color="blue", weight=3]; 28.52/13.51 14[label="vwx311",fontsize=16,color="green",shape="box"];15[label="max vwx30 vwx310",fontsize=16,color="black",shape="box"];15 -> 29[label="",style="solid", color="black", weight=3]; 28.52/13.51 16[label="max vwx30 vwx310",fontsize=16,color="black",shape="box"];16 -> 30[label="",style="solid", color="black", weight=3]; 28.52/13.51 17[label="max vwx30 vwx310",fontsize=16,color="black",shape="box"];17 -> 31[label="",style="solid", color="black", weight=3]; 28.52/13.51 18[label="max vwx30 vwx310",fontsize=16,color="black",shape="box"];18 -> 32[label="",style="solid", color="black", weight=3]; 28.52/13.51 19[label="max vwx30 vwx310",fontsize=16,color="black",shape="box"];19 -> 33[label="",style="solid", color="black", weight=3]; 28.52/13.51 20[label="max vwx30 vwx310",fontsize=16,color="black",shape="box"];20 -> 34[label="",style="solid", color="black", weight=3]; 28.52/13.51 21[label="max vwx30 vwx310",fontsize=16,color="black",shape="box"];21 -> 35[label="",style="solid", color="black", weight=3]; 28.52/13.51 22[label="max vwx30 vwx310",fontsize=16,color="black",shape="box"];22 -> 36[label="",style="solid", color="black", weight=3]; 28.52/13.51 23[label="max vwx30 vwx310",fontsize=16,color="black",shape="box"];23 -> 37[label="",style="solid", color="black", weight=3]; 28.52/13.51 24[label="max vwx30 vwx310",fontsize=16,color="black",shape="box"];24 -> 38[label="",style="solid", color="black", weight=3]; 28.52/13.51 25[label="max vwx30 vwx310",fontsize=16,color="black",shape="box"];25 -> 39[label="",style="solid", color="black", weight=3]; 28.52/13.51 26[label="max vwx30 vwx310",fontsize=16,color="black",shape="box"];26 -> 40[label="",style="solid", color="black", weight=3]; 28.52/13.51 27[label="max vwx30 vwx310",fontsize=16,color="black",shape="box"];27 -> 41[label="",style="solid", color="black", weight=3]; 28.52/13.51 28[label="max vwx30 vwx310",fontsize=16,color="black",shape="box"];28 -> 42[label="",style="solid", color="black", weight=3]; 28.52/13.51 29[label="max2 vwx30 vwx310",fontsize=16,color="black",shape="box"];29 -> 43[label="",style="solid", color="black", weight=3]; 28.52/13.51 30[label="max2 vwx30 vwx310",fontsize=16,color="black",shape="box"];30 -> 44[label="",style="solid", color="black", weight=3]; 28.52/13.51 31[label="max2 vwx30 vwx310",fontsize=16,color="black",shape="box"];31 -> 45[label="",style="solid", color="black", weight=3]; 28.52/13.51 32[label="max2 vwx30 vwx310",fontsize=16,color="black",shape="box"];32 -> 46[label="",style="solid", color="black", weight=3]; 28.52/13.51 33[label="max2 vwx30 vwx310",fontsize=16,color="black",shape="box"];33 -> 47[label="",style="solid", color="black", weight=3]; 28.52/13.51 34[label="max2 vwx30 vwx310",fontsize=16,color="black",shape="box"];34 -> 48[label="",style="solid", color="black", weight=3]; 28.52/13.51 35[label="max2 vwx30 vwx310",fontsize=16,color="black",shape="box"];35 -> 49[label="",style="solid", color="black", weight=3]; 28.52/13.51 36[label="max2 vwx30 vwx310",fontsize=16,color="black",shape="box"];36 -> 50[label="",style="solid", color="black", weight=3]; 28.52/13.51 37[label="max2 vwx30 vwx310",fontsize=16,color="black",shape="box"];37 -> 51[label="",style="solid", color="black", weight=3]; 28.52/13.51 38[label="max2 vwx30 vwx310",fontsize=16,color="black",shape="box"];38 -> 52[label="",style="solid", color="black", weight=3]; 28.52/13.51 39[label="max2 vwx30 vwx310",fontsize=16,color="black",shape="box"];39 -> 53[label="",style="solid", color="black", weight=3]; 28.52/13.51 40[label="max2 vwx30 vwx310",fontsize=16,color="black",shape="box"];40 -> 54[label="",style="solid", color="black", weight=3]; 28.52/13.51 41[label="max2 vwx30 vwx310",fontsize=16,color="black",shape="box"];41 -> 55[label="",style="solid", color="black", weight=3]; 28.52/13.51 42[label="max2 vwx30 vwx310",fontsize=16,color="black",shape="box"];42 -> 56[label="",style="solid", color="black", weight=3]; 28.52/13.51 43[label="max1 vwx30 vwx310 (vwx30 <= vwx310)",fontsize=16,color="burlywood",shape="box"];3824[label="vwx30/(vwx300,vwx301,vwx302)",fontsize=10,color="white",style="solid",shape="box"];43 -> 3824[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3824 -> 57[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 44[label="max1 vwx30 vwx310 (vwx30 <= vwx310)",fontsize=16,color="black",shape="box"];44 -> 58[label="",style="solid", color="black", weight=3]; 28.52/13.51 45[label="max1 vwx30 vwx310 (vwx30 <= vwx310)",fontsize=16,color="black",shape="box"];45 -> 59[label="",style="solid", color="black", weight=3]; 28.52/13.51 46[label="max1 vwx30 vwx310 (vwx30 <= vwx310)",fontsize=16,color="burlywood",shape="box"];3825[label="vwx30/(vwx300,vwx301)",fontsize=10,color="white",style="solid",shape="box"];46 -> 3825[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3825 -> 60[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 47[label="max1 vwx30 vwx310 (vwx30 <= vwx310)",fontsize=16,color="burlywood",shape="box"];3826[label="vwx30/Nothing",fontsize=10,color="white",style="solid",shape="box"];47 -> 3826[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3826 -> 61[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 3827[label="vwx30/Just vwx300",fontsize=10,color="white",style="solid",shape="box"];47 -> 3827[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3827 -> 62[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 48[label="max1 vwx30 vwx310 (vwx30 <= vwx310)",fontsize=16,color="burlywood",shape="box"];3828[label="vwx30/False",fontsize=10,color="white",style="solid",shape="box"];48 -> 3828[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3828 -> 63[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 3829[label="vwx30/True",fontsize=10,color="white",style="solid",shape="box"];48 -> 3829[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3829 -> 64[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 49[label="max1 vwx30 vwx310 (vwx30 <= vwx310)",fontsize=16,color="black",shape="box"];49 -> 65[label="",style="solid", color="black", weight=3]; 28.52/13.51 50[label="max1 vwx30 vwx310 (vwx30 <= vwx310)",fontsize=16,color="burlywood",shape="box"];3830[label="vwx30/Left vwx300",fontsize=10,color="white",style="solid",shape="box"];50 -> 3830[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3830 -> 66[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 3831[label="vwx30/Right vwx300",fontsize=10,color="white",style="solid",shape="box"];50 -> 3831[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3831 -> 67[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 51[label="max1 vwx30 vwx310 (vwx30 <= vwx310)",fontsize=16,color="black",shape="box"];51 -> 68[label="",style="solid", color="black", weight=3]; 28.52/13.51 52[label="max1 vwx30 vwx310 (vwx30 <= vwx310)",fontsize=16,color="black",shape="box"];52 -> 69[label="",style="solid", color="black", weight=3]; 28.52/13.51 53[label="max1 vwx30 vwx310 (vwx30 <= vwx310)",fontsize=16,color="black",shape="box"];53 -> 70[label="",style="solid", color="black", weight=3]; 28.52/13.51 54[label="max1 vwx30 vwx310 (vwx30 <= vwx310)",fontsize=16,color="burlywood",shape="box"];3832[label="vwx30/LT",fontsize=10,color="white",style="solid",shape="box"];54 -> 3832[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3832 -> 71[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 3833[label="vwx30/EQ",fontsize=10,color="white",style="solid",shape="box"];54 -> 3833[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3833 -> 72[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 3834[label="vwx30/GT",fontsize=10,color="white",style="solid",shape="box"];54 -> 3834[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3834 -> 73[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 55[label="max1 vwx30 vwx310 (vwx30 <= vwx310)",fontsize=16,color="black",shape="box"];55 -> 74[label="",style="solid", color="black", weight=3]; 28.52/13.51 56[label="max1 vwx30 vwx310 (vwx30 <= vwx310)",fontsize=16,color="black",shape="box"];56 -> 75[label="",style="solid", color="black", weight=3]; 28.52/13.51 57[label="max1 (vwx300,vwx301,vwx302) vwx310 ((vwx300,vwx301,vwx302) <= vwx310)",fontsize=16,color="burlywood",shape="box"];3835[label="vwx310/(vwx3100,vwx3101,vwx3102)",fontsize=10,color="white",style="solid",shape="box"];57 -> 3835[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3835 -> 76[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 58[label="max1 vwx30 vwx310 (compare vwx30 vwx310 /= GT)",fontsize=16,color="black",shape="box"];58 -> 77[label="",style="solid", color="black", weight=3]; 28.52/13.51 59[label="max1 vwx30 vwx310 (compare vwx30 vwx310 /= GT)",fontsize=16,color="black",shape="box"];59 -> 78[label="",style="solid", color="black", weight=3]; 28.52/13.51 60[label="max1 (vwx300,vwx301) vwx310 ((vwx300,vwx301) <= vwx310)",fontsize=16,color="burlywood",shape="box"];3836[label="vwx310/(vwx3100,vwx3101)",fontsize=10,color="white",style="solid",shape="box"];60 -> 3836[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3836 -> 79[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 61[label="max1 Nothing vwx310 (Nothing <= vwx310)",fontsize=16,color="burlywood",shape="box"];3837[label="vwx310/Nothing",fontsize=10,color="white",style="solid",shape="box"];61 -> 3837[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3837 -> 80[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 3838[label="vwx310/Just vwx3100",fontsize=10,color="white",style="solid",shape="box"];61 -> 3838[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3838 -> 81[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 62[label="max1 (Just vwx300) vwx310 (Just vwx300 <= vwx310)",fontsize=16,color="burlywood",shape="box"];3839[label="vwx310/Nothing",fontsize=10,color="white",style="solid",shape="box"];62 -> 3839[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3839 -> 82[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 3840[label="vwx310/Just vwx3100",fontsize=10,color="white",style="solid",shape="box"];62 -> 3840[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3840 -> 83[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 63[label="max1 False vwx310 (False <= vwx310)",fontsize=16,color="burlywood",shape="box"];3841[label="vwx310/False",fontsize=10,color="white",style="solid",shape="box"];63 -> 3841[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3841 -> 84[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 3842[label="vwx310/True",fontsize=10,color="white",style="solid",shape="box"];63 -> 3842[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3842 -> 85[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 64[label="max1 True vwx310 (True <= vwx310)",fontsize=16,color="burlywood",shape="box"];3843[label="vwx310/False",fontsize=10,color="white",style="solid",shape="box"];64 -> 3843[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3843 -> 86[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 3844[label="vwx310/True",fontsize=10,color="white",style="solid",shape="box"];64 -> 3844[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3844 -> 87[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 65[label="max1 vwx30 vwx310 (compare vwx30 vwx310 /= GT)",fontsize=16,color="black",shape="box"];65 -> 88[label="",style="solid", color="black", weight=3]; 28.52/13.51 66[label="max1 (Left vwx300) vwx310 (Left vwx300 <= vwx310)",fontsize=16,color="burlywood",shape="box"];3845[label="vwx310/Left vwx3100",fontsize=10,color="white",style="solid",shape="box"];66 -> 3845[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3845 -> 89[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 3846[label="vwx310/Right vwx3100",fontsize=10,color="white",style="solid",shape="box"];66 -> 3846[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3846 -> 90[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 67[label="max1 (Right vwx300) vwx310 (Right vwx300 <= vwx310)",fontsize=16,color="burlywood",shape="box"];3847[label="vwx310/Left vwx3100",fontsize=10,color="white",style="solid",shape="box"];67 -> 3847[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3847 -> 91[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 3848[label="vwx310/Right vwx3100",fontsize=10,color="white",style="solid",shape="box"];67 -> 3848[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3848 -> 92[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 68[label="max1 vwx30 vwx310 (compare vwx30 vwx310 /= GT)",fontsize=16,color="black",shape="box"];68 -> 93[label="",style="solid", color="black", weight=3]; 28.52/13.51 69[label="max1 vwx30 vwx310 (compare vwx30 vwx310 /= GT)",fontsize=16,color="black",shape="box"];69 -> 94[label="",style="solid", color="black", weight=3]; 28.52/13.51 70[label="max1 vwx30 vwx310 (compare vwx30 vwx310 /= GT)",fontsize=16,color="black",shape="box"];70 -> 95[label="",style="solid", color="black", weight=3]; 28.52/13.51 71[label="max1 LT vwx310 (LT <= vwx310)",fontsize=16,color="burlywood",shape="box"];3849[label="vwx310/LT",fontsize=10,color="white",style="solid",shape="box"];71 -> 3849[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3849 -> 96[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 3850[label="vwx310/EQ",fontsize=10,color="white",style="solid",shape="box"];71 -> 3850[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3850 -> 97[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 3851[label="vwx310/GT",fontsize=10,color="white",style="solid",shape="box"];71 -> 3851[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3851 -> 98[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 72[label="max1 EQ vwx310 (EQ <= vwx310)",fontsize=16,color="burlywood",shape="box"];3852[label="vwx310/LT",fontsize=10,color="white",style="solid",shape="box"];72 -> 3852[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3852 -> 99[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 3853[label="vwx310/EQ",fontsize=10,color="white",style="solid",shape="box"];72 -> 3853[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3853 -> 100[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 3854[label="vwx310/GT",fontsize=10,color="white",style="solid",shape="box"];72 -> 3854[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3854 -> 101[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 73[label="max1 GT vwx310 (GT <= vwx310)",fontsize=16,color="burlywood",shape="box"];3855[label="vwx310/LT",fontsize=10,color="white",style="solid",shape="box"];73 -> 3855[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3855 -> 102[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 3856[label="vwx310/EQ",fontsize=10,color="white",style="solid",shape="box"];73 -> 3856[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3856 -> 103[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 3857[label="vwx310/GT",fontsize=10,color="white",style="solid",shape="box"];73 -> 3857[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3857 -> 104[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 74[label="max1 vwx30 vwx310 (compare vwx30 vwx310 /= GT)",fontsize=16,color="black",shape="box"];74 -> 105[label="",style="solid", color="black", weight=3]; 28.52/13.51 75[label="max1 vwx30 vwx310 (compare vwx30 vwx310 /= GT)",fontsize=16,color="black",shape="box"];75 -> 106[label="",style="solid", color="black", weight=3]; 28.52/13.51 76[label="max1 (vwx300,vwx301,vwx302) (vwx3100,vwx3101,vwx3102) ((vwx300,vwx301,vwx302) <= (vwx3100,vwx3101,vwx3102))",fontsize=16,color="black",shape="box"];76 -> 107[label="",style="solid", color="black", weight=3]; 28.52/13.51 77[label="max1 vwx30 vwx310 (not (compare vwx30 vwx310 == GT))",fontsize=16,color="black",shape="box"];77 -> 108[label="",style="solid", color="black", weight=3]; 28.52/13.51 78[label="max1 vwx30 vwx310 (not (compare vwx30 vwx310 == GT))",fontsize=16,color="burlywood",shape="box"];3858[label="vwx30/()",fontsize=10,color="white",style="solid",shape="box"];78 -> 3858[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3858 -> 109[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 79[label="max1 (vwx300,vwx301) (vwx3100,vwx3101) ((vwx300,vwx301) <= (vwx3100,vwx3101))",fontsize=16,color="black",shape="box"];79 -> 110[label="",style="solid", color="black", weight=3]; 28.52/13.51 80[label="max1 Nothing Nothing (Nothing <= Nothing)",fontsize=16,color="black",shape="box"];80 -> 111[label="",style="solid", color="black", weight=3]; 28.52/13.51 81[label="max1 Nothing (Just vwx3100) (Nothing <= Just vwx3100)",fontsize=16,color="black",shape="box"];81 -> 112[label="",style="solid", color="black", weight=3]; 28.52/13.51 82[label="max1 (Just vwx300) Nothing (Just vwx300 <= Nothing)",fontsize=16,color="black",shape="box"];82 -> 113[label="",style="solid", color="black", weight=3]; 28.52/13.51 83[label="max1 (Just vwx300) (Just vwx3100) (Just vwx300 <= Just vwx3100)",fontsize=16,color="black",shape="box"];83 -> 114[label="",style="solid", color="black", weight=3]; 28.52/13.51 84[label="max1 False False (False <= False)",fontsize=16,color="black",shape="box"];84 -> 115[label="",style="solid", color="black", weight=3]; 28.52/13.51 85[label="max1 False True (False <= True)",fontsize=16,color="black",shape="box"];85 -> 116[label="",style="solid", color="black", weight=3]; 28.52/13.51 86[label="max1 True False (True <= False)",fontsize=16,color="black",shape="box"];86 -> 117[label="",style="solid", color="black", weight=3]; 28.52/13.51 87[label="max1 True True (True <= True)",fontsize=16,color="black",shape="box"];87 -> 118[label="",style="solid", color="black", weight=3]; 28.52/13.51 88[label="max1 vwx30 vwx310 (not (compare vwx30 vwx310 == GT))",fontsize=16,color="black",shape="box"];88 -> 119[label="",style="solid", color="black", weight=3]; 28.52/13.51 89[label="max1 (Left vwx300) (Left vwx3100) (Left vwx300 <= Left vwx3100)",fontsize=16,color="black",shape="box"];89 -> 120[label="",style="solid", color="black", weight=3]; 28.52/13.51 90[label="max1 (Left vwx300) (Right vwx3100) (Left vwx300 <= Right vwx3100)",fontsize=16,color="black",shape="box"];90 -> 121[label="",style="solid", color="black", weight=3]; 28.52/13.51 91[label="max1 (Right vwx300) (Left vwx3100) (Right vwx300 <= Left vwx3100)",fontsize=16,color="black",shape="box"];91 -> 122[label="",style="solid", color="black", weight=3]; 28.52/13.51 92[label="max1 (Right vwx300) (Right vwx3100) (Right vwx300 <= Right vwx3100)",fontsize=16,color="black",shape="box"];92 -> 123[label="",style="solid", color="black", weight=3]; 28.52/13.51 93[label="max1 vwx30 vwx310 (not (compare vwx30 vwx310 == GT))",fontsize=16,color="burlywood",shape="box"];3859[label="vwx30/vwx300 :% vwx301",fontsize=10,color="white",style="solid",shape="box"];93 -> 3859[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3859 -> 124[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 94[label="max1 vwx30 vwx310 (not (compare vwx30 vwx310 == GT))",fontsize=16,color="burlywood",shape="box"];3860[label="vwx30/Integer vwx300",fontsize=10,color="white",style="solid",shape="box"];94 -> 3860[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3860 -> 125[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 95[label="max1 vwx30 vwx310 (not (compare vwx30 vwx310 == GT))",fontsize=16,color="black",shape="box"];95 -> 126[label="",style="solid", color="black", weight=3]; 28.52/13.51 96[label="max1 LT LT (LT <= LT)",fontsize=16,color="black",shape="box"];96 -> 127[label="",style="solid", color="black", weight=3]; 28.52/13.51 97[label="max1 LT EQ (LT <= EQ)",fontsize=16,color="black",shape="box"];97 -> 128[label="",style="solid", color="black", weight=3]; 28.52/13.51 98[label="max1 LT GT (LT <= GT)",fontsize=16,color="black",shape="box"];98 -> 129[label="",style="solid", color="black", weight=3]; 28.52/13.51 99[label="max1 EQ LT (EQ <= LT)",fontsize=16,color="black",shape="box"];99 -> 130[label="",style="solid", color="black", weight=3]; 28.52/13.51 100[label="max1 EQ EQ (EQ <= EQ)",fontsize=16,color="black",shape="box"];100 -> 131[label="",style="solid", color="black", weight=3]; 28.52/13.51 101[label="max1 EQ GT (EQ <= GT)",fontsize=16,color="black",shape="box"];101 -> 132[label="",style="solid", color="black", weight=3]; 28.52/13.51 102[label="max1 GT LT (GT <= LT)",fontsize=16,color="black",shape="box"];102 -> 133[label="",style="solid", color="black", weight=3]; 28.52/13.51 103[label="max1 GT EQ (GT <= EQ)",fontsize=16,color="black",shape="box"];103 -> 134[label="",style="solid", color="black", weight=3]; 28.52/13.51 104[label="max1 GT GT (GT <= GT)",fontsize=16,color="black",shape="box"];104 -> 135[label="",style="solid", color="black", weight=3]; 28.52/13.51 105[label="max1 vwx30 vwx310 (not (compare vwx30 vwx310 == GT))",fontsize=16,color="black",shape="box"];105 -> 136[label="",style="solid", color="black", weight=3]; 28.52/13.51 106[label="max1 vwx30 vwx310 (not (compare vwx30 vwx310 == GT))",fontsize=16,color="burlywood",shape="box"];3861[label="vwx30/vwx300 : vwx301",fontsize=10,color="white",style="solid",shape="box"];106 -> 3861[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3861 -> 137[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 3862[label="vwx30/[]",fontsize=10,color="white",style="solid",shape="box"];106 -> 3862[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3862 -> 138[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 107 -> 1066[label="",style="dashed", color="red", weight=0]; 28.52/13.51 107[label="max1 (vwx300,vwx301,vwx302) (vwx3100,vwx3101,vwx3102) (vwx300 < vwx3100 || vwx300 == vwx3100 && (vwx301 < vwx3101 || vwx301 == vwx3101 && vwx302 <= vwx3102))",fontsize=16,color="magenta"];107 -> 1067[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 107 -> 1068[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 107 -> 1069[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 107 -> 1070[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 107 -> 1071[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 107 -> 1072[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 107 -> 1073[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 108[label="max1 vwx30 vwx310 (not (primCmpChar vwx30 vwx310 == GT))",fontsize=16,color="burlywood",shape="box"];3863[label="vwx30/Char vwx300",fontsize=10,color="white",style="solid",shape="box"];108 -> 3863[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3863 -> 147[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 109[label="max1 () vwx310 (not (compare () vwx310 == GT))",fontsize=16,color="burlywood",shape="box"];3864[label="vwx310/()",fontsize=10,color="white",style="solid",shape="box"];109 -> 3864[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3864 -> 148[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 110 -> 1305[label="",style="dashed", color="red", weight=0]; 28.52/13.51 110[label="max1 (vwx300,vwx301) (vwx3100,vwx3101) (vwx300 < vwx3100 || vwx300 == vwx3100 && vwx301 <= vwx3101)",fontsize=16,color="magenta"];110 -> 1306[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 110 -> 1307[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 110 -> 1308[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 110 -> 1309[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 110 -> 1310[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 111[label="max1 Nothing Nothing True",fontsize=16,color="black",shape="box"];111 -> 155[label="",style="solid", color="black", weight=3]; 28.52/13.51 112[label="max1 Nothing (Just vwx3100) True",fontsize=16,color="black",shape="box"];112 -> 156[label="",style="solid", color="black", weight=3]; 28.52/13.51 113[label="max1 (Just vwx300) Nothing False",fontsize=16,color="black",shape="box"];113 -> 157[label="",style="solid", color="black", weight=3]; 28.52/13.51 114 -> 158[label="",style="dashed", color="red", weight=0]; 28.52/13.51 114[label="max1 (Just vwx300) (Just vwx3100) (vwx300 <= vwx3100)",fontsize=16,color="magenta"];114 -> 159[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 114 -> 160[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 114 -> 161[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 115[label="max1 False False True",fontsize=16,color="black",shape="box"];115 -> 162[label="",style="solid", color="black", weight=3]; 28.52/13.51 116[label="max1 False True True",fontsize=16,color="black",shape="box"];116 -> 163[label="",style="solid", color="black", weight=3]; 28.52/13.51 117[label="max1 True False False",fontsize=16,color="black",shape="box"];117 -> 164[label="",style="solid", color="black", weight=3]; 28.52/13.51 118[label="max1 True True True",fontsize=16,color="black",shape="box"];118 -> 165[label="",style="solid", color="black", weight=3]; 28.52/13.51 119[label="max1 vwx30 vwx310 (not (primCmpInt vwx30 vwx310 == GT))",fontsize=16,color="burlywood",shape="box"];3865[label="vwx30/Pos vwx300",fontsize=10,color="white",style="solid",shape="box"];119 -> 3865[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3865 -> 166[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 3866[label="vwx30/Neg vwx300",fontsize=10,color="white",style="solid",shape="box"];119 -> 3866[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3866 -> 167[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 120 -> 168[label="",style="dashed", color="red", weight=0]; 28.52/13.51 120[label="max1 (Left vwx300) (Left vwx3100) (vwx300 <= vwx3100)",fontsize=16,color="magenta"];120 -> 169[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 120 -> 170[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 120 -> 171[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 121[label="max1 (Left vwx300) (Right vwx3100) True",fontsize=16,color="black",shape="box"];121 -> 172[label="",style="solid", color="black", weight=3]; 28.52/13.51 122[label="max1 (Right vwx300) (Left vwx3100) False",fontsize=16,color="black",shape="box"];122 -> 173[label="",style="solid", color="black", weight=3]; 28.52/13.51 123 -> 174[label="",style="dashed", color="red", weight=0]; 28.52/13.51 123[label="max1 (Right vwx300) (Right vwx3100) (vwx300 <= vwx3100)",fontsize=16,color="magenta"];123 -> 175[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 123 -> 176[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 123 -> 177[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 124[label="max1 (vwx300 :% vwx301) vwx310 (not (compare (vwx300 :% vwx301) vwx310 == GT))",fontsize=16,color="burlywood",shape="box"];3867[label="vwx310/vwx3100 :% vwx3101",fontsize=10,color="white",style="solid",shape="box"];124 -> 3867[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3867 -> 178[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 125[label="max1 (Integer vwx300) vwx310 (not (compare (Integer vwx300) vwx310 == GT))",fontsize=16,color="burlywood",shape="box"];3868[label="vwx310/Integer vwx3100",fontsize=10,color="white",style="solid",shape="box"];125 -> 3868[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3868 -> 179[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 126[label="max1 vwx30 vwx310 (not (primCmpDouble vwx30 vwx310 == GT))",fontsize=16,color="burlywood",shape="box"];3869[label="vwx30/Double vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];126 -> 3869[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3869 -> 180[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 127[label="max1 LT LT True",fontsize=16,color="black",shape="box"];127 -> 181[label="",style="solid", color="black", weight=3]; 28.52/13.51 128[label="max1 LT EQ True",fontsize=16,color="black",shape="box"];128 -> 182[label="",style="solid", color="black", weight=3]; 28.52/13.51 129[label="max1 LT GT True",fontsize=16,color="black",shape="box"];129 -> 183[label="",style="solid", color="black", weight=3]; 28.52/13.51 130[label="max1 EQ LT False",fontsize=16,color="black",shape="box"];130 -> 184[label="",style="solid", color="black", weight=3]; 28.52/13.51 131[label="max1 EQ EQ True",fontsize=16,color="black",shape="box"];131 -> 185[label="",style="solid", color="black", weight=3]; 28.52/13.51 132[label="max1 EQ GT True",fontsize=16,color="black",shape="box"];132 -> 186[label="",style="solid", color="black", weight=3]; 28.52/13.51 133[label="max1 GT LT False",fontsize=16,color="black",shape="box"];133 -> 187[label="",style="solid", color="black", weight=3]; 28.52/13.51 134[label="max1 GT EQ False",fontsize=16,color="black",shape="box"];134 -> 188[label="",style="solid", color="black", weight=3]; 28.52/13.51 135[label="max1 GT GT True",fontsize=16,color="black",shape="box"];135 -> 189[label="",style="solid", color="black", weight=3]; 28.52/13.51 136[label="max1 vwx30 vwx310 (not (primCmpFloat vwx30 vwx310 == GT))",fontsize=16,color="burlywood",shape="box"];3870[label="vwx30/Float vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];136 -> 3870[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3870 -> 190[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 137[label="max1 (vwx300 : vwx301) vwx310 (not (compare (vwx300 : vwx301) vwx310 == GT))",fontsize=16,color="burlywood",shape="box"];3871[label="vwx310/vwx3100 : vwx3101",fontsize=10,color="white",style="solid",shape="box"];137 -> 3871[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3871 -> 191[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 3872[label="vwx310/[]",fontsize=10,color="white",style="solid",shape="box"];137 -> 3872[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3872 -> 192[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 138[label="max1 [] vwx310 (not (compare [] vwx310 == GT))",fontsize=16,color="burlywood",shape="box"];3873[label="vwx310/vwx3100 : vwx3101",fontsize=10,color="white",style="solid",shape="box"];138 -> 3873[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3873 -> 193[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 3874[label="vwx310/[]",fontsize=10,color="white",style="solid",shape="box"];138 -> 3874[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3874 -> 194[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 1067[label="vwx302",fontsize=16,color="green",shape="box"];1068[label="vwx3102",fontsize=16,color="green",shape="box"];1069 -> 1123[label="",style="dashed", color="red", weight=0]; 28.52/13.51 1069[label="vwx300 < vwx3100 || vwx300 == vwx3100 && (vwx301 < vwx3101 || vwx301 == vwx3101 && vwx302 <= vwx3102)",fontsize=16,color="magenta"];1069 -> 1124[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1069 -> 1125[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1069 -> 1126[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1069 -> 1127[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1070[label="vwx3100",fontsize=16,color="green",shape="box"];1071[label="vwx3101",fontsize=16,color="green",shape="box"];1072[label="vwx300",fontsize=16,color="green",shape="box"];1073[label="vwx301",fontsize=16,color="green",shape="box"];1066[label="max1 (vwx70,vwx71,vwx72) (vwx73,vwx74,vwx75) vwx161",fontsize=16,color="burlywood",shape="triangle"];3875[label="vwx161/False",fontsize=10,color="white",style="solid",shape="box"];1066 -> 3875[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3875 -> 1105[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 3876[label="vwx161/True",fontsize=10,color="white",style="solid",shape="box"];1066 -> 3876[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3876 -> 1106[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 147[label="max1 (Char vwx300) vwx310 (not (primCmpChar (Char vwx300) vwx310 == GT))",fontsize=16,color="burlywood",shape="box"];3877[label="vwx310/Char vwx3100",fontsize=10,color="white",style="solid",shape="box"];147 -> 3877[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3877 -> 211[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 148[label="max1 () () (not (compare () () == GT))",fontsize=16,color="black",shape="box"];148 -> 212[label="",style="solid", color="black", weight=3]; 28.52/13.51 1306[label="vwx3101",fontsize=16,color="green",shape="box"];1307 -> 1123[label="",style="dashed", color="red", weight=0]; 28.52/13.51 1307[label="vwx300 < vwx3100 || vwx300 == vwx3100 && vwx301 <= vwx3101",fontsize=16,color="magenta"];1307 -> 1341[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1307 -> 1342[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1307 -> 1343[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1307 -> 1344[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1308[label="vwx300",fontsize=16,color="green",shape="box"];1309[label="vwx301",fontsize=16,color="green",shape="box"];1310[label="vwx3100",fontsize=16,color="green",shape="box"];1305[label="max1 (vwx182,vwx183) (vwx184,vwx185) vwx186",fontsize=16,color="burlywood",shape="triangle"];3878[label="vwx186/False",fontsize=10,color="white",style="solid",shape="box"];1305 -> 3878[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3878 -> 1345[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 3879[label="vwx186/True",fontsize=10,color="white",style="solid",shape="box"];1305 -> 3879[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3879 -> 1346[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 155[label="Nothing",fontsize=16,color="green",shape="box"];156[label="Just vwx3100",fontsize=16,color="green",shape="box"];157[label="max0 (Just vwx300) Nothing otherwise",fontsize=16,color="black",shape="box"];157 -> 229[label="",style="solid", color="black", weight=3]; 28.52/13.51 159[label="vwx3100",fontsize=16,color="green",shape="box"];160[label="vwx300 <= vwx3100",fontsize=16,color="blue",shape="box"];3880[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];160 -> 3880[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3880 -> 230[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3881[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];160 -> 3881[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3881 -> 231[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3882[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];160 -> 3882[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3882 -> 232[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3883[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];160 -> 3883[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3883 -> 233[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3884[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];160 -> 3884[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3884 -> 234[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3885[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];160 -> 3885[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3885 -> 235[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3886[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];160 -> 3886[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3886 -> 236[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3887[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];160 -> 3887[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3887 -> 237[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3888[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];160 -> 3888[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3888 -> 238[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3889[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];160 -> 3889[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3889 -> 239[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3890[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];160 -> 3890[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3890 -> 240[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3891[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];160 -> 3891[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3891 -> 241[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3892[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];160 -> 3892[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3892 -> 242[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3893[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];160 -> 3893[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3893 -> 243[label="",style="solid", color="blue", weight=3]; 28.52/13.51 161[label="vwx300",fontsize=16,color="green",shape="box"];158[label="max1 (Just vwx34) (Just vwx35) vwx36",fontsize=16,color="burlywood",shape="triangle"];3894[label="vwx36/False",fontsize=10,color="white",style="solid",shape="box"];158 -> 3894[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3894 -> 244[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 3895[label="vwx36/True",fontsize=10,color="white",style="solid",shape="box"];158 -> 3895[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3895 -> 245[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 162[label="False",fontsize=16,color="green",shape="box"];163[label="True",fontsize=16,color="green",shape="box"];164[label="max0 True False otherwise",fontsize=16,color="black",shape="box"];164 -> 246[label="",style="solid", color="black", weight=3]; 28.52/13.51 165[label="True",fontsize=16,color="green",shape="box"];166[label="max1 (Pos vwx300) vwx310 (not (primCmpInt (Pos vwx300) vwx310 == GT))",fontsize=16,color="burlywood",shape="box"];3896[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];166 -> 3896[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3896 -> 247[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 3897[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];166 -> 3897[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3897 -> 248[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 167[label="max1 (Neg vwx300) vwx310 (not (primCmpInt (Neg vwx300) vwx310 == GT))",fontsize=16,color="burlywood",shape="box"];3898[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];167 -> 3898[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3898 -> 249[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 3899[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];167 -> 3899[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3899 -> 250[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 169[label="vwx300",fontsize=16,color="green",shape="box"];170[label="vwx300 <= vwx3100",fontsize=16,color="blue",shape="box"];3900[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];170 -> 3900[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3900 -> 251[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3901[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];170 -> 3901[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3901 -> 252[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3902[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];170 -> 3902[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3902 -> 253[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3903[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];170 -> 3903[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3903 -> 254[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3904[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];170 -> 3904[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3904 -> 255[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3905[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];170 -> 3905[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3905 -> 256[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3906[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];170 -> 3906[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3906 -> 257[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3907[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];170 -> 3907[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3907 -> 258[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3908[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];170 -> 3908[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3908 -> 259[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3909[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];170 -> 3909[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3909 -> 260[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3910[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];170 -> 3910[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3910 -> 261[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3911[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];170 -> 3911[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3911 -> 262[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3912[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];170 -> 3912[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3912 -> 263[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3913[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];170 -> 3913[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3913 -> 264[label="",style="solid", color="blue", weight=3]; 28.52/13.51 171[label="vwx3100",fontsize=16,color="green",shape="box"];168[label="max1 (Left vwx41) (Left vwx42) vwx43",fontsize=16,color="burlywood",shape="triangle"];3914[label="vwx43/False",fontsize=10,color="white",style="solid",shape="box"];168 -> 3914[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3914 -> 265[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 3915[label="vwx43/True",fontsize=10,color="white",style="solid",shape="box"];168 -> 3915[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3915 -> 266[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 172[label="Right vwx3100",fontsize=16,color="green",shape="box"];173[label="max0 (Right vwx300) (Left vwx3100) otherwise",fontsize=16,color="black",shape="box"];173 -> 267[label="",style="solid", color="black", weight=3]; 28.52/13.51 175[label="vwx300 <= vwx3100",fontsize=16,color="blue",shape="box"];3916[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];175 -> 3916[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3916 -> 268[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3917[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];175 -> 3917[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3917 -> 269[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3918[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];175 -> 3918[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3918 -> 270[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3919[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];175 -> 3919[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3919 -> 271[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3920[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];175 -> 3920[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3920 -> 272[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3921[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];175 -> 3921[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3921 -> 273[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3922[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];175 -> 3922[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3922 -> 274[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3923[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];175 -> 3923[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3923 -> 275[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3924[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];175 -> 3924[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3924 -> 276[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3925[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];175 -> 3925[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3925 -> 277[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3926[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];175 -> 3926[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3926 -> 278[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3927[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];175 -> 3927[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3927 -> 279[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3928[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];175 -> 3928[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3928 -> 280[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3929[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];175 -> 3929[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3929 -> 281[label="",style="solid", color="blue", weight=3]; 28.52/13.51 176[label="vwx3100",fontsize=16,color="green",shape="box"];177[label="vwx300",fontsize=16,color="green",shape="box"];174[label="max1 (Right vwx48) (Right vwx49) vwx50",fontsize=16,color="burlywood",shape="triangle"];3930[label="vwx50/False",fontsize=10,color="white",style="solid",shape="box"];174 -> 3930[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3930 -> 282[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 3931[label="vwx50/True",fontsize=10,color="white",style="solid",shape="box"];174 -> 3931[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3931 -> 283[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 178[label="max1 (vwx300 :% vwx301) (vwx3100 :% vwx3101) (not (compare (vwx300 :% vwx301) (vwx3100 :% vwx3101) == GT))",fontsize=16,color="black",shape="box"];178 -> 284[label="",style="solid", color="black", weight=3]; 28.52/13.51 179[label="max1 (Integer vwx300) (Integer vwx3100) (not (compare (Integer vwx300) (Integer vwx3100) == GT))",fontsize=16,color="black",shape="box"];179 -> 285[label="",style="solid", color="black", weight=3]; 28.52/13.51 180[label="max1 (Double vwx300 vwx301) vwx310 (not (primCmpDouble (Double vwx300 vwx301) vwx310 == GT))",fontsize=16,color="burlywood",shape="box"];3932[label="vwx301/Pos vwx3010",fontsize=10,color="white",style="solid",shape="box"];180 -> 3932[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3932 -> 286[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 3933[label="vwx301/Neg vwx3010",fontsize=10,color="white",style="solid",shape="box"];180 -> 3933[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3933 -> 287[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 181[label="LT",fontsize=16,color="green",shape="box"];182[label="EQ",fontsize=16,color="green",shape="box"];183[label="GT",fontsize=16,color="green",shape="box"];184[label="max0 EQ LT otherwise",fontsize=16,color="black",shape="box"];184 -> 288[label="",style="solid", color="black", weight=3]; 28.52/13.51 185[label="EQ",fontsize=16,color="green",shape="box"];186[label="GT",fontsize=16,color="green",shape="box"];187[label="max0 GT LT otherwise",fontsize=16,color="black",shape="box"];187 -> 289[label="",style="solid", color="black", weight=3]; 28.52/13.51 188[label="max0 GT EQ otherwise",fontsize=16,color="black",shape="box"];188 -> 290[label="",style="solid", color="black", weight=3]; 28.52/13.51 189[label="GT",fontsize=16,color="green",shape="box"];190[label="max1 (Float vwx300 vwx301) vwx310 (not (primCmpFloat (Float vwx300 vwx301) vwx310 == GT))",fontsize=16,color="burlywood",shape="box"];3934[label="vwx301/Pos vwx3010",fontsize=10,color="white",style="solid",shape="box"];190 -> 3934[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3934 -> 291[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 3935[label="vwx301/Neg vwx3010",fontsize=10,color="white",style="solid",shape="box"];190 -> 3935[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3935 -> 292[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 191[label="max1 (vwx300 : vwx301) (vwx3100 : vwx3101) (not (compare (vwx300 : vwx301) (vwx3100 : vwx3101) == GT))",fontsize=16,color="black",shape="box"];191 -> 293[label="",style="solid", color="black", weight=3]; 28.52/13.51 192[label="max1 (vwx300 : vwx301) [] (not (compare (vwx300 : vwx301) [] == GT))",fontsize=16,color="black",shape="box"];192 -> 294[label="",style="solid", color="black", weight=3]; 28.52/13.51 193[label="max1 [] (vwx3100 : vwx3101) (not (compare [] (vwx3100 : vwx3101) == GT))",fontsize=16,color="black",shape="box"];193 -> 295[label="",style="solid", color="black", weight=3]; 28.52/13.51 194[label="max1 [] [] (not (compare [] [] == GT))",fontsize=16,color="black",shape="box"];194 -> 296[label="",style="solid", color="black", weight=3]; 28.52/13.51 1124[label="vwx300 < vwx3100",fontsize=16,color="blue",shape="box"];3936[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1124 -> 3936[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3936 -> 1141[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3937[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1124 -> 3937[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3937 -> 1142[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3938[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1124 -> 3938[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3938 -> 1143[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3939[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1124 -> 3939[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3939 -> 1144[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3940[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1124 -> 3940[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3940 -> 1145[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3941[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1124 -> 3941[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3941 -> 1146[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3942[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1124 -> 3942[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3942 -> 1147[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3943[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1124 -> 3943[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3943 -> 1148[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3944[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1124 -> 3944[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3944 -> 1149[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3945[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1124 -> 3945[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3945 -> 1150[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3946[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1124 -> 3946[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3946 -> 1151[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3947[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1124 -> 3947[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3947 -> 1152[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3948[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1124 -> 3948[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3948 -> 1153[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3949[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1124 -> 3949[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3949 -> 1154[label="",style="solid", color="blue", weight=3]; 28.52/13.51 1125[label="vwx300",fontsize=16,color="green",shape="box"];1126[label="vwx3100",fontsize=16,color="green",shape="box"];1127 -> 1123[label="",style="dashed", color="red", weight=0]; 28.52/13.51 1127[label="vwx301 < vwx3101 || vwx301 == vwx3101 && vwx302 <= vwx3102",fontsize=16,color="magenta"];1127 -> 1155[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1127 -> 1156[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1127 -> 1157[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1127 -> 1158[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1123[label="vwx107 || vwx108 == vwx109 && vwx164",fontsize=16,color="burlywood",shape="triangle"];3950[label="vwx107/False",fontsize=10,color="white",style="solid",shape="box"];1123 -> 3950[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3950 -> 1159[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 3951[label="vwx107/True",fontsize=10,color="white",style="solid",shape="box"];1123 -> 3951[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3951 -> 1160[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 1105[label="max1 (vwx70,vwx71,vwx72) (vwx73,vwx74,vwx75) False",fontsize=16,color="black",shape="box"];1105 -> 1161[label="",style="solid", color="black", weight=3]; 28.52/13.51 1106[label="max1 (vwx70,vwx71,vwx72) (vwx73,vwx74,vwx75) True",fontsize=16,color="black",shape="box"];1106 -> 1162[label="",style="solid", color="black", weight=3]; 28.52/13.51 211[label="max1 (Char vwx300) (Char vwx3100) (not (primCmpChar (Char vwx300) (Char vwx3100) == GT))",fontsize=16,color="black",shape="box"];211 -> 313[label="",style="solid", color="black", weight=3]; 28.52/13.51 212[label="max1 () () (not (EQ == GT))",fontsize=16,color="black",shape="box"];212 -> 314[label="",style="solid", color="black", weight=3]; 28.52/13.51 1341[label="vwx300 < vwx3100",fontsize=16,color="blue",shape="box"];3952[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1341 -> 3952[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3952 -> 1495[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3953[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1341 -> 3953[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3953 -> 1496[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3954[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1341 -> 3954[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3954 -> 1497[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3955[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1341 -> 3955[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3955 -> 1498[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3956[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1341 -> 3956[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3956 -> 1499[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3957[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1341 -> 3957[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3957 -> 1500[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3958[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1341 -> 3958[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3958 -> 1501[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3959[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1341 -> 3959[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3959 -> 1502[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3960[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1341 -> 3960[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3960 -> 1503[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3961[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1341 -> 3961[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3961 -> 1504[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3962[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1341 -> 3962[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3962 -> 1505[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3963[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1341 -> 3963[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3963 -> 1506[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3964[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1341 -> 3964[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3964 -> 1507[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3965[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1341 -> 3965[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3965 -> 1508[label="",style="solid", color="blue", weight=3]; 28.52/13.51 1342[label="vwx300",fontsize=16,color="green",shape="box"];1343[label="vwx3100",fontsize=16,color="green",shape="box"];1344[label="vwx301 <= vwx3101",fontsize=16,color="blue",shape="box"];3966[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1344 -> 3966[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3966 -> 1509[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3967[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1344 -> 3967[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3967 -> 1510[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3968[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1344 -> 3968[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3968 -> 1511[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3969[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1344 -> 3969[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3969 -> 1512[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3970[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1344 -> 3970[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3970 -> 1513[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3971[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1344 -> 3971[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3971 -> 1514[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3972[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1344 -> 3972[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3972 -> 1515[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3973[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1344 -> 3973[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3973 -> 1516[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3974[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1344 -> 3974[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3974 -> 1517[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3975[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1344 -> 3975[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3975 -> 1518[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3976[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1344 -> 3976[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3976 -> 1519[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3977[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1344 -> 3977[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3977 -> 1520[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3978[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1344 -> 3978[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3978 -> 1521[label="",style="solid", color="blue", weight=3]; 28.52/13.51 3979[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1344 -> 3979[label="",style="solid", color="blue", weight=9]; 28.52/13.51 3979 -> 1522[label="",style="solid", color="blue", weight=3]; 28.52/13.51 1345[label="max1 (vwx182,vwx183) (vwx184,vwx185) False",fontsize=16,color="black",shape="box"];1345 -> 1523[label="",style="solid", color="black", weight=3]; 28.52/13.51 1346[label="max1 (vwx182,vwx183) (vwx184,vwx185) True",fontsize=16,color="black",shape="box"];1346 -> 1524[label="",style="solid", color="black", weight=3]; 28.52/13.51 229[label="max0 (Just vwx300) Nothing True",fontsize=16,color="black",shape="box"];229 -> 345[label="",style="solid", color="black", weight=3]; 28.52/13.51 230[label="vwx300 <= vwx3100",fontsize=16,color="burlywood",shape="triangle"];3980[label="vwx300/(vwx3000,vwx3001,vwx3002)",fontsize=10,color="white",style="solid",shape="box"];230 -> 3980[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3980 -> 346[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 231[label="vwx300 <= vwx3100",fontsize=16,color="black",shape="triangle"];231 -> 347[label="",style="solid", color="black", weight=3]; 28.52/13.51 232[label="vwx300 <= vwx3100",fontsize=16,color="black",shape="triangle"];232 -> 348[label="",style="solid", color="black", weight=3]; 28.52/13.51 233[label="vwx300 <= vwx3100",fontsize=16,color="burlywood",shape="triangle"];3981[label="vwx300/(vwx3000,vwx3001)",fontsize=10,color="white",style="solid",shape="box"];233 -> 3981[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3981 -> 349[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 234[label="vwx300 <= vwx3100",fontsize=16,color="burlywood",shape="triangle"];3982[label="vwx300/Nothing",fontsize=10,color="white",style="solid",shape="box"];234 -> 3982[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3982 -> 350[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 3983[label="vwx300/Just vwx3000",fontsize=10,color="white",style="solid",shape="box"];234 -> 3983[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3983 -> 351[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 235[label="vwx300 <= vwx3100",fontsize=16,color="burlywood",shape="triangle"];3984[label="vwx300/False",fontsize=10,color="white",style="solid",shape="box"];235 -> 3984[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3984 -> 352[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 3985[label="vwx300/True",fontsize=10,color="white",style="solid",shape="box"];235 -> 3985[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3985 -> 353[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 236[label="vwx300 <= vwx3100",fontsize=16,color="black",shape="triangle"];236 -> 354[label="",style="solid", color="black", weight=3]; 28.52/13.51 237[label="vwx300 <= vwx3100",fontsize=16,color="burlywood",shape="triangle"];3986[label="vwx300/Left vwx3000",fontsize=10,color="white",style="solid",shape="box"];237 -> 3986[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3986 -> 355[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 3987[label="vwx300/Right vwx3000",fontsize=10,color="white",style="solid",shape="box"];237 -> 3987[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3987 -> 356[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 238[label="vwx300 <= vwx3100",fontsize=16,color="black",shape="triangle"];238 -> 357[label="",style="solid", color="black", weight=3]; 28.52/13.51 239[label="vwx300 <= vwx3100",fontsize=16,color="black",shape="triangle"];239 -> 358[label="",style="solid", color="black", weight=3]; 28.52/13.51 240[label="vwx300 <= vwx3100",fontsize=16,color="black",shape="triangle"];240 -> 359[label="",style="solid", color="black", weight=3]; 28.52/13.51 241[label="vwx300 <= vwx3100",fontsize=16,color="burlywood",shape="triangle"];3988[label="vwx300/LT",fontsize=10,color="white",style="solid",shape="box"];241 -> 3988[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3988 -> 360[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 3989[label="vwx300/EQ",fontsize=10,color="white",style="solid",shape="box"];241 -> 3989[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3989 -> 361[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 3990[label="vwx300/GT",fontsize=10,color="white",style="solid",shape="box"];241 -> 3990[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3990 -> 362[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 242[label="vwx300 <= vwx3100",fontsize=16,color="black",shape="triangle"];242 -> 363[label="",style="solid", color="black", weight=3]; 28.52/13.51 243[label="vwx300 <= vwx3100",fontsize=16,color="black",shape="triangle"];243 -> 364[label="",style="solid", color="black", weight=3]; 28.52/13.51 244[label="max1 (Just vwx34) (Just vwx35) False",fontsize=16,color="black",shape="box"];244 -> 365[label="",style="solid", color="black", weight=3]; 28.52/13.51 245[label="max1 (Just vwx34) (Just vwx35) True",fontsize=16,color="black",shape="box"];245 -> 366[label="",style="solid", color="black", weight=3]; 28.52/13.51 246[label="max0 True False True",fontsize=16,color="black",shape="box"];246 -> 367[label="",style="solid", color="black", weight=3]; 28.52/13.51 247[label="max1 (Pos (Succ vwx3000)) vwx310 (not (primCmpInt (Pos (Succ vwx3000)) vwx310 == GT))",fontsize=16,color="burlywood",shape="box"];3991[label="vwx310/Pos vwx3100",fontsize=10,color="white",style="solid",shape="box"];247 -> 3991[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3991 -> 368[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 3992[label="vwx310/Neg vwx3100",fontsize=10,color="white",style="solid",shape="box"];247 -> 3992[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3992 -> 369[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 248[label="max1 (Pos Zero) vwx310 (not (primCmpInt (Pos Zero) vwx310 == GT))",fontsize=16,color="burlywood",shape="box"];3993[label="vwx310/Pos vwx3100",fontsize=10,color="white",style="solid",shape="box"];248 -> 3993[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3993 -> 370[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 3994[label="vwx310/Neg vwx3100",fontsize=10,color="white",style="solid",shape="box"];248 -> 3994[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3994 -> 371[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 249[label="max1 (Neg (Succ vwx3000)) vwx310 (not (primCmpInt (Neg (Succ vwx3000)) vwx310 == GT))",fontsize=16,color="burlywood",shape="box"];3995[label="vwx310/Pos vwx3100",fontsize=10,color="white",style="solid",shape="box"];249 -> 3995[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3995 -> 372[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 3996[label="vwx310/Neg vwx3100",fontsize=10,color="white",style="solid",shape="box"];249 -> 3996[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3996 -> 373[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 250[label="max1 (Neg Zero) vwx310 (not (primCmpInt (Neg Zero) vwx310 == GT))",fontsize=16,color="burlywood",shape="box"];3997[label="vwx310/Pos vwx3100",fontsize=10,color="white",style="solid",shape="box"];250 -> 3997[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3997 -> 374[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 3998[label="vwx310/Neg vwx3100",fontsize=10,color="white",style="solid",shape="box"];250 -> 3998[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3998 -> 375[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 251 -> 230[label="",style="dashed", color="red", weight=0]; 28.52/13.51 251[label="vwx300 <= vwx3100",fontsize=16,color="magenta"];251 -> 376[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 251 -> 377[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 252 -> 231[label="",style="dashed", color="red", weight=0]; 28.52/13.51 252[label="vwx300 <= vwx3100",fontsize=16,color="magenta"];252 -> 378[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 252 -> 379[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 253 -> 232[label="",style="dashed", color="red", weight=0]; 28.52/13.51 253[label="vwx300 <= vwx3100",fontsize=16,color="magenta"];253 -> 380[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 253 -> 381[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 254 -> 233[label="",style="dashed", color="red", weight=0]; 28.52/13.51 254[label="vwx300 <= vwx3100",fontsize=16,color="magenta"];254 -> 382[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 254 -> 383[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 255 -> 234[label="",style="dashed", color="red", weight=0]; 28.52/13.51 255[label="vwx300 <= vwx3100",fontsize=16,color="magenta"];255 -> 384[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 255 -> 385[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 256 -> 235[label="",style="dashed", color="red", weight=0]; 28.52/13.51 256[label="vwx300 <= vwx3100",fontsize=16,color="magenta"];256 -> 386[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 256 -> 387[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 257 -> 236[label="",style="dashed", color="red", weight=0]; 28.52/13.51 257[label="vwx300 <= vwx3100",fontsize=16,color="magenta"];257 -> 388[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 257 -> 389[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 258 -> 237[label="",style="dashed", color="red", weight=0]; 28.52/13.51 258[label="vwx300 <= vwx3100",fontsize=16,color="magenta"];258 -> 390[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 258 -> 391[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 259 -> 238[label="",style="dashed", color="red", weight=0]; 28.52/13.51 259[label="vwx300 <= vwx3100",fontsize=16,color="magenta"];259 -> 392[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 259 -> 393[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 260 -> 239[label="",style="dashed", color="red", weight=0]; 28.52/13.51 260[label="vwx300 <= vwx3100",fontsize=16,color="magenta"];260 -> 394[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 260 -> 395[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 261 -> 240[label="",style="dashed", color="red", weight=0]; 28.52/13.51 261[label="vwx300 <= vwx3100",fontsize=16,color="magenta"];261 -> 396[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 261 -> 397[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 262 -> 241[label="",style="dashed", color="red", weight=0]; 28.52/13.51 262[label="vwx300 <= vwx3100",fontsize=16,color="magenta"];262 -> 398[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 262 -> 399[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 263 -> 242[label="",style="dashed", color="red", weight=0]; 28.52/13.51 263[label="vwx300 <= vwx3100",fontsize=16,color="magenta"];263 -> 400[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 263 -> 401[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 264 -> 243[label="",style="dashed", color="red", weight=0]; 28.52/13.51 264[label="vwx300 <= vwx3100",fontsize=16,color="magenta"];264 -> 402[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 264 -> 403[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 265[label="max1 (Left vwx41) (Left vwx42) False",fontsize=16,color="black",shape="box"];265 -> 404[label="",style="solid", color="black", weight=3]; 28.52/13.51 266[label="max1 (Left vwx41) (Left vwx42) True",fontsize=16,color="black",shape="box"];266 -> 405[label="",style="solid", color="black", weight=3]; 28.52/13.51 267[label="max0 (Right vwx300) (Left vwx3100) True",fontsize=16,color="black",shape="box"];267 -> 406[label="",style="solid", color="black", weight=3]; 28.52/13.51 268 -> 230[label="",style="dashed", color="red", weight=0]; 28.52/13.51 268[label="vwx300 <= vwx3100",fontsize=16,color="magenta"];268 -> 407[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 268 -> 408[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 269 -> 231[label="",style="dashed", color="red", weight=0]; 28.52/13.51 269[label="vwx300 <= vwx3100",fontsize=16,color="magenta"];269 -> 409[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 269 -> 410[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 270 -> 232[label="",style="dashed", color="red", weight=0]; 28.52/13.51 270[label="vwx300 <= vwx3100",fontsize=16,color="magenta"];270 -> 411[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 270 -> 412[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 271 -> 233[label="",style="dashed", color="red", weight=0]; 28.52/13.51 271[label="vwx300 <= vwx3100",fontsize=16,color="magenta"];271 -> 413[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 271 -> 414[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 272 -> 234[label="",style="dashed", color="red", weight=0]; 28.52/13.51 272[label="vwx300 <= vwx3100",fontsize=16,color="magenta"];272 -> 415[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 272 -> 416[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 273 -> 235[label="",style="dashed", color="red", weight=0]; 28.52/13.51 273[label="vwx300 <= vwx3100",fontsize=16,color="magenta"];273 -> 417[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 273 -> 418[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 274 -> 236[label="",style="dashed", color="red", weight=0]; 28.52/13.51 274[label="vwx300 <= vwx3100",fontsize=16,color="magenta"];274 -> 419[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 274 -> 420[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 275 -> 237[label="",style="dashed", color="red", weight=0]; 28.52/13.51 275[label="vwx300 <= vwx3100",fontsize=16,color="magenta"];275 -> 421[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 275 -> 422[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 276 -> 238[label="",style="dashed", color="red", weight=0]; 28.52/13.51 276[label="vwx300 <= vwx3100",fontsize=16,color="magenta"];276 -> 423[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 276 -> 424[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 277 -> 239[label="",style="dashed", color="red", weight=0]; 28.52/13.51 277[label="vwx300 <= vwx3100",fontsize=16,color="magenta"];277 -> 425[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 277 -> 426[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 278 -> 240[label="",style="dashed", color="red", weight=0]; 28.52/13.51 278[label="vwx300 <= vwx3100",fontsize=16,color="magenta"];278 -> 427[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 278 -> 428[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 279 -> 241[label="",style="dashed", color="red", weight=0]; 28.52/13.51 279[label="vwx300 <= vwx3100",fontsize=16,color="magenta"];279 -> 429[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 279 -> 430[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 280 -> 242[label="",style="dashed", color="red", weight=0]; 28.52/13.51 280[label="vwx300 <= vwx3100",fontsize=16,color="magenta"];280 -> 431[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 280 -> 432[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 281 -> 243[label="",style="dashed", color="red", weight=0]; 28.52/13.51 281[label="vwx300 <= vwx3100",fontsize=16,color="magenta"];281 -> 433[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 281 -> 434[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 282[label="max1 (Right vwx48) (Right vwx49) False",fontsize=16,color="black",shape="box"];282 -> 435[label="",style="solid", color="black", weight=3]; 28.52/13.51 283[label="max1 (Right vwx48) (Right vwx49) True",fontsize=16,color="black",shape="box"];283 -> 436[label="",style="solid", color="black", weight=3]; 28.52/13.51 284 -> 911[label="",style="dashed", color="red", weight=0]; 28.52/13.51 284[label="max1 (vwx300 :% vwx301) (vwx3100 :% vwx3101) (not (compare (vwx300 * vwx3101) (vwx3100 * vwx301) == GT))",fontsize=16,color="magenta"];284 -> 912[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 284 -> 913[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 284 -> 914[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 284 -> 915[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 284 -> 916[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 285[label="max1 (Integer vwx300) (Integer vwx3100) (not (primCmpInt vwx300 vwx3100 == GT))",fontsize=16,color="burlywood",shape="box"];3999[label="vwx300/Pos vwx3000",fontsize=10,color="white",style="solid",shape="box"];285 -> 3999[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 3999 -> 443[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 4000[label="vwx300/Neg vwx3000",fontsize=10,color="white",style="solid",shape="box"];285 -> 4000[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 4000 -> 444[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 286[label="max1 (Double vwx300 (Pos vwx3010)) vwx310 (not (primCmpDouble (Double vwx300 (Pos vwx3010)) vwx310 == GT))",fontsize=16,color="burlywood",shape="box"];4001[label="vwx310/Double vwx3100 vwx3101",fontsize=10,color="white",style="solid",shape="box"];286 -> 4001[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 4001 -> 445[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 287[label="max1 (Double vwx300 (Neg vwx3010)) vwx310 (not (primCmpDouble (Double vwx300 (Neg vwx3010)) vwx310 == GT))",fontsize=16,color="burlywood",shape="box"];4002[label="vwx310/Double vwx3100 vwx3101",fontsize=10,color="white",style="solid",shape="box"];287 -> 4002[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 4002 -> 446[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 288[label="max0 EQ LT True",fontsize=16,color="black",shape="box"];288 -> 447[label="",style="solid", color="black", weight=3]; 28.52/13.51 289[label="max0 GT LT True",fontsize=16,color="black",shape="box"];289 -> 448[label="",style="solid", color="black", weight=3]; 28.52/13.51 290[label="max0 GT EQ True",fontsize=16,color="black",shape="box"];290 -> 449[label="",style="solid", color="black", weight=3]; 28.52/13.51 291[label="max1 (Float vwx300 (Pos vwx3010)) vwx310 (not (primCmpFloat (Float vwx300 (Pos vwx3010)) vwx310 == GT))",fontsize=16,color="burlywood",shape="box"];4003[label="vwx310/Float vwx3100 vwx3101",fontsize=10,color="white",style="solid",shape="box"];291 -> 4003[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 4003 -> 450[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 292[label="max1 (Float vwx300 (Neg vwx3010)) vwx310 (not (primCmpFloat (Float vwx300 (Neg vwx3010)) vwx310 == GT))",fontsize=16,color="burlywood",shape="box"];4004[label="vwx310/Float vwx3100 vwx3101",fontsize=10,color="white",style="solid",shape="box"];292 -> 4004[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 4004 -> 451[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 293 -> 1684[label="",style="dashed", color="red", weight=0]; 28.52/13.51 293[label="max1 (vwx300 : vwx301) (vwx3100 : vwx3101) (not (primCompAux vwx300 vwx3100 (compare vwx301 vwx3101) == GT))",fontsize=16,color="magenta"];293 -> 1685[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 293 -> 1686[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 293 -> 1687[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 293 -> 1688[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 293 -> 1689[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 294[label="max1 (vwx300 : vwx301) [] (not (GT == GT))",fontsize=16,color="black",shape="box"];294 -> 453[label="",style="solid", color="black", weight=3]; 28.52/13.51 295[label="max1 [] (vwx3100 : vwx3101) (not (LT == GT))",fontsize=16,color="black",shape="box"];295 -> 454[label="",style="solid", color="black", weight=3]; 28.52/13.51 296[label="max1 [] [] (not (EQ == GT))",fontsize=16,color="black",shape="box"];296 -> 455[label="",style="solid", color="black", weight=3]; 28.52/13.51 1141 -> 195[label="",style="dashed", color="red", weight=0]; 28.52/13.51 1141[label="vwx300 < vwx3100",fontsize=16,color="magenta"];1142 -> 196[label="",style="dashed", color="red", weight=0]; 28.52/13.51 1142[label="vwx300 < vwx3100",fontsize=16,color="magenta"];1143 -> 197[label="",style="dashed", color="red", weight=0]; 28.52/13.51 1143[label="vwx300 < vwx3100",fontsize=16,color="magenta"];1144 -> 198[label="",style="dashed", color="red", weight=0]; 28.52/13.51 1144[label="vwx300 < vwx3100",fontsize=16,color="magenta"];1145 -> 199[label="",style="dashed", color="red", weight=0]; 28.52/13.51 1145[label="vwx300 < vwx3100",fontsize=16,color="magenta"];1146 -> 200[label="",style="dashed", color="red", weight=0]; 28.52/13.51 1146[label="vwx300 < vwx3100",fontsize=16,color="magenta"];1147 -> 201[label="",style="dashed", color="red", weight=0]; 28.52/13.51 1147[label="vwx300 < vwx3100",fontsize=16,color="magenta"];1148 -> 202[label="",style="dashed", color="red", weight=0]; 28.52/13.51 1148[label="vwx300 < vwx3100",fontsize=16,color="magenta"];1149 -> 203[label="",style="dashed", color="red", weight=0]; 28.52/13.51 1149[label="vwx300 < vwx3100",fontsize=16,color="magenta"];1150 -> 204[label="",style="dashed", color="red", weight=0]; 28.52/13.51 1150[label="vwx300 < vwx3100",fontsize=16,color="magenta"];1151 -> 205[label="",style="dashed", color="red", weight=0]; 28.52/13.51 1151[label="vwx300 < vwx3100",fontsize=16,color="magenta"];1152 -> 206[label="",style="dashed", color="red", weight=0]; 28.52/13.51 1152[label="vwx300 < vwx3100",fontsize=16,color="magenta"];1153 -> 207[label="",style="dashed", color="red", weight=0]; 28.52/13.51 1153[label="vwx300 < vwx3100",fontsize=16,color="magenta"];1154 -> 208[label="",style="dashed", color="red", weight=0]; 28.52/13.51 1154[label="vwx300 < vwx3100",fontsize=16,color="magenta"];1155[label="vwx301 < vwx3101",fontsize=16,color="blue",shape="box"];4005[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1155 -> 4005[label="",style="solid", color="blue", weight=9]; 28.52/13.51 4005 -> 1165[label="",style="solid", color="blue", weight=3]; 28.52/13.51 4006[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1155 -> 4006[label="",style="solid", color="blue", weight=9]; 28.52/13.51 4006 -> 1166[label="",style="solid", color="blue", weight=3]; 28.52/13.51 4007[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1155 -> 4007[label="",style="solid", color="blue", weight=9]; 28.52/13.51 4007 -> 1167[label="",style="solid", color="blue", weight=3]; 28.52/13.51 4008[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1155 -> 4008[label="",style="solid", color="blue", weight=9]; 28.52/13.51 4008 -> 1168[label="",style="solid", color="blue", weight=3]; 28.52/13.51 4009[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1155 -> 4009[label="",style="solid", color="blue", weight=9]; 28.52/13.51 4009 -> 1169[label="",style="solid", color="blue", weight=3]; 28.52/13.51 4010[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1155 -> 4010[label="",style="solid", color="blue", weight=9]; 28.52/13.51 4010 -> 1170[label="",style="solid", color="blue", weight=3]; 28.52/13.51 4011[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1155 -> 4011[label="",style="solid", color="blue", weight=9]; 28.52/13.51 4011 -> 1171[label="",style="solid", color="blue", weight=3]; 28.52/13.51 4012[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1155 -> 4012[label="",style="solid", color="blue", weight=9]; 28.52/13.51 4012 -> 1172[label="",style="solid", color="blue", weight=3]; 28.52/13.51 4013[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1155 -> 4013[label="",style="solid", color="blue", weight=9]; 28.52/13.51 4013 -> 1173[label="",style="solid", color="blue", weight=3]; 28.52/13.51 4014[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1155 -> 4014[label="",style="solid", color="blue", weight=9]; 28.52/13.51 4014 -> 1174[label="",style="solid", color="blue", weight=3]; 28.52/13.51 4015[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1155 -> 4015[label="",style="solid", color="blue", weight=9]; 28.52/13.51 4015 -> 1175[label="",style="solid", color="blue", weight=3]; 28.52/13.51 4016[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1155 -> 4016[label="",style="solid", color="blue", weight=9]; 28.52/13.51 4016 -> 1176[label="",style="solid", color="blue", weight=3]; 28.52/13.51 4017[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1155 -> 4017[label="",style="solid", color="blue", weight=9]; 28.52/13.51 4017 -> 1177[label="",style="solid", color="blue", weight=3]; 28.52/13.51 4018[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1155 -> 4018[label="",style="solid", color="blue", weight=9]; 28.52/13.51 4018 -> 1178[label="",style="solid", color="blue", weight=3]; 28.52/13.51 1156[label="vwx301",fontsize=16,color="green",shape="box"];1157[label="vwx3101",fontsize=16,color="green",shape="box"];1158[label="vwx302 <= vwx3102",fontsize=16,color="blue",shape="box"];4019[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1158 -> 4019[label="",style="solid", color="blue", weight=9]; 28.52/13.51 4019 -> 1179[label="",style="solid", color="blue", weight=3]; 28.52/13.51 4020[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1158 -> 4020[label="",style="solid", color="blue", weight=9]; 28.52/13.51 4020 -> 1180[label="",style="solid", color="blue", weight=3]; 28.52/13.51 4021[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1158 -> 4021[label="",style="solid", color="blue", weight=9]; 28.52/13.51 4021 -> 1181[label="",style="solid", color="blue", weight=3]; 28.52/13.51 4022[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1158 -> 4022[label="",style="solid", color="blue", weight=9]; 28.52/13.51 4022 -> 1182[label="",style="solid", color="blue", weight=3]; 28.52/13.51 4023[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1158 -> 4023[label="",style="solid", color="blue", weight=9]; 28.52/13.51 4023 -> 1183[label="",style="solid", color="blue", weight=3]; 28.52/13.51 4024[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1158 -> 4024[label="",style="solid", color="blue", weight=9]; 28.52/13.51 4024 -> 1184[label="",style="solid", color="blue", weight=3]; 28.52/13.51 4025[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1158 -> 4025[label="",style="solid", color="blue", weight=9]; 28.52/13.51 4025 -> 1185[label="",style="solid", color="blue", weight=3]; 28.52/13.51 4026[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1158 -> 4026[label="",style="solid", color="blue", weight=9]; 28.52/13.51 4026 -> 1186[label="",style="solid", color="blue", weight=3]; 28.52/13.51 4027[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1158 -> 4027[label="",style="solid", color="blue", weight=9]; 28.52/13.51 4027 -> 1187[label="",style="solid", color="blue", weight=3]; 28.52/13.51 4028[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1158 -> 4028[label="",style="solid", color="blue", weight=9]; 28.52/13.51 4028 -> 1188[label="",style="solid", color="blue", weight=3]; 28.52/13.51 4029[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1158 -> 4029[label="",style="solid", color="blue", weight=9]; 28.52/13.51 4029 -> 1189[label="",style="solid", color="blue", weight=3]; 28.52/13.51 4030[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1158 -> 4030[label="",style="solid", color="blue", weight=9]; 28.52/13.51 4030 -> 1190[label="",style="solid", color="blue", weight=3]; 28.52/13.51 4031[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1158 -> 4031[label="",style="solid", color="blue", weight=9]; 28.52/13.51 4031 -> 1191[label="",style="solid", color="blue", weight=3]; 28.52/13.51 4032[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1158 -> 4032[label="",style="solid", color="blue", weight=9]; 28.52/13.51 4032 -> 1192[label="",style="solid", color="blue", weight=3]; 28.52/13.51 1159[label="False || vwx108 == vwx109 && vwx164",fontsize=16,color="black",shape="box"];1159 -> 1193[label="",style="solid", color="black", weight=3]; 28.52/13.51 1160[label="True || vwx108 == vwx109 && vwx164",fontsize=16,color="black",shape="box"];1160 -> 1194[label="",style="solid", color="black", weight=3]; 28.52/13.51 1161[label="max0 (vwx70,vwx71,vwx72) (vwx73,vwx74,vwx75) otherwise",fontsize=16,color="black",shape="box"];1161 -> 1195[label="",style="solid", color="black", weight=3]; 28.52/13.51 1162[label="(vwx73,vwx74,vwx75)",fontsize=16,color="green",shape="box"];313[label="max1 (Char vwx300) (Char vwx3100) (not (primCmpNat vwx300 vwx3100 == GT))",fontsize=16,color="burlywood",shape="box"];4033[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];313 -> 4033[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 4033 -> 480[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 4034[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];313 -> 4034[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 4034 -> 481[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 314[label="max1 () () (not False)",fontsize=16,color="black",shape="box"];314 -> 482[label="",style="solid", color="black", weight=3]; 28.52/13.51 1495 -> 195[label="",style="dashed", color="red", weight=0]; 28.52/13.51 1495[label="vwx300 < vwx3100",fontsize=16,color="magenta"];1495 -> 1527[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1495 -> 1528[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1496 -> 196[label="",style="dashed", color="red", weight=0]; 28.52/13.51 1496[label="vwx300 < vwx3100",fontsize=16,color="magenta"];1496 -> 1529[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1496 -> 1530[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1497 -> 197[label="",style="dashed", color="red", weight=0]; 28.52/13.51 1497[label="vwx300 < vwx3100",fontsize=16,color="magenta"];1497 -> 1531[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1497 -> 1532[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1498 -> 198[label="",style="dashed", color="red", weight=0]; 28.52/13.51 1498[label="vwx300 < vwx3100",fontsize=16,color="magenta"];1498 -> 1533[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1498 -> 1534[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1499 -> 199[label="",style="dashed", color="red", weight=0]; 28.52/13.51 1499[label="vwx300 < vwx3100",fontsize=16,color="magenta"];1499 -> 1535[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1499 -> 1536[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1500 -> 200[label="",style="dashed", color="red", weight=0]; 28.52/13.51 1500[label="vwx300 < vwx3100",fontsize=16,color="magenta"];1500 -> 1537[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1500 -> 1538[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1501 -> 201[label="",style="dashed", color="red", weight=0]; 28.52/13.51 1501[label="vwx300 < vwx3100",fontsize=16,color="magenta"];1501 -> 1539[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1501 -> 1540[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1502 -> 202[label="",style="dashed", color="red", weight=0]; 28.52/13.51 1502[label="vwx300 < vwx3100",fontsize=16,color="magenta"];1502 -> 1541[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1502 -> 1542[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1503 -> 203[label="",style="dashed", color="red", weight=0]; 28.52/13.51 1503[label="vwx300 < vwx3100",fontsize=16,color="magenta"];1503 -> 1543[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1503 -> 1544[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1504 -> 204[label="",style="dashed", color="red", weight=0]; 28.52/13.51 1504[label="vwx300 < vwx3100",fontsize=16,color="magenta"];1504 -> 1545[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1504 -> 1546[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1505 -> 205[label="",style="dashed", color="red", weight=0]; 28.52/13.51 1505[label="vwx300 < vwx3100",fontsize=16,color="magenta"];1505 -> 1547[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1505 -> 1548[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1506 -> 206[label="",style="dashed", color="red", weight=0]; 28.52/13.51 1506[label="vwx300 < vwx3100",fontsize=16,color="magenta"];1506 -> 1549[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1506 -> 1550[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1507 -> 207[label="",style="dashed", color="red", weight=0]; 28.52/13.51 1507[label="vwx300 < vwx3100",fontsize=16,color="magenta"];1507 -> 1551[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1507 -> 1552[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1508 -> 208[label="",style="dashed", color="red", weight=0]; 28.52/13.51 1508[label="vwx300 < vwx3100",fontsize=16,color="magenta"];1508 -> 1553[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1508 -> 1554[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1509 -> 230[label="",style="dashed", color="red", weight=0]; 28.52/13.51 1509[label="vwx301 <= vwx3101",fontsize=16,color="magenta"];1509 -> 1555[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1509 -> 1556[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1510 -> 231[label="",style="dashed", color="red", weight=0]; 28.52/13.51 1510[label="vwx301 <= vwx3101",fontsize=16,color="magenta"];1510 -> 1557[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1510 -> 1558[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1511 -> 232[label="",style="dashed", color="red", weight=0]; 28.52/13.51 1511[label="vwx301 <= vwx3101",fontsize=16,color="magenta"];1511 -> 1559[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1511 -> 1560[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1512 -> 233[label="",style="dashed", color="red", weight=0]; 28.52/13.51 1512[label="vwx301 <= vwx3101",fontsize=16,color="magenta"];1512 -> 1561[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1512 -> 1562[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1513 -> 234[label="",style="dashed", color="red", weight=0]; 28.52/13.51 1513[label="vwx301 <= vwx3101",fontsize=16,color="magenta"];1513 -> 1563[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1513 -> 1564[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1514 -> 235[label="",style="dashed", color="red", weight=0]; 28.52/13.51 1514[label="vwx301 <= vwx3101",fontsize=16,color="magenta"];1514 -> 1565[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1514 -> 1566[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1515 -> 236[label="",style="dashed", color="red", weight=0]; 28.52/13.51 1515[label="vwx301 <= vwx3101",fontsize=16,color="magenta"];1515 -> 1567[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1515 -> 1568[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1516 -> 237[label="",style="dashed", color="red", weight=0]; 28.52/13.51 1516[label="vwx301 <= vwx3101",fontsize=16,color="magenta"];1516 -> 1569[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1516 -> 1570[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1517 -> 238[label="",style="dashed", color="red", weight=0]; 28.52/13.51 1517[label="vwx301 <= vwx3101",fontsize=16,color="magenta"];1517 -> 1571[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1517 -> 1572[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1518 -> 239[label="",style="dashed", color="red", weight=0]; 28.52/13.51 1518[label="vwx301 <= vwx3101",fontsize=16,color="magenta"];1518 -> 1573[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1518 -> 1574[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1519 -> 240[label="",style="dashed", color="red", weight=0]; 28.52/13.51 1519[label="vwx301 <= vwx3101",fontsize=16,color="magenta"];1519 -> 1575[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1519 -> 1576[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1520 -> 241[label="",style="dashed", color="red", weight=0]; 28.52/13.51 1520[label="vwx301 <= vwx3101",fontsize=16,color="magenta"];1520 -> 1577[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1520 -> 1578[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1521 -> 242[label="",style="dashed", color="red", weight=0]; 28.52/13.51 1521[label="vwx301 <= vwx3101",fontsize=16,color="magenta"];1521 -> 1579[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1521 -> 1580[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1522 -> 243[label="",style="dashed", color="red", weight=0]; 28.52/13.51 1522[label="vwx301 <= vwx3101",fontsize=16,color="magenta"];1522 -> 1581[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1522 -> 1582[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 1523[label="max0 (vwx182,vwx183) (vwx184,vwx185) otherwise",fontsize=16,color="black",shape="box"];1523 -> 1583[label="",style="solid", color="black", weight=3]; 28.52/13.51 1524[label="(vwx184,vwx185)",fontsize=16,color="green",shape="box"];345[label="Just vwx300",fontsize=16,color="green",shape="box"];346[label="(vwx3000,vwx3001,vwx3002) <= vwx3100",fontsize=16,color="burlywood",shape="box"];4035[label="vwx3100/(vwx31000,vwx31001,vwx31002)",fontsize=10,color="white",style="solid",shape="box"];346 -> 4035[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 4035 -> 490[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 347[label="compare vwx300 vwx3100 /= GT",fontsize=16,color="black",shape="box"];347 -> 491[label="",style="solid", color="black", weight=3]; 28.52/13.51 348[label="compare vwx300 vwx3100 /= GT",fontsize=16,color="black",shape="box"];348 -> 492[label="",style="solid", color="black", weight=3]; 28.52/13.51 349[label="(vwx3000,vwx3001) <= vwx3100",fontsize=16,color="burlywood",shape="box"];4036[label="vwx3100/(vwx31000,vwx31001)",fontsize=10,color="white",style="solid",shape="box"];349 -> 4036[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 4036 -> 493[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 350[label="Nothing <= vwx3100",fontsize=16,color="burlywood",shape="box"];4037[label="vwx3100/Nothing",fontsize=10,color="white",style="solid",shape="box"];350 -> 4037[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 4037 -> 494[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 4038[label="vwx3100/Just vwx31000",fontsize=10,color="white",style="solid",shape="box"];350 -> 4038[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 4038 -> 495[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 351[label="Just vwx3000 <= vwx3100",fontsize=16,color="burlywood",shape="box"];4039[label="vwx3100/Nothing",fontsize=10,color="white",style="solid",shape="box"];351 -> 4039[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 4039 -> 496[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 4040[label="vwx3100/Just vwx31000",fontsize=10,color="white",style="solid",shape="box"];351 -> 4040[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 4040 -> 497[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 352[label="False <= vwx3100",fontsize=16,color="burlywood",shape="box"];4041[label="vwx3100/False",fontsize=10,color="white",style="solid",shape="box"];352 -> 4041[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 4041 -> 498[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 4042[label="vwx3100/True",fontsize=10,color="white",style="solid",shape="box"];352 -> 4042[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 4042 -> 499[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 353[label="True <= vwx3100",fontsize=16,color="burlywood",shape="box"];4043[label="vwx3100/False",fontsize=10,color="white",style="solid",shape="box"];353 -> 4043[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 4043 -> 500[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 4044[label="vwx3100/True",fontsize=10,color="white",style="solid",shape="box"];353 -> 4044[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 4044 -> 501[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 354[label="compare vwx300 vwx3100 /= GT",fontsize=16,color="black",shape="box"];354 -> 502[label="",style="solid", color="black", weight=3]; 28.52/13.51 355[label="Left vwx3000 <= vwx3100",fontsize=16,color="burlywood",shape="box"];4045[label="vwx3100/Left vwx31000",fontsize=10,color="white",style="solid",shape="box"];355 -> 4045[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 4045 -> 503[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 4046[label="vwx3100/Right vwx31000",fontsize=10,color="white",style="solid",shape="box"];355 -> 4046[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 4046 -> 504[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 356[label="Right vwx3000 <= vwx3100",fontsize=16,color="burlywood",shape="box"];4047[label="vwx3100/Left vwx31000",fontsize=10,color="white",style="solid",shape="box"];356 -> 4047[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 4047 -> 505[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 4048[label="vwx3100/Right vwx31000",fontsize=10,color="white",style="solid",shape="box"];356 -> 4048[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 4048 -> 506[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 357[label="compare vwx300 vwx3100 /= GT",fontsize=16,color="black",shape="box"];357 -> 507[label="",style="solid", color="black", weight=3]; 28.52/13.51 358[label="compare vwx300 vwx3100 /= GT",fontsize=16,color="black",shape="box"];358 -> 508[label="",style="solid", color="black", weight=3]; 28.52/13.51 359[label="compare vwx300 vwx3100 /= GT",fontsize=16,color="black",shape="box"];359 -> 509[label="",style="solid", color="black", weight=3]; 28.52/13.51 360[label="LT <= vwx3100",fontsize=16,color="burlywood",shape="box"];4049[label="vwx3100/LT",fontsize=10,color="white",style="solid",shape="box"];360 -> 4049[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 4049 -> 510[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 4050[label="vwx3100/EQ",fontsize=10,color="white",style="solid",shape="box"];360 -> 4050[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 4050 -> 511[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 4051[label="vwx3100/GT",fontsize=10,color="white",style="solid",shape="box"];360 -> 4051[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 4051 -> 512[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 361[label="EQ <= vwx3100",fontsize=16,color="burlywood",shape="box"];4052[label="vwx3100/LT",fontsize=10,color="white",style="solid",shape="box"];361 -> 4052[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 4052 -> 513[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 4053[label="vwx3100/EQ",fontsize=10,color="white",style="solid",shape="box"];361 -> 4053[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 4053 -> 514[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 4054[label="vwx3100/GT",fontsize=10,color="white",style="solid",shape="box"];361 -> 4054[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 4054 -> 515[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 362[label="GT <= vwx3100",fontsize=16,color="burlywood",shape="box"];4055[label="vwx3100/LT",fontsize=10,color="white",style="solid",shape="box"];362 -> 4055[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 4055 -> 516[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 4056[label="vwx3100/EQ",fontsize=10,color="white",style="solid",shape="box"];362 -> 4056[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 4056 -> 517[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 4057[label="vwx3100/GT",fontsize=10,color="white",style="solid",shape="box"];362 -> 4057[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 4057 -> 518[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 363[label="compare vwx300 vwx3100 /= GT",fontsize=16,color="black",shape="box"];363 -> 519[label="",style="solid", color="black", weight=3]; 28.52/13.51 364[label="compare vwx300 vwx3100 /= GT",fontsize=16,color="black",shape="box"];364 -> 520[label="",style="solid", color="black", weight=3]; 28.52/13.51 365[label="max0 (Just vwx34) (Just vwx35) otherwise",fontsize=16,color="black",shape="box"];365 -> 521[label="",style="solid", color="black", weight=3]; 28.52/13.51 366[label="Just vwx35",fontsize=16,color="green",shape="box"];367[label="True",fontsize=16,color="green",shape="box"];368[label="max1 (Pos (Succ vwx3000)) (Pos vwx3100) (not (primCmpInt (Pos (Succ vwx3000)) (Pos vwx3100) == GT))",fontsize=16,color="black",shape="box"];368 -> 522[label="",style="solid", color="black", weight=3]; 28.52/13.51 369[label="max1 (Pos (Succ vwx3000)) (Neg vwx3100) (not (primCmpInt (Pos (Succ vwx3000)) (Neg vwx3100) == GT))",fontsize=16,color="black",shape="box"];369 -> 523[label="",style="solid", color="black", weight=3]; 28.52/13.51 370[label="max1 (Pos Zero) (Pos vwx3100) (not (primCmpInt (Pos Zero) (Pos vwx3100) == GT))",fontsize=16,color="burlywood",shape="box"];4058[label="vwx3100/Succ vwx31000",fontsize=10,color="white",style="solid",shape="box"];370 -> 4058[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 4058 -> 524[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 4059[label="vwx3100/Zero",fontsize=10,color="white",style="solid",shape="box"];370 -> 4059[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 4059 -> 525[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 371[label="max1 (Pos Zero) (Neg vwx3100) (not (primCmpInt (Pos Zero) (Neg vwx3100) == GT))",fontsize=16,color="burlywood",shape="box"];4060[label="vwx3100/Succ vwx31000",fontsize=10,color="white",style="solid",shape="box"];371 -> 4060[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 4060 -> 526[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 4061[label="vwx3100/Zero",fontsize=10,color="white",style="solid",shape="box"];371 -> 4061[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 4061 -> 527[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 372[label="max1 (Neg (Succ vwx3000)) (Pos vwx3100) (not (primCmpInt (Neg (Succ vwx3000)) (Pos vwx3100) == GT))",fontsize=16,color="black",shape="box"];372 -> 528[label="",style="solid", color="black", weight=3]; 28.52/13.51 373[label="max1 (Neg (Succ vwx3000)) (Neg vwx3100) (not (primCmpInt (Neg (Succ vwx3000)) (Neg vwx3100) == GT))",fontsize=16,color="black",shape="box"];373 -> 529[label="",style="solid", color="black", weight=3]; 28.52/13.51 374[label="max1 (Neg Zero) (Pos vwx3100) (not (primCmpInt (Neg Zero) (Pos vwx3100) == GT))",fontsize=16,color="burlywood",shape="box"];4062[label="vwx3100/Succ vwx31000",fontsize=10,color="white",style="solid",shape="box"];374 -> 4062[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 4062 -> 530[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 4063[label="vwx3100/Zero",fontsize=10,color="white",style="solid",shape="box"];374 -> 4063[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 4063 -> 531[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 375[label="max1 (Neg Zero) (Neg vwx3100) (not (primCmpInt (Neg Zero) (Neg vwx3100) == GT))",fontsize=16,color="burlywood",shape="box"];4064[label="vwx3100/Succ vwx31000",fontsize=10,color="white",style="solid",shape="box"];375 -> 4064[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 4064 -> 532[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 4065[label="vwx3100/Zero",fontsize=10,color="white",style="solid",shape="box"];375 -> 4065[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 4065 -> 533[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 376[label="vwx300",fontsize=16,color="green",shape="box"];377[label="vwx3100",fontsize=16,color="green",shape="box"];378[label="vwx300",fontsize=16,color="green",shape="box"];379[label="vwx3100",fontsize=16,color="green",shape="box"];380[label="vwx300",fontsize=16,color="green",shape="box"];381[label="vwx3100",fontsize=16,color="green",shape="box"];382[label="vwx300",fontsize=16,color="green",shape="box"];383[label="vwx3100",fontsize=16,color="green",shape="box"];384[label="vwx300",fontsize=16,color="green",shape="box"];385[label="vwx3100",fontsize=16,color="green",shape="box"];386[label="vwx300",fontsize=16,color="green",shape="box"];387[label="vwx3100",fontsize=16,color="green",shape="box"];388[label="vwx300",fontsize=16,color="green",shape="box"];389[label="vwx3100",fontsize=16,color="green",shape="box"];390[label="vwx300",fontsize=16,color="green",shape="box"];391[label="vwx3100",fontsize=16,color="green",shape="box"];392[label="vwx300",fontsize=16,color="green",shape="box"];393[label="vwx3100",fontsize=16,color="green",shape="box"];394[label="vwx300",fontsize=16,color="green",shape="box"];395[label="vwx3100",fontsize=16,color="green",shape="box"];396[label="vwx300",fontsize=16,color="green",shape="box"];397[label="vwx3100",fontsize=16,color="green",shape="box"];398[label="vwx300",fontsize=16,color="green",shape="box"];399[label="vwx3100",fontsize=16,color="green",shape="box"];400[label="vwx300",fontsize=16,color="green",shape="box"];401[label="vwx3100",fontsize=16,color="green",shape="box"];402[label="vwx300",fontsize=16,color="green",shape="box"];403[label="vwx3100",fontsize=16,color="green",shape="box"];404[label="max0 (Left vwx41) (Left vwx42) otherwise",fontsize=16,color="black",shape="box"];404 -> 534[label="",style="solid", color="black", weight=3]; 28.52/13.51 405[label="Left vwx42",fontsize=16,color="green",shape="box"];406[label="Right vwx300",fontsize=16,color="green",shape="box"];407[label="vwx300",fontsize=16,color="green",shape="box"];408[label="vwx3100",fontsize=16,color="green",shape="box"];409[label="vwx300",fontsize=16,color="green",shape="box"];410[label="vwx3100",fontsize=16,color="green",shape="box"];411[label="vwx300",fontsize=16,color="green",shape="box"];412[label="vwx3100",fontsize=16,color="green",shape="box"];413[label="vwx300",fontsize=16,color="green",shape="box"];414[label="vwx3100",fontsize=16,color="green",shape="box"];415[label="vwx300",fontsize=16,color="green",shape="box"];416[label="vwx3100",fontsize=16,color="green",shape="box"];417[label="vwx300",fontsize=16,color="green",shape="box"];418[label="vwx3100",fontsize=16,color="green",shape="box"];419[label="vwx300",fontsize=16,color="green",shape="box"];420[label="vwx3100",fontsize=16,color="green",shape="box"];421[label="vwx300",fontsize=16,color="green",shape="box"];422[label="vwx3100",fontsize=16,color="green",shape="box"];423[label="vwx300",fontsize=16,color="green",shape="box"];424[label="vwx3100",fontsize=16,color="green",shape="box"];425[label="vwx300",fontsize=16,color="green",shape="box"];426[label="vwx3100",fontsize=16,color="green",shape="box"];427[label="vwx300",fontsize=16,color="green",shape="box"];428[label="vwx3100",fontsize=16,color="green",shape="box"];429[label="vwx300",fontsize=16,color="green",shape="box"];430[label="vwx3100",fontsize=16,color="green",shape="box"];431[label="vwx300",fontsize=16,color="green",shape="box"];432[label="vwx3100",fontsize=16,color="green",shape="box"];433[label="vwx300",fontsize=16,color="green",shape="box"];434[label="vwx3100",fontsize=16,color="green",shape="box"];435[label="max0 (Right vwx48) (Right vwx49) otherwise",fontsize=16,color="black",shape="box"];435 -> 535[label="",style="solid", color="black", weight=3]; 28.52/13.51 436[label="Right vwx49",fontsize=16,color="green",shape="box"];912[label="vwx300",fontsize=16,color="green",shape="box"];913[label="vwx3101",fontsize=16,color="green",shape="box"];914[label="vwx301",fontsize=16,color="green",shape="box"];915 -> 798[label="",style="dashed", color="red", weight=0]; 28.52/13.51 915[label="not (compare (vwx300 * vwx3101) (vwx3100 * vwx301) == GT)",fontsize=16,color="magenta"];915 -> 921[label="",style="dashed", color="magenta", weight=3]; 28.52/13.51 916[label="vwx3100",fontsize=16,color="green",shape="box"];911[label="max1 (vwx57 :% vwx58) (vwx59 :% vwx60) vwx144",fontsize=16,color="burlywood",shape="triangle"];4066[label="vwx144/False",fontsize=10,color="white",style="solid",shape="box"];911 -> 4066[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 4066 -> 922[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 4067[label="vwx144/True",fontsize=10,color="white",style="solid",shape="box"];911 -> 4067[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 4067 -> 923[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 443[label="max1 (Integer (Pos vwx3000)) (Integer vwx3100) (not (primCmpInt (Pos vwx3000) vwx3100 == GT))",fontsize=16,color="burlywood",shape="box"];4068[label="vwx3000/Succ vwx30000",fontsize=10,color="white",style="solid",shape="box"];443 -> 4068[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 4068 -> 541[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 4069[label="vwx3000/Zero",fontsize=10,color="white",style="solid",shape="box"];443 -> 4069[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 4069 -> 542[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 444[label="max1 (Integer (Neg vwx3000)) (Integer vwx3100) (not (primCmpInt (Neg vwx3000) vwx3100 == GT))",fontsize=16,color="burlywood",shape="box"];4070[label="vwx3000/Succ vwx30000",fontsize=10,color="white",style="solid",shape="box"];444 -> 4070[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 4070 -> 543[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 4071[label="vwx3000/Zero",fontsize=10,color="white",style="solid",shape="box"];444 -> 4071[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 4071 -> 544[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 445[label="max1 (Double vwx300 (Pos vwx3010)) (Double vwx3100 vwx3101) (not (primCmpDouble (Double vwx300 (Pos vwx3010)) (Double vwx3100 vwx3101) == GT))",fontsize=16,color="burlywood",shape="box"];4072[label="vwx3101/Pos vwx31010",fontsize=10,color="white",style="solid",shape="box"];445 -> 4072[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 4072 -> 545[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 4073[label="vwx3101/Neg vwx31010",fontsize=10,color="white",style="solid",shape="box"];445 -> 4073[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 4073 -> 546[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 446[label="max1 (Double vwx300 (Neg vwx3010)) (Double vwx3100 vwx3101) (not (primCmpDouble (Double vwx300 (Neg vwx3010)) (Double vwx3100 vwx3101) == GT))",fontsize=16,color="burlywood",shape="box"];4074[label="vwx3101/Pos vwx31010",fontsize=10,color="white",style="solid",shape="box"];446 -> 4074[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 4074 -> 547[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 4075[label="vwx3101/Neg vwx31010",fontsize=10,color="white",style="solid",shape="box"];446 -> 4075[label="",style="solid", color="burlywood", weight=9]; 28.52/13.51 4075 -> 548[label="",style="solid", color="burlywood", weight=3]; 28.52/13.51 447[label="EQ",fontsize=16,color="green",shape="box"];448[label="GT",fontsize=16,color="green",shape="box"];449[label="GT",fontsize=16,color="green",shape="box"];450[label="max1 (Float vwx300 (Pos vwx3010)) (Float vwx3100 vwx3101) (not (primCmpFloat (Float vwx300 (Pos vwx3010)) (Float vwx3100 vwx3101) == GT))",fontsize=16,color="burlywood",shape="box"];4076[label="vwx3101/Pos vwx31010",fontsize=10,color="white",style="solid",shape="box"];450 -> 4076[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4076 -> 549[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 4077[label="vwx3101/Neg vwx31010",fontsize=10,color="white",style="solid",shape="box"];450 -> 4077[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4077 -> 550[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 451[label="max1 (Float vwx300 (Neg vwx3010)) (Float vwx3100 vwx3101) (not (primCmpFloat (Float vwx300 (Neg vwx3010)) (Float vwx3100 vwx3101) == GT))",fontsize=16,color="burlywood",shape="box"];4078[label="vwx3101/Pos vwx31010",fontsize=10,color="white",style="solid",shape="box"];451 -> 4078[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4078 -> 551[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 4079[label="vwx3101/Neg vwx31010",fontsize=10,color="white",style="solid",shape="box"];451 -> 4079[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4079 -> 552[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 1685[label="vwx3101",fontsize=16,color="green",shape="box"];1686 -> 798[label="",style="dashed", color="red", weight=0]; 28.52/13.52 1686[label="not (primCompAux vwx300 vwx3100 (compare vwx301 vwx3101) == GT)",fontsize=16,color="magenta"];1686 -> 1699[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1687[label="vwx300",fontsize=16,color="green",shape="box"];1688[label="vwx3100",fontsize=16,color="green",shape="box"];1689[label="vwx301",fontsize=16,color="green",shape="box"];1684[label="max1 (vwx94 : vwx95) (vwx96 : vwx97) vwx203",fontsize=16,color="burlywood",shape="triangle"];4080[label="vwx203/False",fontsize=10,color="white",style="solid",shape="box"];1684 -> 4080[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4080 -> 1700[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 4081[label="vwx203/True",fontsize=10,color="white",style="solid",shape="box"];1684 -> 4081[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4081 -> 1701[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 453[label="max1 (vwx300 : vwx301) [] (not True)",fontsize=16,color="black",shape="box"];453 -> 559[label="",style="solid", color="black", weight=3]; 28.52/13.52 454[label="max1 [] (vwx3100 : vwx3101) (not False)",fontsize=16,color="black",shape="box"];454 -> 560[label="",style="solid", color="black", weight=3]; 28.52/13.52 455[label="max1 [] [] (not False)",fontsize=16,color="black",shape="box"];455 -> 561[label="",style="solid", color="black", weight=3]; 28.52/13.52 195[label="vwx300 < vwx3100",fontsize=16,color="black",shape="triangle"];195 -> 297[label="",style="solid", color="black", weight=3]; 28.52/13.52 196[label="vwx300 < vwx3100",fontsize=16,color="black",shape="triangle"];196 -> 298[label="",style="solid", color="black", weight=3]; 28.52/13.52 197[label="vwx300 < vwx3100",fontsize=16,color="black",shape="triangle"];197 -> 299[label="",style="solid", color="black", weight=3]; 28.52/13.52 198[label="vwx300 < vwx3100",fontsize=16,color="black",shape="triangle"];198 -> 300[label="",style="solid", color="black", weight=3]; 28.52/13.52 199[label="vwx300 < vwx3100",fontsize=16,color="black",shape="triangle"];199 -> 301[label="",style="solid", color="black", weight=3]; 28.52/13.52 200[label="vwx300 < vwx3100",fontsize=16,color="black",shape="triangle"];200 -> 302[label="",style="solid", color="black", weight=3]; 28.52/13.52 201[label="vwx300 < vwx3100",fontsize=16,color="black",shape="triangle"];201 -> 303[label="",style="solid", color="black", weight=3]; 28.52/13.52 202[label="vwx300 < vwx3100",fontsize=16,color="black",shape="triangle"];202 -> 304[label="",style="solid", color="black", weight=3]; 28.52/13.52 203[label="vwx300 < vwx3100",fontsize=16,color="black",shape="triangle"];203 -> 305[label="",style="solid", color="black", weight=3]; 28.52/13.52 204[label="vwx300 < vwx3100",fontsize=16,color="black",shape="triangle"];204 -> 306[label="",style="solid", color="black", weight=3]; 28.52/13.52 205[label="vwx300 < vwx3100",fontsize=16,color="black",shape="triangle"];205 -> 307[label="",style="solid", color="black", weight=3]; 28.52/13.52 206[label="vwx300 < vwx3100",fontsize=16,color="black",shape="triangle"];206 -> 308[label="",style="solid", color="black", weight=3]; 28.52/13.52 207[label="vwx300 < vwx3100",fontsize=16,color="black",shape="triangle"];207 -> 309[label="",style="solid", color="black", weight=3]; 28.52/13.52 208[label="vwx300 < vwx3100",fontsize=16,color="black",shape="triangle"];208 -> 310[label="",style="solid", color="black", weight=3]; 28.52/13.52 1165 -> 195[label="",style="dashed", color="red", weight=0]; 28.52/13.52 1165[label="vwx301 < vwx3101",fontsize=16,color="magenta"];1165 -> 1198[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1165 -> 1199[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1166 -> 196[label="",style="dashed", color="red", weight=0]; 28.52/13.52 1166[label="vwx301 < vwx3101",fontsize=16,color="magenta"];1166 -> 1200[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1166 -> 1201[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1167 -> 197[label="",style="dashed", color="red", weight=0]; 28.52/13.52 1167[label="vwx301 < vwx3101",fontsize=16,color="magenta"];1167 -> 1202[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1167 -> 1203[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1168 -> 198[label="",style="dashed", color="red", weight=0]; 28.52/13.52 1168[label="vwx301 < vwx3101",fontsize=16,color="magenta"];1168 -> 1204[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1168 -> 1205[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1169 -> 199[label="",style="dashed", color="red", weight=0]; 28.52/13.52 1169[label="vwx301 < vwx3101",fontsize=16,color="magenta"];1169 -> 1206[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1169 -> 1207[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1170 -> 200[label="",style="dashed", color="red", weight=0]; 28.52/13.52 1170[label="vwx301 < vwx3101",fontsize=16,color="magenta"];1170 -> 1208[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1170 -> 1209[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1171 -> 201[label="",style="dashed", color="red", weight=0]; 28.52/13.52 1171[label="vwx301 < vwx3101",fontsize=16,color="magenta"];1171 -> 1210[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1171 -> 1211[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1172 -> 202[label="",style="dashed", color="red", weight=0]; 28.52/13.52 1172[label="vwx301 < vwx3101",fontsize=16,color="magenta"];1172 -> 1212[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1172 -> 1213[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1173 -> 203[label="",style="dashed", color="red", weight=0]; 28.52/13.52 1173[label="vwx301 < vwx3101",fontsize=16,color="magenta"];1173 -> 1214[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1173 -> 1215[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1174 -> 204[label="",style="dashed", color="red", weight=0]; 28.52/13.52 1174[label="vwx301 < vwx3101",fontsize=16,color="magenta"];1174 -> 1216[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1174 -> 1217[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1175 -> 205[label="",style="dashed", color="red", weight=0]; 28.52/13.52 1175[label="vwx301 < vwx3101",fontsize=16,color="magenta"];1175 -> 1218[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1175 -> 1219[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1176 -> 206[label="",style="dashed", color="red", weight=0]; 28.52/13.52 1176[label="vwx301 < vwx3101",fontsize=16,color="magenta"];1176 -> 1220[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1176 -> 1221[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1177 -> 207[label="",style="dashed", color="red", weight=0]; 28.52/13.52 1177[label="vwx301 < vwx3101",fontsize=16,color="magenta"];1177 -> 1222[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1177 -> 1223[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1178 -> 208[label="",style="dashed", color="red", weight=0]; 28.52/13.52 1178[label="vwx301 < vwx3101",fontsize=16,color="magenta"];1178 -> 1224[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1178 -> 1225[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1179 -> 230[label="",style="dashed", color="red", weight=0]; 28.52/13.52 1179[label="vwx302 <= vwx3102",fontsize=16,color="magenta"];1179 -> 1226[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1179 -> 1227[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1180 -> 231[label="",style="dashed", color="red", weight=0]; 28.52/13.52 1180[label="vwx302 <= vwx3102",fontsize=16,color="magenta"];1180 -> 1228[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1180 -> 1229[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1181 -> 232[label="",style="dashed", color="red", weight=0]; 28.52/13.52 1181[label="vwx302 <= vwx3102",fontsize=16,color="magenta"];1181 -> 1230[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1181 -> 1231[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1182 -> 233[label="",style="dashed", color="red", weight=0]; 28.52/13.52 1182[label="vwx302 <= vwx3102",fontsize=16,color="magenta"];1182 -> 1232[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1182 -> 1233[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1183 -> 234[label="",style="dashed", color="red", weight=0]; 28.52/13.52 1183[label="vwx302 <= vwx3102",fontsize=16,color="magenta"];1183 -> 1234[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1183 -> 1235[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1184 -> 235[label="",style="dashed", color="red", weight=0]; 28.52/13.52 1184[label="vwx302 <= vwx3102",fontsize=16,color="magenta"];1184 -> 1236[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1184 -> 1237[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1185 -> 236[label="",style="dashed", color="red", weight=0]; 28.52/13.52 1185[label="vwx302 <= vwx3102",fontsize=16,color="magenta"];1185 -> 1238[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1185 -> 1239[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1186 -> 237[label="",style="dashed", color="red", weight=0]; 28.52/13.52 1186[label="vwx302 <= vwx3102",fontsize=16,color="magenta"];1186 -> 1240[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1186 -> 1241[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1187 -> 238[label="",style="dashed", color="red", weight=0]; 28.52/13.52 1187[label="vwx302 <= vwx3102",fontsize=16,color="magenta"];1187 -> 1242[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1187 -> 1243[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1188 -> 239[label="",style="dashed", color="red", weight=0]; 28.52/13.52 1188[label="vwx302 <= vwx3102",fontsize=16,color="magenta"];1188 -> 1244[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1188 -> 1245[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1189 -> 240[label="",style="dashed", color="red", weight=0]; 28.52/13.52 1189[label="vwx302 <= vwx3102",fontsize=16,color="magenta"];1189 -> 1246[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1189 -> 1247[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1190 -> 241[label="",style="dashed", color="red", weight=0]; 28.52/13.52 1190[label="vwx302 <= vwx3102",fontsize=16,color="magenta"];1190 -> 1248[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1190 -> 1249[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1191 -> 242[label="",style="dashed", color="red", weight=0]; 28.52/13.52 1191[label="vwx302 <= vwx3102",fontsize=16,color="magenta"];1191 -> 1250[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1191 -> 1251[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1192 -> 243[label="",style="dashed", color="red", weight=0]; 28.52/13.52 1192[label="vwx302 <= vwx3102",fontsize=16,color="magenta"];1192 -> 1252[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1192 -> 1253[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1193 -> 1254[label="",style="dashed", color="red", weight=0]; 28.52/13.52 1193[label="vwx108 == vwx109 && vwx164",fontsize=16,color="magenta"];1193 -> 1255[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1193 -> 1256[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1194[label="True",fontsize=16,color="green",shape="box"];1195[label="max0 (vwx70,vwx71,vwx72) (vwx73,vwx74,vwx75) True",fontsize=16,color="black",shape="box"];1195 -> 1257[label="",style="solid", color="black", weight=3]; 28.52/13.52 480[label="max1 (Char (Succ vwx3000)) (Char vwx3100) (not (primCmpNat (Succ vwx3000) vwx3100 == GT))",fontsize=16,color="burlywood",shape="box"];4082[label="vwx3100/Succ vwx31000",fontsize=10,color="white",style="solid",shape="box"];480 -> 4082[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4082 -> 596[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 4083[label="vwx3100/Zero",fontsize=10,color="white",style="solid",shape="box"];480 -> 4083[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4083 -> 597[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 481[label="max1 (Char Zero) (Char vwx3100) (not (primCmpNat Zero vwx3100 == GT))",fontsize=16,color="burlywood",shape="box"];4084[label="vwx3100/Succ vwx31000",fontsize=10,color="white",style="solid",shape="box"];481 -> 4084[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4084 -> 598[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 4085[label="vwx3100/Zero",fontsize=10,color="white",style="solid",shape="box"];481 -> 4085[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4085 -> 599[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 482[label="max1 () () True",fontsize=16,color="black",shape="box"];482 -> 600[label="",style="solid", color="black", weight=3]; 28.52/13.52 1527[label="vwx300",fontsize=16,color="green",shape="box"];1528[label="vwx3100",fontsize=16,color="green",shape="box"];1529[label="vwx300",fontsize=16,color="green",shape="box"];1530[label="vwx3100",fontsize=16,color="green",shape="box"];1531[label="vwx300",fontsize=16,color="green",shape="box"];1532[label="vwx3100",fontsize=16,color="green",shape="box"];1533[label="vwx300",fontsize=16,color="green",shape="box"];1534[label="vwx3100",fontsize=16,color="green",shape="box"];1535[label="vwx300",fontsize=16,color="green",shape="box"];1536[label="vwx3100",fontsize=16,color="green",shape="box"];1537[label="vwx300",fontsize=16,color="green",shape="box"];1538[label="vwx3100",fontsize=16,color="green",shape="box"];1539[label="vwx300",fontsize=16,color="green",shape="box"];1540[label="vwx3100",fontsize=16,color="green",shape="box"];1541[label="vwx300",fontsize=16,color="green",shape="box"];1542[label="vwx3100",fontsize=16,color="green",shape="box"];1543[label="vwx300",fontsize=16,color="green",shape="box"];1544[label="vwx3100",fontsize=16,color="green",shape="box"];1545[label="vwx300",fontsize=16,color="green",shape="box"];1546[label="vwx3100",fontsize=16,color="green",shape="box"];1547[label="vwx300",fontsize=16,color="green",shape="box"];1548[label="vwx3100",fontsize=16,color="green",shape="box"];1549[label="vwx300",fontsize=16,color="green",shape="box"];1550[label="vwx3100",fontsize=16,color="green",shape="box"];1551[label="vwx300",fontsize=16,color="green",shape="box"];1552[label="vwx3100",fontsize=16,color="green",shape="box"];1553[label="vwx300",fontsize=16,color="green",shape="box"];1554[label="vwx3100",fontsize=16,color="green",shape="box"];1555[label="vwx301",fontsize=16,color="green",shape="box"];1556[label="vwx3101",fontsize=16,color="green",shape="box"];1557[label="vwx301",fontsize=16,color="green",shape="box"];1558[label="vwx3101",fontsize=16,color="green",shape="box"];1559[label="vwx301",fontsize=16,color="green",shape="box"];1560[label="vwx3101",fontsize=16,color="green",shape="box"];1561[label="vwx301",fontsize=16,color="green",shape="box"];1562[label="vwx3101",fontsize=16,color="green",shape="box"];1563[label="vwx301",fontsize=16,color="green",shape="box"];1564[label="vwx3101",fontsize=16,color="green",shape="box"];1565[label="vwx301",fontsize=16,color="green",shape="box"];1566[label="vwx3101",fontsize=16,color="green",shape="box"];1567[label="vwx301",fontsize=16,color="green",shape="box"];1568[label="vwx3101",fontsize=16,color="green",shape="box"];1569[label="vwx301",fontsize=16,color="green",shape="box"];1570[label="vwx3101",fontsize=16,color="green",shape="box"];1571[label="vwx301",fontsize=16,color="green",shape="box"];1572[label="vwx3101",fontsize=16,color="green",shape="box"];1573[label="vwx301",fontsize=16,color="green",shape="box"];1574[label="vwx3101",fontsize=16,color="green",shape="box"];1575[label="vwx301",fontsize=16,color="green",shape="box"];1576[label="vwx3101",fontsize=16,color="green",shape="box"];1577[label="vwx301",fontsize=16,color="green",shape="box"];1578[label="vwx3101",fontsize=16,color="green",shape="box"];1579[label="vwx301",fontsize=16,color="green",shape="box"];1580[label="vwx3101",fontsize=16,color="green",shape="box"];1581[label="vwx301",fontsize=16,color="green",shape="box"];1582[label="vwx3101",fontsize=16,color="green",shape="box"];1583[label="max0 (vwx182,vwx183) (vwx184,vwx185) True",fontsize=16,color="black",shape="box"];1583 -> 1606[label="",style="solid", color="black", weight=3]; 28.52/13.52 490[label="(vwx3000,vwx3001,vwx3002) <= (vwx31000,vwx31001,vwx31002)",fontsize=16,color="black",shape="box"];490 -> 617[label="",style="solid", color="black", weight=3]; 28.52/13.52 491 -> 798[label="",style="dashed", color="red", weight=0]; 28.52/13.52 491[label="not (compare vwx300 vwx3100 == GT)",fontsize=16,color="magenta"];491 -> 799[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 492 -> 798[label="",style="dashed", color="red", weight=0]; 28.52/13.52 492[label="not (compare vwx300 vwx3100 == GT)",fontsize=16,color="magenta"];492 -> 800[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 493[label="(vwx3000,vwx3001) <= (vwx31000,vwx31001)",fontsize=16,color="black",shape="box"];493 -> 620[label="",style="solid", color="black", weight=3]; 28.52/13.52 494[label="Nothing <= Nothing",fontsize=16,color="black",shape="box"];494 -> 621[label="",style="solid", color="black", weight=3]; 28.52/13.52 495[label="Nothing <= Just vwx31000",fontsize=16,color="black",shape="box"];495 -> 622[label="",style="solid", color="black", weight=3]; 28.52/13.52 496[label="Just vwx3000 <= Nothing",fontsize=16,color="black",shape="box"];496 -> 623[label="",style="solid", color="black", weight=3]; 28.52/13.52 497[label="Just vwx3000 <= Just vwx31000",fontsize=16,color="black",shape="box"];497 -> 624[label="",style="solid", color="black", weight=3]; 28.52/13.52 498[label="False <= False",fontsize=16,color="black",shape="box"];498 -> 625[label="",style="solid", color="black", weight=3]; 28.52/13.52 499[label="False <= True",fontsize=16,color="black",shape="box"];499 -> 626[label="",style="solid", color="black", weight=3]; 28.52/13.52 500[label="True <= False",fontsize=16,color="black",shape="box"];500 -> 627[label="",style="solid", color="black", weight=3]; 28.52/13.52 501[label="True <= True",fontsize=16,color="black",shape="box"];501 -> 628[label="",style="solid", color="black", weight=3]; 28.52/13.52 502 -> 798[label="",style="dashed", color="red", weight=0]; 28.52/13.52 502[label="not (compare vwx300 vwx3100 == GT)",fontsize=16,color="magenta"];502 -> 801[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 503[label="Left vwx3000 <= Left vwx31000",fontsize=16,color="black",shape="box"];503 -> 630[label="",style="solid", color="black", weight=3]; 28.52/13.52 504[label="Left vwx3000 <= Right vwx31000",fontsize=16,color="black",shape="box"];504 -> 631[label="",style="solid", color="black", weight=3]; 28.52/13.52 505[label="Right vwx3000 <= Left vwx31000",fontsize=16,color="black",shape="box"];505 -> 632[label="",style="solid", color="black", weight=3]; 28.52/13.52 506[label="Right vwx3000 <= Right vwx31000",fontsize=16,color="black",shape="box"];506 -> 633[label="",style="solid", color="black", weight=3]; 28.52/13.52 507 -> 798[label="",style="dashed", color="red", weight=0]; 28.52/13.52 507[label="not (compare vwx300 vwx3100 == GT)",fontsize=16,color="magenta"];507 -> 802[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 508 -> 798[label="",style="dashed", color="red", weight=0]; 28.52/13.52 508[label="not (compare vwx300 vwx3100 == GT)",fontsize=16,color="magenta"];508 -> 803[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 509 -> 798[label="",style="dashed", color="red", weight=0]; 28.52/13.52 509[label="not (compare vwx300 vwx3100 == GT)",fontsize=16,color="magenta"];509 -> 804[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 510[label="LT <= LT",fontsize=16,color="black",shape="box"];510 -> 637[label="",style="solid", color="black", weight=3]; 28.52/13.52 511[label="LT <= EQ",fontsize=16,color="black",shape="box"];511 -> 638[label="",style="solid", color="black", weight=3]; 28.52/13.52 512[label="LT <= GT",fontsize=16,color="black",shape="box"];512 -> 639[label="",style="solid", color="black", weight=3]; 28.52/13.52 513[label="EQ <= LT",fontsize=16,color="black",shape="box"];513 -> 640[label="",style="solid", color="black", weight=3]; 28.52/13.52 514[label="EQ <= EQ",fontsize=16,color="black",shape="box"];514 -> 641[label="",style="solid", color="black", weight=3]; 28.52/13.52 515[label="EQ <= GT",fontsize=16,color="black",shape="box"];515 -> 642[label="",style="solid", color="black", weight=3]; 28.52/13.52 516[label="GT <= LT",fontsize=16,color="black",shape="box"];516 -> 643[label="",style="solid", color="black", weight=3]; 28.52/13.52 517[label="GT <= EQ",fontsize=16,color="black",shape="box"];517 -> 644[label="",style="solid", color="black", weight=3]; 28.52/13.52 518[label="GT <= GT",fontsize=16,color="black",shape="box"];518 -> 645[label="",style="solid", color="black", weight=3]; 28.52/13.52 519 -> 798[label="",style="dashed", color="red", weight=0]; 28.52/13.52 519[label="not (compare vwx300 vwx3100 == GT)",fontsize=16,color="magenta"];519 -> 805[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 520 -> 798[label="",style="dashed", color="red", weight=0]; 28.52/13.52 520[label="not (compare vwx300 vwx3100 == GT)",fontsize=16,color="magenta"];520 -> 806[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 521[label="max0 (Just vwx34) (Just vwx35) True",fontsize=16,color="black",shape="box"];521 -> 649[label="",style="solid", color="black", weight=3]; 28.52/13.52 522[label="max1 (Pos (Succ vwx3000)) (Pos vwx3100) (not (primCmpNat (Succ vwx3000) vwx3100 == GT))",fontsize=16,color="burlywood",shape="box"];4086[label="vwx3100/Succ vwx31000",fontsize=10,color="white",style="solid",shape="box"];522 -> 4086[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4086 -> 650[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 4087[label="vwx3100/Zero",fontsize=10,color="white",style="solid",shape="box"];522 -> 4087[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4087 -> 651[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 523 -> 879[label="",style="dashed", color="red", weight=0]; 28.52/13.52 523[label="max1 (Pos (Succ vwx3000)) (Neg vwx3100) (not (GT == GT))",fontsize=16,color="magenta"];523 -> 880[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 524[label="max1 (Pos Zero) (Pos (Succ vwx31000)) (not (primCmpInt (Pos Zero) (Pos (Succ vwx31000)) == GT))",fontsize=16,color="black",shape="box"];524 -> 653[label="",style="solid", color="black", weight=3]; 28.52/13.52 525[label="max1 (Pos Zero) (Pos Zero) (not (primCmpInt (Pos Zero) (Pos Zero) == GT))",fontsize=16,color="black",shape="box"];525 -> 654[label="",style="solid", color="black", weight=3]; 28.52/13.52 526[label="max1 (Pos Zero) (Neg (Succ vwx31000)) (not (primCmpInt (Pos Zero) (Neg (Succ vwx31000)) == GT))",fontsize=16,color="black",shape="box"];526 -> 655[label="",style="solid", color="black", weight=3]; 28.52/13.52 527[label="max1 (Pos Zero) (Neg Zero) (not (primCmpInt (Pos Zero) (Neg Zero) == GT))",fontsize=16,color="black",shape="box"];527 -> 656[label="",style="solid", color="black", weight=3]; 28.52/13.52 528 -> 893[label="",style="dashed", color="red", weight=0]; 28.52/13.52 528[label="max1 (Neg (Succ vwx3000)) (Pos vwx3100) (not (LT == GT))",fontsize=16,color="magenta"];528 -> 894[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 529[label="max1 (Neg (Succ vwx3000)) (Neg vwx3100) (not (primCmpNat vwx3100 (Succ vwx3000) == GT))",fontsize=16,color="burlywood",shape="box"];4088[label="vwx3100/Succ vwx31000",fontsize=10,color="white",style="solid",shape="box"];529 -> 4088[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4088 -> 658[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 4089[label="vwx3100/Zero",fontsize=10,color="white",style="solid",shape="box"];529 -> 4089[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4089 -> 659[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 530[label="max1 (Neg Zero) (Pos (Succ vwx31000)) (not (primCmpInt (Neg Zero) (Pos (Succ vwx31000)) == GT))",fontsize=16,color="black",shape="box"];530 -> 660[label="",style="solid", color="black", weight=3]; 28.52/13.52 531[label="max1 (Neg Zero) (Pos Zero) (not (primCmpInt (Neg Zero) (Pos Zero) == GT))",fontsize=16,color="black",shape="box"];531 -> 661[label="",style="solid", color="black", weight=3]; 28.52/13.52 532[label="max1 (Neg Zero) (Neg (Succ vwx31000)) (not (primCmpInt (Neg Zero) (Neg (Succ vwx31000)) == GT))",fontsize=16,color="black",shape="box"];532 -> 662[label="",style="solid", color="black", weight=3]; 28.52/13.52 533[label="max1 (Neg Zero) (Neg Zero) (not (primCmpInt (Neg Zero) (Neg Zero) == GT))",fontsize=16,color="black",shape="box"];533 -> 663[label="",style="solid", color="black", weight=3]; 28.52/13.52 534[label="max0 (Left vwx41) (Left vwx42) True",fontsize=16,color="black",shape="box"];534 -> 664[label="",style="solid", color="black", weight=3]; 28.52/13.52 535[label="max0 (Right vwx48) (Right vwx49) True",fontsize=16,color="black",shape="box"];535 -> 665[label="",style="solid", color="black", weight=3]; 28.52/13.52 921 -> 592[label="",style="dashed", color="red", weight=0]; 28.52/13.52 921[label="compare (vwx300 * vwx3101) (vwx3100 * vwx301) == GT",fontsize=16,color="magenta"];921 -> 938[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 921 -> 939[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 798[label="not vwx114",fontsize=16,color="burlywood",shape="triangle"];4090[label="vwx114/False",fontsize=10,color="white",style="solid",shape="box"];798 -> 4090[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4090 -> 813[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 4091[label="vwx114/True",fontsize=10,color="white",style="solid",shape="box"];798 -> 4091[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4091 -> 814[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 922[label="max1 (vwx57 :% vwx58) (vwx59 :% vwx60) False",fontsize=16,color="black",shape="box"];922 -> 940[label="",style="solid", color="black", weight=3]; 28.52/13.52 923[label="max1 (vwx57 :% vwx58) (vwx59 :% vwx60) True",fontsize=16,color="black",shape="box"];923 -> 941[label="",style="solid", color="black", weight=3]; 28.52/13.52 541[label="max1 (Integer (Pos (Succ vwx30000))) (Integer vwx3100) (not (primCmpInt (Pos (Succ vwx30000)) vwx3100 == GT))",fontsize=16,color="burlywood",shape="box"];4092[label="vwx3100/Pos vwx31000",fontsize=10,color="white",style="solid",shape="box"];541 -> 4092[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4092 -> 671[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 4093[label="vwx3100/Neg vwx31000",fontsize=10,color="white",style="solid",shape="box"];541 -> 4093[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4093 -> 672[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 542[label="max1 (Integer (Pos Zero)) (Integer vwx3100) (not (primCmpInt (Pos Zero) vwx3100 == GT))",fontsize=16,color="burlywood",shape="box"];4094[label="vwx3100/Pos vwx31000",fontsize=10,color="white",style="solid",shape="box"];542 -> 4094[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4094 -> 673[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 4095[label="vwx3100/Neg vwx31000",fontsize=10,color="white",style="solid",shape="box"];542 -> 4095[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4095 -> 674[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 543[label="max1 (Integer (Neg (Succ vwx30000))) (Integer vwx3100) (not (primCmpInt (Neg (Succ vwx30000)) vwx3100 == GT))",fontsize=16,color="burlywood",shape="box"];4096[label="vwx3100/Pos vwx31000",fontsize=10,color="white",style="solid",shape="box"];543 -> 4096[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4096 -> 675[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 4097[label="vwx3100/Neg vwx31000",fontsize=10,color="white",style="solid",shape="box"];543 -> 4097[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4097 -> 676[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 544[label="max1 (Integer (Neg Zero)) (Integer vwx3100) (not (primCmpInt (Neg Zero) vwx3100 == GT))",fontsize=16,color="burlywood",shape="box"];4098[label="vwx3100/Pos vwx31000",fontsize=10,color="white",style="solid",shape="box"];544 -> 4098[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4098 -> 677[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 4099[label="vwx3100/Neg vwx31000",fontsize=10,color="white",style="solid",shape="box"];544 -> 4099[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4099 -> 678[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 545[label="max1 (Double vwx300 (Pos vwx3010)) (Double vwx3100 (Pos vwx31010)) (not (primCmpDouble (Double vwx300 (Pos vwx3010)) (Double vwx3100 (Pos vwx31010)) == GT))",fontsize=16,color="black",shape="box"];545 -> 679[label="",style="solid", color="black", weight=3]; 28.52/13.52 546[label="max1 (Double vwx300 (Pos vwx3010)) (Double vwx3100 (Neg vwx31010)) (not (primCmpDouble (Double vwx300 (Pos vwx3010)) (Double vwx3100 (Neg vwx31010)) == GT))",fontsize=16,color="black",shape="box"];546 -> 680[label="",style="solid", color="black", weight=3]; 28.52/13.52 547[label="max1 (Double vwx300 (Neg vwx3010)) (Double vwx3100 (Pos vwx31010)) (not (primCmpDouble (Double vwx300 (Neg vwx3010)) (Double vwx3100 (Pos vwx31010)) == GT))",fontsize=16,color="black",shape="box"];547 -> 681[label="",style="solid", color="black", weight=3]; 28.52/13.52 548[label="max1 (Double vwx300 (Neg vwx3010)) (Double vwx3100 (Neg vwx31010)) (not (primCmpDouble (Double vwx300 (Neg vwx3010)) (Double vwx3100 (Neg vwx31010)) == GT))",fontsize=16,color="black",shape="box"];548 -> 682[label="",style="solid", color="black", weight=3]; 28.52/13.52 549[label="max1 (Float vwx300 (Pos vwx3010)) (Float vwx3100 (Pos vwx31010)) (not (primCmpFloat (Float vwx300 (Pos vwx3010)) (Float vwx3100 (Pos vwx31010)) == GT))",fontsize=16,color="black",shape="box"];549 -> 683[label="",style="solid", color="black", weight=3]; 28.52/13.52 550[label="max1 (Float vwx300 (Pos vwx3010)) (Float vwx3100 (Neg vwx31010)) (not (primCmpFloat (Float vwx300 (Pos vwx3010)) (Float vwx3100 (Neg vwx31010)) == GT))",fontsize=16,color="black",shape="box"];550 -> 684[label="",style="solid", color="black", weight=3]; 28.52/13.52 551[label="max1 (Float vwx300 (Neg vwx3010)) (Float vwx3100 (Pos vwx31010)) (not (primCmpFloat (Float vwx300 (Neg vwx3010)) (Float vwx3100 (Pos vwx31010)) == GT))",fontsize=16,color="black",shape="box"];551 -> 685[label="",style="solid", color="black", weight=3]; 28.52/13.52 552[label="max1 (Float vwx300 (Neg vwx3010)) (Float vwx3100 (Neg vwx31010)) (not (primCmpFloat (Float vwx300 (Neg vwx3010)) (Float vwx3100 (Neg vwx31010)) == GT))",fontsize=16,color="black",shape="box"];552 -> 686[label="",style="solid", color="black", weight=3]; 28.52/13.52 1699 -> 592[label="",style="dashed", color="red", weight=0]; 28.52/13.52 1699[label="primCompAux vwx300 vwx3100 (compare vwx301 vwx3101) == GT",fontsize=16,color="magenta"];1699 -> 1910[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1699 -> 1911[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1700[label="max1 (vwx94 : vwx95) (vwx96 : vwx97) False",fontsize=16,color="black",shape="box"];1700 -> 1912[label="",style="solid", color="black", weight=3]; 28.52/13.52 1701[label="max1 (vwx94 : vwx95) (vwx96 : vwx97) True",fontsize=16,color="black",shape="box"];1701 -> 1913[label="",style="solid", color="black", weight=3]; 28.52/13.52 559[label="max1 (vwx300 : vwx301) [] False",fontsize=16,color="black",shape="box"];559 -> 704[label="",style="solid", color="black", weight=3]; 28.52/13.52 560[label="max1 [] (vwx3100 : vwx3101) True",fontsize=16,color="black",shape="box"];560 -> 705[label="",style="solid", color="black", weight=3]; 28.52/13.52 561[label="max1 [] [] True",fontsize=16,color="black",shape="box"];561 -> 706[label="",style="solid", color="black", weight=3]; 28.52/13.52 297[label="compare vwx300 vwx3100 == LT",fontsize=16,color="black",shape="box"];297 -> 456[label="",style="solid", color="black", weight=3]; 28.52/13.52 298[label="compare vwx300 vwx3100 == LT",fontsize=16,color="black",shape="box"];298 -> 457[label="",style="solid", color="black", weight=3]; 28.52/13.52 299[label="compare vwx300 vwx3100 == LT",fontsize=16,color="burlywood",shape="box"];4100[label="vwx300/()",fontsize=10,color="white",style="solid",shape="box"];299 -> 4100[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4100 -> 458[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 300[label="compare vwx300 vwx3100 == LT",fontsize=16,color="black",shape="box"];300 -> 459[label="",style="solid", color="black", weight=3]; 28.52/13.52 301[label="compare vwx300 vwx3100 == LT",fontsize=16,color="black",shape="box"];301 -> 460[label="",style="solid", color="black", weight=3]; 28.52/13.52 302[label="compare vwx300 vwx3100 == LT",fontsize=16,color="black",shape="box"];302 -> 461[label="",style="solid", color="black", weight=3]; 28.52/13.52 303[label="compare vwx300 vwx3100 == LT",fontsize=16,color="black",shape="box"];303 -> 462[label="",style="solid", color="black", weight=3]; 28.52/13.52 304[label="compare vwx300 vwx3100 == LT",fontsize=16,color="black",shape="box"];304 -> 463[label="",style="solid", color="black", weight=3]; 28.52/13.52 305[label="compare vwx300 vwx3100 == LT",fontsize=16,color="burlywood",shape="box"];4101[label="vwx300/vwx3000 :% vwx3001",fontsize=10,color="white",style="solid",shape="box"];305 -> 4101[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4101 -> 464[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 306[label="compare vwx300 vwx3100 == LT",fontsize=16,color="burlywood",shape="box"];4102[label="vwx300/Integer vwx3000",fontsize=10,color="white",style="solid",shape="box"];306 -> 4102[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4102 -> 465[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 307[label="compare vwx300 vwx3100 == LT",fontsize=16,color="black",shape="box"];307 -> 466[label="",style="solid", color="black", weight=3]; 28.52/13.52 308[label="compare vwx300 vwx3100 == LT",fontsize=16,color="black",shape="box"];308 -> 467[label="",style="solid", color="black", weight=3]; 28.52/13.52 309[label="compare vwx300 vwx3100 == LT",fontsize=16,color="black",shape="box"];309 -> 468[label="",style="solid", color="black", weight=3]; 28.52/13.52 310[label="compare vwx300 vwx3100 == LT",fontsize=16,color="burlywood",shape="box"];4103[label="vwx300/vwx3000 : vwx3001",fontsize=10,color="white",style="solid",shape="box"];310 -> 4103[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4103 -> 469[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 4104[label="vwx300/[]",fontsize=10,color="white",style="solid",shape="box"];310 -> 4104[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4104 -> 470[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 1198[label="vwx301",fontsize=16,color="green",shape="box"];1199[label="vwx3101",fontsize=16,color="green",shape="box"];1200[label="vwx301",fontsize=16,color="green",shape="box"];1201[label="vwx3101",fontsize=16,color="green",shape="box"];1202[label="vwx301",fontsize=16,color="green",shape="box"];1203[label="vwx3101",fontsize=16,color="green",shape="box"];1204[label="vwx301",fontsize=16,color="green",shape="box"];1205[label="vwx3101",fontsize=16,color="green",shape="box"];1206[label="vwx301",fontsize=16,color="green",shape="box"];1207[label="vwx3101",fontsize=16,color="green",shape="box"];1208[label="vwx301",fontsize=16,color="green",shape="box"];1209[label="vwx3101",fontsize=16,color="green",shape="box"];1210[label="vwx301",fontsize=16,color="green",shape="box"];1211[label="vwx3101",fontsize=16,color="green",shape="box"];1212[label="vwx301",fontsize=16,color="green",shape="box"];1213[label="vwx3101",fontsize=16,color="green",shape="box"];1214[label="vwx301",fontsize=16,color="green",shape="box"];1215[label="vwx3101",fontsize=16,color="green",shape="box"];1216[label="vwx301",fontsize=16,color="green",shape="box"];1217[label="vwx3101",fontsize=16,color="green",shape="box"];1218[label="vwx301",fontsize=16,color="green",shape="box"];1219[label="vwx3101",fontsize=16,color="green",shape="box"];1220[label="vwx301",fontsize=16,color="green",shape="box"];1221[label="vwx3101",fontsize=16,color="green",shape="box"];1222[label="vwx301",fontsize=16,color="green",shape="box"];1223[label="vwx3101",fontsize=16,color="green",shape="box"];1224[label="vwx301",fontsize=16,color="green",shape="box"];1225[label="vwx3101",fontsize=16,color="green",shape="box"];1226[label="vwx302",fontsize=16,color="green",shape="box"];1227[label="vwx3102",fontsize=16,color="green",shape="box"];1228[label="vwx302",fontsize=16,color="green",shape="box"];1229[label="vwx3102",fontsize=16,color="green",shape="box"];1230[label="vwx302",fontsize=16,color="green",shape="box"];1231[label="vwx3102",fontsize=16,color="green",shape="box"];1232[label="vwx302",fontsize=16,color="green",shape="box"];1233[label="vwx3102",fontsize=16,color="green",shape="box"];1234[label="vwx302",fontsize=16,color="green",shape="box"];1235[label="vwx3102",fontsize=16,color="green",shape="box"];1236[label="vwx302",fontsize=16,color="green",shape="box"];1237[label="vwx3102",fontsize=16,color="green",shape="box"];1238[label="vwx302",fontsize=16,color="green",shape="box"];1239[label="vwx3102",fontsize=16,color="green",shape="box"];1240[label="vwx302",fontsize=16,color="green",shape="box"];1241[label="vwx3102",fontsize=16,color="green",shape="box"];1242[label="vwx302",fontsize=16,color="green",shape="box"];1243[label="vwx3102",fontsize=16,color="green",shape="box"];1244[label="vwx302",fontsize=16,color="green",shape="box"];1245[label="vwx3102",fontsize=16,color="green",shape="box"];1246[label="vwx302",fontsize=16,color="green",shape="box"];1247[label="vwx3102",fontsize=16,color="green",shape="box"];1248[label="vwx302",fontsize=16,color="green",shape="box"];1249[label="vwx3102",fontsize=16,color="green",shape="box"];1250[label="vwx302",fontsize=16,color="green",shape="box"];1251[label="vwx3102",fontsize=16,color="green",shape="box"];1252[label="vwx302",fontsize=16,color="green",shape="box"];1253[label="vwx3102",fontsize=16,color="green",shape="box"];1255[label="vwx108 == vwx109",fontsize=16,color="blue",shape="box"];4105[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1255 -> 4105[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4105 -> 1258[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4106[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1255 -> 4106[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4106 -> 1259[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4107[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1255 -> 4107[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4107 -> 1260[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4108[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1255 -> 4108[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4108 -> 1261[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4109[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1255 -> 4109[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4109 -> 1262[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4110[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1255 -> 4110[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4110 -> 1263[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4111[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1255 -> 4111[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4111 -> 1264[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4112[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1255 -> 4112[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4112 -> 1265[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4113[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1255 -> 4113[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4113 -> 1266[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4114[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1255 -> 4114[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4114 -> 1267[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4115[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1255 -> 4115[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4115 -> 1268[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4116[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1255 -> 4116[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4116 -> 1269[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4117[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1255 -> 4117[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4117 -> 1270[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4118[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1255 -> 4118[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4118 -> 1271[label="",style="solid", color="blue", weight=3]; 28.52/13.52 1256[label="vwx164",fontsize=16,color="green",shape="box"];1254[label="vwx172 && vwx173",fontsize=16,color="burlywood",shape="triangle"];4119[label="vwx172/False",fontsize=10,color="white",style="solid",shape="box"];1254 -> 4119[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4119 -> 1272[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 4120[label="vwx172/True",fontsize=10,color="white",style="solid",shape="box"];1254 -> 4120[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4120 -> 1273[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 1257[label="(vwx70,vwx71,vwx72)",fontsize=16,color="green",shape="box"];596[label="max1 (Char (Succ vwx3000)) (Char (Succ vwx31000)) (not (primCmpNat (Succ vwx3000) (Succ vwx31000) == GT))",fontsize=16,color="black",shape="box"];596 -> 756[label="",style="solid", color="black", weight=3]; 28.52/13.52 597[label="max1 (Char (Succ vwx3000)) (Char Zero) (not (primCmpNat (Succ vwx3000) Zero == GT))",fontsize=16,color="black",shape="box"];597 -> 757[label="",style="solid", color="black", weight=3]; 28.52/13.52 598[label="max1 (Char Zero) (Char (Succ vwx31000)) (not (primCmpNat Zero (Succ vwx31000) == GT))",fontsize=16,color="black",shape="box"];598 -> 758[label="",style="solid", color="black", weight=3]; 28.52/13.52 599[label="max1 (Char Zero) (Char Zero) (not (primCmpNat Zero Zero == GT))",fontsize=16,color="black",shape="box"];599 -> 759[label="",style="solid", color="black", weight=3]; 28.52/13.52 600[label="()",fontsize=16,color="green",shape="box"];1606[label="(vwx182,vwx183)",fontsize=16,color="green",shape="box"];617 -> 1123[label="",style="dashed", color="red", weight=0]; 28.52/13.52 617[label="vwx3000 < vwx31000 || vwx3000 == vwx31000 && (vwx3001 < vwx31001 || vwx3001 == vwx31001 && vwx3002 <= vwx31002)",fontsize=16,color="magenta"];617 -> 1129[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 617 -> 1130[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 617 -> 1131[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 617 -> 1132[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 799 -> 592[label="",style="dashed", color="red", weight=0]; 28.52/13.52 799[label="compare vwx300 vwx3100 == GT",fontsize=16,color="magenta"];799 -> 811[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 799 -> 812[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 800 -> 592[label="",style="dashed", color="red", weight=0]; 28.52/13.52 800[label="compare vwx300 vwx3100 == GT",fontsize=16,color="magenta"];800 -> 815[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 800 -> 816[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 620 -> 1123[label="",style="dashed", color="red", weight=0]; 28.52/13.52 620[label="vwx3000 < vwx31000 || vwx3000 == vwx31000 && vwx3001 <= vwx31001",fontsize=16,color="magenta"];620 -> 1133[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 620 -> 1134[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 620 -> 1135[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 620 -> 1136[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 621[label="True",fontsize=16,color="green",shape="box"];622[label="True",fontsize=16,color="green",shape="box"];623[label="False",fontsize=16,color="green",shape="box"];624[label="vwx3000 <= vwx31000",fontsize=16,color="blue",shape="box"];4121[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];624 -> 4121[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4121 -> 823[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4122[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];624 -> 4122[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4122 -> 824[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4123[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];624 -> 4123[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4123 -> 825[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4124[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];624 -> 4124[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4124 -> 826[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4125[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];624 -> 4125[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4125 -> 827[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4126[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];624 -> 4126[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4126 -> 828[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4127[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];624 -> 4127[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4127 -> 829[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4128[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];624 -> 4128[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4128 -> 830[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4129[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];624 -> 4129[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4129 -> 831[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4130[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];624 -> 4130[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4130 -> 832[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4131[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];624 -> 4131[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4131 -> 833[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4132[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];624 -> 4132[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4132 -> 834[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4133[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];624 -> 4133[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4133 -> 835[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4134[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];624 -> 4134[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4134 -> 836[label="",style="solid", color="blue", weight=3]; 28.52/13.52 625[label="True",fontsize=16,color="green",shape="box"];626[label="True",fontsize=16,color="green",shape="box"];627[label="False",fontsize=16,color="green",shape="box"];628[label="True",fontsize=16,color="green",shape="box"];801 -> 592[label="",style="dashed", color="red", weight=0]; 28.52/13.52 801[label="compare vwx300 vwx3100 == GT",fontsize=16,color="magenta"];801 -> 837[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 801 -> 838[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 630[label="vwx3000 <= vwx31000",fontsize=16,color="blue",shape="box"];4135[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];630 -> 4135[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4135 -> 839[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4136[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];630 -> 4136[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4136 -> 840[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4137[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];630 -> 4137[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4137 -> 841[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4138[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];630 -> 4138[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4138 -> 842[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4139[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];630 -> 4139[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4139 -> 843[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4140[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];630 -> 4140[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4140 -> 844[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4141[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];630 -> 4141[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4141 -> 845[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4142[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];630 -> 4142[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4142 -> 846[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4143[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];630 -> 4143[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4143 -> 847[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4144[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];630 -> 4144[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4144 -> 848[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4145[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];630 -> 4145[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4145 -> 849[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4146[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];630 -> 4146[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4146 -> 850[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4147[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];630 -> 4147[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4147 -> 851[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4148[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];630 -> 4148[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4148 -> 852[label="",style="solid", color="blue", weight=3]; 28.52/13.52 631[label="True",fontsize=16,color="green",shape="box"];632[label="False",fontsize=16,color="green",shape="box"];633[label="vwx3000 <= vwx31000",fontsize=16,color="blue",shape="box"];4149[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];633 -> 4149[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4149 -> 853[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4150[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];633 -> 4150[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4150 -> 854[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4151[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];633 -> 4151[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4151 -> 855[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4152[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];633 -> 4152[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4152 -> 856[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4153[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];633 -> 4153[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4153 -> 857[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4154[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];633 -> 4154[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4154 -> 858[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4155[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];633 -> 4155[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4155 -> 859[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4156[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];633 -> 4156[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4156 -> 860[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4157[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];633 -> 4157[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4157 -> 861[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4158[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];633 -> 4158[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4158 -> 862[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4159[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];633 -> 4159[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4159 -> 863[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4160[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];633 -> 4160[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4160 -> 864[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4161[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];633 -> 4161[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4161 -> 865[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4162[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];633 -> 4162[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4162 -> 866[label="",style="solid", color="blue", weight=3]; 28.52/13.52 802 -> 592[label="",style="dashed", color="red", weight=0]; 28.52/13.52 802[label="compare vwx300 vwx3100 == GT",fontsize=16,color="magenta"];802 -> 867[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 802 -> 868[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 803 -> 592[label="",style="dashed", color="red", weight=0]; 28.52/13.52 803[label="compare vwx300 vwx3100 == GT",fontsize=16,color="magenta"];803 -> 869[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 803 -> 870[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 804 -> 592[label="",style="dashed", color="red", weight=0]; 28.52/13.52 804[label="compare vwx300 vwx3100 == GT",fontsize=16,color="magenta"];804 -> 871[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 804 -> 872[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 637[label="True",fontsize=16,color="green",shape="box"];638[label="True",fontsize=16,color="green",shape="box"];639[label="True",fontsize=16,color="green",shape="box"];640[label="False",fontsize=16,color="green",shape="box"];641[label="True",fontsize=16,color="green",shape="box"];642[label="True",fontsize=16,color="green",shape="box"];643[label="False",fontsize=16,color="green",shape="box"];644[label="False",fontsize=16,color="green",shape="box"];645[label="True",fontsize=16,color="green",shape="box"];805 -> 592[label="",style="dashed", color="red", weight=0]; 28.52/13.52 805[label="compare vwx300 vwx3100 == GT",fontsize=16,color="magenta"];805 -> 873[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 805 -> 874[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 806 -> 592[label="",style="dashed", color="red", weight=0]; 28.52/13.52 806[label="compare vwx300 vwx3100 == GT",fontsize=16,color="magenta"];806 -> 875[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 806 -> 876[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 649[label="Just vwx34",fontsize=16,color="green",shape="box"];650[label="max1 (Pos (Succ vwx3000)) (Pos (Succ vwx31000)) (not (primCmpNat (Succ vwx3000) (Succ vwx31000) == GT))",fontsize=16,color="black",shape="box"];650 -> 877[label="",style="solid", color="black", weight=3]; 28.52/13.52 651[label="max1 (Pos (Succ vwx3000)) (Pos Zero) (not (primCmpNat (Succ vwx3000) Zero == GT))",fontsize=16,color="black",shape="box"];651 -> 878[label="",style="solid", color="black", weight=3]; 28.52/13.52 880 -> 798[label="",style="dashed", color="red", weight=0]; 28.52/13.52 880[label="not (GT == GT)",fontsize=16,color="magenta"];880 -> 882[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 879[label="max1 (Pos (Succ vwx3000)) (Neg vwx3100) vwx126",fontsize=16,color="burlywood",shape="triangle"];4163[label="vwx126/False",fontsize=10,color="white",style="solid",shape="box"];879 -> 4163[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4163 -> 883[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 4164[label="vwx126/True",fontsize=10,color="white",style="solid",shape="box"];879 -> 4164[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4164 -> 884[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 653 -> 885[label="",style="dashed", color="red", weight=0]; 28.52/13.52 653[label="max1 (Pos Zero) (Pos (Succ vwx31000)) (not (primCmpNat Zero (Succ vwx31000) == GT))",fontsize=16,color="magenta"];653 -> 886[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 654 -> 887[label="",style="dashed", color="red", weight=0]; 28.52/13.52 654[label="max1 (Pos Zero) (Pos Zero) (not (EQ == GT))",fontsize=16,color="magenta"];654 -> 888[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 655 -> 889[label="",style="dashed", color="red", weight=0]; 28.52/13.52 655[label="max1 (Pos Zero) (Neg (Succ vwx31000)) (not (GT == GT))",fontsize=16,color="magenta"];655 -> 890[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 656 -> 891[label="",style="dashed", color="red", weight=0]; 28.52/13.52 656[label="max1 (Pos Zero) (Neg Zero) (not (EQ == GT))",fontsize=16,color="magenta"];656 -> 892[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 894 -> 798[label="",style="dashed", color="red", weight=0]; 28.52/13.52 894[label="not (LT == GT)",fontsize=16,color="magenta"];894 -> 896[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 893[label="max1 (Neg (Succ vwx3000)) (Pos vwx3100) vwx135",fontsize=16,color="burlywood",shape="triangle"];4165[label="vwx135/False",fontsize=10,color="white",style="solid",shape="box"];893 -> 4165[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4165 -> 897[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 4166[label="vwx135/True",fontsize=10,color="white",style="solid",shape="box"];893 -> 4166[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4166 -> 898[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 658[label="max1 (Neg (Succ vwx3000)) (Neg (Succ vwx31000)) (not (primCmpNat (Succ vwx31000) (Succ vwx3000) == GT))",fontsize=16,color="black",shape="box"];658 -> 899[label="",style="solid", color="black", weight=3]; 28.52/13.52 659[label="max1 (Neg (Succ vwx3000)) (Neg Zero) (not (primCmpNat Zero (Succ vwx3000) == GT))",fontsize=16,color="black",shape="box"];659 -> 900[label="",style="solid", color="black", weight=3]; 28.52/13.52 660 -> 901[label="",style="dashed", color="red", weight=0]; 28.52/13.52 660[label="max1 (Neg Zero) (Pos (Succ vwx31000)) (not (LT == GT))",fontsize=16,color="magenta"];660 -> 902[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 661 -> 903[label="",style="dashed", color="red", weight=0]; 28.52/13.52 661[label="max1 (Neg Zero) (Pos Zero) (not (EQ == GT))",fontsize=16,color="magenta"];661 -> 904[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 662 -> 905[label="",style="dashed", color="red", weight=0]; 28.52/13.52 662[label="max1 (Neg Zero) (Neg (Succ vwx31000)) (not (primCmpNat (Succ vwx31000) Zero == GT))",fontsize=16,color="magenta"];662 -> 906[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 663 -> 907[label="",style="dashed", color="red", weight=0]; 28.52/13.52 663[label="max1 (Neg Zero) (Neg Zero) (not (EQ == GT))",fontsize=16,color="magenta"];663 -> 908[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 664[label="Left vwx41",fontsize=16,color="green",shape="box"];665[label="Right vwx48",fontsize=16,color="green",shape="box"];938[label="GT",fontsize=16,color="green",shape="box"];939[label="compare (vwx300 * vwx3101) (vwx3100 * vwx301)",fontsize=16,color="blue",shape="box"];4167[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];939 -> 4167[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4167 -> 946[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4168[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];939 -> 4168[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4168 -> 947[label="",style="solid", color="blue", weight=3]; 28.52/13.52 592[label="vwx12 == vwx15",fontsize=16,color="burlywood",shape="triangle"];4169[label="vwx12/LT",fontsize=10,color="white",style="solid",shape="box"];592 -> 4169[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4169 -> 750[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 4170[label="vwx12/EQ",fontsize=10,color="white",style="solid",shape="box"];592 -> 4170[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4170 -> 751[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 4171[label="vwx12/GT",fontsize=10,color="white",style="solid",shape="box"];592 -> 4171[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4171 -> 752[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 813[label="not False",fontsize=16,color="black",shape="box"];813 -> 942[label="",style="solid", color="black", weight=3]; 28.52/13.52 814[label="not True",fontsize=16,color="black",shape="box"];814 -> 943[label="",style="solid", color="black", weight=3]; 28.52/13.52 940[label="max0 (vwx57 :% vwx58) (vwx59 :% vwx60) otherwise",fontsize=16,color="black",shape="box"];940 -> 948[label="",style="solid", color="black", weight=3]; 28.52/13.52 941[label="vwx59 :% vwx60",fontsize=16,color="green",shape="box"];671[label="max1 (Integer (Pos (Succ vwx30000))) (Integer (Pos vwx31000)) (not (primCmpInt (Pos (Succ vwx30000)) (Pos vwx31000) == GT))",fontsize=16,color="black",shape="box"];671 -> 924[label="",style="solid", color="black", weight=3]; 28.52/13.52 672[label="max1 (Integer (Pos (Succ vwx30000))) (Integer (Neg vwx31000)) (not (primCmpInt (Pos (Succ vwx30000)) (Neg vwx31000) == GT))",fontsize=16,color="black",shape="box"];672 -> 925[label="",style="solid", color="black", weight=3]; 28.52/13.52 673[label="max1 (Integer (Pos Zero)) (Integer (Pos vwx31000)) (not (primCmpInt (Pos Zero) (Pos vwx31000) == GT))",fontsize=16,color="burlywood",shape="box"];4172[label="vwx31000/Succ vwx310000",fontsize=10,color="white",style="solid",shape="box"];673 -> 4172[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4172 -> 926[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 4173[label="vwx31000/Zero",fontsize=10,color="white",style="solid",shape="box"];673 -> 4173[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4173 -> 927[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 674[label="max1 (Integer (Pos Zero)) (Integer (Neg vwx31000)) (not (primCmpInt (Pos Zero) (Neg vwx31000) == GT))",fontsize=16,color="burlywood",shape="box"];4174[label="vwx31000/Succ vwx310000",fontsize=10,color="white",style="solid",shape="box"];674 -> 4174[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4174 -> 928[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 4175[label="vwx31000/Zero",fontsize=10,color="white",style="solid",shape="box"];674 -> 4175[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4175 -> 929[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 675[label="max1 (Integer (Neg (Succ vwx30000))) (Integer (Pos vwx31000)) (not (primCmpInt (Neg (Succ vwx30000)) (Pos vwx31000) == GT))",fontsize=16,color="black",shape="box"];675 -> 930[label="",style="solid", color="black", weight=3]; 28.52/13.52 676[label="max1 (Integer (Neg (Succ vwx30000))) (Integer (Neg vwx31000)) (not (primCmpInt (Neg (Succ vwx30000)) (Neg vwx31000) == GT))",fontsize=16,color="black",shape="box"];676 -> 931[label="",style="solid", color="black", weight=3]; 28.52/13.52 677[label="max1 (Integer (Neg Zero)) (Integer (Pos vwx31000)) (not (primCmpInt (Neg Zero) (Pos vwx31000) == GT))",fontsize=16,color="burlywood",shape="box"];4176[label="vwx31000/Succ vwx310000",fontsize=10,color="white",style="solid",shape="box"];677 -> 4176[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4176 -> 932[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 4177[label="vwx31000/Zero",fontsize=10,color="white",style="solid",shape="box"];677 -> 4177[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4177 -> 933[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 678[label="max1 (Integer (Neg Zero)) (Integer (Neg vwx31000)) (not (primCmpInt (Neg Zero) (Neg vwx31000) == GT))",fontsize=16,color="burlywood",shape="box"];4178[label="vwx31000/Succ vwx310000",fontsize=10,color="white",style="solid",shape="box"];678 -> 4178[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4178 -> 934[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 4179[label="vwx31000/Zero",fontsize=10,color="white",style="solid",shape="box"];678 -> 4179[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4179 -> 935[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 679 -> 936[label="",style="dashed", color="red", weight=0]; 28.52/13.52 679[label="max1 (Double vwx300 (Pos vwx3010)) (Double vwx3100 (Pos vwx31010)) (not (compare (vwx300 * Pos vwx31010) (Pos vwx3010 * vwx3100) == GT))",fontsize=16,color="magenta"];679 -> 937[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 680 -> 944[label="",style="dashed", color="red", weight=0]; 28.52/13.52 680[label="max1 (Double vwx300 (Pos vwx3010)) (Double vwx3100 (Neg vwx31010)) (not (compare (vwx300 * Pos vwx31010) (Neg vwx3010 * vwx3100) == GT))",fontsize=16,color="magenta"];680 -> 945[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 681 -> 949[label="",style="dashed", color="red", weight=0]; 28.52/13.52 681[label="max1 (Double vwx300 (Neg vwx3010)) (Double vwx3100 (Pos vwx31010)) (not (compare (vwx300 * Neg vwx31010) (Pos vwx3010 * vwx3100) == GT))",fontsize=16,color="magenta"];681 -> 950[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 682 -> 951[label="",style="dashed", color="red", weight=0]; 28.52/13.52 682[label="max1 (Double vwx300 (Neg vwx3010)) (Double vwx3100 (Neg vwx31010)) (not (compare (vwx300 * Neg vwx31010) (Neg vwx3010 * vwx3100) == GT))",fontsize=16,color="magenta"];682 -> 952[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 683 -> 953[label="",style="dashed", color="red", weight=0]; 28.52/13.52 683[label="max1 (Float vwx300 (Pos vwx3010)) (Float vwx3100 (Pos vwx31010)) (not (compare (vwx300 * Pos vwx31010) (Pos vwx3010 * vwx3100) == GT))",fontsize=16,color="magenta"];683 -> 954[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 684 -> 955[label="",style="dashed", color="red", weight=0]; 28.52/13.52 684[label="max1 (Float vwx300 (Pos vwx3010)) (Float vwx3100 (Neg vwx31010)) (not (compare (vwx300 * Pos vwx31010) (Neg vwx3010 * vwx3100) == GT))",fontsize=16,color="magenta"];684 -> 956[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 685 -> 957[label="",style="dashed", color="red", weight=0]; 28.52/13.52 685[label="max1 (Float vwx300 (Neg vwx3010)) (Float vwx3100 (Pos vwx31010)) (not (compare (vwx300 * Neg vwx31010) (Pos vwx3010 * vwx3100) == GT))",fontsize=16,color="magenta"];685 -> 958[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 686 -> 959[label="",style="dashed", color="red", weight=0]; 28.52/13.52 686[label="max1 (Float vwx300 (Neg vwx3010)) (Float vwx3100 (Neg vwx31010)) (not (compare (vwx300 * Neg vwx31010) (Neg vwx3010 * vwx3100) == GT))",fontsize=16,color="magenta"];686 -> 960[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1910[label="GT",fontsize=16,color="green",shape="box"];1911 -> 1916[label="",style="dashed", color="red", weight=0]; 28.52/13.52 1911[label="primCompAux vwx300 vwx3100 (compare vwx301 vwx3101)",fontsize=16,color="magenta"];1911 -> 1917[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1912[label="max0 (vwx94 : vwx95) (vwx96 : vwx97) otherwise",fontsize=16,color="black",shape="box"];1912 -> 1921[label="",style="solid", color="black", weight=3]; 28.52/13.52 1913[label="vwx96 : vwx97",fontsize=16,color="green",shape="box"];704[label="max0 (vwx300 : vwx301) [] otherwise",fontsize=16,color="black",shape="box"];704 -> 979[label="",style="solid", color="black", weight=3]; 28.52/13.52 705[label="vwx3100 : vwx3101",fontsize=16,color="green",shape="box"];706[label="[]",fontsize=16,color="green",shape="box"];456[label="compare3 vwx300 vwx3100 == LT",fontsize=16,color="black",shape="box"];456 -> 562[label="",style="solid", color="black", weight=3]; 28.52/13.52 457[label="primCmpChar vwx300 vwx3100 == LT",fontsize=16,color="burlywood",shape="box"];4180[label="vwx300/Char vwx3000",fontsize=10,color="white",style="solid",shape="box"];457 -> 4180[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4180 -> 563[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 458[label="compare () vwx3100 == LT",fontsize=16,color="burlywood",shape="box"];4181[label="vwx3100/()",fontsize=10,color="white",style="solid",shape="box"];458 -> 4181[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4181 -> 564[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 459[label="compare3 vwx300 vwx3100 == LT",fontsize=16,color="black",shape="box"];459 -> 565[label="",style="solid", color="black", weight=3]; 28.52/13.52 460[label="compare3 vwx300 vwx3100 == LT",fontsize=16,color="black",shape="box"];460 -> 566[label="",style="solid", color="black", weight=3]; 28.52/13.52 461[label="compare3 vwx300 vwx3100 == LT",fontsize=16,color="black",shape="box"];461 -> 567[label="",style="solid", color="black", weight=3]; 28.52/13.52 462[label="primCmpInt vwx300 vwx3100 == LT",fontsize=16,color="burlywood",shape="box"];4182[label="vwx300/Pos vwx3000",fontsize=10,color="white",style="solid",shape="box"];462 -> 4182[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4182 -> 568[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 4183[label="vwx300/Neg vwx3000",fontsize=10,color="white",style="solid",shape="box"];462 -> 4183[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4183 -> 569[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 463[label="compare3 vwx300 vwx3100 == LT",fontsize=16,color="black",shape="box"];463 -> 570[label="",style="solid", color="black", weight=3]; 28.52/13.52 464[label="compare (vwx3000 :% vwx3001) vwx3100 == LT",fontsize=16,color="burlywood",shape="box"];4184[label="vwx3100/vwx31000 :% vwx31001",fontsize=10,color="white",style="solid",shape="box"];464 -> 4184[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4184 -> 571[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 465[label="compare (Integer vwx3000) vwx3100 == LT",fontsize=16,color="burlywood",shape="box"];4185[label="vwx3100/Integer vwx31000",fontsize=10,color="white",style="solid",shape="box"];465 -> 4185[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4185 -> 572[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 466[label="primCmpDouble vwx300 vwx3100 == LT",fontsize=16,color="burlywood",shape="box"];4186[label="vwx300/Double vwx3000 vwx3001",fontsize=10,color="white",style="solid",shape="box"];466 -> 4186[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4186 -> 573[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 467[label="compare3 vwx300 vwx3100 == LT",fontsize=16,color="black",shape="box"];467 -> 574[label="",style="solid", color="black", weight=3]; 28.52/13.52 468[label="primCmpFloat vwx300 vwx3100 == LT",fontsize=16,color="burlywood",shape="box"];4187[label="vwx300/Float vwx3000 vwx3001",fontsize=10,color="white",style="solid",shape="box"];468 -> 4187[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4187 -> 575[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 469[label="compare (vwx3000 : vwx3001) vwx3100 == LT",fontsize=16,color="burlywood",shape="box"];4188[label="vwx3100/vwx31000 : vwx31001",fontsize=10,color="white",style="solid",shape="box"];469 -> 4188[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4188 -> 576[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 4189[label="vwx3100/[]",fontsize=10,color="white",style="solid",shape="box"];469 -> 4189[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4189 -> 577[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 470[label="compare [] vwx3100 == LT",fontsize=16,color="burlywood",shape="box"];4190[label="vwx3100/vwx31000 : vwx31001",fontsize=10,color="white",style="solid",shape="box"];470 -> 4190[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4190 -> 578[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 4191[label="vwx3100/[]",fontsize=10,color="white",style="solid",shape="box"];470 -> 4191[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4191 -> 579[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 1258 -> 580[label="",style="dashed", color="red", weight=0]; 28.52/13.52 1258[label="vwx108 == vwx109",fontsize=16,color="magenta"];1258 -> 1276[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1258 -> 1277[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1259[label="vwx108 == vwx109",fontsize=16,color="burlywood",shape="triangle"];4192[label="vwx108/(vwx1080,vwx1081,vwx1082)",fontsize=10,color="white",style="solid",shape="box"];1259 -> 4192[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4192 -> 1278[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 1260 -> 582[label="",style="dashed", color="red", weight=0]; 28.52/13.52 1260[label="vwx108 == vwx109",fontsize=16,color="magenta"];1260 -> 1279[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1260 -> 1280[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1261[label="vwx108 == vwx109",fontsize=16,color="burlywood",shape="triangle"];4193[label="vwx108/Left vwx1080",fontsize=10,color="white",style="solid",shape="box"];1261 -> 4193[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4193 -> 1281[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 4194[label="vwx108/Right vwx1080",fontsize=10,color="white",style="solid",shape="box"];1261 -> 4194[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4194 -> 1282[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 1262 -> 584[label="",style="dashed", color="red", weight=0]; 28.52/13.52 1262[label="vwx108 == vwx109",fontsize=16,color="magenta"];1262 -> 1283[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1262 -> 1284[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1263 -> 585[label="",style="dashed", color="red", weight=0]; 28.52/13.52 1263[label="vwx108 == vwx109",fontsize=16,color="magenta"];1263 -> 1285[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1263 -> 1286[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1264[label="vwx108 == vwx109",fontsize=16,color="burlywood",shape="triangle"];4195[label="vwx108/Nothing",fontsize=10,color="white",style="solid",shape="box"];1264 -> 4195[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4195 -> 1287[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 4196[label="vwx108/Just vwx1080",fontsize=10,color="white",style="solid",shape="box"];1264 -> 4196[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4196 -> 1288[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 1265 -> 587[label="",style="dashed", color="red", weight=0]; 28.52/13.52 1265[label="vwx108 == vwx109",fontsize=16,color="magenta"];1265 -> 1289[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1265 -> 1290[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1266 -> 588[label="",style="dashed", color="red", weight=0]; 28.52/13.52 1266[label="vwx108 == vwx109",fontsize=16,color="magenta"];1266 -> 1291[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1266 -> 1292[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1267 -> 589[label="",style="dashed", color="red", weight=0]; 28.52/13.52 1267[label="vwx108 == vwx109",fontsize=16,color="magenta"];1267 -> 1293[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1267 -> 1294[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1268[label="vwx108 == vwx109",fontsize=16,color="burlywood",shape="triangle"];4197[label="vwx108/vwx1080 : vwx1081",fontsize=10,color="white",style="solid",shape="box"];1268 -> 4197[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4197 -> 1295[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 4198[label="vwx108/[]",fontsize=10,color="white",style="solid",shape="box"];1268 -> 4198[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4198 -> 1296[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 1269[label="vwx108 == vwx109",fontsize=16,color="burlywood",shape="triangle"];4199[label="vwx108/(vwx1080,vwx1081)",fontsize=10,color="white",style="solid",shape="box"];1269 -> 4199[label="",style="solid", color="burlywood", weight=9]; 28.52/13.52 4199 -> 1297[label="",style="solid", color="burlywood", weight=3]; 28.52/13.52 1270 -> 592[label="",style="dashed", color="red", weight=0]; 28.52/13.52 1270[label="vwx108 == vwx109",fontsize=16,color="magenta"];1270 -> 1298[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1270 -> 1299[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1271 -> 593[label="",style="dashed", color="red", weight=0]; 28.52/13.52 1271[label="vwx108 == vwx109",fontsize=16,color="magenta"];1271 -> 1300[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1271 -> 1301[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1272[label="False && vwx173",fontsize=16,color="black",shape="box"];1272 -> 1302[label="",style="solid", color="black", weight=3]; 28.52/13.52 1273[label="True && vwx173",fontsize=16,color="black",shape="box"];1273 -> 1303[label="",style="solid", color="black", weight=3]; 28.52/13.52 756 -> 1107[label="",style="dashed", color="red", weight=0]; 28.52/13.52 756[label="max1 (Char (Succ vwx3000)) (Char (Succ vwx31000)) (not (primCmpNat vwx3000 vwx31000 == GT))",fontsize=16,color="magenta"];756 -> 1108[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 757 -> 1163[label="",style="dashed", color="red", weight=0]; 28.52/13.52 757[label="max1 (Char (Succ vwx3000)) (Char Zero) (not (GT == GT))",fontsize=16,color="magenta"];757 -> 1164[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 758 -> 1196[label="",style="dashed", color="red", weight=0]; 28.52/13.52 758[label="max1 (Char Zero) (Char (Succ vwx31000)) (not (LT == GT))",fontsize=16,color="magenta"];758 -> 1197[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 759 -> 1274[label="",style="dashed", color="red", weight=0]; 28.52/13.52 759[label="max1 (Char Zero) (Char Zero) (not (EQ == GT))",fontsize=16,color="magenta"];759 -> 1275[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1129[label="vwx3000 < vwx31000",fontsize=16,color="blue",shape="box"];4200[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1129 -> 4200[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4200 -> 1347[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4201[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1129 -> 4201[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4201 -> 1348[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4202[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1129 -> 4202[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4202 -> 1349[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4203[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1129 -> 4203[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4203 -> 1350[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4204[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1129 -> 4204[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4204 -> 1351[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4205[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1129 -> 4205[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4205 -> 1352[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4206[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1129 -> 4206[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4206 -> 1353[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4207[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1129 -> 4207[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4207 -> 1354[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4208[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1129 -> 4208[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4208 -> 1355[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4209[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1129 -> 4209[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4209 -> 1356[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4210[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1129 -> 4210[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4210 -> 1357[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4211[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1129 -> 4211[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4211 -> 1358[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4212[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1129 -> 4212[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4212 -> 1359[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4213[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1129 -> 4213[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4213 -> 1360[label="",style="solid", color="blue", weight=3]; 28.52/13.52 1130[label="vwx3000",fontsize=16,color="green",shape="box"];1131[label="vwx31000",fontsize=16,color="green",shape="box"];1132 -> 1123[label="",style="dashed", color="red", weight=0]; 28.52/13.52 1132[label="vwx3001 < vwx31001 || vwx3001 == vwx31001 && vwx3002 <= vwx31002",fontsize=16,color="magenta"];1132 -> 1361[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1132 -> 1362[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1132 -> 1363[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1132 -> 1364[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 811[label="GT",fontsize=16,color="green",shape="box"];812 -> 688[label="",style="dashed", color="red", weight=0]; 28.52/13.52 812[label="compare vwx300 vwx3100",fontsize=16,color="magenta"];812 -> 1365[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 812 -> 1366[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 815[label="GT",fontsize=16,color="green",shape="box"];816 -> 689[label="",style="dashed", color="red", weight=0]; 28.52/13.52 816[label="compare vwx300 vwx3100",fontsize=16,color="magenta"];816 -> 1367[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 816 -> 1368[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 1133[label="vwx3000 < vwx31000",fontsize=16,color="blue",shape="box"];4214[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1133 -> 4214[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4214 -> 1369[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4215[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1133 -> 4215[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4215 -> 1370[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4216[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1133 -> 4216[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4216 -> 1371[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4217[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1133 -> 4217[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4217 -> 1372[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4218[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1133 -> 4218[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4218 -> 1373[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4219[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1133 -> 4219[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4219 -> 1374[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4220[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1133 -> 4220[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4220 -> 1375[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4221[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1133 -> 4221[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4221 -> 1376[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4222[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1133 -> 4222[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4222 -> 1377[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4223[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1133 -> 4223[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4223 -> 1378[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4224[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1133 -> 4224[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4224 -> 1379[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4225[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1133 -> 4225[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4225 -> 1380[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4226[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1133 -> 4226[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4226 -> 1381[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4227[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1133 -> 4227[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4227 -> 1382[label="",style="solid", color="blue", weight=3]; 28.52/13.52 1134[label="vwx3000",fontsize=16,color="green",shape="box"];1135[label="vwx31000",fontsize=16,color="green",shape="box"];1136[label="vwx3001 <= vwx31001",fontsize=16,color="blue",shape="box"];4228[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1136 -> 4228[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4228 -> 1383[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4229[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1136 -> 4229[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4229 -> 1384[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4230[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1136 -> 4230[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4230 -> 1385[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4231[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1136 -> 4231[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4231 -> 1386[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4232[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1136 -> 4232[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4232 -> 1387[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4233[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1136 -> 4233[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4233 -> 1388[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4234[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1136 -> 4234[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4234 -> 1389[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4235[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1136 -> 4235[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4235 -> 1390[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4236[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1136 -> 4236[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4236 -> 1391[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4237[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1136 -> 4237[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4237 -> 1392[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4238[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1136 -> 4238[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4238 -> 1393[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4239[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1136 -> 4239[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4239 -> 1394[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4240[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1136 -> 4240[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4240 -> 1395[label="",style="solid", color="blue", weight=3]; 28.52/13.52 4241[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1136 -> 4241[label="",style="solid", color="blue", weight=9]; 28.52/13.52 4241 -> 1396[label="",style="solid", color="blue", weight=3]; 28.52/13.52 823 -> 230[label="",style="dashed", color="red", weight=0]; 28.52/13.52 823[label="vwx3000 <= vwx31000",fontsize=16,color="magenta"];823 -> 1397[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 823 -> 1398[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 824 -> 231[label="",style="dashed", color="red", weight=0]; 28.52/13.52 824[label="vwx3000 <= vwx31000",fontsize=16,color="magenta"];824 -> 1399[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 824 -> 1400[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 825 -> 232[label="",style="dashed", color="red", weight=0]; 28.52/13.52 825[label="vwx3000 <= vwx31000",fontsize=16,color="magenta"];825 -> 1401[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 825 -> 1402[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 826 -> 233[label="",style="dashed", color="red", weight=0]; 28.52/13.52 826[label="vwx3000 <= vwx31000",fontsize=16,color="magenta"];826 -> 1403[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 826 -> 1404[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 827 -> 234[label="",style="dashed", color="red", weight=0]; 28.52/13.52 827[label="vwx3000 <= vwx31000",fontsize=16,color="magenta"];827 -> 1405[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 827 -> 1406[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 828 -> 235[label="",style="dashed", color="red", weight=0]; 28.52/13.52 828[label="vwx3000 <= vwx31000",fontsize=16,color="magenta"];828 -> 1407[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 828 -> 1408[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 829 -> 236[label="",style="dashed", color="red", weight=0]; 28.52/13.52 829[label="vwx3000 <= vwx31000",fontsize=16,color="magenta"];829 -> 1409[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 829 -> 1410[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 830 -> 237[label="",style="dashed", color="red", weight=0]; 28.52/13.52 830[label="vwx3000 <= vwx31000",fontsize=16,color="magenta"];830 -> 1411[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 830 -> 1412[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 831 -> 238[label="",style="dashed", color="red", weight=0]; 28.52/13.52 831[label="vwx3000 <= vwx31000",fontsize=16,color="magenta"];831 -> 1413[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 831 -> 1414[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 832 -> 239[label="",style="dashed", color="red", weight=0]; 28.52/13.52 832[label="vwx3000 <= vwx31000",fontsize=16,color="magenta"];832 -> 1415[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 832 -> 1416[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 833 -> 240[label="",style="dashed", color="red", weight=0]; 28.52/13.52 833[label="vwx3000 <= vwx31000",fontsize=16,color="magenta"];833 -> 1417[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 833 -> 1418[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 834 -> 241[label="",style="dashed", color="red", weight=0]; 28.52/13.52 834[label="vwx3000 <= vwx31000",fontsize=16,color="magenta"];834 -> 1419[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 834 -> 1420[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 835 -> 242[label="",style="dashed", color="red", weight=0]; 28.52/13.52 835[label="vwx3000 <= vwx31000",fontsize=16,color="magenta"];835 -> 1421[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 835 -> 1422[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 836 -> 243[label="",style="dashed", color="red", weight=0]; 28.52/13.52 836[label="vwx3000 <= vwx31000",fontsize=16,color="magenta"];836 -> 1423[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 836 -> 1424[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 837[label="GT",fontsize=16,color="green",shape="box"];838 -> 693[label="",style="dashed", color="red", weight=0]; 28.52/13.52 838[label="compare vwx300 vwx3100",fontsize=16,color="magenta"];838 -> 1425[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 838 -> 1426[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 839 -> 230[label="",style="dashed", color="red", weight=0]; 28.52/13.52 839[label="vwx3000 <= vwx31000",fontsize=16,color="magenta"];839 -> 1427[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 839 -> 1428[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 840 -> 231[label="",style="dashed", color="red", weight=0]; 28.52/13.52 840[label="vwx3000 <= vwx31000",fontsize=16,color="magenta"];840 -> 1429[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 840 -> 1430[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 841 -> 232[label="",style="dashed", color="red", weight=0]; 28.52/13.52 841[label="vwx3000 <= vwx31000",fontsize=16,color="magenta"];841 -> 1431[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 841 -> 1432[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 842 -> 233[label="",style="dashed", color="red", weight=0]; 28.52/13.52 842[label="vwx3000 <= vwx31000",fontsize=16,color="magenta"];842 -> 1433[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 842 -> 1434[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 843 -> 234[label="",style="dashed", color="red", weight=0]; 28.52/13.52 843[label="vwx3000 <= vwx31000",fontsize=16,color="magenta"];843 -> 1435[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 843 -> 1436[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 844 -> 235[label="",style="dashed", color="red", weight=0]; 28.52/13.52 844[label="vwx3000 <= vwx31000",fontsize=16,color="magenta"];844 -> 1437[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 844 -> 1438[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 845 -> 236[label="",style="dashed", color="red", weight=0]; 28.52/13.52 845[label="vwx3000 <= vwx31000",fontsize=16,color="magenta"];845 -> 1439[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 845 -> 1440[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 846 -> 237[label="",style="dashed", color="red", weight=0]; 28.52/13.52 846[label="vwx3000 <= vwx31000",fontsize=16,color="magenta"];846 -> 1441[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 846 -> 1442[label="",style="dashed", color="magenta", weight=3]; 28.52/13.52 847 -> 238[label="",style="dashed", color="red", weight=0]; 28.81/13.52 847[label="vwx3000 <= vwx31000",fontsize=16,color="magenta"];847 -> 1443[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 847 -> 1444[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 848 -> 239[label="",style="dashed", color="red", weight=0]; 28.81/13.52 848[label="vwx3000 <= vwx31000",fontsize=16,color="magenta"];848 -> 1445[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 848 -> 1446[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 849 -> 240[label="",style="dashed", color="red", weight=0]; 28.81/13.52 849[label="vwx3000 <= vwx31000",fontsize=16,color="magenta"];849 -> 1447[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 849 -> 1448[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 850 -> 241[label="",style="dashed", color="red", weight=0]; 28.81/13.52 850[label="vwx3000 <= vwx31000",fontsize=16,color="magenta"];850 -> 1449[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 850 -> 1450[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 851 -> 242[label="",style="dashed", color="red", weight=0]; 28.81/13.52 851[label="vwx3000 <= vwx31000",fontsize=16,color="magenta"];851 -> 1451[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 851 -> 1452[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 852 -> 243[label="",style="dashed", color="red", weight=0]; 28.81/13.52 852[label="vwx3000 <= vwx31000",fontsize=16,color="magenta"];852 -> 1453[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 852 -> 1454[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 853 -> 230[label="",style="dashed", color="red", weight=0]; 28.81/13.52 853[label="vwx3000 <= vwx31000",fontsize=16,color="magenta"];853 -> 1455[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 853 -> 1456[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 854 -> 231[label="",style="dashed", color="red", weight=0]; 28.81/13.52 854[label="vwx3000 <= vwx31000",fontsize=16,color="magenta"];854 -> 1457[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 854 -> 1458[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 855 -> 232[label="",style="dashed", color="red", weight=0]; 28.81/13.52 855[label="vwx3000 <= vwx31000",fontsize=16,color="magenta"];855 -> 1459[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 855 -> 1460[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 856 -> 233[label="",style="dashed", color="red", weight=0]; 28.81/13.52 856[label="vwx3000 <= vwx31000",fontsize=16,color="magenta"];856 -> 1461[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 856 -> 1462[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 857 -> 234[label="",style="dashed", color="red", weight=0]; 28.81/13.52 857[label="vwx3000 <= vwx31000",fontsize=16,color="magenta"];857 -> 1463[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 857 -> 1464[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 858 -> 235[label="",style="dashed", color="red", weight=0]; 28.81/13.52 858[label="vwx3000 <= vwx31000",fontsize=16,color="magenta"];858 -> 1465[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 858 -> 1466[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 859 -> 236[label="",style="dashed", color="red", weight=0]; 28.81/13.52 859[label="vwx3000 <= vwx31000",fontsize=16,color="magenta"];859 -> 1467[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 859 -> 1468[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 860 -> 237[label="",style="dashed", color="red", weight=0]; 28.81/13.52 860[label="vwx3000 <= vwx31000",fontsize=16,color="magenta"];860 -> 1469[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 860 -> 1470[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 861 -> 238[label="",style="dashed", color="red", weight=0]; 28.81/13.52 861[label="vwx3000 <= vwx31000",fontsize=16,color="magenta"];861 -> 1471[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 861 -> 1472[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 862 -> 239[label="",style="dashed", color="red", weight=0]; 28.81/13.52 862[label="vwx3000 <= vwx31000",fontsize=16,color="magenta"];862 -> 1473[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 862 -> 1474[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 863 -> 240[label="",style="dashed", color="red", weight=0]; 28.81/13.52 863[label="vwx3000 <= vwx31000",fontsize=16,color="magenta"];863 -> 1475[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 863 -> 1476[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 864 -> 241[label="",style="dashed", color="red", weight=0]; 28.81/13.52 864[label="vwx3000 <= vwx31000",fontsize=16,color="magenta"];864 -> 1477[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 864 -> 1478[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 865 -> 242[label="",style="dashed", color="red", weight=0]; 28.81/13.52 865[label="vwx3000 <= vwx31000",fontsize=16,color="magenta"];865 -> 1479[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 865 -> 1480[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 866 -> 243[label="",style="dashed", color="red", weight=0]; 28.81/13.52 866[label="vwx3000 <= vwx31000",fontsize=16,color="magenta"];866 -> 1481[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 866 -> 1482[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 867[label="GT",fontsize=16,color="green",shape="box"];868 -> 695[label="",style="dashed", color="red", weight=0]; 28.81/13.52 868[label="compare vwx300 vwx3100",fontsize=16,color="magenta"];868 -> 1483[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 868 -> 1484[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 869[label="GT",fontsize=16,color="green",shape="box"];870 -> 696[label="",style="dashed", color="red", weight=0]; 28.81/13.52 870[label="compare vwx300 vwx3100",fontsize=16,color="magenta"];870 -> 1485[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 870 -> 1486[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 871[label="GT",fontsize=16,color="green",shape="box"];872 -> 697[label="",style="dashed", color="red", weight=0]; 28.81/13.52 872[label="compare vwx300 vwx3100",fontsize=16,color="magenta"];872 -> 1487[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 872 -> 1488[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 873[label="GT",fontsize=16,color="green",shape="box"];874 -> 699[label="",style="dashed", color="red", weight=0]; 28.81/13.52 874[label="compare vwx300 vwx3100",fontsize=16,color="magenta"];874 -> 1489[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 874 -> 1490[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 875[label="GT",fontsize=16,color="green",shape="box"];876 -> 700[label="",style="dashed", color="red", weight=0]; 28.81/13.52 876[label="compare vwx300 vwx3100",fontsize=16,color="magenta"];876 -> 1491[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 876 -> 1492[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 877 -> 1493[label="",style="dashed", color="red", weight=0]; 28.81/13.52 877[label="max1 (Pos (Succ vwx3000)) (Pos (Succ vwx31000)) (not (primCmpNat vwx3000 vwx31000 == GT))",fontsize=16,color="magenta"];877 -> 1494[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 878 -> 1525[label="",style="dashed", color="red", weight=0]; 28.81/13.52 878[label="max1 (Pos (Succ vwx3000)) (Pos Zero) (not (GT == GT))",fontsize=16,color="magenta"];878 -> 1526[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 882 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.52 882[label="GT == GT",fontsize=16,color="magenta"];882 -> 1584[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 882 -> 1585[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 883[label="max1 (Pos (Succ vwx3000)) (Neg vwx3100) False",fontsize=16,color="black",shape="box"];883 -> 1586[label="",style="solid", color="black", weight=3]; 28.81/13.52 884[label="max1 (Pos (Succ vwx3000)) (Neg vwx3100) True",fontsize=16,color="black",shape="box"];884 -> 1587[label="",style="solid", color="black", weight=3]; 28.81/13.52 886 -> 798[label="",style="dashed", color="red", weight=0]; 28.81/13.52 886[label="not (primCmpNat Zero (Succ vwx31000) == GT)",fontsize=16,color="magenta"];886 -> 1588[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 885[label="max1 (Pos Zero) (Pos (Succ vwx31000)) vwx127",fontsize=16,color="burlywood",shape="triangle"];4242[label="vwx127/False",fontsize=10,color="white",style="solid",shape="box"];885 -> 4242[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4242 -> 1589[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 4243[label="vwx127/True",fontsize=10,color="white",style="solid",shape="box"];885 -> 4243[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4243 -> 1590[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 888 -> 798[label="",style="dashed", color="red", weight=0]; 28.81/13.52 888[label="not (EQ == GT)",fontsize=16,color="magenta"];888 -> 1591[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 887[label="max1 (Pos Zero) (Pos Zero) vwx129",fontsize=16,color="burlywood",shape="triangle"];4244[label="vwx129/False",fontsize=10,color="white",style="solid",shape="box"];887 -> 4244[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4244 -> 1592[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 4245[label="vwx129/True",fontsize=10,color="white",style="solid",shape="box"];887 -> 4245[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4245 -> 1593[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 890 -> 798[label="",style="dashed", color="red", weight=0]; 28.81/13.52 890[label="not (GT == GT)",fontsize=16,color="magenta"];890 -> 1594[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 889[label="max1 (Pos Zero) (Neg (Succ vwx31000)) vwx131",fontsize=16,color="burlywood",shape="triangle"];4246[label="vwx131/False",fontsize=10,color="white",style="solid",shape="box"];889 -> 4246[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4246 -> 1595[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 4247[label="vwx131/True",fontsize=10,color="white",style="solid",shape="box"];889 -> 4247[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4247 -> 1596[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 892 -> 798[label="",style="dashed", color="red", weight=0]; 28.81/13.52 892[label="not (EQ == GT)",fontsize=16,color="magenta"];892 -> 1597[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 891[label="max1 (Pos Zero) (Neg Zero) vwx133",fontsize=16,color="burlywood",shape="triangle"];4248[label="vwx133/False",fontsize=10,color="white",style="solid",shape="box"];891 -> 4248[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4248 -> 1598[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 4249[label="vwx133/True",fontsize=10,color="white",style="solid",shape="box"];891 -> 4249[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4249 -> 1599[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 896 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.52 896[label="LT == GT",fontsize=16,color="magenta"];896 -> 1600[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 896 -> 1601[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 897[label="max1 (Neg (Succ vwx3000)) (Pos vwx3100) False",fontsize=16,color="black",shape="box"];897 -> 1602[label="",style="solid", color="black", weight=3]; 28.81/13.52 898[label="max1 (Neg (Succ vwx3000)) (Pos vwx3100) True",fontsize=16,color="black",shape="box"];898 -> 1603[label="",style="solid", color="black", weight=3]; 28.81/13.52 899 -> 1604[label="",style="dashed", color="red", weight=0]; 28.81/13.52 899[label="max1 (Neg (Succ vwx3000)) (Neg (Succ vwx31000)) (not (primCmpNat vwx31000 vwx3000 == GT))",fontsize=16,color="magenta"];899 -> 1605[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 900 -> 1607[label="",style="dashed", color="red", weight=0]; 28.81/13.52 900[label="max1 (Neg (Succ vwx3000)) (Neg Zero) (not (LT == GT))",fontsize=16,color="magenta"];900 -> 1608[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 902 -> 798[label="",style="dashed", color="red", weight=0]; 28.81/13.52 902[label="not (LT == GT)",fontsize=16,color="magenta"];902 -> 1609[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 901[label="max1 (Neg Zero) (Pos (Succ vwx31000)) vwx136",fontsize=16,color="burlywood",shape="triangle"];4250[label="vwx136/False",fontsize=10,color="white",style="solid",shape="box"];901 -> 4250[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4250 -> 1610[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 4251[label="vwx136/True",fontsize=10,color="white",style="solid",shape="box"];901 -> 4251[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4251 -> 1611[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 904 -> 798[label="",style="dashed", color="red", weight=0]; 28.81/13.52 904[label="not (EQ == GT)",fontsize=16,color="magenta"];904 -> 1612[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 903[label="max1 (Neg Zero) (Pos Zero) vwx138",fontsize=16,color="burlywood",shape="triangle"];4252[label="vwx138/False",fontsize=10,color="white",style="solid",shape="box"];903 -> 4252[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4252 -> 1613[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 4253[label="vwx138/True",fontsize=10,color="white",style="solid",shape="box"];903 -> 4253[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4253 -> 1614[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 906 -> 798[label="",style="dashed", color="red", weight=0]; 28.81/13.52 906[label="not (primCmpNat (Succ vwx31000) Zero == GT)",fontsize=16,color="magenta"];906 -> 1615[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 905[label="max1 (Neg Zero) (Neg (Succ vwx31000)) vwx140",fontsize=16,color="burlywood",shape="triangle"];4254[label="vwx140/False",fontsize=10,color="white",style="solid",shape="box"];905 -> 4254[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4254 -> 1616[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 4255[label="vwx140/True",fontsize=10,color="white",style="solid",shape="box"];905 -> 4255[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4255 -> 1617[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 908 -> 798[label="",style="dashed", color="red", weight=0]; 28.81/13.52 908[label="not (EQ == GT)",fontsize=16,color="magenta"];908 -> 1618[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 907[label="max1 (Neg Zero) (Neg Zero) vwx142",fontsize=16,color="burlywood",shape="triangle"];4256[label="vwx142/False",fontsize=10,color="white",style="solid",shape="box"];907 -> 4256[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4256 -> 1619[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 4257[label="vwx142/True",fontsize=10,color="white",style="solid",shape="box"];907 -> 4257[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4257 -> 1620[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 946 -> 693[label="",style="dashed", color="red", weight=0]; 28.81/13.52 946[label="compare (vwx300 * vwx3101) (vwx3100 * vwx301)",fontsize=16,color="magenta"];946 -> 1621[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 946 -> 1622[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 947 -> 696[label="",style="dashed", color="red", weight=0]; 28.81/13.52 947[label="compare (vwx300 * vwx3101) (vwx3100 * vwx301)",fontsize=16,color="magenta"];947 -> 1623[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 947 -> 1624[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 750[label="LT == vwx15",fontsize=16,color="burlywood",shape="box"];4258[label="vwx15/LT",fontsize=10,color="white",style="solid",shape="box"];750 -> 4258[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4258 -> 1055[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 4259[label="vwx15/EQ",fontsize=10,color="white",style="solid",shape="box"];750 -> 4259[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4259 -> 1056[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 4260[label="vwx15/GT",fontsize=10,color="white",style="solid",shape="box"];750 -> 4260[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4260 -> 1057[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 751[label="EQ == vwx15",fontsize=16,color="burlywood",shape="box"];4261[label="vwx15/LT",fontsize=10,color="white",style="solid",shape="box"];751 -> 4261[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4261 -> 1058[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 4262[label="vwx15/EQ",fontsize=10,color="white",style="solid",shape="box"];751 -> 4262[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4262 -> 1059[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 4263[label="vwx15/GT",fontsize=10,color="white",style="solid",shape="box"];751 -> 4263[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4263 -> 1060[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 752[label="GT == vwx15",fontsize=16,color="burlywood",shape="box"];4264[label="vwx15/LT",fontsize=10,color="white",style="solid",shape="box"];752 -> 4264[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4264 -> 1061[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 4265[label="vwx15/EQ",fontsize=10,color="white",style="solid",shape="box"];752 -> 4265[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4265 -> 1062[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 4266[label="vwx15/GT",fontsize=10,color="white",style="solid",shape="box"];752 -> 4266[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4266 -> 1063[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 942[label="True",fontsize=16,color="green",shape="box"];943[label="False",fontsize=16,color="green",shape="box"];948[label="max0 (vwx57 :% vwx58) (vwx59 :% vwx60) True",fontsize=16,color="black",shape="box"];948 -> 1625[label="",style="solid", color="black", weight=3]; 28.81/13.52 924 -> 1626[label="",style="dashed", color="red", weight=0]; 28.81/13.52 924[label="max1 (Integer (Pos (Succ vwx30000))) (Integer (Pos vwx31000)) (not (primCmpNat (Succ vwx30000) vwx31000 == GT))",fontsize=16,color="magenta"];924 -> 1627[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 925 -> 1628[label="",style="dashed", color="red", weight=0]; 28.81/13.52 925[label="max1 (Integer (Pos (Succ vwx30000))) (Integer (Neg vwx31000)) (not (GT == GT))",fontsize=16,color="magenta"];925 -> 1629[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 926[label="max1 (Integer (Pos Zero)) (Integer (Pos (Succ vwx310000))) (not (primCmpInt (Pos Zero) (Pos (Succ vwx310000)) == GT))",fontsize=16,color="black",shape="box"];926 -> 1630[label="",style="solid", color="black", weight=3]; 28.81/13.52 927[label="max1 (Integer (Pos Zero)) (Integer (Pos Zero)) (not (primCmpInt (Pos Zero) (Pos Zero) == GT))",fontsize=16,color="black",shape="box"];927 -> 1631[label="",style="solid", color="black", weight=3]; 28.81/13.52 928[label="max1 (Integer (Pos Zero)) (Integer (Neg (Succ vwx310000))) (not (primCmpInt (Pos Zero) (Neg (Succ vwx310000)) == GT))",fontsize=16,color="black",shape="box"];928 -> 1632[label="",style="solid", color="black", weight=3]; 28.81/13.52 929[label="max1 (Integer (Pos Zero)) (Integer (Neg Zero)) (not (primCmpInt (Pos Zero) (Neg Zero) == GT))",fontsize=16,color="black",shape="box"];929 -> 1633[label="",style="solid", color="black", weight=3]; 28.81/13.52 930 -> 1634[label="",style="dashed", color="red", weight=0]; 28.81/13.52 930[label="max1 (Integer (Neg (Succ vwx30000))) (Integer (Pos vwx31000)) (not (LT == GT))",fontsize=16,color="magenta"];930 -> 1635[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 931 -> 1636[label="",style="dashed", color="red", weight=0]; 28.81/13.52 931[label="max1 (Integer (Neg (Succ vwx30000))) (Integer (Neg vwx31000)) (not (primCmpNat vwx31000 (Succ vwx30000) == GT))",fontsize=16,color="magenta"];931 -> 1637[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 932[label="max1 (Integer (Neg Zero)) (Integer (Pos (Succ vwx310000))) (not (primCmpInt (Neg Zero) (Pos (Succ vwx310000)) == GT))",fontsize=16,color="black",shape="box"];932 -> 1638[label="",style="solid", color="black", weight=3]; 28.81/13.52 933[label="max1 (Integer (Neg Zero)) (Integer (Pos Zero)) (not (primCmpInt (Neg Zero) (Pos Zero) == GT))",fontsize=16,color="black",shape="box"];933 -> 1639[label="",style="solid", color="black", weight=3]; 28.81/13.52 934[label="max1 (Integer (Neg Zero)) (Integer (Neg (Succ vwx310000))) (not (primCmpInt (Neg Zero) (Neg (Succ vwx310000)) == GT))",fontsize=16,color="black",shape="box"];934 -> 1640[label="",style="solid", color="black", weight=3]; 28.81/13.52 935[label="max1 (Integer (Neg Zero)) (Integer (Neg Zero)) (not (primCmpInt (Neg Zero) (Neg Zero) == GT))",fontsize=16,color="black",shape="box"];935 -> 1641[label="",style="solid", color="black", weight=3]; 28.81/13.52 937 -> 798[label="",style="dashed", color="red", weight=0]; 28.81/13.52 937[label="not (compare (vwx300 * Pos vwx31010) (Pos vwx3010 * vwx3100) == GT)",fontsize=16,color="magenta"];937 -> 1642[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 936[label="max1 (Double vwx300 (Pos vwx3010)) (Double vwx3100 (Pos vwx31010)) vwx145",fontsize=16,color="burlywood",shape="triangle"];4267[label="vwx145/False",fontsize=10,color="white",style="solid",shape="box"];936 -> 4267[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4267 -> 1643[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 4268[label="vwx145/True",fontsize=10,color="white",style="solid",shape="box"];936 -> 4268[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4268 -> 1644[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 945 -> 798[label="",style="dashed", color="red", weight=0]; 28.81/13.52 945[label="not (compare (vwx300 * Pos vwx31010) (Neg vwx3010 * vwx3100) == GT)",fontsize=16,color="magenta"];945 -> 1645[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 944[label="max1 (Double vwx300 (Pos vwx3010)) (Double vwx3100 (Neg vwx31010)) vwx147",fontsize=16,color="burlywood",shape="triangle"];4269[label="vwx147/False",fontsize=10,color="white",style="solid",shape="box"];944 -> 4269[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4269 -> 1646[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 4270[label="vwx147/True",fontsize=10,color="white",style="solid",shape="box"];944 -> 4270[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4270 -> 1647[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 950 -> 798[label="",style="dashed", color="red", weight=0]; 28.81/13.52 950[label="not (compare (vwx300 * Neg vwx31010) (Pos vwx3010 * vwx3100) == GT)",fontsize=16,color="magenta"];950 -> 1648[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 949[label="max1 (Double vwx300 (Neg vwx3010)) (Double vwx3100 (Pos vwx31010)) vwx149",fontsize=16,color="burlywood",shape="triangle"];4271[label="vwx149/False",fontsize=10,color="white",style="solid",shape="box"];949 -> 4271[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4271 -> 1649[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 4272[label="vwx149/True",fontsize=10,color="white",style="solid",shape="box"];949 -> 4272[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4272 -> 1650[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 952 -> 798[label="",style="dashed", color="red", weight=0]; 28.81/13.52 952[label="not (compare (vwx300 * Neg vwx31010) (Neg vwx3010 * vwx3100) == GT)",fontsize=16,color="magenta"];952 -> 1651[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 951[label="max1 (Double vwx300 (Neg vwx3010)) (Double vwx3100 (Neg vwx31010)) vwx151",fontsize=16,color="burlywood",shape="triangle"];4273[label="vwx151/False",fontsize=10,color="white",style="solid",shape="box"];951 -> 4273[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4273 -> 1652[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 4274[label="vwx151/True",fontsize=10,color="white",style="solid",shape="box"];951 -> 4274[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4274 -> 1653[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 954 -> 798[label="",style="dashed", color="red", weight=0]; 28.81/13.52 954[label="not (compare (vwx300 * Pos vwx31010) (Pos vwx3010 * vwx3100) == GT)",fontsize=16,color="magenta"];954 -> 1654[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 953[label="max1 (Float vwx300 (Pos vwx3010)) (Float vwx3100 (Pos vwx31010)) vwx153",fontsize=16,color="burlywood",shape="triangle"];4275[label="vwx153/False",fontsize=10,color="white",style="solid",shape="box"];953 -> 4275[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4275 -> 1655[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 4276[label="vwx153/True",fontsize=10,color="white",style="solid",shape="box"];953 -> 4276[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4276 -> 1656[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 956 -> 798[label="",style="dashed", color="red", weight=0]; 28.81/13.52 956[label="not (compare (vwx300 * Pos vwx31010) (Neg vwx3010 * vwx3100) == GT)",fontsize=16,color="magenta"];956 -> 1657[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 955[label="max1 (Float vwx300 (Pos vwx3010)) (Float vwx3100 (Neg vwx31010)) vwx155",fontsize=16,color="burlywood",shape="triangle"];4277[label="vwx155/False",fontsize=10,color="white",style="solid",shape="box"];955 -> 4277[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4277 -> 1658[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 4278[label="vwx155/True",fontsize=10,color="white",style="solid",shape="box"];955 -> 4278[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4278 -> 1659[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 958 -> 798[label="",style="dashed", color="red", weight=0]; 28.81/13.52 958[label="not (compare (vwx300 * Neg vwx31010) (Pos vwx3010 * vwx3100) == GT)",fontsize=16,color="magenta"];958 -> 1660[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 957[label="max1 (Float vwx300 (Neg vwx3010)) (Float vwx3100 (Pos vwx31010)) vwx157",fontsize=16,color="burlywood",shape="triangle"];4279[label="vwx157/False",fontsize=10,color="white",style="solid",shape="box"];957 -> 4279[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4279 -> 1661[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 4280[label="vwx157/True",fontsize=10,color="white",style="solid",shape="box"];957 -> 4280[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4280 -> 1662[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 960 -> 798[label="",style="dashed", color="red", weight=0]; 28.81/13.52 960[label="not (compare (vwx300 * Neg vwx31010) (Neg vwx3010 * vwx3100) == GT)",fontsize=16,color="magenta"];960 -> 1663[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 959[label="max1 (Float vwx300 (Neg vwx3010)) (Float vwx3100 (Neg vwx31010)) vwx159",fontsize=16,color="burlywood",shape="triangle"];4281[label="vwx159/False",fontsize=10,color="white",style="solid",shape="box"];959 -> 4281[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4281 -> 1664[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 4282[label="vwx159/True",fontsize=10,color="white",style="solid",shape="box"];959 -> 4282[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4282 -> 1665[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 1917 -> 700[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1917[label="compare vwx301 vwx3101",fontsize=16,color="magenta"];1917 -> 1922[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1917 -> 1923[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1916[label="primCompAux vwx300 vwx3100 vwx209",fontsize=16,color="black",shape="triangle"];1916 -> 1924[label="",style="solid", color="black", weight=3]; 28.81/13.52 1921[label="max0 (vwx94 : vwx95) (vwx96 : vwx97) True",fontsize=16,color="black",shape="box"];1921 -> 1927[label="",style="solid", color="black", weight=3]; 28.81/13.52 979[label="max0 (vwx300 : vwx301) [] True",fontsize=16,color="black",shape="box"];979 -> 1702[label="",style="solid", color="black", weight=3]; 28.81/13.52 562[label="compare2 vwx300 vwx3100 (vwx300 == vwx3100) == LT",fontsize=16,color="burlywood",shape="box"];4283[label="vwx300/(vwx3000,vwx3001,vwx3002)",fontsize=10,color="white",style="solid",shape="box"];562 -> 4283[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4283 -> 707[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 563[label="primCmpChar (Char vwx3000) vwx3100 == LT",fontsize=16,color="burlywood",shape="box"];4284[label="vwx3100/Char vwx31000",fontsize=10,color="white",style="solid",shape="box"];563 -> 4284[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4284 -> 708[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 564[label="compare () () == LT",fontsize=16,color="black",shape="box"];564 -> 709[label="",style="solid", color="black", weight=3]; 28.81/13.52 565[label="compare2 vwx300 vwx3100 (vwx300 == vwx3100) == LT",fontsize=16,color="burlywood",shape="box"];4285[label="vwx300/(vwx3000,vwx3001)",fontsize=10,color="white",style="solid",shape="box"];565 -> 4285[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4285 -> 710[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 566[label="compare2 vwx300 vwx3100 (vwx300 == vwx3100) == LT",fontsize=16,color="burlywood",shape="box"];4286[label="vwx300/Nothing",fontsize=10,color="white",style="solid",shape="box"];566 -> 4286[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4286 -> 711[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 4287[label="vwx300/Just vwx3000",fontsize=10,color="white",style="solid",shape="box"];566 -> 4287[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4287 -> 712[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 567[label="compare2 vwx300 vwx3100 (vwx300 == vwx3100) == LT",fontsize=16,color="burlywood",shape="box"];4288[label="vwx300/False",fontsize=10,color="white",style="solid",shape="box"];567 -> 4288[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4288 -> 713[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 4289[label="vwx300/True",fontsize=10,color="white",style="solid",shape="box"];567 -> 4289[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4289 -> 714[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 568[label="primCmpInt (Pos vwx3000) vwx3100 == LT",fontsize=16,color="burlywood",shape="box"];4290[label="vwx3000/Succ vwx30000",fontsize=10,color="white",style="solid",shape="box"];568 -> 4290[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4290 -> 715[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 4291[label="vwx3000/Zero",fontsize=10,color="white",style="solid",shape="box"];568 -> 4291[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4291 -> 716[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 569[label="primCmpInt (Neg vwx3000) vwx3100 == LT",fontsize=16,color="burlywood",shape="box"];4292[label="vwx3000/Succ vwx30000",fontsize=10,color="white",style="solid",shape="box"];569 -> 4292[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4292 -> 717[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 4293[label="vwx3000/Zero",fontsize=10,color="white",style="solid",shape="box"];569 -> 4293[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4293 -> 718[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 570[label="compare2 vwx300 vwx3100 (vwx300 == vwx3100) == LT",fontsize=16,color="burlywood",shape="box"];4294[label="vwx300/Left vwx3000",fontsize=10,color="white",style="solid",shape="box"];570 -> 4294[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4294 -> 719[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 4295[label="vwx300/Right vwx3000",fontsize=10,color="white",style="solid",shape="box"];570 -> 4295[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4295 -> 720[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 571[label="compare (vwx3000 :% vwx3001) (vwx31000 :% vwx31001) == LT",fontsize=16,color="black",shape="box"];571 -> 721[label="",style="solid", color="black", weight=3]; 28.81/13.52 572[label="compare (Integer vwx3000) (Integer vwx31000) == LT",fontsize=16,color="black",shape="box"];572 -> 722[label="",style="solid", color="black", weight=3]; 28.81/13.52 573[label="primCmpDouble (Double vwx3000 vwx3001) vwx3100 == LT",fontsize=16,color="burlywood",shape="box"];4296[label="vwx3001/Pos vwx30010",fontsize=10,color="white",style="solid",shape="box"];573 -> 4296[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4296 -> 723[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 4297[label="vwx3001/Neg vwx30010",fontsize=10,color="white",style="solid",shape="box"];573 -> 4297[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4297 -> 724[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 574[label="compare2 vwx300 vwx3100 (vwx300 == vwx3100) == LT",fontsize=16,color="burlywood",shape="box"];4298[label="vwx300/LT",fontsize=10,color="white",style="solid",shape="box"];574 -> 4298[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4298 -> 725[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 4299[label="vwx300/EQ",fontsize=10,color="white",style="solid",shape="box"];574 -> 4299[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4299 -> 726[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 4300[label="vwx300/GT",fontsize=10,color="white",style="solid",shape="box"];574 -> 4300[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4300 -> 727[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 575[label="primCmpFloat (Float vwx3000 vwx3001) vwx3100 == LT",fontsize=16,color="burlywood",shape="box"];4301[label="vwx3001/Pos vwx30010",fontsize=10,color="white",style="solid",shape="box"];575 -> 4301[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4301 -> 728[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 4302[label="vwx3001/Neg vwx30010",fontsize=10,color="white",style="solid",shape="box"];575 -> 4302[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4302 -> 729[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 576[label="compare (vwx3000 : vwx3001) (vwx31000 : vwx31001) == LT",fontsize=16,color="black",shape="box"];576 -> 730[label="",style="solid", color="black", weight=3]; 28.81/13.52 577[label="compare (vwx3000 : vwx3001) [] == LT",fontsize=16,color="black",shape="box"];577 -> 731[label="",style="solid", color="black", weight=3]; 28.81/13.52 578[label="compare [] (vwx31000 : vwx31001) == LT",fontsize=16,color="black",shape="box"];578 -> 732[label="",style="solid", color="black", weight=3]; 28.81/13.52 579[label="compare [] [] == LT",fontsize=16,color="black",shape="box"];579 -> 733[label="",style="solid", color="black", weight=3]; 28.81/13.52 1276[label="vwx109",fontsize=16,color="green",shape="box"];1277[label="vwx108",fontsize=16,color="green",shape="box"];580[label="vwx12 == vwx15",fontsize=16,color="black",shape="triangle"];580 -> 734[label="",style="solid", color="black", weight=3]; 28.81/13.52 1278[label="(vwx1080,vwx1081,vwx1082) == vwx109",fontsize=16,color="burlywood",shape="box"];4303[label="vwx109/(vwx1090,vwx1091,vwx1092)",fontsize=10,color="white",style="solid",shape="box"];1278 -> 4303[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4303 -> 1703[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 1279[label="vwx109",fontsize=16,color="green",shape="box"];1280[label="vwx108",fontsize=16,color="green",shape="box"];582[label="vwx12 == vwx15",fontsize=16,color="burlywood",shape="triangle"];4304[label="vwx12/()",fontsize=10,color="white",style="solid",shape="box"];582 -> 4304[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4304 -> 736[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 1281[label="Left vwx1080 == vwx109",fontsize=16,color="burlywood",shape="box"];4305[label="vwx109/Left vwx1090",fontsize=10,color="white",style="solid",shape="box"];1281 -> 4305[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4305 -> 1704[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 4306[label="vwx109/Right vwx1090",fontsize=10,color="white",style="solid",shape="box"];1281 -> 4306[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4306 -> 1705[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 1282[label="Right vwx1080 == vwx109",fontsize=16,color="burlywood",shape="box"];4307[label="vwx109/Left vwx1090",fontsize=10,color="white",style="solid",shape="box"];1282 -> 4307[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4307 -> 1706[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 4308[label="vwx109/Right vwx1090",fontsize=10,color="white",style="solid",shape="box"];1282 -> 4308[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4308 -> 1707[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 1283[label="vwx109",fontsize=16,color="green",shape="box"];1284[label="vwx108",fontsize=16,color="green",shape="box"];584[label="vwx12 == vwx15",fontsize=16,color="black",shape="triangle"];584 -> 739[label="",style="solid", color="black", weight=3]; 28.81/13.52 1285[label="vwx109",fontsize=16,color="green",shape="box"];1286[label="vwx108",fontsize=16,color="green",shape="box"];585[label="vwx12 == vwx15",fontsize=16,color="burlywood",shape="triangle"];4309[label="vwx12/Integer vwx120",fontsize=10,color="white",style="solid",shape="box"];585 -> 4309[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4309 -> 740[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 1287[label="Nothing == vwx109",fontsize=16,color="burlywood",shape="box"];4310[label="vwx109/Nothing",fontsize=10,color="white",style="solid",shape="box"];1287 -> 4310[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4310 -> 1708[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 4311[label="vwx109/Just vwx1090",fontsize=10,color="white",style="solid",shape="box"];1287 -> 4311[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4311 -> 1709[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 1288[label="Just vwx1080 == vwx109",fontsize=16,color="burlywood",shape="box"];4312[label="vwx109/Nothing",fontsize=10,color="white",style="solid",shape="box"];1288 -> 4312[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4312 -> 1710[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 4313[label="vwx109/Just vwx1090",fontsize=10,color="white",style="solid",shape="box"];1288 -> 4313[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4313 -> 1711[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 1289[label="vwx109",fontsize=16,color="green",shape="box"];1290[label="vwx108",fontsize=16,color="green",shape="box"];587[label="vwx12 == vwx15",fontsize=16,color="black",shape="triangle"];587 -> 743[label="",style="solid", color="black", weight=3]; 28.81/13.52 1291[label="vwx109",fontsize=16,color="green",shape="box"];1292[label="vwx108",fontsize=16,color="green",shape="box"];588[label="vwx12 == vwx15",fontsize=16,color="burlywood",shape="triangle"];4314[label="vwx12/False",fontsize=10,color="white",style="solid",shape="box"];588 -> 4314[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4314 -> 744[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 4315[label="vwx12/True",fontsize=10,color="white",style="solid",shape="box"];588 -> 4315[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4315 -> 745[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 1293[label="vwx109",fontsize=16,color="green",shape="box"];1294[label="vwx108",fontsize=16,color="green",shape="box"];589[label="vwx12 == vwx15",fontsize=16,color="black",shape="triangle"];589 -> 746[label="",style="solid", color="black", weight=3]; 28.81/13.52 1295[label="vwx1080 : vwx1081 == vwx109",fontsize=16,color="burlywood",shape="box"];4316[label="vwx109/vwx1090 : vwx1091",fontsize=10,color="white",style="solid",shape="box"];1295 -> 4316[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4316 -> 1712[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 4317[label="vwx109/[]",fontsize=10,color="white",style="solid",shape="box"];1295 -> 4317[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4317 -> 1713[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 1296[label="[] == vwx109",fontsize=16,color="burlywood",shape="box"];4318[label="vwx109/vwx1090 : vwx1091",fontsize=10,color="white",style="solid",shape="box"];1296 -> 4318[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4318 -> 1714[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 4319[label="vwx109/[]",fontsize=10,color="white",style="solid",shape="box"];1296 -> 4319[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4319 -> 1715[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 1297[label="(vwx1080,vwx1081) == vwx109",fontsize=16,color="burlywood",shape="box"];4320[label="vwx109/(vwx1090,vwx1091)",fontsize=10,color="white",style="solid",shape="box"];1297 -> 4320[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4320 -> 1716[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 1298[label="vwx109",fontsize=16,color="green",shape="box"];1299[label="vwx108",fontsize=16,color="green",shape="box"];1300[label="vwx109",fontsize=16,color="green",shape="box"];1301[label="vwx108",fontsize=16,color="green",shape="box"];593[label="vwx12 == vwx15",fontsize=16,color="burlywood",shape="triangle"];4321[label="vwx12/vwx120 :% vwx121",fontsize=10,color="white",style="solid",shape="box"];593 -> 4321[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4321 -> 753[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 1302[label="False",fontsize=16,color="green",shape="box"];1303[label="vwx173",fontsize=16,color="green",shape="box"];1108 -> 798[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1108[label="not (primCmpNat vwx3000 vwx31000 == GT)",fontsize=16,color="magenta"];1108 -> 1717[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1107[label="max1 (Char (Succ vwx3000)) (Char (Succ vwx31000)) vwx162",fontsize=16,color="burlywood",shape="triangle"];4322[label="vwx162/False",fontsize=10,color="white",style="solid",shape="box"];1107 -> 4322[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4322 -> 1718[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 4323[label="vwx162/True",fontsize=10,color="white",style="solid",shape="box"];1107 -> 4323[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4323 -> 1719[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 1164 -> 798[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1164[label="not (GT == GT)",fontsize=16,color="magenta"];1164 -> 1720[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1163[label="max1 (Char (Succ vwx3000)) (Char Zero) vwx165",fontsize=16,color="burlywood",shape="triangle"];4324[label="vwx165/False",fontsize=10,color="white",style="solid",shape="box"];1163 -> 4324[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4324 -> 1721[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 4325[label="vwx165/True",fontsize=10,color="white",style="solid",shape="box"];1163 -> 4325[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4325 -> 1722[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 1197 -> 798[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1197[label="not (LT == GT)",fontsize=16,color="magenta"];1197 -> 1723[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1196[label="max1 (Char Zero) (Char (Succ vwx31000)) vwx167",fontsize=16,color="burlywood",shape="triangle"];4326[label="vwx167/False",fontsize=10,color="white",style="solid",shape="box"];1196 -> 4326[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4326 -> 1724[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 4327[label="vwx167/True",fontsize=10,color="white",style="solid",shape="box"];1196 -> 4327[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4327 -> 1725[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 1275 -> 798[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1275[label="not (EQ == GT)",fontsize=16,color="magenta"];1275 -> 1726[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1274[label="max1 (Char Zero) (Char Zero) vwx174",fontsize=16,color="burlywood",shape="triangle"];4328[label="vwx174/False",fontsize=10,color="white",style="solid",shape="box"];1274 -> 4328[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4328 -> 1727[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 4329[label="vwx174/True",fontsize=10,color="white",style="solid",shape="box"];1274 -> 4329[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4329 -> 1728[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 1347 -> 195[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1347[label="vwx3000 < vwx31000",fontsize=16,color="magenta"];1347 -> 1729[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1347 -> 1730[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1348 -> 196[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1348[label="vwx3000 < vwx31000",fontsize=16,color="magenta"];1348 -> 1731[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1348 -> 1732[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1349 -> 197[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1349[label="vwx3000 < vwx31000",fontsize=16,color="magenta"];1349 -> 1733[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1349 -> 1734[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1350 -> 198[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1350[label="vwx3000 < vwx31000",fontsize=16,color="magenta"];1350 -> 1735[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1350 -> 1736[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1351 -> 199[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1351[label="vwx3000 < vwx31000",fontsize=16,color="magenta"];1351 -> 1737[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1351 -> 1738[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1352 -> 200[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1352[label="vwx3000 < vwx31000",fontsize=16,color="magenta"];1352 -> 1739[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1352 -> 1740[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1353 -> 201[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1353[label="vwx3000 < vwx31000",fontsize=16,color="magenta"];1353 -> 1741[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1353 -> 1742[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1354 -> 202[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1354[label="vwx3000 < vwx31000",fontsize=16,color="magenta"];1354 -> 1743[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1354 -> 1744[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1355 -> 203[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1355[label="vwx3000 < vwx31000",fontsize=16,color="magenta"];1355 -> 1745[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1355 -> 1746[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1356 -> 204[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1356[label="vwx3000 < vwx31000",fontsize=16,color="magenta"];1356 -> 1747[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1356 -> 1748[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1357 -> 205[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1357[label="vwx3000 < vwx31000",fontsize=16,color="magenta"];1357 -> 1749[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1357 -> 1750[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1358 -> 206[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1358[label="vwx3000 < vwx31000",fontsize=16,color="magenta"];1358 -> 1751[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1358 -> 1752[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1359 -> 207[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1359[label="vwx3000 < vwx31000",fontsize=16,color="magenta"];1359 -> 1753[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1359 -> 1754[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1360 -> 208[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1360[label="vwx3000 < vwx31000",fontsize=16,color="magenta"];1360 -> 1755[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1360 -> 1756[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1361[label="vwx3001 < vwx31001",fontsize=16,color="blue",shape="box"];4330[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1361 -> 4330[label="",style="solid", color="blue", weight=9]; 28.81/13.52 4330 -> 1757[label="",style="solid", color="blue", weight=3]; 28.81/13.52 4331[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1361 -> 4331[label="",style="solid", color="blue", weight=9]; 28.81/13.52 4331 -> 1758[label="",style="solid", color="blue", weight=3]; 28.81/13.52 4332[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1361 -> 4332[label="",style="solid", color="blue", weight=9]; 28.81/13.52 4332 -> 1759[label="",style="solid", color="blue", weight=3]; 28.81/13.52 4333[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1361 -> 4333[label="",style="solid", color="blue", weight=9]; 28.81/13.52 4333 -> 1760[label="",style="solid", color="blue", weight=3]; 28.81/13.52 4334[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1361 -> 4334[label="",style="solid", color="blue", weight=9]; 28.81/13.52 4334 -> 1761[label="",style="solid", color="blue", weight=3]; 28.81/13.52 4335[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1361 -> 4335[label="",style="solid", color="blue", weight=9]; 28.81/13.52 4335 -> 1762[label="",style="solid", color="blue", weight=3]; 28.81/13.52 4336[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1361 -> 4336[label="",style="solid", color="blue", weight=9]; 28.81/13.52 4336 -> 1763[label="",style="solid", color="blue", weight=3]; 28.81/13.52 4337[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1361 -> 4337[label="",style="solid", color="blue", weight=9]; 28.81/13.52 4337 -> 1764[label="",style="solid", color="blue", weight=3]; 28.81/13.52 4338[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1361 -> 4338[label="",style="solid", color="blue", weight=9]; 28.81/13.52 4338 -> 1765[label="",style="solid", color="blue", weight=3]; 28.81/13.52 4339[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1361 -> 4339[label="",style="solid", color="blue", weight=9]; 28.81/13.52 4339 -> 1766[label="",style="solid", color="blue", weight=3]; 28.81/13.52 4340[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1361 -> 4340[label="",style="solid", color="blue", weight=9]; 28.81/13.52 4340 -> 1767[label="",style="solid", color="blue", weight=3]; 28.81/13.52 4341[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1361 -> 4341[label="",style="solid", color="blue", weight=9]; 28.81/13.52 4341 -> 1768[label="",style="solid", color="blue", weight=3]; 28.81/13.52 4342[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1361 -> 4342[label="",style="solid", color="blue", weight=9]; 28.81/13.52 4342 -> 1769[label="",style="solid", color="blue", weight=3]; 28.81/13.52 4343[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1361 -> 4343[label="",style="solid", color="blue", weight=9]; 28.81/13.52 4343 -> 1770[label="",style="solid", color="blue", weight=3]; 28.81/13.52 1362[label="vwx3001",fontsize=16,color="green",shape="box"];1363[label="vwx31001",fontsize=16,color="green",shape="box"];1364[label="vwx3002 <= vwx31002",fontsize=16,color="blue",shape="box"];4344[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1364 -> 4344[label="",style="solid", color="blue", weight=9]; 28.81/13.52 4344 -> 1771[label="",style="solid", color="blue", weight=3]; 28.81/13.52 4345[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1364 -> 4345[label="",style="solid", color="blue", weight=9]; 28.81/13.52 4345 -> 1772[label="",style="solid", color="blue", weight=3]; 28.81/13.52 4346[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1364 -> 4346[label="",style="solid", color="blue", weight=9]; 28.81/13.52 4346 -> 1773[label="",style="solid", color="blue", weight=3]; 28.81/13.52 4347[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1364 -> 4347[label="",style="solid", color="blue", weight=9]; 28.81/13.52 4347 -> 1774[label="",style="solid", color="blue", weight=3]; 28.81/13.52 4348[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1364 -> 4348[label="",style="solid", color="blue", weight=9]; 28.81/13.52 4348 -> 1775[label="",style="solid", color="blue", weight=3]; 28.81/13.52 4349[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1364 -> 4349[label="",style="solid", color="blue", weight=9]; 28.81/13.52 4349 -> 1776[label="",style="solid", color="blue", weight=3]; 28.81/13.52 4350[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1364 -> 4350[label="",style="solid", color="blue", weight=9]; 28.81/13.52 4350 -> 1777[label="",style="solid", color="blue", weight=3]; 28.81/13.52 4351[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1364 -> 4351[label="",style="solid", color="blue", weight=9]; 28.81/13.52 4351 -> 1778[label="",style="solid", color="blue", weight=3]; 28.81/13.52 4352[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1364 -> 4352[label="",style="solid", color="blue", weight=9]; 28.81/13.52 4352 -> 1779[label="",style="solid", color="blue", weight=3]; 28.81/13.52 4353[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1364 -> 4353[label="",style="solid", color="blue", weight=9]; 28.81/13.52 4353 -> 1780[label="",style="solid", color="blue", weight=3]; 28.81/13.52 4354[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1364 -> 4354[label="",style="solid", color="blue", weight=9]; 28.81/13.52 4354 -> 1781[label="",style="solid", color="blue", weight=3]; 28.81/13.52 4355[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1364 -> 4355[label="",style="solid", color="blue", weight=9]; 28.81/13.52 4355 -> 1782[label="",style="solid", color="blue", weight=3]; 28.81/13.52 4356[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1364 -> 4356[label="",style="solid", color="blue", weight=9]; 28.81/13.52 4356 -> 1783[label="",style="solid", color="blue", weight=3]; 28.81/13.52 4357[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1364 -> 4357[label="",style="solid", color="blue", weight=9]; 28.81/13.52 4357 -> 1784[label="",style="solid", color="blue", weight=3]; 28.81/13.52 1365[label="vwx300",fontsize=16,color="green",shape="box"];1366[label="vwx3100",fontsize=16,color="green",shape="box"];688[label="compare vwx300 vwx3100",fontsize=16,color="black",shape="triangle"];688 -> 962[label="",style="solid", color="black", weight=3]; 28.81/13.52 1367[label="vwx300",fontsize=16,color="green",shape="box"];1368[label="vwx3100",fontsize=16,color="green",shape="box"];689[label="compare vwx300 vwx3100",fontsize=16,color="burlywood",shape="triangle"];4358[label="vwx300/()",fontsize=10,color="white",style="solid",shape="box"];689 -> 4358[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4358 -> 963[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 1369 -> 195[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1369[label="vwx3000 < vwx31000",fontsize=16,color="magenta"];1369 -> 1785[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1369 -> 1786[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1370 -> 196[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1370[label="vwx3000 < vwx31000",fontsize=16,color="magenta"];1370 -> 1787[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1370 -> 1788[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1371 -> 197[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1371[label="vwx3000 < vwx31000",fontsize=16,color="magenta"];1371 -> 1789[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1371 -> 1790[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1372 -> 198[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1372[label="vwx3000 < vwx31000",fontsize=16,color="magenta"];1372 -> 1791[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1372 -> 1792[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1373 -> 199[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1373[label="vwx3000 < vwx31000",fontsize=16,color="magenta"];1373 -> 1793[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1373 -> 1794[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1374 -> 200[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1374[label="vwx3000 < vwx31000",fontsize=16,color="magenta"];1374 -> 1795[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1374 -> 1796[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1375 -> 201[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1375[label="vwx3000 < vwx31000",fontsize=16,color="magenta"];1375 -> 1797[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1375 -> 1798[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1376 -> 202[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1376[label="vwx3000 < vwx31000",fontsize=16,color="magenta"];1376 -> 1799[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1376 -> 1800[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1377 -> 203[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1377[label="vwx3000 < vwx31000",fontsize=16,color="magenta"];1377 -> 1801[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1377 -> 1802[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1378 -> 204[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1378[label="vwx3000 < vwx31000",fontsize=16,color="magenta"];1378 -> 1803[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1378 -> 1804[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1379 -> 205[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1379[label="vwx3000 < vwx31000",fontsize=16,color="magenta"];1379 -> 1805[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1379 -> 1806[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1380 -> 206[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1380[label="vwx3000 < vwx31000",fontsize=16,color="magenta"];1380 -> 1807[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1380 -> 1808[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1381 -> 207[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1381[label="vwx3000 < vwx31000",fontsize=16,color="magenta"];1381 -> 1809[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1381 -> 1810[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1382 -> 208[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1382[label="vwx3000 < vwx31000",fontsize=16,color="magenta"];1382 -> 1811[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1382 -> 1812[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1383 -> 230[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1383[label="vwx3001 <= vwx31001",fontsize=16,color="magenta"];1383 -> 1813[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1383 -> 1814[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1384 -> 231[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1384[label="vwx3001 <= vwx31001",fontsize=16,color="magenta"];1384 -> 1815[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1384 -> 1816[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1385 -> 232[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1385[label="vwx3001 <= vwx31001",fontsize=16,color="magenta"];1385 -> 1817[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1385 -> 1818[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1386 -> 233[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1386[label="vwx3001 <= vwx31001",fontsize=16,color="magenta"];1386 -> 1819[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1386 -> 1820[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1387 -> 234[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1387[label="vwx3001 <= vwx31001",fontsize=16,color="magenta"];1387 -> 1821[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1387 -> 1822[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1388 -> 235[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1388[label="vwx3001 <= vwx31001",fontsize=16,color="magenta"];1388 -> 1823[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1388 -> 1824[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1389 -> 236[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1389[label="vwx3001 <= vwx31001",fontsize=16,color="magenta"];1389 -> 1825[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1389 -> 1826[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1390 -> 237[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1390[label="vwx3001 <= vwx31001",fontsize=16,color="magenta"];1390 -> 1827[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1390 -> 1828[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1391 -> 238[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1391[label="vwx3001 <= vwx31001",fontsize=16,color="magenta"];1391 -> 1829[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1391 -> 1830[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1392 -> 239[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1392[label="vwx3001 <= vwx31001",fontsize=16,color="magenta"];1392 -> 1831[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1392 -> 1832[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1393 -> 240[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1393[label="vwx3001 <= vwx31001",fontsize=16,color="magenta"];1393 -> 1833[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1393 -> 1834[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1394 -> 241[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1394[label="vwx3001 <= vwx31001",fontsize=16,color="magenta"];1394 -> 1835[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1394 -> 1836[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1395 -> 242[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1395[label="vwx3001 <= vwx31001",fontsize=16,color="magenta"];1395 -> 1837[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1395 -> 1838[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1396 -> 243[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1396[label="vwx3001 <= vwx31001",fontsize=16,color="magenta"];1396 -> 1839[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1396 -> 1840[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1397[label="vwx3000",fontsize=16,color="green",shape="box"];1398[label="vwx31000",fontsize=16,color="green",shape="box"];1399[label="vwx3000",fontsize=16,color="green",shape="box"];1400[label="vwx31000",fontsize=16,color="green",shape="box"];1401[label="vwx3000",fontsize=16,color="green",shape="box"];1402[label="vwx31000",fontsize=16,color="green",shape="box"];1403[label="vwx3000",fontsize=16,color="green",shape="box"];1404[label="vwx31000",fontsize=16,color="green",shape="box"];1405[label="vwx3000",fontsize=16,color="green",shape="box"];1406[label="vwx31000",fontsize=16,color="green",shape="box"];1407[label="vwx3000",fontsize=16,color="green",shape="box"];1408[label="vwx31000",fontsize=16,color="green",shape="box"];1409[label="vwx3000",fontsize=16,color="green",shape="box"];1410[label="vwx31000",fontsize=16,color="green",shape="box"];1411[label="vwx3000",fontsize=16,color="green",shape="box"];1412[label="vwx31000",fontsize=16,color="green",shape="box"];1413[label="vwx3000",fontsize=16,color="green",shape="box"];1414[label="vwx31000",fontsize=16,color="green",shape="box"];1415[label="vwx3000",fontsize=16,color="green",shape="box"];1416[label="vwx31000",fontsize=16,color="green",shape="box"];1417[label="vwx3000",fontsize=16,color="green",shape="box"];1418[label="vwx31000",fontsize=16,color="green",shape="box"];1419[label="vwx3000",fontsize=16,color="green",shape="box"];1420[label="vwx31000",fontsize=16,color="green",shape="box"];1421[label="vwx3000",fontsize=16,color="green",shape="box"];1422[label="vwx31000",fontsize=16,color="green",shape="box"];1423[label="vwx3000",fontsize=16,color="green",shape="box"];1424[label="vwx31000",fontsize=16,color="green",shape="box"];1425[label="vwx300",fontsize=16,color="green",shape="box"];1426[label="vwx3100",fontsize=16,color="green",shape="box"];693[label="compare vwx300 vwx3100",fontsize=16,color="black",shape="triangle"];693 -> 967[label="",style="solid", color="black", weight=3]; 28.81/13.52 1427[label="vwx3000",fontsize=16,color="green",shape="box"];1428[label="vwx31000",fontsize=16,color="green",shape="box"];1429[label="vwx3000",fontsize=16,color="green",shape="box"];1430[label="vwx31000",fontsize=16,color="green",shape="box"];1431[label="vwx3000",fontsize=16,color="green",shape="box"];1432[label="vwx31000",fontsize=16,color="green",shape="box"];1433[label="vwx3000",fontsize=16,color="green",shape="box"];1434[label="vwx31000",fontsize=16,color="green",shape="box"];1435[label="vwx3000",fontsize=16,color="green",shape="box"];1436[label="vwx31000",fontsize=16,color="green",shape="box"];1437[label="vwx3000",fontsize=16,color="green",shape="box"];1438[label="vwx31000",fontsize=16,color="green",shape="box"];1439[label="vwx3000",fontsize=16,color="green",shape="box"];1440[label="vwx31000",fontsize=16,color="green",shape="box"];1441[label="vwx3000",fontsize=16,color="green",shape="box"];1442[label="vwx31000",fontsize=16,color="green",shape="box"];1443[label="vwx3000",fontsize=16,color="green",shape="box"];1444[label="vwx31000",fontsize=16,color="green",shape="box"];1445[label="vwx3000",fontsize=16,color="green",shape="box"];1446[label="vwx31000",fontsize=16,color="green",shape="box"];1447[label="vwx3000",fontsize=16,color="green",shape="box"];1448[label="vwx31000",fontsize=16,color="green",shape="box"];1449[label="vwx3000",fontsize=16,color="green",shape="box"];1450[label="vwx31000",fontsize=16,color="green",shape="box"];1451[label="vwx3000",fontsize=16,color="green",shape="box"];1452[label="vwx31000",fontsize=16,color="green",shape="box"];1453[label="vwx3000",fontsize=16,color="green",shape="box"];1454[label="vwx31000",fontsize=16,color="green",shape="box"];1455[label="vwx3000",fontsize=16,color="green",shape="box"];1456[label="vwx31000",fontsize=16,color="green",shape="box"];1457[label="vwx3000",fontsize=16,color="green",shape="box"];1458[label="vwx31000",fontsize=16,color="green",shape="box"];1459[label="vwx3000",fontsize=16,color="green",shape="box"];1460[label="vwx31000",fontsize=16,color="green",shape="box"];1461[label="vwx3000",fontsize=16,color="green",shape="box"];1462[label="vwx31000",fontsize=16,color="green",shape="box"];1463[label="vwx3000",fontsize=16,color="green",shape="box"];1464[label="vwx31000",fontsize=16,color="green",shape="box"];1465[label="vwx3000",fontsize=16,color="green",shape="box"];1466[label="vwx31000",fontsize=16,color="green",shape="box"];1467[label="vwx3000",fontsize=16,color="green",shape="box"];1468[label="vwx31000",fontsize=16,color="green",shape="box"];1469[label="vwx3000",fontsize=16,color="green",shape="box"];1470[label="vwx31000",fontsize=16,color="green",shape="box"];1471[label="vwx3000",fontsize=16,color="green",shape="box"];1472[label="vwx31000",fontsize=16,color="green",shape="box"];1473[label="vwx3000",fontsize=16,color="green",shape="box"];1474[label="vwx31000",fontsize=16,color="green",shape="box"];1475[label="vwx3000",fontsize=16,color="green",shape="box"];1476[label="vwx31000",fontsize=16,color="green",shape="box"];1477[label="vwx3000",fontsize=16,color="green",shape="box"];1478[label="vwx31000",fontsize=16,color="green",shape="box"];1479[label="vwx3000",fontsize=16,color="green",shape="box"];1480[label="vwx31000",fontsize=16,color="green",shape="box"];1481[label="vwx3000",fontsize=16,color="green",shape="box"];1482[label="vwx31000",fontsize=16,color="green",shape="box"];1483[label="vwx300",fontsize=16,color="green",shape="box"];1484[label="vwx3100",fontsize=16,color="green",shape="box"];695[label="compare vwx300 vwx3100",fontsize=16,color="burlywood",shape="triangle"];4359[label="vwx300/vwx3000 :% vwx3001",fontsize=10,color="white",style="solid",shape="box"];695 -> 4359[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4359 -> 969[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 1485[label="vwx300",fontsize=16,color="green",shape="box"];1486[label="vwx3100",fontsize=16,color="green",shape="box"];696[label="compare vwx300 vwx3100",fontsize=16,color="burlywood",shape="triangle"];4360[label="vwx300/Integer vwx3000",fontsize=10,color="white",style="solid",shape="box"];696 -> 4360[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4360 -> 970[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 1487[label="vwx300",fontsize=16,color="green",shape="box"];1488[label="vwx3100",fontsize=16,color="green",shape="box"];697[label="compare vwx300 vwx3100",fontsize=16,color="black",shape="triangle"];697 -> 971[label="",style="solid", color="black", weight=3]; 28.81/13.52 1489[label="vwx300",fontsize=16,color="green",shape="box"];1490[label="vwx3100",fontsize=16,color="green",shape="box"];699[label="compare vwx300 vwx3100",fontsize=16,color="black",shape="triangle"];699 -> 973[label="",style="solid", color="black", weight=3]; 28.81/13.52 1491[label="vwx300",fontsize=16,color="green",shape="box"];1492[label="vwx3100",fontsize=16,color="green",shape="box"];700[label="compare vwx300 vwx3100",fontsize=16,color="burlywood",shape="triangle"];4361[label="vwx300/vwx3000 : vwx3001",fontsize=10,color="white",style="solid",shape="box"];700 -> 4361[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4361 -> 974[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 4362[label="vwx300/[]",fontsize=10,color="white",style="solid",shape="box"];700 -> 4362[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4362 -> 975[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 1494 -> 798[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1494[label="not (primCmpNat vwx3000 vwx31000 == GT)",fontsize=16,color="magenta"];1494 -> 1841[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1493[label="max1 (Pos (Succ vwx3000)) (Pos (Succ vwx31000)) vwx187",fontsize=16,color="burlywood",shape="triangle"];4363[label="vwx187/False",fontsize=10,color="white",style="solid",shape="box"];1493 -> 4363[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4363 -> 1842[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 4364[label="vwx187/True",fontsize=10,color="white",style="solid",shape="box"];1493 -> 4364[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4364 -> 1843[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 1526 -> 798[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1526[label="not (GT == GT)",fontsize=16,color="magenta"];1526 -> 1844[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1525[label="max1 (Pos (Succ vwx3000)) (Pos Zero) vwx189",fontsize=16,color="burlywood",shape="triangle"];4365[label="vwx189/False",fontsize=10,color="white",style="solid",shape="box"];1525 -> 4365[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4365 -> 1845[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 4366[label="vwx189/True",fontsize=10,color="white",style="solid",shape="box"];1525 -> 4366[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4366 -> 1846[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 1584[label="GT",fontsize=16,color="green",shape="box"];1585[label="GT",fontsize=16,color="green",shape="box"];1586[label="max0 (Pos (Succ vwx3000)) (Neg vwx3100) otherwise",fontsize=16,color="black",shape="box"];1586 -> 1847[label="",style="solid", color="black", weight=3]; 28.81/13.52 1587[label="Neg vwx3100",fontsize=16,color="green",shape="box"];1588 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1588[label="primCmpNat Zero (Succ vwx31000) == GT",fontsize=16,color="magenta"];1588 -> 1848[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1588 -> 1849[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1589[label="max1 (Pos Zero) (Pos (Succ vwx31000)) False",fontsize=16,color="black",shape="box"];1589 -> 1850[label="",style="solid", color="black", weight=3]; 28.81/13.52 1590[label="max1 (Pos Zero) (Pos (Succ vwx31000)) True",fontsize=16,color="black",shape="box"];1590 -> 1851[label="",style="solid", color="black", weight=3]; 28.81/13.52 1591 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1591[label="EQ == GT",fontsize=16,color="magenta"];1591 -> 1852[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1591 -> 1853[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1592[label="max1 (Pos Zero) (Pos Zero) False",fontsize=16,color="black",shape="box"];1592 -> 1854[label="",style="solid", color="black", weight=3]; 28.81/13.52 1593[label="max1 (Pos Zero) (Pos Zero) True",fontsize=16,color="black",shape="box"];1593 -> 1855[label="",style="solid", color="black", weight=3]; 28.81/13.52 1594 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1594[label="GT == GT",fontsize=16,color="magenta"];1594 -> 1856[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1594 -> 1857[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1595[label="max1 (Pos Zero) (Neg (Succ vwx31000)) False",fontsize=16,color="black",shape="box"];1595 -> 1858[label="",style="solid", color="black", weight=3]; 28.81/13.52 1596[label="max1 (Pos Zero) (Neg (Succ vwx31000)) True",fontsize=16,color="black",shape="box"];1596 -> 1859[label="",style="solid", color="black", weight=3]; 28.81/13.52 1597 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1597[label="EQ == GT",fontsize=16,color="magenta"];1597 -> 1860[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1597 -> 1861[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1598[label="max1 (Pos Zero) (Neg Zero) False",fontsize=16,color="black",shape="box"];1598 -> 1862[label="",style="solid", color="black", weight=3]; 28.81/13.52 1599[label="max1 (Pos Zero) (Neg Zero) True",fontsize=16,color="black",shape="box"];1599 -> 1863[label="",style="solid", color="black", weight=3]; 28.81/13.52 1600[label="GT",fontsize=16,color="green",shape="box"];1601[label="LT",fontsize=16,color="green",shape="box"];1602[label="max0 (Neg (Succ vwx3000)) (Pos vwx3100) otherwise",fontsize=16,color="black",shape="box"];1602 -> 1864[label="",style="solid", color="black", weight=3]; 28.81/13.52 1603[label="Pos vwx3100",fontsize=16,color="green",shape="box"];1605 -> 798[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1605[label="not (primCmpNat vwx31000 vwx3000 == GT)",fontsize=16,color="magenta"];1605 -> 1865[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1604[label="max1 (Neg (Succ vwx3000)) (Neg (Succ vwx31000)) vwx191",fontsize=16,color="burlywood",shape="triangle"];4367[label="vwx191/False",fontsize=10,color="white",style="solid",shape="box"];1604 -> 4367[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4367 -> 1866[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 4368[label="vwx191/True",fontsize=10,color="white",style="solid",shape="box"];1604 -> 4368[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4368 -> 1867[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 1608 -> 798[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1608[label="not (LT == GT)",fontsize=16,color="magenta"];1608 -> 1868[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1607[label="max1 (Neg (Succ vwx3000)) (Neg Zero) vwx193",fontsize=16,color="burlywood",shape="triangle"];4369[label="vwx193/False",fontsize=10,color="white",style="solid",shape="box"];1607 -> 4369[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4369 -> 1869[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 4370[label="vwx193/True",fontsize=10,color="white",style="solid",shape="box"];1607 -> 4370[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4370 -> 1870[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 1609 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1609[label="LT == GT",fontsize=16,color="magenta"];1609 -> 1871[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1609 -> 1872[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1610[label="max1 (Neg Zero) (Pos (Succ vwx31000)) False",fontsize=16,color="black",shape="box"];1610 -> 1873[label="",style="solid", color="black", weight=3]; 28.81/13.52 1611[label="max1 (Neg Zero) (Pos (Succ vwx31000)) True",fontsize=16,color="black",shape="box"];1611 -> 1874[label="",style="solid", color="black", weight=3]; 28.81/13.52 1612 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1612[label="EQ == GT",fontsize=16,color="magenta"];1612 -> 1875[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1612 -> 1876[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1613[label="max1 (Neg Zero) (Pos Zero) False",fontsize=16,color="black",shape="box"];1613 -> 1877[label="",style="solid", color="black", weight=3]; 28.81/13.52 1614[label="max1 (Neg Zero) (Pos Zero) True",fontsize=16,color="black",shape="box"];1614 -> 1878[label="",style="solid", color="black", weight=3]; 28.81/13.52 1615 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1615[label="primCmpNat (Succ vwx31000) Zero == GT",fontsize=16,color="magenta"];1615 -> 1879[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1615 -> 1880[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1616[label="max1 (Neg Zero) (Neg (Succ vwx31000)) False",fontsize=16,color="black",shape="box"];1616 -> 1881[label="",style="solid", color="black", weight=3]; 28.81/13.52 1617[label="max1 (Neg Zero) (Neg (Succ vwx31000)) True",fontsize=16,color="black",shape="box"];1617 -> 1882[label="",style="solid", color="black", weight=3]; 28.81/13.52 1618 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1618[label="EQ == GT",fontsize=16,color="magenta"];1618 -> 1883[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1618 -> 1884[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1619[label="max1 (Neg Zero) (Neg Zero) False",fontsize=16,color="black",shape="box"];1619 -> 1885[label="",style="solid", color="black", weight=3]; 28.81/13.52 1620[label="max1 (Neg Zero) (Neg Zero) True",fontsize=16,color="black",shape="box"];1620 -> 1886[label="",style="solid", color="black", weight=3]; 28.81/13.52 1621[label="vwx300 * vwx3101",fontsize=16,color="black",shape="triangle"];1621 -> 1887[label="",style="solid", color="black", weight=3]; 28.81/13.52 1622 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1622[label="vwx3100 * vwx301",fontsize=16,color="magenta"];1622 -> 1888[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1622 -> 1889[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1623[label="vwx300 * vwx3101",fontsize=16,color="burlywood",shape="triangle"];4371[label="vwx300/Integer vwx3000",fontsize=10,color="white",style="solid",shape="box"];1623 -> 4371[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4371 -> 1890[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 1624 -> 1623[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1624[label="vwx3100 * vwx301",fontsize=16,color="magenta"];1624 -> 1891[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1624 -> 1892[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1055[label="LT == LT",fontsize=16,color="black",shape="box"];1055 -> 1893[label="",style="solid", color="black", weight=3]; 28.81/13.52 1056[label="LT == EQ",fontsize=16,color="black",shape="box"];1056 -> 1894[label="",style="solid", color="black", weight=3]; 28.81/13.52 1057[label="LT == GT",fontsize=16,color="black",shape="box"];1057 -> 1895[label="",style="solid", color="black", weight=3]; 28.81/13.52 1058[label="EQ == LT",fontsize=16,color="black",shape="box"];1058 -> 1896[label="",style="solid", color="black", weight=3]; 28.81/13.52 1059[label="EQ == EQ",fontsize=16,color="black",shape="box"];1059 -> 1897[label="",style="solid", color="black", weight=3]; 28.81/13.52 1060[label="EQ == GT",fontsize=16,color="black",shape="box"];1060 -> 1898[label="",style="solid", color="black", weight=3]; 28.81/13.52 1061[label="GT == LT",fontsize=16,color="black",shape="box"];1061 -> 1899[label="",style="solid", color="black", weight=3]; 28.81/13.52 1062[label="GT == EQ",fontsize=16,color="black",shape="box"];1062 -> 1900[label="",style="solid", color="black", weight=3]; 28.81/13.52 1063[label="GT == GT",fontsize=16,color="black",shape="box"];1063 -> 1901[label="",style="solid", color="black", weight=3]; 28.81/13.52 1625[label="vwx57 :% vwx58",fontsize=16,color="green",shape="box"];1627 -> 798[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1627[label="not (primCmpNat (Succ vwx30000) vwx31000 == GT)",fontsize=16,color="magenta"];1627 -> 1902[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1626[label="max1 (Integer (Pos (Succ vwx30000))) (Integer (Pos vwx31000)) vwx195",fontsize=16,color="burlywood",shape="triangle"];4372[label="vwx195/False",fontsize=10,color="white",style="solid",shape="box"];1626 -> 4372[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4372 -> 1903[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 4373[label="vwx195/True",fontsize=10,color="white",style="solid",shape="box"];1626 -> 4373[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4373 -> 1904[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 1629 -> 798[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1629[label="not (GT == GT)",fontsize=16,color="magenta"];1629 -> 1905[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1628[label="max1 (Integer (Pos (Succ vwx30000))) (Integer (Neg vwx31000)) vwx197",fontsize=16,color="burlywood",shape="triangle"];4374[label="vwx197/False",fontsize=10,color="white",style="solid",shape="box"];1628 -> 4374[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4374 -> 1906[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 4375[label="vwx197/True",fontsize=10,color="white",style="solid",shape="box"];1628 -> 4375[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4375 -> 1907[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 1630 -> 1908[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1630[label="max1 (Integer (Pos Zero)) (Integer (Pos (Succ vwx310000))) (not (primCmpNat Zero (Succ vwx310000) == GT))",fontsize=16,color="magenta"];1630 -> 1909[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1631 -> 1914[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1631[label="max1 (Integer (Pos Zero)) (Integer (Pos Zero)) (not (EQ == GT))",fontsize=16,color="magenta"];1631 -> 1915[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1632 -> 1925[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1632[label="max1 (Integer (Pos Zero)) (Integer (Neg (Succ vwx310000))) (not (GT == GT))",fontsize=16,color="magenta"];1632 -> 1926[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1633 -> 1928[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1633[label="max1 (Integer (Pos Zero)) (Integer (Neg Zero)) (not (EQ == GT))",fontsize=16,color="magenta"];1633 -> 1929[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1635 -> 798[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1635[label="not (LT == GT)",fontsize=16,color="magenta"];1635 -> 1930[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1634[label="max1 (Integer (Neg (Succ vwx30000))) (Integer (Pos vwx31000)) vwx199",fontsize=16,color="burlywood",shape="triangle"];4376[label="vwx199/False",fontsize=10,color="white",style="solid",shape="box"];1634 -> 4376[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4376 -> 1931[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 4377[label="vwx199/True",fontsize=10,color="white",style="solid",shape="box"];1634 -> 4377[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4377 -> 1932[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 1637 -> 798[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1637[label="not (primCmpNat vwx31000 (Succ vwx30000) == GT)",fontsize=16,color="magenta"];1637 -> 1933[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1636[label="max1 (Integer (Neg (Succ vwx30000))) (Integer (Neg vwx31000)) vwx201",fontsize=16,color="burlywood",shape="triangle"];4378[label="vwx201/False",fontsize=10,color="white",style="solid",shape="box"];1636 -> 4378[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4378 -> 1934[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 4379[label="vwx201/True",fontsize=10,color="white",style="solid",shape="box"];1636 -> 4379[label="",style="solid", color="burlywood", weight=9]; 28.81/13.52 4379 -> 1935[label="",style="solid", color="burlywood", weight=3]; 28.81/13.52 1638 -> 1936[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1638[label="max1 (Integer (Neg Zero)) (Integer (Pos (Succ vwx310000))) (not (LT == GT))",fontsize=16,color="magenta"];1638 -> 1937[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1639 -> 1938[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1639[label="max1 (Integer (Neg Zero)) (Integer (Pos Zero)) (not (EQ == GT))",fontsize=16,color="magenta"];1639 -> 1939[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1640 -> 1940[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1640[label="max1 (Integer (Neg Zero)) (Integer (Neg (Succ vwx310000))) (not (primCmpNat (Succ vwx310000) Zero == GT))",fontsize=16,color="magenta"];1640 -> 1941[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1641 -> 1942[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1641[label="max1 (Integer (Neg Zero)) (Integer (Neg Zero)) (not (EQ == GT))",fontsize=16,color="magenta"];1641 -> 1943[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1642 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1642[label="compare (vwx300 * Pos vwx31010) (Pos vwx3010 * vwx3100) == GT",fontsize=16,color="magenta"];1642 -> 1944[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1642 -> 1945[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1643[label="max1 (Double vwx300 (Pos vwx3010)) (Double vwx3100 (Pos vwx31010)) False",fontsize=16,color="black",shape="box"];1643 -> 1946[label="",style="solid", color="black", weight=3]; 28.81/13.52 1644[label="max1 (Double vwx300 (Pos vwx3010)) (Double vwx3100 (Pos vwx31010)) True",fontsize=16,color="black",shape="box"];1644 -> 1947[label="",style="solid", color="black", weight=3]; 28.81/13.52 1645 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.52 1645[label="compare (vwx300 * Pos vwx31010) (Neg vwx3010 * vwx3100) == GT",fontsize=16,color="magenta"];1645 -> 1948[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1645 -> 1949[label="",style="dashed", color="magenta", weight=3]; 28.81/13.52 1646[label="max1 (Double vwx300 (Pos vwx3010)) (Double vwx3100 (Neg vwx31010)) False",fontsize=16,color="black",shape="box"];1646 -> 1950[label="",style="solid", color="black", weight=3]; 28.81/13.52 1647[label="max1 (Double vwx300 (Pos vwx3010)) (Double vwx3100 (Neg vwx31010)) True",fontsize=16,color="black",shape="box"];1647 -> 1951[label="",style="solid", color="black", weight=3]; 28.81/13.52 1648 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1648[label="compare (vwx300 * Neg vwx31010) (Pos vwx3010 * vwx3100) == GT",fontsize=16,color="magenta"];1648 -> 1952[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1648 -> 1953[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1649[label="max1 (Double vwx300 (Neg vwx3010)) (Double vwx3100 (Pos vwx31010)) False",fontsize=16,color="black",shape="box"];1649 -> 1954[label="",style="solid", color="black", weight=3]; 28.81/13.53 1650[label="max1 (Double vwx300 (Neg vwx3010)) (Double vwx3100 (Pos vwx31010)) True",fontsize=16,color="black",shape="box"];1650 -> 1955[label="",style="solid", color="black", weight=3]; 28.81/13.53 1651 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1651[label="compare (vwx300 * Neg vwx31010) (Neg vwx3010 * vwx3100) == GT",fontsize=16,color="magenta"];1651 -> 1956[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1651 -> 1957[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1652[label="max1 (Double vwx300 (Neg vwx3010)) (Double vwx3100 (Neg vwx31010)) False",fontsize=16,color="black",shape="box"];1652 -> 1958[label="",style="solid", color="black", weight=3]; 28.81/13.53 1653[label="max1 (Double vwx300 (Neg vwx3010)) (Double vwx3100 (Neg vwx31010)) True",fontsize=16,color="black",shape="box"];1653 -> 1959[label="",style="solid", color="black", weight=3]; 28.81/13.53 1654 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1654[label="compare (vwx300 * Pos vwx31010) (Pos vwx3010 * vwx3100) == GT",fontsize=16,color="magenta"];1654 -> 1960[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1654 -> 1961[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1655[label="max1 (Float vwx300 (Pos vwx3010)) (Float vwx3100 (Pos vwx31010)) False",fontsize=16,color="black",shape="box"];1655 -> 1962[label="",style="solid", color="black", weight=3]; 28.81/13.53 1656[label="max1 (Float vwx300 (Pos vwx3010)) (Float vwx3100 (Pos vwx31010)) True",fontsize=16,color="black",shape="box"];1656 -> 1963[label="",style="solid", color="black", weight=3]; 28.81/13.53 1657 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1657[label="compare (vwx300 * Pos vwx31010) (Neg vwx3010 * vwx3100) == GT",fontsize=16,color="magenta"];1657 -> 1964[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1657 -> 1965[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1658[label="max1 (Float vwx300 (Pos vwx3010)) (Float vwx3100 (Neg vwx31010)) False",fontsize=16,color="black",shape="box"];1658 -> 1966[label="",style="solid", color="black", weight=3]; 28.81/13.53 1659[label="max1 (Float vwx300 (Pos vwx3010)) (Float vwx3100 (Neg vwx31010)) True",fontsize=16,color="black",shape="box"];1659 -> 1967[label="",style="solid", color="black", weight=3]; 28.81/13.53 1660 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1660[label="compare (vwx300 * Neg vwx31010) (Pos vwx3010 * vwx3100) == GT",fontsize=16,color="magenta"];1660 -> 1968[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1660 -> 1969[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1661[label="max1 (Float vwx300 (Neg vwx3010)) (Float vwx3100 (Pos vwx31010)) False",fontsize=16,color="black",shape="box"];1661 -> 1970[label="",style="solid", color="black", weight=3]; 28.81/13.53 1662[label="max1 (Float vwx300 (Neg vwx3010)) (Float vwx3100 (Pos vwx31010)) True",fontsize=16,color="black",shape="box"];1662 -> 1971[label="",style="solid", color="black", weight=3]; 28.81/13.53 1663 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1663[label="compare (vwx300 * Neg vwx31010) (Neg vwx3010 * vwx3100) == GT",fontsize=16,color="magenta"];1663 -> 1972[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1663 -> 1973[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1664[label="max1 (Float vwx300 (Neg vwx3010)) (Float vwx3100 (Neg vwx31010)) False",fontsize=16,color="black",shape="box"];1664 -> 1974[label="",style="solid", color="black", weight=3]; 28.81/13.53 1665[label="max1 (Float vwx300 (Neg vwx3010)) (Float vwx3100 (Neg vwx31010)) True",fontsize=16,color="black",shape="box"];1665 -> 1975[label="",style="solid", color="black", weight=3]; 28.81/13.53 1922[label="vwx301",fontsize=16,color="green",shape="box"];1923[label="vwx3101",fontsize=16,color="green",shape="box"];1924 -> 1976[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1924[label="primCompAux0 vwx209 (compare vwx300 vwx3100)",fontsize=16,color="magenta"];1924 -> 1977[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1924 -> 1978[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1927[label="vwx94 : vwx95",fontsize=16,color="green",shape="box"];1702[label="vwx300 : vwx301",fontsize=16,color="green",shape="box"];707[label="compare2 (vwx3000,vwx3001,vwx3002) vwx3100 ((vwx3000,vwx3001,vwx3002) == vwx3100) == LT",fontsize=16,color="burlywood",shape="box"];4380[label="vwx3100/(vwx31000,vwx31001,vwx31002)",fontsize=10,color="white",style="solid",shape="box"];707 -> 4380[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4380 -> 980[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 708[label="primCmpChar (Char vwx3000) (Char vwx31000) == LT",fontsize=16,color="black",shape="box"];708 -> 981[label="",style="solid", color="black", weight=3]; 28.81/13.53 709 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 709[label="EQ == LT",fontsize=16,color="magenta"];709 -> 982[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 709 -> 983[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 710[label="compare2 (vwx3000,vwx3001) vwx3100 ((vwx3000,vwx3001) == vwx3100) == LT",fontsize=16,color="burlywood",shape="box"];4381[label="vwx3100/(vwx31000,vwx31001)",fontsize=10,color="white",style="solid",shape="box"];710 -> 4381[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4381 -> 984[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 711[label="compare2 Nothing vwx3100 (Nothing == vwx3100) == LT",fontsize=16,color="burlywood",shape="box"];4382[label="vwx3100/Nothing",fontsize=10,color="white",style="solid",shape="box"];711 -> 4382[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4382 -> 985[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4383[label="vwx3100/Just vwx31000",fontsize=10,color="white",style="solid",shape="box"];711 -> 4383[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4383 -> 986[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 712[label="compare2 (Just vwx3000) vwx3100 (Just vwx3000 == vwx3100) == LT",fontsize=16,color="burlywood",shape="box"];4384[label="vwx3100/Nothing",fontsize=10,color="white",style="solid",shape="box"];712 -> 4384[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4384 -> 987[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4385[label="vwx3100/Just vwx31000",fontsize=10,color="white",style="solid",shape="box"];712 -> 4385[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4385 -> 988[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 713[label="compare2 False vwx3100 (False == vwx3100) == LT",fontsize=16,color="burlywood",shape="box"];4386[label="vwx3100/False",fontsize=10,color="white",style="solid",shape="box"];713 -> 4386[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4386 -> 989[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4387[label="vwx3100/True",fontsize=10,color="white",style="solid",shape="box"];713 -> 4387[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4387 -> 990[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 714[label="compare2 True vwx3100 (True == vwx3100) == LT",fontsize=16,color="burlywood",shape="box"];4388[label="vwx3100/False",fontsize=10,color="white",style="solid",shape="box"];714 -> 4388[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4388 -> 991[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4389[label="vwx3100/True",fontsize=10,color="white",style="solid",shape="box"];714 -> 4389[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4389 -> 992[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 715[label="primCmpInt (Pos (Succ vwx30000)) vwx3100 == LT",fontsize=16,color="burlywood",shape="box"];4390[label="vwx3100/Pos vwx31000",fontsize=10,color="white",style="solid",shape="box"];715 -> 4390[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4390 -> 993[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4391[label="vwx3100/Neg vwx31000",fontsize=10,color="white",style="solid",shape="box"];715 -> 4391[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4391 -> 994[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 716[label="primCmpInt (Pos Zero) vwx3100 == LT",fontsize=16,color="burlywood",shape="box"];4392[label="vwx3100/Pos vwx31000",fontsize=10,color="white",style="solid",shape="box"];716 -> 4392[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4392 -> 995[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4393[label="vwx3100/Neg vwx31000",fontsize=10,color="white",style="solid",shape="box"];716 -> 4393[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4393 -> 996[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 717[label="primCmpInt (Neg (Succ vwx30000)) vwx3100 == LT",fontsize=16,color="burlywood",shape="box"];4394[label="vwx3100/Pos vwx31000",fontsize=10,color="white",style="solid",shape="box"];717 -> 4394[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4394 -> 997[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4395[label="vwx3100/Neg vwx31000",fontsize=10,color="white",style="solid",shape="box"];717 -> 4395[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4395 -> 998[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 718[label="primCmpInt (Neg Zero) vwx3100 == LT",fontsize=16,color="burlywood",shape="box"];4396[label="vwx3100/Pos vwx31000",fontsize=10,color="white",style="solid",shape="box"];718 -> 4396[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4396 -> 999[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4397[label="vwx3100/Neg vwx31000",fontsize=10,color="white",style="solid",shape="box"];718 -> 4397[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4397 -> 1000[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 719[label="compare2 (Left vwx3000) vwx3100 (Left vwx3000 == vwx3100) == LT",fontsize=16,color="burlywood",shape="box"];4398[label="vwx3100/Left vwx31000",fontsize=10,color="white",style="solid",shape="box"];719 -> 4398[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4398 -> 1001[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4399[label="vwx3100/Right vwx31000",fontsize=10,color="white",style="solid",shape="box"];719 -> 4399[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4399 -> 1002[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 720[label="compare2 (Right vwx3000) vwx3100 (Right vwx3000 == vwx3100) == LT",fontsize=16,color="burlywood",shape="box"];4400[label="vwx3100/Left vwx31000",fontsize=10,color="white",style="solid",shape="box"];720 -> 4400[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4400 -> 1003[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4401[label="vwx3100/Right vwx31000",fontsize=10,color="white",style="solid",shape="box"];720 -> 4401[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4401 -> 1004[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 721 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 721[label="compare (vwx3000 * vwx31001) (vwx31000 * vwx3001) == LT",fontsize=16,color="magenta"];721 -> 1005[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 721 -> 1006[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 722 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 722[label="primCmpInt vwx3000 vwx31000 == LT",fontsize=16,color="magenta"];722 -> 1007[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 722 -> 1008[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 723[label="primCmpDouble (Double vwx3000 (Pos vwx30010)) vwx3100 == LT",fontsize=16,color="burlywood",shape="box"];4402[label="vwx3100/Double vwx31000 vwx31001",fontsize=10,color="white",style="solid",shape="box"];723 -> 4402[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4402 -> 1009[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 724[label="primCmpDouble (Double vwx3000 (Neg vwx30010)) vwx3100 == LT",fontsize=16,color="burlywood",shape="box"];4403[label="vwx3100/Double vwx31000 vwx31001",fontsize=10,color="white",style="solid",shape="box"];724 -> 4403[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4403 -> 1010[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 725[label="compare2 LT vwx3100 (LT == vwx3100) == LT",fontsize=16,color="burlywood",shape="box"];4404[label="vwx3100/LT",fontsize=10,color="white",style="solid",shape="box"];725 -> 4404[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4404 -> 1011[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4405[label="vwx3100/EQ",fontsize=10,color="white",style="solid",shape="box"];725 -> 4405[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4405 -> 1012[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4406[label="vwx3100/GT",fontsize=10,color="white",style="solid",shape="box"];725 -> 4406[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4406 -> 1013[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 726[label="compare2 EQ vwx3100 (EQ == vwx3100) == LT",fontsize=16,color="burlywood",shape="box"];4407[label="vwx3100/LT",fontsize=10,color="white",style="solid",shape="box"];726 -> 4407[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4407 -> 1014[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4408[label="vwx3100/EQ",fontsize=10,color="white",style="solid",shape="box"];726 -> 4408[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4408 -> 1015[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4409[label="vwx3100/GT",fontsize=10,color="white",style="solid",shape="box"];726 -> 4409[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4409 -> 1016[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 727[label="compare2 GT vwx3100 (GT == vwx3100) == LT",fontsize=16,color="burlywood",shape="box"];4410[label="vwx3100/LT",fontsize=10,color="white",style="solid",shape="box"];727 -> 4410[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4410 -> 1017[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4411[label="vwx3100/EQ",fontsize=10,color="white",style="solid",shape="box"];727 -> 4411[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4411 -> 1018[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4412[label="vwx3100/GT",fontsize=10,color="white",style="solid",shape="box"];727 -> 4412[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4412 -> 1019[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 728[label="primCmpFloat (Float vwx3000 (Pos vwx30010)) vwx3100 == LT",fontsize=16,color="burlywood",shape="box"];4413[label="vwx3100/Float vwx31000 vwx31001",fontsize=10,color="white",style="solid",shape="box"];728 -> 4413[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4413 -> 1020[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 729[label="primCmpFloat (Float vwx3000 (Neg vwx30010)) vwx3100 == LT",fontsize=16,color="burlywood",shape="box"];4414[label="vwx3100/Float vwx31000 vwx31001",fontsize=10,color="white",style="solid",shape="box"];729 -> 4414[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4414 -> 1021[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 730 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 730[label="primCompAux vwx3000 vwx31000 (compare vwx3001 vwx31001) == LT",fontsize=16,color="magenta"];730 -> 1022[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 730 -> 1023[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 731 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 731[label="GT == LT",fontsize=16,color="magenta"];731 -> 1024[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 731 -> 1025[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 732 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 732[label="LT == LT",fontsize=16,color="magenta"];732 -> 1026[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 732 -> 1027[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 733 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 733[label="EQ == LT",fontsize=16,color="magenta"];733 -> 1028[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 733 -> 1029[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 734[label="primEqFloat vwx12 vwx15",fontsize=16,color="burlywood",shape="box"];4415[label="vwx12/Float vwx120 vwx121",fontsize=10,color="white",style="solid",shape="box"];734 -> 4415[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4415 -> 1030[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 1703[label="(vwx1080,vwx1081,vwx1082) == (vwx1090,vwx1091,vwx1092)",fontsize=16,color="black",shape="box"];1703 -> 1979[label="",style="solid", color="black", weight=3]; 28.81/13.53 736[label="() == vwx15",fontsize=16,color="burlywood",shape="box"];4416[label="vwx15/()",fontsize=10,color="white",style="solid",shape="box"];736 -> 4416[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4416 -> 1032[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 1704[label="Left vwx1080 == Left vwx1090",fontsize=16,color="black",shape="box"];1704 -> 1980[label="",style="solid", color="black", weight=3]; 28.81/13.53 1705[label="Left vwx1080 == Right vwx1090",fontsize=16,color="black",shape="box"];1705 -> 1981[label="",style="solid", color="black", weight=3]; 28.81/13.53 1706[label="Right vwx1080 == Left vwx1090",fontsize=16,color="black",shape="box"];1706 -> 1982[label="",style="solid", color="black", weight=3]; 28.81/13.53 1707[label="Right vwx1080 == Right vwx1090",fontsize=16,color="black",shape="box"];1707 -> 1983[label="",style="solid", color="black", weight=3]; 28.81/13.53 739[label="primEqInt vwx12 vwx15",fontsize=16,color="burlywood",shape="triangle"];4417[label="vwx12/Pos vwx120",fontsize=10,color="white",style="solid",shape="box"];739 -> 4417[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4417 -> 1037[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4418[label="vwx12/Neg vwx120",fontsize=10,color="white",style="solid",shape="box"];739 -> 4418[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4418 -> 1038[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 740[label="Integer vwx120 == vwx15",fontsize=16,color="burlywood",shape="box"];4419[label="vwx15/Integer vwx150",fontsize=10,color="white",style="solid",shape="box"];740 -> 4419[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4419 -> 1039[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 1708[label="Nothing == Nothing",fontsize=16,color="black",shape="box"];1708 -> 1984[label="",style="solid", color="black", weight=3]; 28.81/13.53 1709[label="Nothing == Just vwx1090",fontsize=16,color="black",shape="box"];1709 -> 1985[label="",style="solid", color="black", weight=3]; 28.81/13.53 1710[label="Just vwx1080 == Nothing",fontsize=16,color="black",shape="box"];1710 -> 1986[label="",style="solid", color="black", weight=3]; 28.81/13.53 1711[label="Just vwx1080 == Just vwx1090",fontsize=16,color="black",shape="box"];1711 -> 1987[label="",style="solid", color="black", weight=3]; 28.81/13.53 743[label="primEqDouble vwx12 vwx15",fontsize=16,color="burlywood",shape="box"];4420[label="vwx12/Double vwx120 vwx121",fontsize=10,color="white",style="solid",shape="box"];743 -> 4420[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4420 -> 1044[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 744[label="False == vwx15",fontsize=16,color="burlywood",shape="box"];4421[label="vwx15/False",fontsize=10,color="white",style="solid",shape="box"];744 -> 4421[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4421 -> 1045[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4422[label="vwx15/True",fontsize=10,color="white",style="solid",shape="box"];744 -> 4422[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4422 -> 1046[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 745[label="True == vwx15",fontsize=16,color="burlywood",shape="box"];4423[label="vwx15/False",fontsize=10,color="white",style="solid",shape="box"];745 -> 4423[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4423 -> 1047[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4424[label="vwx15/True",fontsize=10,color="white",style="solid",shape="box"];745 -> 4424[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4424 -> 1048[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 746[label="primEqChar vwx12 vwx15",fontsize=16,color="burlywood",shape="box"];4425[label="vwx12/Char vwx120",fontsize=10,color="white",style="solid",shape="box"];746 -> 4425[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4425 -> 1049[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 1712[label="vwx1080 : vwx1081 == vwx1090 : vwx1091",fontsize=16,color="black",shape="box"];1712 -> 1988[label="",style="solid", color="black", weight=3]; 28.81/13.53 1713[label="vwx1080 : vwx1081 == []",fontsize=16,color="black",shape="box"];1713 -> 1989[label="",style="solid", color="black", weight=3]; 28.81/13.53 1714[label="[] == vwx1090 : vwx1091",fontsize=16,color="black",shape="box"];1714 -> 1990[label="",style="solid", color="black", weight=3]; 28.81/13.53 1715[label="[] == []",fontsize=16,color="black",shape="box"];1715 -> 1991[label="",style="solid", color="black", weight=3]; 28.81/13.53 1716[label="(vwx1080,vwx1081) == (vwx1090,vwx1091)",fontsize=16,color="black",shape="box"];1716 -> 1992[label="",style="solid", color="black", weight=3]; 28.81/13.53 753[label="vwx120 :% vwx121 == vwx15",fontsize=16,color="burlywood",shape="box"];4426[label="vwx15/vwx150 :% vwx151",fontsize=10,color="white",style="solid",shape="box"];753 -> 4426[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4426 -> 1064[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 1717 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1717[label="primCmpNat vwx3000 vwx31000 == GT",fontsize=16,color="magenta"];1717 -> 1993[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1717 -> 1994[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1718[label="max1 (Char (Succ vwx3000)) (Char (Succ vwx31000)) False",fontsize=16,color="black",shape="box"];1718 -> 1995[label="",style="solid", color="black", weight=3]; 28.81/13.53 1719[label="max1 (Char (Succ vwx3000)) (Char (Succ vwx31000)) True",fontsize=16,color="black",shape="box"];1719 -> 1996[label="",style="solid", color="black", weight=3]; 28.81/13.53 1720 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1720[label="GT == GT",fontsize=16,color="magenta"];1720 -> 1997[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1720 -> 1998[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1721[label="max1 (Char (Succ vwx3000)) (Char Zero) False",fontsize=16,color="black",shape="box"];1721 -> 1999[label="",style="solid", color="black", weight=3]; 28.81/13.53 1722[label="max1 (Char (Succ vwx3000)) (Char Zero) True",fontsize=16,color="black",shape="box"];1722 -> 2000[label="",style="solid", color="black", weight=3]; 28.81/13.53 1723 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1723[label="LT == GT",fontsize=16,color="magenta"];1723 -> 2001[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1723 -> 2002[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1724[label="max1 (Char Zero) (Char (Succ vwx31000)) False",fontsize=16,color="black",shape="box"];1724 -> 2003[label="",style="solid", color="black", weight=3]; 28.81/13.53 1725[label="max1 (Char Zero) (Char (Succ vwx31000)) True",fontsize=16,color="black",shape="box"];1725 -> 2004[label="",style="solid", color="black", weight=3]; 28.81/13.53 1726 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1726[label="EQ == GT",fontsize=16,color="magenta"];1726 -> 2005[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1726 -> 2006[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1727[label="max1 (Char Zero) (Char Zero) False",fontsize=16,color="black",shape="box"];1727 -> 2007[label="",style="solid", color="black", weight=3]; 28.81/13.53 1728[label="max1 (Char Zero) (Char Zero) True",fontsize=16,color="black",shape="box"];1728 -> 2008[label="",style="solid", color="black", weight=3]; 28.81/13.53 1729[label="vwx3000",fontsize=16,color="green",shape="box"];1730[label="vwx31000",fontsize=16,color="green",shape="box"];1731[label="vwx3000",fontsize=16,color="green",shape="box"];1732[label="vwx31000",fontsize=16,color="green",shape="box"];1733[label="vwx3000",fontsize=16,color="green",shape="box"];1734[label="vwx31000",fontsize=16,color="green",shape="box"];1735[label="vwx3000",fontsize=16,color="green",shape="box"];1736[label="vwx31000",fontsize=16,color="green",shape="box"];1737[label="vwx3000",fontsize=16,color="green",shape="box"];1738[label="vwx31000",fontsize=16,color="green",shape="box"];1739[label="vwx3000",fontsize=16,color="green",shape="box"];1740[label="vwx31000",fontsize=16,color="green",shape="box"];1741[label="vwx3000",fontsize=16,color="green",shape="box"];1742[label="vwx31000",fontsize=16,color="green",shape="box"];1743[label="vwx3000",fontsize=16,color="green",shape="box"];1744[label="vwx31000",fontsize=16,color="green",shape="box"];1745[label="vwx3000",fontsize=16,color="green",shape="box"];1746[label="vwx31000",fontsize=16,color="green",shape="box"];1747[label="vwx3000",fontsize=16,color="green",shape="box"];1748[label="vwx31000",fontsize=16,color="green",shape="box"];1749[label="vwx3000",fontsize=16,color="green",shape="box"];1750[label="vwx31000",fontsize=16,color="green",shape="box"];1751[label="vwx3000",fontsize=16,color="green",shape="box"];1752[label="vwx31000",fontsize=16,color="green",shape="box"];1753[label="vwx3000",fontsize=16,color="green",shape="box"];1754[label="vwx31000",fontsize=16,color="green",shape="box"];1755[label="vwx3000",fontsize=16,color="green",shape="box"];1756[label="vwx31000",fontsize=16,color="green",shape="box"];1757 -> 195[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1757[label="vwx3001 < vwx31001",fontsize=16,color="magenta"];1757 -> 2009[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1757 -> 2010[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1758 -> 196[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1758[label="vwx3001 < vwx31001",fontsize=16,color="magenta"];1758 -> 2011[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1758 -> 2012[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1759 -> 197[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1759[label="vwx3001 < vwx31001",fontsize=16,color="magenta"];1759 -> 2013[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1759 -> 2014[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1760 -> 198[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1760[label="vwx3001 < vwx31001",fontsize=16,color="magenta"];1760 -> 2015[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1760 -> 2016[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1761 -> 199[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1761[label="vwx3001 < vwx31001",fontsize=16,color="magenta"];1761 -> 2017[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1761 -> 2018[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1762 -> 200[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1762[label="vwx3001 < vwx31001",fontsize=16,color="magenta"];1762 -> 2019[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1762 -> 2020[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1763 -> 201[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1763[label="vwx3001 < vwx31001",fontsize=16,color="magenta"];1763 -> 2021[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1763 -> 2022[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1764 -> 202[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1764[label="vwx3001 < vwx31001",fontsize=16,color="magenta"];1764 -> 2023[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1764 -> 2024[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1765 -> 203[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1765[label="vwx3001 < vwx31001",fontsize=16,color="magenta"];1765 -> 2025[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1765 -> 2026[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1766 -> 204[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1766[label="vwx3001 < vwx31001",fontsize=16,color="magenta"];1766 -> 2027[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1766 -> 2028[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1767 -> 205[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1767[label="vwx3001 < vwx31001",fontsize=16,color="magenta"];1767 -> 2029[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1767 -> 2030[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1768 -> 206[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1768[label="vwx3001 < vwx31001",fontsize=16,color="magenta"];1768 -> 2031[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1768 -> 2032[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1769 -> 207[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1769[label="vwx3001 < vwx31001",fontsize=16,color="magenta"];1769 -> 2033[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1769 -> 2034[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1770 -> 208[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1770[label="vwx3001 < vwx31001",fontsize=16,color="magenta"];1770 -> 2035[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1770 -> 2036[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1771 -> 230[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1771[label="vwx3002 <= vwx31002",fontsize=16,color="magenta"];1771 -> 2037[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1771 -> 2038[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1772 -> 231[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1772[label="vwx3002 <= vwx31002",fontsize=16,color="magenta"];1772 -> 2039[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1772 -> 2040[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1773 -> 232[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1773[label="vwx3002 <= vwx31002",fontsize=16,color="magenta"];1773 -> 2041[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1773 -> 2042[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1774 -> 233[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1774[label="vwx3002 <= vwx31002",fontsize=16,color="magenta"];1774 -> 2043[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1774 -> 2044[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1775 -> 234[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1775[label="vwx3002 <= vwx31002",fontsize=16,color="magenta"];1775 -> 2045[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1775 -> 2046[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1776 -> 235[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1776[label="vwx3002 <= vwx31002",fontsize=16,color="magenta"];1776 -> 2047[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1776 -> 2048[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1777 -> 236[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1777[label="vwx3002 <= vwx31002",fontsize=16,color="magenta"];1777 -> 2049[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1777 -> 2050[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1778 -> 237[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1778[label="vwx3002 <= vwx31002",fontsize=16,color="magenta"];1778 -> 2051[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1778 -> 2052[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1779 -> 238[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1779[label="vwx3002 <= vwx31002",fontsize=16,color="magenta"];1779 -> 2053[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1779 -> 2054[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1780 -> 239[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1780[label="vwx3002 <= vwx31002",fontsize=16,color="magenta"];1780 -> 2055[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1780 -> 2056[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1781 -> 240[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1781[label="vwx3002 <= vwx31002",fontsize=16,color="magenta"];1781 -> 2057[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1781 -> 2058[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1782 -> 241[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1782[label="vwx3002 <= vwx31002",fontsize=16,color="magenta"];1782 -> 2059[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1782 -> 2060[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1783 -> 242[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1783[label="vwx3002 <= vwx31002",fontsize=16,color="magenta"];1783 -> 2061[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1783 -> 2062[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1784 -> 243[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1784[label="vwx3002 <= vwx31002",fontsize=16,color="magenta"];1784 -> 2063[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1784 -> 2064[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 962[label="primCmpChar vwx300 vwx3100",fontsize=16,color="burlywood",shape="box"];4427[label="vwx300/Char vwx3000",fontsize=10,color="white",style="solid",shape="box"];962 -> 4427[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4427 -> 1667[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 963[label="compare () vwx3100",fontsize=16,color="burlywood",shape="box"];4428[label="vwx3100/()",fontsize=10,color="white",style="solid",shape="box"];963 -> 4428[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4428 -> 1668[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 1785[label="vwx3000",fontsize=16,color="green",shape="box"];1786[label="vwx31000",fontsize=16,color="green",shape="box"];1787[label="vwx3000",fontsize=16,color="green",shape="box"];1788[label="vwx31000",fontsize=16,color="green",shape="box"];1789[label="vwx3000",fontsize=16,color="green",shape="box"];1790[label="vwx31000",fontsize=16,color="green",shape="box"];1791[label="vwx3000",fontsize=16,color="green",shape="box"];1792[label="vwx31000",fontsize=16,color="green",shape="box"];1793[label="vwx3000",fontsize=16,color="green",shape="box"];1794[label="vwx31000",fontsize=16,color="green",shape="box"];1795[label="vwx3000",fontsize=16,color="green",shape="box"];1796[label="vwx31000",fontsize=16,color="green",shape="box"];1797[label="vwx3000",fontsize=16,color="green",shape="box"];1798[label="vwx31000",fontsize=16,color="green",shape="box"];1799[label="vwx3000",fontsize=16,color="green",shape="box"];1800[label="vwx31000",fontsize=16,color="green",shape="box"];1801[label="vwx3000",fontsize=16,color="green",shape="box"];1802[label="vwx31000",fontsize=16,color="green",shape="box"];1803[label="vwx3000",fontsize=16,color="green",shape="box"];1804[label="vwx31000",fontsize=16,color="green",shape="box"];1805[label="vwx3000",fontsize=16,color="green",shape="box"];1806[label="vwx31000",fontsize=16,color="green",shape="box"];1807[label="vwx3000",fontsize=16,color="green",shape="box"];1808[label="vwx31000",fontsize=16,color="green",shape="box"];1809[label="vwx3000",fontsize=16,color="green",shape="box"];1810[label="vwx31000",fontsize=16,color="green",shape="box"];1811[label="vwx3000",fontsize=16,color="green",shape="box"];1812[label="vwx31000",fontsize=16,color="green",shape="box"];1813[label="vwx3001",fontsize=16,color="green",shape="box"];1814[label="vwx31001",fontsize=16,color="green",shape="box"];1815[label="vwx3001",fontsize=16,color="green",shape="box"];1816[label="vwx31001",fontsize=16,color="green",shape="box"];1817[label="vwx3001",fontsize=16,color="green",shape="box"];1818[label="vwx31001",fontsize=16,color="green",shape="box"];1819[label="vwx3001",fontsize=16,color="green",shape="box"];1820[label="vwx31001",fontsize=16,color="green",shape="box"];1821[label="vwx3001",fontsize=16,color="green",shape="box"];1822[label="vwx31001",fontsize=16,color="green",shape="box"];1823[label="vwx3001",fontsize=16,color="green",shape="box"];1824[label="vwx31001",fontsize=16,color="green",shape="box"];1825[label="vwx3001",fontsize=16,color="green",shape="box"];1826[label="vwx31001",fontsize=16,color="green",shape="box"];1827[label="vwx3001",fontsize=16,color="green",shape="box"];1828[label="vwx31001",fontsize=16,color="green",shape="box"];1829[label="vwx3001",fontsize=16,color="green",shape="box"];1830[label="vwx31001",fontsize=16,color="green",shape="box"];1831[label="vwx3001",fontsize=16,color="green",shape="box"];1832[label="vwx31001",fontsize=16,color="green",shape="box"];1833[label="vwx3001",fontsize=16,color="green",shape="box"];1834[label="vwx31001",fontsize=16,color="green",shape="box"];1835[label="vwx3001",fontsize=16,color="green",shape="box"];1836[label="vwx31001",fontsize=16,color="green",shape="box"];1837[label="vwx3001",fontsize=16,color="green",shape="box"];1838[label="vwx31001",fontsize=16,color="green",shape="box"];1839[label="vwx3001",fontsize=16,color="green",shape="box"];1840[label="vwx31001",fontsize=16,color="green",shape="box"];967[label="primCmpInt vwx300 vwx3100",fontsize=16,color="burlywood",shape="triangle"];4429[label="vwx300/Pos vwx3000",fontsize=10,color="white",style="solid",shape="box"];967 -> 4429[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4429 -> 1672[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4430[label="vwx300/Neg vwx3000",fontsize=10,color="white",style="solid",shape="box"];967 -> 4430[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4430 -> 1673[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 969[label="compare (vwx3000 :% vwx3001) vwx3100",fontsize=16,color="burlywood",shape="box"];4431[label="vwx3100/vwx31000 :% vwx31001",fontsize=10,color="white",style="solid",shape="box"];969 -> 4431[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4431 -> 1675[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 970[label="compare (Integer vwx3000) vwx3100",fontsize=16,color="burlywood",shape="box"];4432[label="vwx3100/Integer vwx31000",fontsize=10,color="white",style="solid",shape="box"];970 -> 4432[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4432 -> 1676[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 971[label="primCmpDouble vwx300 vwx3100",fontsize=16,color="burlywood",shape="box"];4433[label="vwx300/Double vwx3000 vwx3001",fontsize=10,color="white",style="solid",shape="box"];971 -> 4433[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4433 -> 1677[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 973[label="primCmpFloat vwx300 vwx3100",fontsize=16,color="burlywood",shape="box"];4434[label="vwx300/Float vwx3000 vwx3001",fontsize=10,color="white",style="solid",shape="box"];973 -> 4434[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4434 -> 1679[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 974[label="compare (vwx3000 : vwx3001) vwx3100",fontsize=16,color="burlywood",shape="box"];4435[label="vwx3100/vwx31000 : vwx31001",fontsize=10,color="white",style="solid",shape="box"];974 -> 4435[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4435 -> 1680[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4436[label="vwx3100/[]",fontsize=10,color="white",style="solid",shape="box"];974 -> 4436[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4436 -> 1681[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 975[label="compare [] vwx3100",fontsize=16,color="burlywood",shape="box"];4437[label="vwx3100/vwx31000 : vwx31001",fontsize=10,color="white",style="solid",shape="box"];975 -> 4437[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4437 -> 1682[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4438[label="vwx3100/[]",fontsize=10,color="white",style="solid",shape="box"];975 -> 4438[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4438 -> 1683[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 1841 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1841[label="primCmpNat vwx3000 vwx31000 == GT",fontsize=16,color="magenta"];1841 -> 2065[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1841 -> 2066[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1842[label="max1 (Pos (Succ vwx3000)) (Pos (Succ vwx31000)) False",fontsize=16,color="black",shape="box"];1842 -> 2067[label="",style="solid", color="black", weight=3]; 28.81/13.53 1843[label="max1 (Pos (Succ vwx3000)) (Pos (Succ vwx31000)) True",fontsize=16,color="black",shape="box"];1843 -> 2068[label="",style="solid", color="black", weight=3]; 28.81/13.53 1844 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1844[label="GT == GT",fontsize=16,color="magenta"];1844 -> 2069[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1844 -> 2070[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1845[label="max1 (Pos (Succ vwx3000)) (Pos Zero) False",fontsize=16,color="black",shape="box"];1845 -> 2071[label="",style="solid", color="black", weight=3]; 28.81/13.53 1846[label="max1 (Pos (Succ vwx3000)) (Pos Zero) True",fontsize=16,color="black",shape="box"];1846 -> 2072[label="",style="solid", color="black", weight=3]; 28.81/13.53 1847[label="max0 (Pos (Succ vwx3000)) (Neg vwx3100) True",fontsize=16,color="black",shape="box"];1847 -> 2073[label="",style="solid", color="black", weight=3]; 28.81/13.53 1848[label="GT",fontsize=16,color="green",shape="box"];1849[label="primCmpNat Zero (Succ vwx31000)",fontsize=16,color="black",shape="box"];1849 -> 2074[label="",style="solid", color="black", weight=3]; 28.81/13.53 1850[label="max0 (Pos Zero) (Pos (Succ vwx31000)) otherwise",fontsize=16,color="black",shape="box"];1850 -> 2075[label="",style="solid", color="black", weight=3]; 28.81/13.53 1851[label="Pos (Succ vwx31000)",fontsize=16,color="green",shape="box"];1852[label="GT",fontsize=16,color="green",shape="box"];1853[label="EQ",fontsize=16,color="green",shape="box"];1854[label="max0 (Pos Zero) (Pos Zero) otherwise",fontsize=16,color="black",shape="box"];1854 -> 2076[label="",style="solid", color="black", weight=3]; 28.81/13.53 1855[label="Pos Zero",fontsize=16,color="green",shape="box"];1856[label="GT",fontsize=16,color="green",shape="box"];1857[label="GT",fontsize=16,color="green",shape="box"];1858[label="max0 (Pos Zero) (Neg (Succ vwx31000)) otherwise",fontsize=16,color="black",shape="box"];1858 -> 2077[label="",style="solid", color="black", weight=3]; 28.81/13.53 1859[label="Neg (Succ vwx31000)",fontsize=16,color="green",shape="box"];1860[label="GT",fontsize=16,color="green",shape="box"];1861[label="EQ",fontsize=16,color="green",shape="box"];1862[label="max0 (Pos Zero) (Neg Zero) otherwise",fontsize=16,color="black",shape="box"];1862 -> 2078[label="",style="solid", color="black", weight=3]; 28.81/13.53 1863[label="Neg Zero",fontsize=16,color="green",shape="box"];1864[label="max0 (Neg (Succ vwx3000)) (Pos vwx3100) True",fontsize=16,color="black",shape="box"];1864 -> 2079[label="",style="solid", color="black", weight=3]; 28.81/13.53 1865 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1865[label="primCmpNat vwx31000 vwx3000 == GT",fontsize=16,color="magenta"];1865 -> 2080[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1865 -> 2081[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1866[label="max1 (Neg (Succ vwx3000)) (Neg (Succ vwx31000)) False",fontsize=16,color="black",shape="box"];1866 -> 2082[label="",style="solid", color="black", weight=3]; 28.81/13.53 1867[label="max1 (Neg (Succ vwx3000)) (Neg (Succ vwx31000)) True",fontsize=16,color="black",shape="box"];1867 -> 2083[label="",style="solid", color="black", weight=3]; 28.81/13.53 1868 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1868[label="LT == GT",fontsize=16,color="magenta"];1868 -> 2084[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1868 -> 2085[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1869[label="max1 (Neg (Succ vwx3000)) (Neg Zero) False",fontsize=16,color="black",shape="box"];1869 -> 2086[label="",style="solid", color="black", weight=3]; 28.81/13.53 1870[label="max1 (Neg (Succ vwx3000)) (Neg Zero) True",fontsize=16,color="black",shape="box"];1870 -> 2087[label="",style="solid", color="black", weight=3]; 28.81/13.53 1871[label="GT",fontsize=16,color="green",shape="box"];1872[label="LT",fontsize=16,color="green",shape="box"];1873[label="max0 (Neg Zero) (Pos (Succ vwx31000)) otherwise",fontsize=16,color="black",shape="box"];1873 -> 2088[label="",style="solid", color="black", weight=3]; 28.81/13.53 1874[label="Pos (Succ vwx31000)",fontsize=16,color="green",shape="box"];1875[label="GT",fontsize=16,color="green",shape="box"];1876[label="EQ",fontsize=16,color="green",shape="box"];1877[label="max0 (Neg Zero) (Pos Zero) otherwise",fontsize=16,color="black",shape="box"];1877 -> 2089[label="",style="solid", color="black", weight=3]; 28.81/13.53 1878[label="Pos Zero",fontsize=16,color="green",shape="box"];1879[label="GT",fontsize=16,color="green",shape="box"];1880[label="primCmpNat (Succ vwx31000) Zero",fontsize=16,color="black",shape="box"];1880 -> 2090[label="",style="solid", color="black", weight=3]; 28.81/13.53 1881[label="max0 (Neg Zero) (Neg (Succ vwx31000)) otherwise",fontsize=16,color="black",shape="box"];1881 -> 2091[label="",style="solid", color="black", weight=3]; 28.81/13.53 1882[label="Neg (Succ vwx31000)",fontsize=16,color="green",shape="box"];1883[label="GT",fontsize=16,color="green",shape="box"];1884[label="EQ",fontsize=16,color="green",shape="box"];1885[label="max0 (Neg Zero) (Neg Zero) otherwise",fontsize=16,color="black",shape="box"];1885 -> 2092[label="",style="solid", color="black", weight=3]; 28.81/13.53 1886[label="Neg Zero",fontsize=16,color="green",shape="box"];1887[label="primMulInt vwx300 vwx3101",fontsize=16,color="burlywood",shape="triangle"];4439[label="vwx300/Pos vwx3000",fontsize=10,color="white",style="solid",shape="box"];1887 -> 4439[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4439 -> 2093[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4440[label="vwx300/Neg vwx3000",fontsize=10,color="white",style="solid",shape="box"];1887 -> 4440[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4440 -> 2094[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 1888[label="vwx301",fontsize=16,color="green",shape="box"];1889[label="vwx3100",fontsize=16,color="green",shape="box"];1890[label="Integer vwx3000 * vwx3101",fontsize=16,color="burlywood",shape="box"];4441[label="vwx3101/Integer vwx31010",fontsize=10,color="white",style="solid",shape="box"];1890 -> 4441[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4441 -> 2095[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 1891[label="vwx301",fontsize=16,color="green",shape="box"];1892[label="vwx3100",fontsize=16,color="green",shape="box"];1893[label="True",fontsize=16,color="green",shape="box"];1894[label="False",fontsize=16,color="green",shape="box"];1895[label="False",fontsize=16,color="green",shape="box"];1896[label="False",fontsize=16,color="green",shape="box"];1897[label="True",fontsize=16,color="green",shape="box"];1898[label="False",fontsize=16,color="green",shape="box"];1899[label="False",fontsize=16,color="green",shape="box"];1900[label="False",fontsize=16,color="green",shape="box"];1901[label="True",fontsize=16,color="green",shape="box"];1902 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1902[label="primCmpNat (Succ vwx30000) vwx31000 == GT",fontsize=16,color="magenta"];1902 -> 2096[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1902 -> 2097[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1903[label="max1 (Integer (Pos (Succ vwx30000))) (Integer (Pos vwx31000)) False",fontsize=16,color="black",shape="box"];1903 -> 2098[label="",style="solid", color="black", weight=3]; 28.81/13.53 1904[label="max1 (Integer (Pos (Succ vwx30000))) (Integer (Pos vwx31000)) True",fontsize=16,color="black",shape="box"];1904 -> 2099[label="",style="solid", color="black", weight=3]; 28.81/13.53 1905 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1905[label="GT == GT",fontsize=16,color="magenta"];1905 -> 2100[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1905 -> 2101[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1906[label="max1 (Integer (Pos (Succ vwx30000))) (Integer (Neg vwx31000)) False",fontsize=16,color="black",shape="box"];1906 -> 2102[label="",style="solid", color="black", weight=3]; 28.81/13.53 1907[label="max1 (Integer (Pos (Succ vwx30000))) (Integer (Neg vwx31000)) True",fontsize=16,color="black",shape="box"];1907 -> 2103[label="",style="solid", color="black", weight=3]; 28.81/13.53 1909 -> 798[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1909[label="not (primCmpNat Zero (Succ vwx310000) == GT)",fontsize=16,color="magenta"];1909 -> 2104[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1908[label="max1 (Integer (Pos Zero)) (Integer (Pos (Succ vwx310000))) vwx205",fontsize=16,color="burlywood",shape="triangle"];4442[label="vwx205/False",fontsize=10,color="white",style="solid",shape="box"];1908 -> 4442[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4442 -> 2105[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4443[label="vwx205/True",fontsize=10,color="white",style="solid",shape="box"];1908 -> 4443[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4443 -> 2106[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 1915 -> 798[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1915[label="not (EQ == GT)",fontsize=16,color="magenta"];1915 -> 2107[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1914[label="max1 (Integer (Pos Zero)) (Integer (Pos Zero)) vwx207",fontsize=16,color="burlywood",shape="triangle"];4444[label="vwx207/False",fontsize=10,color="white",style="solid",shape="box"];1914 -> 4444[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4444 -> 2108[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4445[label="vwx207/True",fontsize=10,color="white",style="solid",shape="box"];1914 -> 4445[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4445 -> 2109[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 1926 -> 798[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1926[label="not (GT == GT)",fontsize=16,color="magenta"];1926 -> 2110[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1925[label="max1 (Integer (Pos Zero)) (Integer (Neg (Succ vwx310000))) vwx210",fontsize=16,color="burlywood",shape="triangle"];4446[label="vwx210/False",fontsize=10,color="white",style="solid",shape="box"];1925 -> 4446[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4446 -> 2111[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4447[label="vwx210/True",fontsize=10,color="white",style="solid",shape="box"];1925 -> 4447[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4447 -> 2112[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 1929 -> 798[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1929[label="not (EQ == GT)",fontsize=16,color="magenta"];1929 -> 2113[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1928[label="max1 (Integer (Pos Zero)) (Integer (Neg Zero)) vwx212",fontsize=16,color="burlywood",shape="triangle"];4448[label="vwx212/False",fontsize=10,color="white",style="solid",shape="box"];1928 -> 4448[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4448 -> 2114[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4449[label="vwx212/True",fontsize=10,color="white",style="solid",shape="box"];1928 -> 4449[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4449 -> 2115[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 1930 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1930[label="LT == GT",fontsize=16,color="magenta"];1930 -> 2116[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1930 -> 2117[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1931[label="max1 (Integer (Neg (Succ vwx30000))) (Integer (Pos vwx31000)) False",fontsize=16,color="black",shape="box"];1931 -> 2118[label="",style="solid", color="black", weight=3]; 28.81/13.53 1932[label="max1 (Integer (Neg (Succ vwx30000))) (Integer (Pos vwx31000)) True",fontsize=16,color="black",shape="box"];1932 -> 2119[label="",style="solid", color="black", weight=3]; 28.81/13.53 1933 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1933[label="primCmpNat vwx31000 (Succ vwx30000) == GT",fontsize=16,color="magenta"];1933 -> 2120[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1933 -> 2121[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1934[label="max1 (Integer (Neg (Succ vwx30000))) (Integer (Neg vwx31000)) False",fontsize=16,color="black",shape="box"];1934 -> 2122[label="",style="solid", color="black", weight=3]; 28.81/13.53 1935[label="max1 (Integer (Neg (Succ vwx30000))) (Integer (Neg vwx31000)) True",fontsize=16,color="black",shape="box"];1935 -> 2123[label="",style="solid", color="black", weight=3]; 28.81/13.53 1937 -> 798[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1937[label="not (LT == GT)",fontsize=16,color="magenta"];1937 -> 2124[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1936[label="max1 (Integer (Neg Zero)) (Integer (Pos (Succ vwx310000))) vwx214",fontsize=16,color="burlywood",shape="triangle"];4450[label="vwx214/False",fontsize=10,color="white",style="solid",shape="box"];1936 -> 4450[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4450 -> 2125[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4451[label="vwx214/True",fontsize=10,color="white",style="solid",shape="box"];1936 -> 4451[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4451 -> 2126[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 1939 -> 798[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1939[label="not (EQ == GT)",fontsize=16,color="magenta"];1939 -> 2127[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1938[label="max1 (Integer (Neg Zero)) (Integer (Pos Zero)) vwx216",fontsize=16,color="burlywood",shape="triangle"];4452[label="vwx216/False",fontsize=10,color="white",style="solid",shape="box"];1938 -> 4452[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4452 -> 2128[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4453[label="vwx216/True",fontsize=10,color="white",style="solid",shape="box"];1938 -> 4453[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4453 -> 2129[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 1941 -> 798[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1941[label="not (primCmpNat (Succ vwx310000) Zero == GT)",fontsize=16,color="magenta"];1941 -> 2130[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1940[label="max1 (Integer (Neg Zero)) (Integer (Neg (Succ vwx310000))) vwx218",fontsize=16,color="burlywood",shape="triangle"];4454[label="vwx218/False",fontsize=10,color="white",style="solid",shape="box"];1940 -> 4454[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4454 -> 2131[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4455[label="vwx218/True",fontsize=10,color="white",style="solid",shape="box"];1940 -> 4455[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4455 -> 2132[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 1943 -> 798[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1943[label="not (EQ == GT)",fontsize=16,color="magenta"];1943 -> 2133[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1942[label="max1 (Integer (Neg Zero)) (Integer (Neg Zero)) vwx220",fontsize=16,color="burlywood",shape="triangle"];4456[label="vwx220/False",fontsize=10,color="white",style="solid",shape="box"];1942 -> 4456[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4456 -> 2134[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4457[label="vwx220/True",fontsize=10,color="white",style="solid",shape="box"];1942 -> 4457[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4457 -> 2135[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 1944[label="GT",fontsize=16,color="green",shape="box"];1945 -> 693[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1945[label="compare (vwx300 * Pos vwx31010) (Pos vwx3010 * vwx3100)",fontsize=16,color="magenta"];1945 -> 2136[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1945 -> 2137[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1946[label="max0 (Double vwx300 (Pos vwx3010)) (Double vwx3100 (Pos vwx31010)) otherwise",fontsize=16,color="black",shape="box"];1946 -> 2138[label="",style="solid", color="black", weight=3]; 28.81/13.53 1947[label="Double vwx3100 (Pos vwx31010)",fontsize=16,color="green",shape="box"];1948[label="GT",fontsize=16,color="green",shape="box"];1949 -> 693[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1949[label="compare (vwx300 * Pos vwx31010) (Neg vwx3010 * vwx3100)",fontsize=16,color="magenta"];1949 -> 2139[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1949 -> 2140[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1950[label="max0 (Double vwx300 (Pos vwx3010)) (Double vwx3100 (Neg vwx31010)) otherwise",fontsize=16,color="black",shape="box"];1950 -> 2141[label="",style="solid", color="black", weight=3]; 28.81/13.53 1951[label="Double vwx3100 (Neg vwx31010)",fontsize=16,color="green",shape="box"];1952[label="GT",fontsize=16,color="green",shape="box"];1953 -> 693[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1953[label="compare (vwx300 * Neg vwx31010) (Pos vwx3010 * vwx3100)",fontsize=16,color="magenta"];1953 -> 2142[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1953 -> 2143[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1954[label="max0 (Double vwx300 (Neg vwx3010)) (Double vwx3100 (Pos vwx31010)) otherwise",fontsize=16,color="black",shape="box"];1954 -> 2144[label="",style="solid", color="black", weight=3]; 28.81/13.53 1955[label="Double vwx3100 (Pos vwx31010)",fontsize=16,color="green",shape="box"];1956[label="GT",fontsize=16,color="green",shape="box"];1957 -> 693[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1957[label="compare (vwx300 * Neg vwx31010) (Neg vwx3010 * vwx3100)",fontsize=16,color="magenta"];1957 -> 2145[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1957 -> 2146[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1958[label="max0 (Double vwx300 (Neg vwx3010)) (Double vwx3100 (Neg vwx31010)) otherwise",fontsize=16,color="black",shape="box"];1958 -> 2147[label="",style="solid", color="black", weight=3]; 28.81/13.53 1959[label="Double vwx3100 (Neg vwx31010)",fontsize=16,color="green",shape="box"];1960[label="GT",fontsize=16,color="green",shape="box"];1961 -> 693[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1961[label="compare (vwx300 * Pos vwx31010) (Pos vwx3010 * vwx3100)",fontsize=16,color="magenta"];1961 -> 2148[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1961 -> 2149[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1962[label="max0 (Float vwx300 (Pos vwx3010)) (Float vwx3100 (Pos vwx31010)) otherwise",fontsize=16,color="black",shape="box"];1962 -> 2150[label="",style="solid", color="black", weight=3]; 28.81/13.53 1963[label="Float vwx3100 (Pos vwx31010)",fontsize=16,color="green",shape="box"];1964[label="GT",fontsize=16,color="green",shape="box"];1965 -> 693[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1965[label="compare (vwx300 * Pos vwx31010) (Neg vwx3010 * vwx3100)",fontsize=16,color="magenta"];1965 -> 2151[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1965 -> 2152[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1966[label="max0 (Float vwx300 (Pos vwx3010)) (Float vwx3100 (Neg vwx31010)) otherwise",fontsize=16,color="black",shape="box"];1966 -> 2153[label="",style="solid", color="black", weight=3]; 28.81/13.53 1967[label="Float vwx3100 (Neg vwx31010)",fontsize=16,color="green",shape="box"];1968[label="GT",fontsize=16,color="green",shape="box"];1969 -> 693[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1969[label="compare (vwx300 * Neg vwx31010) (Pos vwx3010 * vwx3100)",fontsize=16,color="magenta"];1969 -> 2154[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1969 -> 2155[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1970[label="max0 (Float vwx300 (Neg vwx3010)) (Float vwx3100 (Pos vwx31010)) otherwise",fontsize=16,color="black",shape="box"];1970 -> 2156[label="",style="solid", color="black", weight=3]; 28.81/13.53 1971[label="Float vwx3100 (Pos vwx31010)",fontsize=16,color="green",shape="box"];1972[label="GT",fontsize=16,color="green",shape="box"];1973 -> 693[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1973[label="compare (vwx300 * Neg vwx31010) (Neg vwx3010 * vwx3100)",fontsize=16,color="magenta"];1973 -> 2157[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1973 -> 2158[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1974[label="max0 (Float vwx300 (Neg vwx3010)) (Float vwx3100 (Neg vwx31010)) otherwise",fontsize=16,color="black",shape="box"];1974 -> 2159[label="",style="solid", color="black", weight=3]; 28.81/13.53 1975[label="Float vwx3100 (Neg vwx31010)",fontsize=16,color="green",shape="box"];1977[label="compare vwx300 vwx3100",fontsize=16,color="blue",shape="box"];4458[label="compare :: ((@3) a b c) -> ((@3) a b c) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1977 -> 4458[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4458 -> 2160[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4459[label="compare :: Char -> Char -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1977 -> 4459[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4459 -> 2161[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4460[label="compare :: () -> () -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1977 -> 4460[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4460 -> 2162[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4461[label="compare :: ((@2) a b) -> ((@2) a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1977 -> 4461[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4461 -> 2163[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4462[label="compare :: (Maybe a) -> (Maybe a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1977 -> 4462[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4462 -> 2164[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4463[label="compare :: Bool -> Bool -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1977 -> 4463[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4463 -> 2165[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4464[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1977 -> 4464[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4464 -> 2166[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4465[label="compare :: (Either a b) -> (Either a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1977 -> 4465[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4465 -> 2167[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4466[label="compare :: (Ratio a) -> (Ratio a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1977 -> 4466[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4466 -> 2168[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4467[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1977 -> 4467[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4467 -> 2169[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4468[label="compare :: Double -> Double -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1977 -> 4468[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4468 -> 2170[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4469[label="compare :: Ordering -> Ordering -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1977 -> 4469[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4469 -> 2171[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4470[label="compare :: Float -> Float -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1977 -> 4470[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4470 -> 2172[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4471[label="compare :: ([] a) -> ([] a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1977 -> 4471[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4471 -> 2173[label="",style="solid", color="blue", weight=3]; 28.81/13.53 1978[label="vwx209",fontsize=16,color="green",shape="box"];1976[label="primCompAux0 vwx225 vwx226",fontsize=16,color="burlywood",shape="triangle"];4472[label="vwx226/LT",fontsize=10,color="white",style="solid",shape="box"];1976 -> 4472[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4472 -> 2174[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4473[label="vwx226/EQ",fontsize=10,color="white",style="solid",shape="box"];1976 -> 4473[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4473 -> 2175[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4474[label="vwx226/GT",fontsize=10,color="white",style="solid",shape="box"];1976 -> 4474[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4474 -> 2176[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 980[label="compare2 (vwx3000,vwx3001,vwx3002) (vwx31000,vwx31001,vwx31002) ((vwx3000,vwx3001,vwx3002) == (vwx31000,vwx31001,vwx31002)) == LT",fontsize=16,color="black",shape="box"];980 -> 2177[label="",style="solid", color="black", weight=3]; 28.81/13.53 981 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 981[label="primCmpNat vwx3000 vwx31000 == LT",fontsize=16,color="magenta"];981 -> 2178[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 981 -> 2179[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 982[label="LT",fontsize=16,color="green",shape="box"];983[label="EQ",fontsize=16,color="green",shape="box"];984[label="compare2 (vwx3000,vwx3001) (vwx31000,vwx31001) ((vwx3000,vwx3001) == (vwx31000,vwx31001)) == LT",fontsize=16,color="black",shape="box"];984 -> 2180[label="",style="solid", color="black", weight=3]; 28.81/13.53 985[label="compare2 Nothing Nothing (Nothing == Nothing) == LT",fontsize=16,color="black",shape="box"];985 -> 2181[label="",style="solid", color="black", weight=3]; 28.81/13.53 986[label="compare2 Nothing (Just vwx31000) (Nothing == Just vwx31000) == LT",fontsize=16,color="black",shape="box"];986 -> 2182[label="",style="solid", color="black", weight=3]; 28.81/13.53 987[label="compare2 (Just vwx3000) Nothing (Just vwx3000 == Nothing) == LT",fontsize=16,color="black",shape="box"];987 -> 2183[label="",style="solid", color="black", weight=3]; 28.81/13.53 988[label="compare2 (Just vwx3000) (Just vwx31000) (Just vwx3000 == Just vwx31000) == LT",fontsize=16,color="black",shape="box"];988 -> 2184[label="",style="solid", color="black", weight=3]; 28.81/13.53 989[label="compare2 False False (False == False) == LT",fontsize=16,color="black",shape="box"];989 -> 2185[label="",style="solid", color="black", weight=3]; 28.81/13.53 990[label="compare2 False True (False == True) == LT",fontsize=16,color="black",shape="box"];990 -> 2186[label="",style="solid", color="black", weight=3]; 28.81/13.53 991[label="compare2 True False (True == False) == LT",fontsize=16,color="black",shape="box"];991 -> 2187[label="",style="solid", color="black", weight=3]; 28.81/13.53 992[label="compare2 True True (True == True) == LT",fontsize=16,color="black",shape="box"];992 -> 2188[label="",style="solid", color="black", weight=3]; 28.81/13.53 993[label="primCmpInt (Pos (Succ vwx30000)) (Pos vwx31000) == LT",fontsize=16,color="black",shape="box"];993 -> 2189[label="",style="solid", color="black", weight=3]; 28.81/13.53 994[label="primCmpInt (Pos (Succ vwx30000)) (Neg vwx31000) == LT",fontsize=16,color="black",shape="box"];994 -> 2190[label="",style="solid", color="black", weight=3]; 28.81/13.53 995[label="primCmpInt (Pos Zero) (Pos vwx31000) == LT",fontsize=16,color="burlywood",shape="box"];4475[label="vwx31000/Succ vwx310000",fontsize=10,color="white",style="solid",shape="box"];995 -> 4475[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4475 -> 2191[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4476[label="vwx31000/Zero",fontsize=10,color="white",style="solid",shape="box"];995 -> 4476[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4476 -> 2192[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 996[label="primCmpInt (Pos Zero) (Neg vwx31000) == LT",fontsize=16,color="burlywood",shape="box"];4477[label="vwx31000/Succ vwx310000",fontsize=10,color="white",style="solid",shape="box"];996 -> 4477[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4477 -> 2193[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4478[label="vwx31000/Zero",fontsize=10,color="white",style="solid",shape="box"];996 -> 4478[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4478 -> 2194[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 997[label="primCmpInt (Neg (Succ vwx30000)) (Pos vwx31000) == LT",fontsize=16,color="black",shape="box"];997 -> 2195[label="",style="solid", color="black", weight=3]; 28.81/13.53 998[label="primCmpInt (Neg (Succ vwx30000)) (Neg vwx31000) == LT",fontsize=16,color="black",shape="box"];998 -> 2196[label="",style="solid", color="black", weight=3]; 28.81/13.53 999[label="primCmpInt (Neg Zero) (Pos vwx31000) == LT",fontsize=16,color="burlywood",shape="box"];4479[label="vwx31000/Succ vwx310000",fontsize=10,color="white",style="solid",shape="box"];999 -> 4479[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4479 -> 2197[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4480[label="vwx31000/Zero",fontsize=10,color="white",style="solid",shape="box"];999 -> 4480[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4480 -> 2198[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 1000[label="primCmpInt (Neg Zero) (Neg vwx31000) == LT",fontsize=16,color="burlywood",shape="box"];4481[label="vwx31000/Succ vwx310000",fontsize=10,color="white",style="solid",shape="box"];1000 -> 4481[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4481 -> 2199[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4482[label="vwx31000/Zero",fontsize=10,color="white",style="solid",shape="box"];1000 -> 4482[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4482 -> 2200[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 1001[label="compare2 (Left vwx3000) (Left vwx31000) (Left vwx3000 == Left vwx31000) == LT",fontsize=16,color="black",shape="box"];1001 -> 2201[label="",style="solid", color="black", weight=3]; 28.81/13.53 1002[label="compare2 (Left vwx3000) (Right vwx31000) (Left vwx3000 == Right vwx31000) == LT",fontsize=16,color="black",shape="box"];1002 -> 2202[label="",style="solid", color="black", weight=3]; 28.81/13.53 1003[label="compare2 (Right vwx3000) (Left vwx31000) (Right vwx3000 == Left vwx31000) == LT",fontsize=16,color="black",shape="box"];1003 -> 2203[label="",style="solid", color="black", weight=3]; 28.81/13.53 1004[label="compare2 (Right vwx3000) (Right vwx31000) (Right vwx3000 == Right vwx31000) == LT",fontsize=16,color="black",shape="box"];1004 -> 2204[label="",style="solid", color="black", weight=3]; 28.81/13.53 1005[label="LT",fontsize=16,color="green",shape="box"];1006[label="compare (vwx3000 * vwx31001) (vwx31000 * vwx3001)",fontsize=16,color="blue",shape="box"];4483[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1006 -> 4483[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4483 -> 2205[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4484[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1006 -> 4484[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4484 -> 2206[label="",style="solid", color="blue", weight=3]; 28.81/13.53 1007[label="LT",fontsize=16,color="green",shape="box"];1008 -> 967[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1008[label="primCmpInt vwx3000 vwx31000",fontsize=16,color="magenta"];1008 -> 2207[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1008 -> 2208[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1009[label="primCmpDouble (Double vwx3000 (Pos vwx30010)) (Double vwx31000 vwx31001) == LT",fontsize=16,color="burlywood",shape="box"];4485[label="vwx31001/Pos vwx310010",fontsize=10,color="white",style="solid",shape="box"];1009 -> 4485[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4485 -> 2209[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4486[label="vwx31001/Neg vwx310010",fontsize=10,color="white",style="solid",shape="box"];1009 -> 4486[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4486 -> 2210[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 1010[label="primCmpDouble (Double vwx3000 (Neg vwx30010)) (Double vwx31000 vwx31001) == LT",fontsize=16,color="burlywood",shape="box"];4487[label="vwx31001/Pos vwx310010",fontsize=10,color="white",style="solid",shape="box"];1010 -> 4487[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4487 -> 2211[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4488[label="vwx31001/Neg vwx310010",fontsize=10,color="white",style="solid",shape="box"];1010 -> 4488[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4488 -> 2212[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 1011[label="compare2 LT LT (LT == LT) == LT",fontsize=16,color="black",shape="box"];1011 -> 2213[label="",style="solid", color="black", weight=3]; 28.81/13.53 1012[label="compare2 LT EQ (LT == EQ) == LT",fontsize=16,color="black",shape="box"];1012 -> 2214[label="",style="solid", color="black", weight=3]; 28.81/13.53 1013[label="compare2 LT GT (LT == GT) == LT",fontsize=16,color="black",shape="box"];1013 -> 2215[label="",style="solid", color="black", weight=3]; 28.81/13.53 1014[label="compare2 EQ LT (EQ == LT) == LT",fontsize=16,color="black",shape="box"];1014 -> 2216[label="",style="solid", color="black", weight=3]; 28.81/13.53 1015[label="compare2 EQ EQ (EQ == EQ) == LT",fontsize=16,color="black",shape="box"];1015 -> 2217[label="",style="solid", color="black", weight=3]; 28.81/13.53 1016[label="compare2 EQ GT (EQ == GT) == LT",fontsize=16,color="black",shape="box"];1016 -> 2218[label="",style="solid", color="black", weight=3]; 28.81/13.53 1017[label="compare2 GT LT (GT == LT) == LT",fontsize=16,color="black",shape="box"];1017 -> 2219[label="",style="solid", color="black", weight=3]; 28.81/13.53 1018[label="compare2 GT EQ (GT == EQ) == LT",fontsize=16,color="black",shape="box"];1018 -> 2220[label="",style="solid", color="black", weight=3]; 28.81/13.53 1019[label="compare2 GT GT (GT == GT) == LT",fontsize=16,color="black",shape="box"];1019 -> 2221[label="",style="solid", color="black", weight=3]; 28.81/13.53 1020[label="primCmpFloat (Float vwx3000 (Pos vwx30010)) (Float vwx31000 vwx31001) == LT",fontsize=16,color="burlywood",shape="box"];4489[label="vwx31001/Pos vwx310010",fontsize=10,color="white",style="solid",shape="box"];1020 -> 4489[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4489 -> 2222[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4490[label="vwx31001/Neg vwx310010",fontsize=10,color="white",style="solid",shape="box"];1020 -> 4490[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4490 -> 2223[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 1021[label="primCmpFloat (Float vwx3000 (Neg vwx30010)) (Float vwx31000 vwx31001) == LT",fontsize=16,color="burlywood",shape="box"];4491[label="vwx31001/Pos vwx310010",fontsize=10,color="white",style="solid",shape="box"];1021 -> 4491[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4491 -> 2224[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4492[label="vwx31001/Neg vwx310010",fontsize=10,color="white",style="solid",shape="box"];1021 -> 4492[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4492 -> 2225[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 1022[label="LT",fontsize=16,color="green",shape="box"];1023 -> 1916[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1023[label="primCompAux vwx3000 vwx31000 (compare vwx3001 vwx31001)",fontsize=16,color="magenta"];1023 -> 1918[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1023 -> 1919[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1023 -> 1920[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1024[label="LT",fontsize=16,color="green",shape="box"];1025[label="GT",fontsize=16,color="green",shape="box"];1026[label="LT",fontsize=16,color="green",shape="box"];1027[label="LT",fontsize=16,color="green",shape="box"];1028[label="LT",fontsize=16,color="green",shape="box"];1029[label="EQ",fontsize=16,color="green",shape="box"];1030[label="primEqFloat (Float vwx120 vwx121) vwx15",fontsize=16,color="burlywood",shape="box"];4493[label="vwx15/Float vwx150 vwx151",fontsize=10,color="white",style="solid",shape="box"];1030 -> 4493[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4493 -> 2226[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 1979 -> 1254[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1979[label="vwx1080 == vwx1090 && vwx1081 == vwx1091 && vwx1082 == vwx1092",fontsize=16,color="magenta"];1979 -> 2258[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1979 -> 2259[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1032[label="() == ()",fontsize=16,color="black",shape="box"];1032 -> 2227[label="",style="solid", color="black", weight=3]; 28.81/13.53 1980[label="vwx1080 == vwx1090",fontsize=16,color="blue",shape="box"];4494[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1980 -> 4494[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4494 -> 2260[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4495[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1980 -> 4495[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4495 -> 2261[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4496[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1980 -> 4496[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4496 -> 2262[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4497[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1980 -> 4497[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4497 -> 2263[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4498[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1980 -> 4498[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4498 -> 2264[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4499[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1980 -> 4499[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4499 -> 2265[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4500[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1980 -> 4500[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4500 -> 2266[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4501[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1980 -> 4501[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4501 -> 2267[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4502[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1980 -> 4502[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4502 -> 2268[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4503[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1980 -> 4503[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4503 -> 2269[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4504[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1980 -> 4504[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4504 -> 2270[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4505[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1980 -> 4505[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4505 -> 2271[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4506[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1980 -> 4506[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4506 -> 2272[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4507[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1980 -> 4507[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4507 -> 2273[label="",style="solid", color="blue", weight=3]; 28.81/13.53 1981[label="False",fontsize=16,color="green",shape="box"];1982[label="False",fontsize=16,color="green",shape="box"];1983[label="vwx1080 == vwx1090",fontsize=16,color="blue",shape="box"];4508[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1983 -> 4508[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4508 -> 2274[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4509[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1983 -> 4509[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4509 -> 2275[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4510[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1983 -> 4510[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4510 -> 2276[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4511[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1983 -> 4511[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4511 -> 2277[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4512[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1983 -> 4512[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4512 -> 2278[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4513[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1983 -> 4513[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4513 -> 2279[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4514[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1983 -> 4514[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4514 -> 2280[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4515[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1983 -> 4515[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4515 -> 2281[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4516[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1983 -> 4516[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4516 -> 2282[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4517[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1983 -> 4517[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4517 -> 2283[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4518[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1983 -> 4518[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4518 -> 2284[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4519[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1983 -> 4519[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4519 -> 2285[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4520[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1983 -> 4520[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4520 -> 2286[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4521[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1983 -> 4521[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4521 -> 2287[label="",style="solid", color="blue", weight=3]; 28.81/13.53 1037[label="primEqInt (Pos vwx120) vwx15",fontsize=16,color="burlywood",shape="box"];4522[label="vwx120/Succ vwx1200",fontsize=10,color="white",style="solid",shape="box"];1037 -> 4522[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4522 -> 2228[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4523[label="vwx120/Zero",fontsize=10,color="white",style="solid",shape="box"];1037 -> 4523[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4523 -> 2229[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 1038[label="primEqInt (Neg vwx120) vwx15",fontsize=16,color="burlywood",shape="box"];4524[label="vwx120/Succ vwx1200",fontsize=10,color="white",style="solid",shape="box"];1038 -> 4524[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4524 -> 2230[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4525[label="vwx120/Zero",fontsize=10,color="white",style="solid",shape="box"];1038 -> 4525[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4525 -> 2231[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 1039[label="Integer vwx120 == Integer vwx150",fontsize=16,color="black",shape="box"];1039 -> 2232[label="",style="solid", color="black", weight=3]; 28.81/13.53 1984[label="True",fontsize=16,color="green",shape="box"];1985[label="False",fontsize=16,color="green",shape="box"];1986[label="False",fontsize=16,color="green",shape="box"];1987[label="vwx1080 == vwx1090",fontsize=16,color="blue",shape="box"];4526[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1987 -> 4526[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4526 -> 2288[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4527[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1987 -> 4527[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4527 -> 2289[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4528[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1987 -> 4528[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4528 -> 2290[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4529[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1987 -> 4529[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4529 -> 2291[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4530[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1987 -> 4530[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4530 -> 2292[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4531[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1987 -> 4531[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4531 -> 2293[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4532[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1987 -> 4532[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4532 -> 2294[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4533[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1987 -> 4533[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4533 -> 2295[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4534[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1987 -> 4534[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4534 -> 2296[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4535[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1987 -> 4535[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4535 -> 2297[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4536[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1987 -> 4536[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4536 -> 2298[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4537[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1987 -> 4537[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4537 -> 2299[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4538[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1987 -> 4538[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4538 -> 2300[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4539[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1987 -> 4539[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4539 -> 2301[label="",style="solid", color="blue", weight=3]; 28.81/13.53 1044[label="primEqDouble (Double vwx120 vwx121) vwx15",fontsize=16,color="burlywood",shape="box"];4540[label="vwx15/Double vwx150 vwx151",fontsize=10,color="white",style="solid",shape="box"];1044 -> 4540[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4540 -> 2233[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 1045[label="False == False",fontsize=16,color="black",shape="box"];1045 -> 2234[label="",style="solid", color="black", weight=3]; 28.81/13.53 1046[label="False == True",fontsize=16,color="black",shape="box"];1046 -> 2235[label="",style="solid", color="black", weight=3]; 28.81/13.53 1047[label="True == False",fontsize=16,color="black",shape="box"];1047 -> 2236[label="",style="solid", color="black", weight=3]; 28.81/13.53 1048[label="True == True",fontsize=16,color="black",shape="box"];1048 -> 2237[label="",style="solid", color="black", weight=3]; 28.81/13.53 1049[label="primEqChar (Char vwx120) vwx15",fontsize=16,color="burlywood",shape="box"];4541[label="vwx15/Char vwx150",fontsize=10,color="white",style="solid",shape="box"];1049 -> 4541[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4541 -> 2238[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 1988 -> 1254[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1988[label="vwx1080 == vwx1090 && vwx1081 == vwx1091",fontsize=16,color="magenta"];1988 -> 2302[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1988 -> 2303[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1989[label="False",fontsize=16,color="green",shape="box"];1990[label="False",fontsize=16,color="green",shape="box"];1991[label="True",fontsize=16,color="green",shape="box"];1992 -> 1254[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1992[label="vwx1080 == vwx1090 && vwx1081 == vwx1091",fontsize=16,color="magenta"];1992 -> 2304[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1992 -> 2305[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1064[label="vwx120 :% vwx121 == vwx150 :% vwx151",fontsize=16,color="black",shape="box"];1064 -> 2239[label="",style="solid", color="black", weight=3]; 28.81/13.53 1993[label="GT",fontsize=16,color="green",shape="box"];1994[label="primCmpNat vwx3000 vwx31000",fontsize=16,color="burlywood",shape="triangle"];4542[label="vwx3000/Succ vwx30000",fontsize=10,color="white",style="solid",shape="box"];1994 -> 4542[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4542 -> 2306[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4543[label="vwx3000/Zero",fontsize=10,color="white",style="solid",shape="box"];1994 -> 4543[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4543 -> 2307[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 1995[label="max0 (Char (Succ vwx3000)) (Char (Succ vwx31000)) otherwise",fontsize=16,color="black",shape="box"];1995 -> 2308[label="",style="solid", color="black", weight=3]; 28.81/13.53 1996[label="Char (Succ vwx31000)",fontsize=16,color="green",shape="box"];1997[label="GT",fontsize=16,color="green",shape="box"];1998[label="GT",fontsize=16,color="green",shape="box"];1999[label="max0 (Char (Succ vwx3000)) (Char Zero) otherwise",fontsize=16,color="black",shape="box"];1999 -> 2309[label="",style="solid", color="black", weight=3]; 28.81/13.53 2000[label="Char Zero",fontsize=16,color="green",shape="box"];2001[label="GT",fontsize=16,color="green",shape="box"];2002[label="LT",fontsize=16,color="green",shape="box"];2003[label="max0 (Char Zero) (Char (Succ vwx31000)) otherwise",fontsize=16,color="black",shape="box"];2003 -> 2310[label="",style="solid", color="black", weight=3]; 28.81/13.53 2004[label="Char (Succ vwx31000)",fontsize=16,color="green",shape="box"];2005[label="GT",fontsize=16,color="green",shape="box"];2006[label="EQ",fontsize=16,color="green",shape="box"];2007[label="max0 (Char Zero) (Char Zero) otherwise",fontsize=16,color="black",shape="box"];2007 -> 2311[label="",style="solid", color="black", weight=3]; 28.81/13.53 2008[label="Char Zero",fontsize=16,color="green",shape="box"];2009[label="vwx3001",fontsize=16,color="green",shape="box"];2010[label="vwx31001",fontsize=16,color="green",shape="box"];2011[label="vwx3001",fontsize=16,color="green",shape="box"];2012[label="vwx31001",fontsize=16,color="green",shape="box"];2013[label="vwx3001",fontsize=16,color="green",shape="box"];2014[label="vwx31001",fontsize=16,color="green",shape="box"];2015[label="vwx3001",fontsize=16,color="green",shape="box"];2016[label="vwx31001",fontsize=16,color="green",shape="box"];2017[label="vwx3001",fontsize=16,color="green",shape="box"];2018[label="vwx31001",fontsize=16,color="green",shape="box"];2019[label="vwx3001",fontsize=16,color="green",shape="box"];2020[label="vwx31001",fontsize=16,color="green",shape="box"];2021[label="vwx3001",fontsize=16,color="green",shape="box"];2022[label="vwx31001",fontsize=16,color="green",shape="box"];2023[label="vwx3001",fontsize=16,color="green",shape="box"];2024[label="vwx31001",fontsize=16,color="green",shape="box"];2025[label="vwx3001",fontsize=16,color="green",shape="box"];2026[label="vwx31001",fontsize=16,color="green",shape="box"];2027[label="vwx3001",fontsize=16,color="green",shape="box"];2028[label="vwx31001",fontsize=16,color="green",shape="box"];2029[label="vwx3001",fontsize=16,color="green",shape="box"];2030[label="vwx31001",fontsize=16,color="green",shape="box"];2031[label="vwx3001",fontsize=16,color="green",shape="box"];2032[label="vwx31001",fontsize=16,color="green",shape="box"];2033[label="vwx3001",fontsize=16,color="green",shape="box"];2034[label="vwx31001",fontsize=16,color="green",shape="box"];2035[label="vwx3001",fontsize=16,color="green",shape="box"];2036[label="vwx31001",fontsize=16,color="green",shape="box"];2037[label="vwx3002",fontsize=16,color="green",shape="box"];2038[label="vwx31002",fontsize=16,color="green",shape="box"];2039[label="vwx3002",fontsize=16,color="green",shape="box"];2040[label="vwx31002",fontsize=16,color="green",shape="box"];2041[label="vwx3002",fontsize=16,color="green",shape="box"];2042[label="vwx31002",fontsize=16,color="green",shape="box"];2043[label="vwx3002",fontsize=16,color="green",shape="box"];2044[label="vwx31002",fontsize=16,color="green",shape="box"];2045[label="vwx3002",fontsize=16,color="green",shape="box"];2046[label="vwx31002",fontsize=16,color="green",shape="box"];2047[label="vwx3002",fontsize=16,color="green",shape="box"];2048[label="vwx31002",fontsize=16,color="green",shape="box"];2049[label="vwx3002",fontsize=16,color="green",shape="box"];2050[label="vwx31002",fontsize=16,color="green",shape="box"];2051[label="vwx3002",fontsize=16,color="green",shape="box"];2052[label="vwx31002",fontsize=16,color="green",shape="box"];2053[label="vwx3002",fontsize=16,color="green",shape="box"];2054[label="vwx31002",fontsize=16,color="green",shape="box"];2055[label="vwx3002",fontsize=16,color="green",shape="box"];2056[label="vwx31002",fontsize=16,color="green",shape="box"];2057[label="vwx3002",fontsize=16,color="green",shape="box"];2058[label="vwx31002",fontsize=16,color="green",shape="box"];2059[label="vwx3002",fontsize=16,color="green",shape="box"];2060[label="vwx31002",fontsize=16,color="green",shape="box"];2061[label="vwx3002",fontsize=16,color="green",shape="box"];2062[label="vwx31002",fontsize=16,color="green",shape="box"];2063[label="vwx3002",fontsize=16,color="green",shape="box"];2064[label="vwx31002",fontsize=16,color="green",shape="box"];1667[label="primCmpChar (Char vwx3000) vwx3100",fontsize=16,color="burlywood",shape="box"];4544[label="vwx3100/Char vwx31000",fontsize=10,color="white",style="solid",shape="box"];1667 -> 4544[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4544 -> 2240[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 1668[label="compare () ()",fontsize=16,color="black",shape="box"];1668 -> 2241[label="",style="solid", color="black", weight=3]; 28.81/13.53 1672[label="primCmpInt (Pos vwx3000) vwx3100",fontsize=16,color="burlywood",shape="box"];4545[label="vwx3000/Succ vwx30000",fontsize=10,color="white",style="solid",shape="box"];1672 -> 4545[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4545 -> 2242[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4546[label="vwx3000/Zero",fontsize=10,color="white",style="solid",shape="box"];1672 -> 4546[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4546 -> 2243[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 1673[label="primCmpInt (Neg vwx3000) vwx3100",fontsize=16,color="burlywood",shape="box"];4547[label="vwx3000/Succ vwx30000",fontsize=10,color="white",style="solid",shape="box"];1673 -> 4547[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4547 -> 2244[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4548[label="vwx3000/Zero",fontsize=10,color="white",style="solid",shape="box"];1673 -> 4548[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4548 -> 2245[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 1675[label="compare (vwx3000 :% vwx3001) (vwx31000 :% vwx31001)",fontsize=16,color="black",shape="box"];1675 -> 2246[label="",style="solid", color="black", weight=3]; 28.81/13.53 1676[label="compare (Integer vwx3000) (Integer vwx31000)",fontsize=16,color="black",shape="box"];1676 -> 2247[label="",style="solid", color="black", weight=3]; 28.81/13.53 1677[label="primCmpDouble (Double vwx3000 vwx3001) vwx3100",fontsize=16,color="burlywood",shape="box"];4549[label="vwx3001/Pos vwx30010",fontsize=10,color="white",style="solid",shape="box"];1677 -> 4549[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4549 -> 2248[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4550[label="vwx3001/Neg vwx30010",fontsize=10,color="white",style="solid",shape="box"];1677 -> 4550[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4550 -> 2249[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 1679[label="primCmpFloat (Float vwx3000 vwx3001) vwx3100",fontsize=16,color="burlywood",shape="box"];4551[label="vwx3001/Pos vwx30010",fontsize=10,color="white",style="solid",shape="box"];1679 -> 4551[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4551 -> 2250[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4552[label="vwx3001/Neg vwx30010",fontsize=10,color="white",style="solid",shape="box"];1679 -> 4552[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4552 -> 2251[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 1680[label="compare (vwx3000 : vwx3001) (vwx31000 : vwx31001)",fontsize=16,color="black",shape="box"];1680 -> 2252[label="",style="solid", color="black", weight=3]; 28.81/13.53 1681[label="compare (vwx3000 : vwx3001) []",fontsize=16,color="black",shape="box"];1681 -> 2253[label="",style="solid", color="black", weight=3]; 28.81/13.53 1682[label="compare [] (vwx31000 : vwx31001)",fontsize=16,color="black",shape="box"];1682 -> 2254[label="",style="solid", color="black", weight=3]; 28.81/13.53 1683[label="compare [] []",fontsize=16,color="black",shape="box"];1683 -> 2255[label="",style="solid", color="black", weight=3]; 28.81/13.53 2065[label="GT",fontsize=16,color="green",shape="box"];2066 -> 1994[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2066[label="primCmpNat vwx3000 vwx31000",fontsize=16,color="magenta"];2066 -> 2312[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2066 -> 2313[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2067[label="max0 (Pos (Succ vwx3000)) (Pos (Succ vwx31000)) otherwise",fontsize=16,color="black",shape="box"];2067 -> 2314[label="",style="solid", color="black", weight=3]; 28.81/13.53 2068[label="Pos (Succ vwx31000)",fontsize=16,color="green",shape="box"];2069[label="GT",fontsize=16,color="green",shape="box"];2070[label="GT",fontsize=16,color="green",shape="box"];2071[label="max0 (Pos (Succ vwx3000)) (Pos Zero) otherwise",fontsize=16,color="black",shape="box"];2071 -> 2315[label="",style="solid", color="black", weight=3]; 28.81/13.53 2072[label="Pos Zero",fontsize=16,color="green",shape="box"];2073[label="Pos (Succ vwx3000)",fontsize=16,color="green",shape="box"];2074[label="LT",fontsize=16,color="green",shape="box"];2075[label="max0 (Pos Zero) (Pos (Succ vwx31000)) True",fontsize=16,color="black",shape="box"];2075 -> 2316[label="",style="solid", color="black", weight=3]; 28.81/13.53 2076[label="max0 (Pos Zero) (Pos Zero) True",fontsize=16,color="black",shape="box"];2076 -> 2317[label="",style="solid", color="black", weight=3]; 28.81/13.53 2077[label="max0 (Pos Zero) (Neg (Succ vwx31000)) True",fontsize=16,color="black",shape="box"];2077 -> 2318[label="",style="solid", color="black", weight=3]; 28.81/13.53 2078[label="max0 (Pos Zero) (Neg Zero) True",fontsize=16,color="black",shape="box"];2078 -> 2319[label="",style="solid", color="black", weight=3]; 28.81/13.53 2079[label="Neg (Succ vwx3000)",fontsize=16,color="green",shape="box"];2080[label="GT",fontsize=16,color="green",shape="box"];2081 -> 1994[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2081[label="primCmpNat vwx31000 vwx3000",fontsize=16,color="magenta"];2081 -> 2320[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2081 -> 2321[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2082[label="max0 (Neg (Succ vwx3000)) (Neg (Succ vwx31000)) otherwise",fontsize=16,color="black",shape="box"];2082 -> 2322[label="",style="solid", color="black", weight=3]; 28.81/13.53 2083[label="Neg (Succ vwx31000)",fontsize=16,color="green",shape="box"];2084[label="GT",fontsize=16,color="green",shape="box"];2085[label="LT",fontsize=16,color="green",shape="box"];2086[label="max0 (Neg (Succ vwx3000)) (Neg Zero) otherwise",fontsize=16,color="black",shape="box"];2086 -> 2323[label="",style="solid", color="black", weight=3]; 28.81/13.53 2087[label="Neg Zero",fontsize=16,color="green",shape="box"];2088[label="max0 (Neg Zero) (Pos (Succ vwx31000)) True",fontsize=16,color="black",shape="box"];2088 -> 2324[label="",style="solid", color="black", weight=3]; 28.81/13.53 2089[label="max0 (Neg Zero) (Pos Zero) True",fontsize=16,color="black",shape="box"];2089 -> 2325[label="",style="solid", color="black", weight=3]; 28.81/13.53 2090[label="GT",fontsize=16,color="green",shape="box"];2091[label="max0 (Neg Zero) (Neg (Succ vwx31000)) True",fontsize=16,color="black",shape="box"];2091 -> 2326[label="",style="solid", color="black", weight=3]; 28.81/13.53 2092[label="max0 (Neg Zero) (Neg Zero) True",fontsize=16,color="black",shape="box"];2092 -> 2327[label="",style="solid", color="black", weight=3]; 28.81/13.53 2093[label="primMulInt (Pos vwx3000) vwx3101",fontsize=16,color="burlywood",shape="box"];4553[label="vwx3101/Pos vwx31010",fontsize=10,color="white",style="solid",shape="box"];2093 -> 4553[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4553 -> 2328[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4554[label="vwx3101/Neg vwx31010",fontsize=10,color="white",style="solid",shape="box"];2093 -> 4554[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4554 -> 2329[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 2094[label="primMulInt (Neg vwx3000) vwx3101",fontsize=16,color="burlywood",shape="box"];4555[label="vwx3101/Pos vwx31010",fontsize=10,color="white",style="solid",shape="box"];2094 -> 4555[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4555 -> 2330[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4556[label="vwx3101/Neg vwx31010",fontsize=10,color="white",style="solid",shape="box"];2094 -> 4556[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4556 -> 2331[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 2095[label="Integer vwx3000 * Integer vwx31010",fontsize=16,color="black",shape="box"];2095 -> 2332[label="",style="solid", color="black", weight=3]; 28.81/13.53 2096[label="GT",fontsize=16,color="green",shape="box"];2097 -> 1994[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2097[label="primCmpNat (Succ vwx30000) vwx31000",fontsize=16,color="magenta"];2097 -> 2333[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2097 -> 2334[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2098[label="max0 (Integer (Pos (Succ vwx30000))) (Integer (Pos vwx31000)) otherwise",fontsize=16,color="black",shape="box"];2098 -> 2335[label="",style="solid", color="black", weight=3]; 28.81/13.53 2099[label="Integer (Pos vwx31000)",fontsize=16,color="green",shape="box"];2100[label="GT",fontsize=16,color="green",shape="box"];2101[label="GT",fontsize=16,color="green",shape="box"];2102[label="max0 (Integer (Pos (Succ vwx30000))) (Integer (Neg vwx31000)) otherwise",fontsize=16,color="black",shape="box"];2102 -> 2336[label="",style="solid", color="black", weight=3]; 28.81/13.53 2103[label="Integer (Neg vwx31000)",fontsize=16,color="green",shape="box"];2104 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2104[label="primCmpNat Zero (Succ vwx310000) == GT",fontsize=16,color="magenta"];2104 -> 2337[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2104 -> 2338[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2105[label="max1 (Integer (Pos Zero)) (Integer (Pos (Succ vwx310000))) False",fontsize=16,color="black",shape="box"];2105 -> 2339[label="",style="solid", color="black", weight=3]; 28.81/13.53 2106[label="max1 (Integer (Pos Zero)) (Integer (Pos (Succ vwx310000))) True",fontsize=16,color="black",shape="box"];2106 -> 2340[label="",style="solid", color="black", weight=3]; 28.81/13.53 2107 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2107[label="EQ == GT",fontsize=16,color="magenta"];2107 -> 2341[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2107 -> 2342[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2108[label="max1 (Integer (Pos Zero)) (Integer (Pos Zero)) False",fontsize=16,color="black",shape="box"];2108 -> 2343[label="",style="solid", color="black", weight=3]; 28.81/13.53 2109[label="max1 (Integer (Pos Zero)) (Integer (Pos Zero)) True",fontsize=16,color="black",shape="box"];2109 -> 2344[label="",style="solid", color="black", weight=3]; 28.81/13.53 2110 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2110[label="GT == GT",fontsize=16,color="magenta"];2110 -> 2345[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2110 -> 2346[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2111[label="max1 (Integer (Pos Zero)) (Integer (Neg (Succ vwx310000))) False",fontsize=16,color="black",shape="box"];2111 -> 2347[label="",style="solid", color="black", weight=3]; 28.81/13.53 2112[label="max1 (Integer (Pos Zero)) (Integer (Neg (Succ vwx310000))) True",fontsize=16,color="black",shape="box"];2112 -> 2348[label="",style="solid", color="black", weight=3]; 28.81/13.53 2113 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2113[label="EQ == GT",fontsize=16,color="magenta"];2113 -> 2349[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2113 -> 2350[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2114[label="max1 (Integer (Pos Zero)) (Integer (Neg Zero)) False",fontsize=16,color="black",shape="box"];2114 -> 2351[label="",style="solid", color="black", weight=3]; 28.81/13.53 2115[label="max1 (Integer (Pos Zero)) (Integer (Neg Zero)) True",fontsize=16,color="black",shape="box"];2115 -> 2352[label="",style="solid", color="black", weight=3]; 28.81/13.53 2116[label="GT",fontsize=16,color="green",shape="box"];2117[label="LT",fontsize=16,color="green",shape="box"];2118[label="max0 (Integer (Neg (Succ vwx30000))) (Integer (Pos vwx31000)) otherwise",fontsize=16,color="black",shape="box"];2118 -> 2353[label="",style="solid", color="black", weight=3]; 28.81/13.53 2119[label="Integer (Pos vwx31000)",fontsize=16,color="green",shape="box"];2120[label="GT",fontsize=16,color="green",shape="box"];2121 -> 1994[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2121[label="primCmpNat vwx31000 (Succ vwx30000)",fontsize=16,color="magenta"];2121 -> 2354[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2121 -> 2355[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2122[label="max0 (Integer (Neg (Succ vwx30000))) (Integer (Neg vwx31000)) otherwise",fontsize=16,color="black",shape="box"];2122 -> 2356[label="",style="solid", color="black", weight=3]; 28.81/13.53 2123[label="Integer (Neg vwx31000)",fontsize=16,color="green",shape="box"];2124 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2124[label="LT == GT",fontsize=16,color="magenta"];2124 -> 2357[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2124 -> 2358[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2125[label="max1 (Integer (Neg Zero)) (Integer (Pos (Succ vwx310000))) False",fontsize=16,color="black",shape="box"];2125 -> 2359[label="",style="solid", color="black", weight=3]; 28.81/13.53 2126[label="max1 (Integer (Neg Zero)) (Integer (Pos (Succ vwx310000))) True",fontsize=16,color="black",shape="box"];2126 -> 2360[label="",style="solid", color="black", weight=3]; 28.81/13.53 2127 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2127[label="EQ == GT",fontsize=16,color="magenta"];2127 -> 2361[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2127 -> 2362[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2128[label="max1 (Integer (Neg Zero)) (Integer (Pos Zero)) False",fontsize=16,color="black",shape="box"];2128 -> 2363[label="",style="solid", color="black", weight=3]; 28.81/13.53 2129[label="max1 (Integer (Neg Zero)) (Integer (Pos Zero)) True",fontsize=16,color="black",shape="box"];2129 -> 2364[label="",style="solid", color="black", weight=3]; 28.81/13.53 2130 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2130[label="primCmpNat (Succ vwx310000) Zero == GT",fontsize=16,color="magenta"];2130 -> 2365[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2130 -> 2366[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2131[label="max1 (Integer (Neg Zero)) (Integer (Neg (Succ vwx310000))) False",fontsize=16,color="black",shape="box"];2131 -> 2367[label="",style="solid", color="black", weight=3]; 28.81/13.53 2132[label="max1 (Integer (Neg Zero)) (Integer (Neg (Succ vwx310000))) True",fontsize=16,color="black",shape="box"];2132 -> 2368[label="",style="solid", color="black", weight=3]; 28.81/13.53 2133 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2133[label="EQ == GT",fontsize=16,color="magenta"];2133 -> 2369[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2133 -> 2370[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2134[label="max1 (Integer (Neg Zero)) (Integer (Neg Zero)) False",fontsize=16,color="black",shape="box"];2134 -> 2371[label="",style="solid", color="black", weight=3]; 28.81/13.53 2135[label="max1 (Integer (Neg Zero)) (Integer (Neg Zero)) True",fontsize=16,color="black",shape="box"];2135 -> 2372[label="",style="solid", color="black", weight=3]; 28.81/13.53 2136 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2136[label="vwx300 * Pos vwx31010",fontsize=16,color="magenta"];2136 -> 2373[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2136 -> 2374[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2137 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2137[label="Pos vwx3010 * vwx3100",fontsize=16,color="magenta"];2137 -> 2375[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2137 -> 2376[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2138[label="max0 (Double vwx300 (Pos vwx3010)) (Double vwx3100 (Pos vwx31010)) True",fontsize=16,color="black",shape="box"];2138 -> 2377[label="",style="solid", color="black", weight=3]; 28.81/13.53 2139 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2139[label="vwx300 * Pos vwx31010",fontsize=16,color="magenta"];2139 -> 2378[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2139 -> 2379[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2140 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2140[label="Neg vwx3010 * vwx3100",fontsize=16,color="magenta"];2140 -> 2380[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2140 -> 2381[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2141[label="max0 (Double vwx300 (Pos vwx3010)) (Double vwx3100 (Neg vwx31010)) True",fontsize=16,color="black",shape="box"];2141 -> 2382[label="",style="solid", color="black", weight=3]; 28.81/13.53 2142 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2142[label="vwx300 * Neg vwx31010",fontsize=16,color="magenta"];2142 -> 2383[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2142 -> 2384[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2143 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2143[label="Pos vwx3010 * vwx3100",fontsize=16,color="magenta"];2143 -> 2385[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2143 -> 2386[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2144[label="max0 (Double vwx300 (Neg vwx3010)) (Double vwx3100 (Pos vwx31010)) True",fontsize=16,color="black",shape="box"];2144 -> 2387[label="",style="solid", color="black", weight=3]; 28.81/13.53 2145 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2145[label="vwx300 * Neg vwx31010",fontsize=16,color="magenta"];2145 -> 2388[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2145 -> 2389[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2146 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2146[label="Neg vwx3010 * vwx3100",fontsize=16,color="magenta"];2146 -> 2390[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2146 -> 2391[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2147[label="max0 (Double vwx300 (Neg vwx3010)) (Double vwx3100 (Neg vwx31010)) True",fontsize=16,color="black",shape="box"];2147 -> 2392[label="",style="solid", color="black", weight=3]; 28.81/13.53 2148 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2148[label="vwx300 * Pos vwx31010",fontsize=16,color="magenta"];2148 -> 2393[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2148 -> 2394[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2149 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2149[label="Pos vwx3010 * vwx3100",fontsize=16,color="magenta"];2149 -> 2395[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2149 -> 2396[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2150[label="max0 (Float vwx300 (Pos vwx3010)) (Float vwx3100 (Pos vwx31010)) True",fontsize=16,color="black",shape="box"];2150 -> 2397[label="",style="solid", color="black", weight=3]; 28.81/13.53 2151 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2151[label="vwx300 * Pos vwx31010",fontsize=16,color="magenta"];2151 -> 2398[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2151 -> 2399[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2152 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2152[label="Neg vwx3010 * vwx3100",fontsize=16,color="magenta"];2152 -> 2400[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2152 -> 2401[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2153[label="max0 (Float vwx300 (Pos vwx3010)) (Float vwx3100 (Neg vwx31010)) True",fontsize=16,color="black",shape="box"];2153 -> 2402[label="",style="solid", color="black", weight=3]; 28.81/13.53 2154 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2154[label="vwx300 * Neg vwx31010",fontsize=16,color="magenta"];2154 -> 2403[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2154 -> 2404[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2155 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2155[label="Pos vwx3010 * vwx3100",fontsize=16,color="magenta"];2155 -> 2405[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2155 -> 2406[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2156[label="max0 (Float vwx300 (Neg vwx3010)) (Float vwx3100 (Pos vwx31010)) True",fontsize=16,color="black",shape="box"];2156 -> 2407[label="",style="solid", color="black", weight=3]; 28.81/13.53 2157 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2157[label="vwx300 * Neg vwx31010",fontsize=16,color="magenta"];2157 -> 2408[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2157 -> 2409[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2158 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2158[label="Neg vwx3010 * vwx3100",fontsize=16,color="magenta"];2158 -> 2410[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2158 -> 2411[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2159[label="max0 (Float vwx300 (Neg vwx3010)) (Float vwx3100 (Neg vwx31010)) True",fontsize=16,color="black",shape="box"];2159 -> 2412[label="",style="solid", color="black", weight=3]; 28.81/13.53 2160[label="compare vwx300 vwx3100",fontsize=16,color="black",shape="box"];2160 -> 2413[label="",style="solid", color="black", weight=3]; 28.81/13.53 2161 -> 688[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2161[label="compare vwx300 vwx3100",fontsize=16,color="magenta"];2162 -> 689[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2162[label="compare vwx300 vwx3100",fontsize=16,color="magenta"];2163[label="compare vwx300 vwx3100",fontsize=16,color="black",shape="box"];2163 -> 2414[label="",style="solid", color="black", weight=3]; 28.81/13.53 2164[label="compare vwx300 vwx3100",fontsize=16,color="black",shape="box"];2164 -> 2415[label="",style="solid", color="black", weight=3]; 28.81/13.53 2165[label="compare vwx300 vwx3100",fontsize=16,color="black",shape="box"];2165 -> 2416[label="",style="solid", color="black", weight=3]; 28.81/13.53 2166 -> 693[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2166[label="compare vwx300 vwx3100",fontsize=16,color="magenta"];2167[label="compare vwx300 vwx3100",fontsize=16,color="black",shape="box"];2167 -> 2417[label="",style="solid", color="black", weight=3]; 28.81/13.53 2168 -> 695[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2168[label="compare vwx300 vwx3100",fontsize=16,color="magenta"];2169 -> 696[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2169[label="compare vwx300 vwx3100",fontsize=16,color="magenta"];2170 -> 697[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2170[label="compare vwx300 vwx3100",fontsize=16,color="magenta"];2171[label="compare vwx300 vwx3100",fontsize=16,color="black",shape="box"];2171 -> 2418[label="",style="solid", color="black", weight=3]; 28.81/13.53 2172 -> 699[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2172[label="compare vwx300 vwx3100",fontsize=16,color="magenta"];2173 -> 700[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2173[label="compare vwx300 vwx3100",fontsize=16,color="magenta"];2174[label="primCompAux0 vwx225 LT",fontsize=16,color="black",shape="box"];2174 -> 2419[label="",style="solid", color="black", weight=3]; 28.81/13.53 2175[label="primCompAux0 vwx225 EQ",fontsize=16,color="black",shape="box"];2175 -> 2420[label="",style="solid", color="black", weight=3]; 28.81/13.53 2176[label="primCompAux0 vwx225 GT",fontsize=16,color="black",shape="box"];2176 -> 2421[label="",style="solid", color="black", weight=3]; 28.81/13.53 2177 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2177[label="compare2 (vwx3000,vwx3001,vwx3002) (vwx31000,vwx31001,vwx31002) (vwx3000 == vwx31000 && vwx3001 == vwx31001 && vwx3002 == vwx31002) == LT",fontsize=16,color="magenta"];2177 -> 2422[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2177 -> 2423[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2178[label="LT",fontsize=16,color="green",shape="box"];2179 -> 1994[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2179[label="primCmpNat vwx3000 vwx31000",fontsize=16,color="magenta"];2179 -> 2424[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2179 -> 2425[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2180 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2180[label="compare2 (vwx3000,vwx3001) (vwx31000,vwx31001) (vwx3000 == vwx31000 && vwx3001 == vwx31001) == LT",fontsize=16,color="magenta"];2180 -> 2426[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2180 -> 2427[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2181 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2181[label="compare2 Nothing Nothing True == LT",fontsize=16,color="magenta"];2181 -> 2428[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2181 -> 2429[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2182 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2182[label="compare2 Nothing (Just vwx31000) False == LT",fontsize=16,color="magenta"];2182 -> 2430[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2182 -> 2431[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2183 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2183[label="compare2 (Just vwx3000) Nothing False == LT",fontsize=16,color="magenta"];2183 -> 2432[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2183 -> 2433[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2184 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2184[label="compare2 (Just vwx3000) (Just vwx31000) (vwx3000 == vwx31000) == LT",fontsize=16,color="magenta"];2184 -> 2434[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2184 -> 2435[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2185 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2185[label="compare2 False False True == LT",fontsize=16,color="magenta"];2185 -> 2436[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2185 -> 2437[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2186 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2186[label="compare2 False True False == LT",fontsize=16,color="magenta"];2186 -> 2438[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2186 -> 2439[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2187 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2187[label="compare2 True False False == LT",fontsize=16,color="magenta"];2187 -> 2440[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2187 -> 2441[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2188 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2188[label="compare2 True True True == LT",fontsize=16,color="magenta"];2188 -> 2442[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2188 -> 2443[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2189 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2189[label="primCmpNat (Succ vwx30000) vwx31000 == LT",fontsize=16,color="magenta"];2189 -> 2444[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2189 -> 2445[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2190 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2190[label="GT == LT",fontsize=16,color="magenta"];2190 -> 2446[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2190 -> 2447[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2191[label="primCmpInt (Pos Zero) (Pos (Succ vwx310000)) == LT",fontsize=16,color="black",shape="box"];2191 -> 2448[label="",style="solid", color="black", weight=3]; 28.81/13.53 2192[label="primCmpInt (Pos Zero) (Pos Zero) == LT",fontsize=16,color="black",shape="box"];2192 -> 2449[label="",style="solid", color="black", weight=3]; 28.81/13.53 2193[label="primCmpInt (Pos Zero) (Neg (Succ vwx310000)) == LT",fontsize=16,color="black",shape="box"];2193 -> 2450[label="",style="solid", color="black", weight=3]; 28.81/13.53 2194[label="primCmpInt (Pos Zero) (Neg Zero) == LT",fontsize=16,color="black",shape="box"];2194 -> 2451[label="",style="solid", color="black", weight=3]; 28.81/13.53 2195 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2195[label="LT == LT",fontsize=16,color="magenta"];2195 -> 2452[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2195 -> 2453[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2196 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2196[label="primCmpNat vwx31000 (Succ vwx30000) == LT",fontsize=16,color="magenta"];2196 -> 2454[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2196 -> 2455[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2197[label="primCmpInt (Neg Zero) (Pos (Succ vwx310000)) == LT",fontsize=16,color="black",shape="box"];2197 -> 2456[label="",style="solid", color="black", weight=3]; 28.81/13.53 2198[label="primCmpInt (Neg Zero) (Pos Zero) == LT",fontsize=16,color="black",shape="box"];2198 -> 2457[label="",style="solid", color="black", weight=3]; 28.81/13.53 2199[label="primCmpInt (Neg Zero) (Neg (Succ vwx310000)) == LT",fontsize=16,color="black",shape="box"];2199 -> 2458[label="",style="solid", color="black", weight=3]; 28.81/13.53 2200[label="primCmpInt (Neg Zero) (Neg Zero) == LT",fontsize=16,color="black",shape="box"];2200 -> 2459[label="",style="solid", color="black", weight=3]; 28.81/13.53 2201 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2201[label="compare2 (Left vwx3000) (Left vwx31000) (vwx3000 == vwx31000) == LT",fontsize=16,color="magenta"];2201 -> 2460[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2201 -> 2461[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2202 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2202[label="compare2 (Left vwx3000) (Right vwx31000) False == LT",fontsize=16,color="magenta"];2202 -> 2462[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2202 -> 2463[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2203 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2203[label="compare2 (Right vwx3000) (Left vwx31000) False == LT",fontsize=16,color="magenta"];2203 -> 2464[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2203 -> 2465[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2204 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2204[label="compare2 (Right vwx3000) (Right vwx31000) (vwx3000 == vwx31000) == LT",fontsize=16,color="magenta"];2204 -> 2466[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2204 -> 2467[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2205 -> 693[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2205[label="compare (vwx3000 * vwx31001) (vwx31000 * vwx3001)",fontsize=16,color="magenta"];2205 -> 2468[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2205 -> 2469[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2206 -> 696[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2206[label="compare (vwx3000 * vwx31001) (vwx31000 * vwx3001)",fontsize=16,color="magenta"];2206 -> 2470[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2206 -> 2471[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2207[label="vwx3000",fontsize=16,color="green",shape="box"];2208[label="vwx31000",fontsize=16,color="green",shape="box"];2209[label="primCmpDouble (Double vwx3000 (Pos vwx30010)) (Double vwx31000 (Pos vwx310010)) == LT",fontsize=16,color="black",shape="box"];2209 -> 2472[label="",style="solid", color="black", weight=3]; 28.81/13.53 2210[label="primCmpDouble (Double vwx3000 (Pos vwx30010)) (Double vwx31000 (Neg vwx310010)) == LT",fontsize=16,color="black",shape="box"];2210 -> 2473[label="",style="solid", color="black", weight=3]; 28.81/13.53 2211[label="primCmpDouble (Double vwx3000 (Neg vwx30010)) (Double vwx31000 (Pos vwx310010)) == LT",fontsize=16,color="black",shape="box"];2211 -> 2474[label="",style="solid", color="black", weight=3]; 28.81/13.53 2212[label="primCmpDouble (Double vwx3000 (Neg vwx30010)) (Double vwx31000 (Neg vwx310010)) == LT",fontsize=16,color="black",shape="box"];2212 -> 2475[label="",style="solid", color="black", weight=3]; 28.81/13.53 2213 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2213[label="compare2 LT LT True == LT",fontsize=16,color="magenta"];2213 -> 2476[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2213 -> 2477[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2214 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2214[label="compare2 LT EQ False == LT",fontsize=16,color="magenta"];2214 -> 2478[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2214 -> 2479[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2215 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2215[label="compare2 LT GT False == LT",fontsize=16,color="magenta"];2215 -> 2480[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2215 -> 2481[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2216 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2216[label="compare2 EQ LT False == LT",fontsize=16,color="magenta"];2216 -> 2482[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2216 -> 2483[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2217 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2217[label="compare2 EQ EQ True == LT",fontsize=16,color="magenta"];2217 -> 2484[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2217 -> 2485[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2218 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2218[label="compare2 EQ GT False == LT",fontsize=16,color="magenta"];2218 -> 2486[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2218 -> 2487[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2219 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2219[label="compare2 GT LT False == LT",fontsize=16,color="magenta"];2219 -> 2488[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2219 -> 2489[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2220 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2220[label="compare2 GT EQ False == LT",fontsize=16,color="magenta"];2220 -> 2490[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2220 -> 2491[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2221 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2221[label="compare2 GT GT True == LT",fontsize=16,color="magenta"];2221 -> 2492[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2221 -> 2493[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2222[label="primCmpFloat (Float vwx3000 (Pos vwx30010)) (Float vwx31000 (Pos vwx310010)) == LT",fontsize=16,color="black",shape="box"];2222 -> 2494[label="",style="solid", color="black", weight=3]; 28.81/13.53 2223[label="primCmpFloat (Float vwx3000 (Pos vwx30010)) (Float vwx31000 (Neg vwx310010)) == LT",fontsize=16,color="black",shape="box"];2223 -> 2495[label="",style="solid", color="black", weight=3]; 28.81/13.53 2224[label="primCmpFloat (Float vwx3000 (Neg vwx30010)) (Float vwx31000 (Pos vwx310010)) == LT",fontsize=16,color="black",shape="box"];2224 -> 2496[label="",style="solid", color="black", weight=3]; 28.81/13.53 2225[label="primCmpFloat (Float vwx3000 (Neg vwx30010)) (Float vwx31000 (Neg vwx310010)) == LT",fontsize=16,color="black",shape="box"];2225 -> 2497[label="",style="solid", color="black", weight=3]; 28.81/13.53 1918[label="vwx3000",fontsize=16,color="green",shape="box"];1919[label="vwx31000",fontsize=16,color="green",shape="box"];1920 -> 700[label="",style="dashed", color="red", weight=0]; 28.81/13.53 1920[label="compare vwx3001 vwx31001",fontsize=16,color="magenta"];1920 -> 2256[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 1920 -> 2257[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2226[label="primEqFloat (Float vwx120 vwx121) (Float vwx150 vwx151)",fontsize=16,color="black",shape="box"];2226 -> 2498[label="",style="solid", color="black", weight=3]; 28.81/13.53 2258[label="vwx1080 == vwx1090",fontsize=16,color="blue",shape="box"];4557[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2258 -> 4557[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4557 -> 2533[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4558[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2258 -> 4558[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4558 -> 2534[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4559[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2258 -> 4559[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4559 -> 2535[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4560[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2258 -> 4560[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4560 -> 2536[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4561[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2258 -> 4561[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4561 -> 2537[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4562[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2258 -> 4562[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4562 -> 2538[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4563[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2258 -> 4563[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4563 -> 2539[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4564[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2258 -> 4564[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4564 -> 2540[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4565[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2258 -> 4565[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4565 -> 2541[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4566[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2258 -> 4566[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4566 -> 2542[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4567[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2258 -> 4567[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4567 -> 2543[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4568[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2258 -> 4568[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4568 -> 2544[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4569[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2258 -> 4569[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4569 -> 2545[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4570[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2258 -> 4570[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4570 -> 2546[label="",style="solid", color="blue", weight=3]; 28.81/13.53 2259 -> 1254[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2259[label="vwx1081 == vwx1091 && vwx1082 == vwx1092",fontsize=16,color="magenta"];2259 -> 2547[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2259 -> 2548[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2227[label="True",fontsize=16,color="green",shape="box"];2260 -> 580[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2260[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2260 -> 2549[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2260 -> 2550[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2261 -> 1259[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2261[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2261 -> 2551[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2261 -> 2552[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2262 -> 582[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2262[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2262 -> 2553[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2262 -> 2554[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2263 -> 1261[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2263[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2263 -> 2555[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2263 -> 2556[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2264 -> 584[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2264[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2264 -> 2557[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2264 -> 2558[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2265 -> 585[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2265[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2265 -> 2559[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2265 -> 2560[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2266 -> 1264[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2266[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2266 -> 2561[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2266 -> 2562[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2267 -> 587[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2267[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2267 -> 2563[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2267 -> 2564[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2268 -> 588[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2268[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2268 -> 2565[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2268 -> 2566[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2269 -> 589[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2269[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2269 -> 2567[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2269 -> 2568[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2270 -> 1268[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2270[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2270 -> 2569[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2270 -> 2570[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2271 -> 1269[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2271[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2271 -> 2571[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2271 -> 2572[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2272 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2272[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2272 -> 2573[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2272 -> 2574[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2273 -> 593[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2273[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2273 -> 2575[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2273 -> 2576[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2274 -> 580[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2274[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2274 -> 2577[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2274 -> 2578[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2275 -> 1259[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2275[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2275 -> 2579[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2275 -> 2580[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2276 -> 582[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2276[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2276 -> 2581[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2276 -> 2582[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2277 -> 1261[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2277[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2277 -> 2583[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2277 -> 2584[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2278 -> 584[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2278[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2278 -> 2585[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2278 -> 2586[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2279 -> 585[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2279[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2279 -> 2587[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2279 -> 2588[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2280 -> 1264[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2280[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2280 -> 2589[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2280 -> 2590[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2281 -> 587[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2281[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2281 -> 2591[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2281 -> 2592[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2282 -> 588[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2282[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2282 -> 2593[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2282 -> 2594[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2283 -> 589[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2283[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2283 -> 2595[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2283 -> 2596[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2284 -> 1268[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2284[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2284 -> 2597[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2284 -> 2598[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2285 -> 1269[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2285[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2285 -> 2599[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2285 -> 2600[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2286 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2286[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2286 -> 2601[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2286 -> 2602[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2287 -> 593[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2287[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2287 -> 2603[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2287 -> 2604[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2228[label="primEqInt (Pos (Succ vwx1200)) vwx15",fontsize=16,color="burlywood",shape="box"];4571[label="vwx15/Pos vwx150",fontsize=10,color="white",style="solid",shape="box"];2228 -> 4571[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4571 -> 2499[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4572[label="vwx15/Neg vwx150",fontsize=10,color="white",style="solid",shape="box"];2228 -> 4572[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4572 -> 2500[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 2229[label="primEqInt (Pos Zero) vwx15",fontsize=16,color="burlywood",shape="box"];4573[label="vwx15/Pos vwx150",fontsize=10,color="white",style="solid",shape="box"];2229 -> 4573[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4573 -> 2501[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4574[label="vwx15/Neg vwx150",fontsize=10,color="white",style="solid",shape="box"];2229 -> 4574[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4574 -> 2502[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 2230[label="primEqInt (Neg (Succ vwx1200)) vwx15",fontsize=16,color="burlywood",shape="box"];4575[label="vwx15/Pos vwx150",fontsize=10,color="white",style="solid",shape="box"];2230 -> 4575[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4575 -> 2503[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4576[label="vwx15/Neg vwx150",fontsize=10,color="white",style="solid",shape="box"];2230 -> 4576[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4576 -> 2504[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 2231[label="primEqInt (Neg Zero) vwx15",fontsize=16,color="burlywood",shape="box"];4577[label="vwx15/Pos vwx150",fontsize=10,color="white",style="solid",shape="box"];2231 -> 4577[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4577 -> 2505[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4578[label="vwx15/Neg vwx150",fontsize=10,color="white",style="solid",shape="box"];2231 -> 4578[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4578 -> 2506[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 2232 -> 739[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2232[label="primEqInt vwx120 vwx150",fontsize=16,color="magenta"];2232 -> 2507[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2232 -> 2508[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2288 -> 580[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2288[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2288 -> 2605[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2288 -> 2606[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2289 -> 1259[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2289[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2289 -> 2607[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2289 -> 2608[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2290 -> 582[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2290[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2290 -> 2609[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2290 -> 2610[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2291 -> 1261[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2291[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2291 -> 2611[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2291 -> 2612[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2292 -> 584[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2292[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2292 -> 2613[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2292 -> 2614[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2293 -> 585[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2293[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2293 -> 2615[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2293 -> 2616[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2294 -> 1264[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2294[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2294 -> 2617[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2294 -> 2618[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2295 -> 587[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2295[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2295 -> 2619[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2295 -> 2620[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2296 -> 588[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2296[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2296 -> 2621[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2296 -> 2622[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2297 -> 589[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2297[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2297 -> 2623[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2297 -> 2624[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2298 -> 1268[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2298[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2298 -> 2625[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2298 -> 2626[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2299 -> 1269[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2299[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2299 -> 2627[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2299 -> 2628[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2300 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2300[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2300 -> 2629[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2300 -> 2630[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2301 -> 593[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2301[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2301 -> 2631[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2301 -> 2632[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2233[label="primEqDouble (Double vwx120 vwx121) (Double vwx150 vwx151)",fontsize=16,color="black",shape="box"];2233 -> 2509[label="",style="solid", color="black", weight=3]; 28.81/13.53 2234[label="True",fontsize=16,color="green",shape="box"];2235[label="False",fontsize=16,color="green",shape="box"];2236[label="False",fontsize=16,color="green",shape="box"];2237[label="True",fontsize=16,color="green",shape="box"];2238[label="primEqChar (Char vwx120) (Char vwx150)",fontsize=16,color="black",shape="box"];2238 -> 2510[label="",style="solid", color="black", weight=3]; 28.81/13.53 2302[label="vwx1080 == vwx1090",fontsize=16,color="blue",shape="box"];4579[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2302 -> 4579[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4579 -> 2633[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4580[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2302 -> 4580[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4580 -> 2634[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4581[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2302 -> 4581[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4581 -> 2635[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4582[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2302 -> 4582[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4582 -> 2636[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4583[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2302 -> 4583[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4583 -> 2637[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4584[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2302 -> 4584[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4584 -> 2638[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4585[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2302 -> 4585[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4585 -> 2639[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4586[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2302 -> 4586[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4586 -> 2640[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4587[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2302 -> 4587[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4587 -> 2641[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4588[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2302 -> 4588[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4588 -> 2642[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4589[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2302 -> 4589[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4589 -> 2643[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4590[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2302 -> 4590[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4590 -> 2644[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4591[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2302 -> 4591[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4591 -> 2645[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4592[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2302 -> 4592[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4592 -> 2646[label="",style="solid", color="blue", weight=3]; 28.81/13.53 2303 -> 1268[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2303[label="vwx1081 == vwx1091",fontsize=16,color="magenta"];2303 -> 2647[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2303 -> 2648[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2304[label="vwx1080 == vwx1090",fontsize=16,color="blue",shape="box"];4593[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2304 -> 4593[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4593 -> 2649[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4594[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2304 -> 4594[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4594 -> 2650[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4595[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2304 -> 4595[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4595 -> 2651[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4596[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2304 -> 4596[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4596 -> 2652[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4597[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2304 -> 4597[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4597 -> 2653[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4598[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2304 -> 4598[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4598 -> 2654[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4599[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2304 -> 4599[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4599 -> 2655[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4600[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2304 -> 4600[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4600 -> 2656[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4601[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2304 -> 4601[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4601 -> 2657[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4602[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2304 -> 4602[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4602 -> 2658[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4603[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2304 -> 4603[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4603 -> 2659[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4604[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2304 -> 4604[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4604 -> 2660[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4605[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2304 -> 4605[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4605 -> 2661[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4606[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2304 -> 4606[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4606 -> 2662[label="",style="solid", color="blue", weight=3]; 28.81/13.53 2305[label="vwx1081 == vwx1091",fontsize=16,color="blue",shape="box"];4607[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2305 -> 4607[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4607 -> 2663[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4608[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2305 -> 4608[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4608 -> 2664[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4609[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2305 -> 4609[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4609 -> 2665[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4610[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2305 -> 4610[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4610 -> 2666[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4611[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2305 -> 4611[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4611 -> 2667[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4612[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2305 -> 4612[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4612 -> 2668[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4613[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2305 -> 4613[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4613 -> 2669[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4614[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2305 -> 4614[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4614 -> 2670[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4615[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2305 -> 4615[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4615 -> 2671[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4616[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2305 -> 4616[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4616 -> 2672[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4617[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2305 -> 4617[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4617 -> 2673[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4618[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2305 -> 4618[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4618 -> 2674[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4619[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2305 -> 4619[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4619 -> 2675[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4620[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2305 -> 4620[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4620 -> 2676[label="",style="solid", color="blue", weight=3]; 28.81/13.53 2239 -> 1254[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2239[label="vwx120 == vwx150 && vwx121 == vwx151",fontsize=16,color="magenta"];2239 -> 2511[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2239 -> 2512[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2306[label="primCmpNat (Succ vwx30000) vwx31000",fontsize=16,color="burlywood",shape="box"];4621[label="vwx31000/Succ vwx310000",fontsize=10,color="white",style="solid",shape="box"];2306 -> 4621[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4621 -> 2677[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4622[label="vwx31000/Zero",fontsize=10,color="white",style="solid",shape="box"];2306 -> 4622[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4622 -> 2678[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 2307[label="primCmpNat Zero vwx31000",fontsize=16,color="burlywood",shape="box"];4623[label="vwx31000/Succ vwx310000",fontsize=10,color="white",style="solid",shape="box"];2307 -> 4623[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4623 -> 2679[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4624[label="vwx31000/Zero",fontsize=10,color="white",style="solid",shape="box"];2307 -> 4624[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4624 -> 2680[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 2308[label="max0 (Char (Succ vwx3000)) (Char (Succ vwx31000)) True",fontsize=16,color="black",shape="box"];2308 -> 2681[label="",style="solid", color="black", weight=3]; 28.81/13.53 2309[label="max0 (Char (Succ vwx3000)) (Char Zero) True",fontsize=16,color="black",shape="box"];2309 -> 2682[label="",style="solid", color="black", weight=3]; 28.81/13.53 2310[label="max0 (Char Zero) (Char (Succ vwx31000)) True",fontsize=16,color="black",shape="box"];2310 -> 2683[label="",style="solid", color="black", weight=3]; 28.81/13.53 2311[label="max0 (Char Zero) (Char Zero) True",fontsize=16,color="black",shape="box"];2311 -> 2684[label="",style="solid", color="black", weight=3]; 28.81/13.53 2240[label="primCmpChar (Char vwx3000) (Char vwx31000)",fontsize=16,color="black",shape="box"];2240 -> 2513[label="",style="solid", color="black", weight=3]; 28.81/13.53 2241[label="EQ",fontsize=16,color="green",shape="box"];2242[label="primCmpInt (Pos (Succ vwx30000)) vwx3100",fontsize=16,color="burlywood",shape="box"];4625[label="vwx3100/Pos vwx31000",fontsize=10,color="white",style="solid",shape="box"];2242 -> 4625[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4625 -> 2514[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4626[label="vwx3100/Neg vwx31000",fontsize=10,color="white",style="solid",shape="box"];2242 -> 4626[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4626 -> 2515[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 2243[label="primCmpInt (Pos Zero) vwx3100",fontsize=16,color="burlywood",shape="box"];4627[label="vwx3100/Pos vwx31000",fontsize=10,color="white",style="solid",shape="box"];2243 -> 4627[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4627 -> 2516[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4628[label="vwx3100/Neg vwx31000",fontsize=10,color="white",style="solid",shape="box"];2243 -> 4628[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4628 -> 2517[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 2244[label="primCmpInt (Neg (Succ vwx30000)) vwx3100",fontsize=16,color="burlywood",shape="box"];4629[label="vwx3100/Pos vwx31000",fontsize=10,color="white",style="solid",shape="box"];2244 -> 4629[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4629 -> 2518[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4630[label="vwx3100/Neg vwx31000",fontsize=10,color="white",style="solid",shape="box"];2244 -> 4630[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4630 -> 2519[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 2245[label="primCmpInt (Neg Zero) vwx3100",fontsize=16,color="burlywood",shape="box"];4631[label="vwx3100/Pos vwx31000",fontsize=10,color="white",style="solid",shape="box"];2245 -> 4631[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4631 -> 2520[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4632[label="vwx3100/Neg vwx31000",fontsize=10,color="white",style="solid",shape="box"];2245 -> 4632[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4632 -> 2521[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 2246[label="compare (vwx3000 * vwx31001) (vwx31000 * vwx3001)",fontsize=16,color="blue",shape="box"];4633[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2246 -> 4633[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4633 -> 2522[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4634[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2246 -> 4634[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4634 -> 2523[label="",style="solid", color="blue", weight=3]; 28.81/13.53 2247 -> 967[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2247[label="primCmpInt vwx3000 vwx31000",fontsize=16,color="magenta"];2247 -> 2524[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2247 -> 2525[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2248[label="primCmpDouble (Double vwx3000 (Pos vwx30010)) vwx3100",fontsize=16,color="burlywood",shape="box"];4635[label="vwx3100/Double vwx31000 vwx31001",fontsize=10,color="white",style="solid",shape="box"];2248 -> 4635[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4635 -> 2526[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 2249[label="primCmpDouble (Double vwx3000 (Neg vwx30010)) vwx3100",fontsize=16,color="burlywood",shape="box"];4636[label="vwx3100/Double vwx31000 vwx31001",fontsize=10,color="white",style="solid",shape="box"];2249 -> 4636[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4636 -> 2527[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 2250[label="primCmpFloat (Float vwx3000 (Pos vwx30010)) vwx3100",fontsize=16,color="burlywood",shape="box"];4637[label="vwx3100/Float vwx31000 vwx31001",fontsize=10,color="white",style="solid",shape="box"];2250 -> 4637[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4637 -> 2528[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 2251[label="primCmpFloat (Float vwx3000 (Neg vwx30010)) vwx3100",fontsize=16,color="burlywood",shape="box"];4638[label="vwx3100/Float vwx31000 vwx31001",fontsize=10,color="white",style="solid",shape="box"];2251 -> 4638[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4638 -> 2529[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 2252 -> 1916[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2252[label="primCompAux vwx3000 vwx31000 (compare vwx3001 vwx31001)",fontsize=16,color="magenta"];2252 -> 2530[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2252 -> 2531[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2252 -> 2532[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2253[label="GT",fontsize=16,color="green",shape="box"];2254[label="LT",fontsize=16,color="green",shape="box"];2255[label="EQ",fontsize=16,color="green",shape="box"];2312[label="vwx31000",fontsize=16,color="green",shape="box"];2313[label="vwx3000",fontsize=16,color="green",shape="box"];2314[label="max0 (Pos (Succ vwx3000)) (Pos (Succ vwx31000)) True",fontsize=16,color="black",shape="box"];2314 -> 2685[label="",style="solid", color="black", weight=3]; 28.81/13.53 2315[label="max0 (Pos (Succ vwx3000)) (Pos Zero) True",fontsize=16,color="black",shape="box"];2315 -> 2686[label="",style="solid", color="black", weight=3]; 28.81/13.53 2316[label="Pos Zero",fontsize=16,color="green",shape="box"];2317[label="Pos Zero",fontsize=16,color="green",shape="box"];2318[label="Pos Zero",fontsize=16,color="green",shape="box"];2319[label="Pos Zero",fontsize=16,color="green",shape="box"];2320[label="vwx3000",fontsize=16,color="green",shape="box"];2321[label="vwx31000",fontsize=16,color="green",shape="box"];2322[label="max0 (Neg (Succ vwx3000)) (Neg (Succ vwx31000)) True",fontsize=16,color="black",shape="box"];2322 -> 2687[label="",style="solid", color="black", weight=3]; 28.81/13.53 2323[label="max0 (Neg (Succ vwx3000)) (Neg Zero) True",fontsize=16,color="black",shape="box"];2323 -> 2688[label="",style="solid", color="black", weight=3]; 28.81/13.53 2324[label="Neg Zero",fontsize=16,color="green",shape="box"];2325[label="Neg Zero",fontsize=16,color="green",shape="box"];2326[label="Neg Zero",fontsize=16,color="green",shape="box"];2327[label="Neg Zero",fontsize=16,color="green",shape="box"];2328[label="primMulInt (Pos vwx3000) (Pos vwx31010)",fontsize=16,color="black",shape="box"];2328 -> 2689[label="",style="solid", color="black", weight=3]; 28.81/13.53 2329[label="primMulInt (Pos vwx3000) (Neg vwx31010)",fontsize=16,color="black",shape="box"];2329 -> 2690[label="",style="solid", color="black", weight=3]; 28.81/13.53 2330[label="primMulInt (Neg vwx3000) (Pos vwx31010)",fontsize=16,color="black",shape="box"];2330 -> 2691[label="",style="solid", color="black", weight=3]; 28.81/13.53 2331[label="primMulInt (Neg vwx3000) (Neg vwx31010)",fontsize=16,color="black",shape="box"];2331 -> 2692[label="",style="solid", color="black", weight=3]; 28.81/13.53 2332[label="Integer (primMulInt vwx3000 vwx31010)",fontsize=16,color="green",shape="box"];2332 -> 2693[label="",style="dashed", color="green", weight=3]; 28.81/13.53 2333[label="vwx31000",fontsize=16,color="green",shape="box"];2334[label="Succ vwx30000",fontsize=16,color="green",shape="box"];2335[label="max0 (Integer (Pos (Succ vwx30000))) (Integer (Pos vwx31000)) True",fontsize=16,color="black",shape="box"];2335 -> 2694[label="",style="solid", color="black", weight=3]; 28.81/13.53 2336[label="max0 (Integer (Pos (Succ vwx30000))) (Integer (Neg vwx31000)) True",fontsize=16,color="black",shape="box"];2336 -> 2695[label="",style="solid", color="black", weight=3]; 28.81/13.53 2337[label="GT",fontsize=16,color="green",shape="box"];2338 -> 1994[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2338[label="primCmpNat Zero (Succ vwx310000)",fontsize=16,color="magenta"];2338 -> 2696[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2338 -> 2697[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2339[label="max0 (Integer (Pos Zero)) (Integer (Pos (Succ vwx310000))) otherwise",fontsize=16,color="black",shape="box"];2339 -> 2698[label="",style="solid", color="black", weight=3]; 28.81/13.53 2340[label="Integer (Pos (Succ vwx310000))",fontsize=16,color="green",shape="box"];2341[label="GT",fontsize=16,color="green",shape="box"];2342[label="EQ",fontsize=16,color="green",shape="box"];2343[label="max0 (Integer (Pos Zero)) (Integer (Pos Zero)) otherwise",fontsize=16,color="black",shape="box"];2343 -> 2699[label="",style="solid", color="black", weight=3]; 28.81/13.53 2344[label="Integer (Pos Zero)",fontsize=16,color="green",shape="box"];2345[label="GT",fontsize=16,color="green",shape="box"];2346[label="GT",fontsize=16,color="green",shape="box"];2347[label="max0 (Integer (Pos Zero)) (Integer (Neg (Succ vwx310000))) otherwise",fontsize=16,color="black",shape="box"];2347 -> 2700[label="",style="solid", color="black", weight=3]; 28.81/13.53 2348[label="Integer (Neg (Succ vwx310000))",fontsize=16,color="green",shape="box"];2349[label="GT",fontsize=16,color="green",shape="box"];2350[label="EQ",fontsize=16,color="green",shape="box"];2351[label="max0 (Integer (Pos Zero)) (Integer (Neg Zero)) otherwise",fontsize=16,color="black",shape="box"];2351 -> 2701[label="",style="solid", color="black", weight=3]; 28.81/13.53 2352[label="Integer (Neg Zero)",fontsize=16,color="green",shape="box"];2353[label="max0 (Integer (Neg (Succ vwx30000))) (Integer (Pos vwx31000)) True",fontsize=16,color="black",shape="box"];2353 -> 2702[label="",style="solid", color="black", weight=3]; 28.81/13.53 2354[label="Succ vwx30000",fontsize=16,color="green",shape="box"];2355[label="vwx31000",fontsize=16,color="green",shape="box"];2356[label="max0 (Integer (Neg (Succ vwx30000))) (Integer (Neg vwx31000)) True",fontsize=16,color="black",shape="box"];2356 -> 2703[label="",style="solid", color="black", weight=3]; 28.81/13.53 2357[label="GT",fontsize=16,color="green",shape="box"];2358[label="LT",fontsize=16,color="green",shape="box"];2359[label="max0 (Integer (Neg Zero)) (Integer (Pos (Succ vwx310000))) otherwise",fontsize=16,color="black",shape="box"];2359 -> 2704[label="",style="solid", color="black", weight=3]; 28.81/13.53 2360[label="Integer (Pos (Succ vwx310000))",fontsize=16,color="green",shape="box"];2361[label="GT",fontsize=16,color="green",shape="box"];2362[label="EQ",fontsize=16,color="green",shape="box"];2363[label="max0 (Integer (Neg Zero)) (Integer (Pos Zero)) otherwise",fontsize=16,color="black",shape="box"];2363 -> 2705[label="",style="solid", color="black", weight=3]; 28.81/13.53 2364[label="Integer (Pos Zero)",fontsize=16,color="green",shape="box"];2365[label="GT",fontsize=16,color="green",shape="box"];2366 -> 1994[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2366[label="primCmpNat (Succ vwx310000) Zero",fontsize=16,color="magenta"];2366 -> 2706[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2366 -> 2707[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2367[label="max0 (Integer (Neg Zero)) (Integer (Neg (Succ vwx310000))) otherwise",fontsize=16,color="black",shape="box"];2367 -> 2708[label="",style="solid", color="black", weight=3]; 28.81/13.53 2368[label="Integer (Neg (Succ vwx310000))",fontsize=16,color="green",shape="box"];2369[label="GT",fontsize=16,color="green",shape="box"];2370[label="EQ",fontsize=16,color="green",shape="box"];2371[label="max0 (Integer (Neg Zero)) (Integer (Neg Zero)) otherwise",fontsize=16,color="black",shape="box"];2371 -> 2709[label="",style="solid", color="black", weight=3]; 28.81/13.53 2372[label="Integer (Neg Zero)",fontsize=16,color="green",shape="box"];2373[label="Pos vwx31010",fontsize=16,color="green",shape="box"];2374[label="vwx300",fontsize=16,color="green",shape="box"];2375[label="vwx3100",fontsize=16,color="green",shape="box"];2376[label="Pos vwx3010",fontsize=16,color="green",shape="box"];2377[label="Double vwx300 (Pos vwx3010)",fontsize=16,color="green",shape="box"];2378[label="Pos vwx31010",fontsize=16,color="green",shape="box"];2379[label="vwx300",fontsize=16,color="green",shape="box"];2380[label="vwx3100",fontsize=16,color="green",shape="box"];2381[label="Neg vwx3010",fontsize=16,color="green",shape="box"];2382[label="Double vwx300 (Pos vwx3010)",fontsize=16,color="green",shape="box"];2383[label="Neg vwx31010",fontsize=16,color="green",shape="box"];2384[label="vwx300",fontsize=16,color="green",shape="box"];2385[label="vwx3100",fontsize=16,color="green",shape="box"];2386[label="Pos vwx3010",fontsize=16,color="green",shape="box"];2387[label="Double vwx300 (Neg vwx3010)",fontsize=16,color="green",shape="box"];2388[label="Neg vwx31010",fontsize=16,color="green",shape="box"];2389[label="vwx300",fontsize=16,color="green",shape="box"];2390[label="vwx3100",fontsize=16,color="green",shape="box"];2391[label="Neg vwx3010",fontsize=16,color="green",shape="box"];2392[label="Double vwx300 (Neg vwx3010)",fontsize=16,color="green",shape="box"];2393[label="Pos vwx31010",fontsize=16,color="green",shape="box"];2394[label="vwx300",fontsize=16,color="green",shape="box"];2395[label="vwx3100",fontsize=16,color="green",shape="box"];2396[label="Pos vwx3010",fontsize=16,color="green",shape="box"];2397[label="Float vwx300 (Pos vwx3010)",fontsize=16,color="green",shape="box"];2398[label="Pos vwx31010",fontsize=16,color="green",shape="box"];2399[label="vwx300",fontsize=16,color="green",shape="box"];2400[label="vwx3100",fontsize=16,color="green",shape="box"];2401[label="Neg vwx3010",fontsize=16,color="green",shape="box"];2402[label="Float vwx300 (Pos vwx3010)",fontsize=16,color="green",shape="box"];2403[label="Neg vwx31010",fontsize=16,color="green",shape="box"];2404[label="vwx300",fontsize=16,color="green",shape="box"];2405[label="vwx3100",fontsize=16,color="green",shape="box"];2406[label="Pos vwx3010",fontsize=16,color="green",shape="box"];2407[label="Float vwx300 (Neg vwx3010)",fontsize=16,color="green",shape="box"];2408[label="Neg vwx31010",fontsize=16,color="green",shape="box"];2409[label="vwx300",fontsize=16,color="green",shape="box"];2410[label="vwx3100",fontsize=16,color="green",shape="box"];2411[label="Neg vwx3010",fontsize=16,color="green",shape="box"];2412[label="Float vwx300 (Neg vwx3010)",fontsize=16,color="green",shape="box"];2413[label="compare3 vwx300 vwx3100",fontsize=16,color="black",shape="box"];2413 -> 2710[label="",style="solid", color="black", weight=3]; 28.81/13.53 2414[label="compare3 vwx300 vwx3100",fontsize=16,color="black",shape="box"];2414 -> 2711[label="",style="solid", color="black", weight=3]; 28.81/13.53 2415[label="compare3 vwx300 vwx3100",fontsize=16,color="black",shape="box"];2415 -> 2712[label="",style="solid", color="black", weight=3]; 28.81/13.53 2416[label="compare3 vwx300 vwx3100",fontsize=16,color="black",shape="box"];2416 -> 2713[label="",style="solid", color="black", weight=3]; 28.81/13.53 2417[label="compare3 vwx300 vwx3100",fontsize=16,color="black",shape="box"];2417 -> 2714[label="",style="solid", color="black", weight=3]; 28.81/13.53 2418[label="compare3 vwx300 vwx3100",fontsize=16,color="black",shape="box"];2418 -> 2715[label="",style="solid", color="black", weight=3]; 28.81/13.53 2419[label="LT",fontsize=16,color="green",shape="box"];2420[label="vwx225",fontsize=16,color="green",shape="box"];2421[label="GT",fontsize=16,color="green",shape="box"];2422[label="LT",fontsize=16,color="green",shape="box"];2423 -> 3004[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2423[label="compare2 (vwx3000,vwx3001,vwx3002) (vwx31000,vwx31001,vwx31002) (vwx3000 == vwx31000 && vwx3001 == vwx31001 && vwx3002 == vwx31002)",fontsize=16,color="magenta"];2423 -> 3005[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2423 -> 3006[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2423 -> 3007[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2424[label="vwx31000",fontsize=16,color="green",shape="box"];2425[label="vwx3000",fontsize=16,color="green",shape="box"];2426[label="LT",fontsize=16,color="green",shape="box"];2427 -> 3012[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2427[label="compare2 (vwx3000,vwx3001) (vwx31000,vwx31001) (vwx3000 == vwx31000 && vwx3001 == vwx31001)",fontsize=16,color="magenta"];2427 -> 3013[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2427 -> 3014[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2427 -> 3015[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2428[label="LT",fontsize=16,color="green",shape="box"];2429 -> 3020[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2429[label="compare2 Nothing Nothing True",fontsize=16,color="magenta"];2429 -> 3021[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2429 -> 3022[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2429 -> 3023[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2430[label="LT",fontsize=16,color="green",shape="box"];2431 -> 3020[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2431[label="compare2 Nothing (Just vwx31000) False",fontsize=16,color="magenta"];2431 -> 3024[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2431 -> 3025[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2431 -> 3026[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2432[label="LT",fontsize=16,color="green",shape="box"];2433 -> 3020[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2433[label="compare2 (Just vwx3000) Nothing False",fontsize=16,color="magenta"];2433 -> 3027[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2433 -> 3028[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2433 -> 3029[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2434[label="LT",fontsize=16,color="green",shape="box"];2435 -> 3020[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2435[label="compare2 (Just vwx3000) (Just vwx31000) (vwx3000 == vwx31000)",fontsize=16,color="magenta"];2435 -> 3030[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2435 -> 3031[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2435 -> 3032[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2436[label="LT",fontsize=16,color="green",shape="box"];2437 -> 3037[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2437[label="compare2 False False True",fontsize=16,color="magenta"];2437 -> 3038[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2437 -> 3039[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2437 -> 3040[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2438[label="LT",fontsize=16,color="green",shape="box"];2439 -> 3037[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2439[label="compare2 False True False",fontsize=16,color="magenta"];2439 -> 3041[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2439 -> 3042[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2439 -> 3043[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2440[label="LT",fontsize=16,color="green",shape="box"];2441 -> 3037[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2441[label="compare2 True False False",fontsize=16,color="magenta"];2441 -> 3044[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2441 -> 3045[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2441 -> 3046[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2442[label="LT",fontsize=16,color="green",shape="box"];2443 -> 3037[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2443[label="compare2 True True True",fontsize=16,color="magenta"];2443 -> 3047[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2443 -> 3048[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2443 -> 3049[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2444[label="LT",fontsize=16,color="green",shape="box"];2445 -> 1994[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2445[label="primCmpNat (Succ vwx30000) vwx31000",fontsize=16,color="magenta"];2445 -> 2731[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2445 -> 2732[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2446[label="LT",fontsize=16,color="green",shape="box"];2447[label="GT",fontsize=16,color="green",shape="box"];2448 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2448[label="primCmpNat Zero (Succ vwx310000) == LT",fontsize=16,color="magenta"];2448 -> 2733[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2448 -> 2734[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2449 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2449[label="EQ == LT",fontsize=16,color="magenta"];2449 -> 2735[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2449 -> 2736[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2450 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2450[label="GT == LT",fontsize=16,color="magenta"];2450 -> 2737[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2450 -> 2738[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2451 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2451[label="EQ == LT",fontsize=16,color="magenta"];2451 -> 2739[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2451 -> 2740[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2452[label="LT",fontsize=16,color="green",shape="box"];2453[label="LT",fontsize=16,color="green",shape="box"];2454[label="LT",fontsize=16,color="green",shape="box"];2455 -> 1994[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2455[label="primCmpNat vwx31000 (Succ vwx30000)",fontsize=16,color="magenta"];2455 -> 2741[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2455 -> 2742[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2456 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2456[label="LT == LT",fontsize=16,color="magenta"];2456 -> 2743[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2456 -> 2744[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2457 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2457[label="EQ == LT",fontsize=16,color="magenta"];2457 -> 2745[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2457 -> 2746[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2458 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2458[label="primCmpNat (Succ vwx310000) Zero == LT",fontsize=16,color="magenta"];2458 -> 2747[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2458 -> 2748[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2459 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2459[label="EQ == LT",fontsize=16,color="magenta"];2459 -> 2749[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2459 -> 2750[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2460[label="LT",fontsize=16,color="green",shape="box"];2461 -> 3051[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2461[label="compare2 (Left vwx3000) (Left vwx31000) (vwx3000 == vwx31000)",fontsize=16,color="magenta"];2461 -> 3052[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2461 -> 3053[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2461 -> 3054[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2462[label="LT",fontsize=16,color="green",shape="box"];2463 -> 3051[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2463[label="compare2 (Left vwx3000) (Right vwx31000) False",fontsize=16,color="magenta"];2463 -> 3055[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2463 -> 3056[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2463 -> 3057[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2464[label="LT",fontsize=16,color="green",shape="box"];2465 -> 3051[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2465[label="compare2 (Right vwx3000) (Left vwx31000) False",fontsize=16,color="magenta"];2465 -> 3058[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2465 -> 3059[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2465 -> 3060[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2466[label="LT",fontsize=16,color="green",shape="box"];2467 -> 3051[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2467[label="compare2 (Right vwx3000) (Right vwx31000) (vwx3000 == vwx31000)",fontsize=16,color="magenta"];2467 -> 3061[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2467 -> 3062[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2467 -> 3063[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2468 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2468[label="vwx3000 * vwx31001",fontsize=16,color="magenta"];2468 -> 2761[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2468 -> 2762[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2469 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2469[label="vwx31000 * vwx3001",fontsize=16,color="magenta"];2469 -> 2763[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2469 -> 2764[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2470 -> 1623[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2470[label="vwx3000 * vwx31001",fontsize=16,color="magenta"];2470 -> 2765[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2470 -> 2766[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2471 -> 1623[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2471[label="vwx31000 * vwx3001",fontsize=16,color="magenta"];2471 -> 2767[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2471 -> 2768[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2472 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2472[label="compare (vwx3000 * Pos vwx310010) (Pos vwx30010 * vwx31000) == LT",fontsize=16,color="magenta"];2472 -> 2769[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2472 -> 2770[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2473 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2473[label="compare (vwx3000 * Pos vwx310010) (Neg vwx30010 * vwx31000) == LT",fontsize=16,color="magenta"];2473 -> 2771[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2473 -> 2772[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2474 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2474[label="compare (vwx3000 * Neg vwx310010) (Pos vwx30010 * vwx31000) == LT",fontsize=16,color="magenta"];2474 -> 2773[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2474 -> 2774[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2475 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2475[label="compare (vwx3000 * Neg vwx310010) (Neg vwx30010 * vwx31000) == LT",fontsize=16,color="magenta"];2475 -> 2775[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2475 -> 2776[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2476[label="LT",fontsize=16,color="green",shape="box"];2477 -> 3071[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2477[label="compare2 LT LT True",fontsize=16,color="magenta"];2477 -> 3072[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2477 -> 3073[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2477 -> 3074[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2478[label="LT",fontsize=16,color="green",shape="box"];2479 -> 3071[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2479[label="compare2 LT EQ False",fontsize=16,color="magenta"];2479 -> 3075[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2479 -> 3076[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2479 -> 3077[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2480[label="LT",fontsize=16,color="green",shape="box"];2481 -> 3071[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2481[label="compare2 LT GT False",fontsize=16,color="magenta"];2481 -> 3078[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2481 -> 3079[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2481 -> 3080[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2482[label="LT",fontsize=16,color="green",shape="box"];2483 -> 3071[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2483[label="compare2 EQ LT False",fontsize=16,color="magenta"];2483 -> 3081[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2483 -> 3082[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2483 -> 3083[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2484[label="LT",fontsize=16,color="green",shape="box"];2485 -> 3071[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2485[label="compare2 EQ EQ True",fontsize=16,color="magenta"];2485 -> 3084[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2485 -> 3085[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2485 -> 3086[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2486[label="LT",fontsize=16,color="green",shape="box"];2487 -> 3071[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2487[label="compare2 EQ GT False",fontsize=16,color="magenta"];2487 -> 3087[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2487 -> 3088[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2487 -> 3089[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2488[label="LT",fontsize=16,color="green",shape="box"];2489 -> 3071[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2489[label="compare2 GT LT False",fontsize=16,color="magenta"];2489 -> 3090[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2489 -> 3091[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2489 -> 3092[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2490[label="LT",fontsize=16,color="green",shape="box"];2491 -> 3071[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2491[label="compare2 GT EQ False",fontsize=16,color="magenta"];2491 -> 3093[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2491 -> 3094[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2491 -> 3095[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2492[label="LT",fontsize=16,color="green",shape="box"];2493 -> 3071[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2493[label="compare2 GT GT True",fontsize=16,color="magenta"];2493 -> 3096[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2493 -> 3097[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2493 -> 3098[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2494 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2494[label="compare (vwx3000 * Pos vwx310010) (Pos vwx30010 * vwx31000) == LT",fontsize=16,color="magenta"];2494 -> 2786[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2494 -> 2787[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2495 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2495[label="compare (vwx3000 * Pos vwx310010) (Neg vwx30010 * vwx31000) == LT",fontsize=16,color="magenta"];2495 -> 2788[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2495 -> 2789[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2496 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2496[label="compare (vwx3000 * Neg vwx310010) (Pos vwx30010 * vwx31000) == LT",fontsize=16,color="magenta"];2496 -> 2790[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2496 -> 2791[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2497 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2497[label="compare (vwx3000 * Neg vwx310010) (Neg vwx30010 * vwx31000) == LT",fontsize=16,color="magenta"];2497 -> 2792[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2497 -> 2793[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2256[label="vwx3001",fontsize=16,color="green",shape="box"];2257[label="vwx31001",fontsize=16,color="green",shape="box"];2498 -> 584[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2498[label="vwx120 * vwx151 == vwx121 * vwx150",fontsize=16,color="magenta"];2498 -> 2794[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2498 -> 2795[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2533 -> 580[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2533[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2533 -> 2796[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2533 -> 2797[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2534 -> 1259[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2534[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2534 -> 2798[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2534 -> 2799[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2535 -> 582[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2535[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2535 -> 2800[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2535 -> 2801[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2536 -> 1261[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2536[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2536 -> 2802[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2536 -> 2803[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2537 -> 584[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2537[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2537 -> 2804[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2537 -> 2805[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2538 -> 585[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2538[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2538 -> 2806[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2538 -> 2807[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2539 -> 1264[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2539[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2539 -> 2808[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2539 -> 2809[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2540 -> 587[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2540[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2540 -> 2810[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2540 -> 2811[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2541 -> 588[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2541[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2541 -> 2812[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2541 -> 2813[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2542 -> 589[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2542[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2542 -> 2814[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2542 -> 2815[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2543 -> 1268[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2543[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2543 -> 2816[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2543 -> 2817[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2544 -> 1269[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2544[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2544 -> 2818[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2544 -> 2819[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2545 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2545[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2545 -> 2820[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2545 -> 2821[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2546 -> 593[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2546[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2546 -> 2822[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2546 -> 2823[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2547[label="vwx1081 == vwx1091",fontsize=16,color="blue",shape="box"];4639[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2547 -> 4639[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4639 -> 2824[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4640[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2547 -> 4640[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4640 -> 2825[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4641[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2547 -> 4641[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4641 -> 2826[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4642[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2547 -> 4642[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4642 -> 2827[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4643[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2547 -> 4643[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4643 -> 2828[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4644[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2547 -> 4644[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4644 -> 2829[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4645[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2547 -> 4645[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4645 -> 2830[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4646[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2547 -> 4646[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4646 -> 2831[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4647[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2547 -> 4647[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4647 -> 2832[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4648[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2547 -> 4648[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4648 -> 2833[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4649[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2547 -> 4649[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4649 -> 2834[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4650[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2547 -> 4650[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4650 -> 2835[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4651[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2547 -> 4651[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4651 -> 2836[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4652[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2547 -> 4652[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4652 -> 2837[label="",style="solid", color="blue", weight=3]; 28.81/13.53 2548[label="vwx1082 == vwx1092",fontsize=16,color="blue",shape="box"];4653[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2548 -> 4653[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4653 -> 2838[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4654[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2548 -> 4654[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4654 -> 2839[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4655[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2548 -> 4655[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4655 -> 2840[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4656[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2548 -> 4656[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4656 -> 2841[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4657[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2548 -> 4657[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4657 -> 2842[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4658[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2548 -> 4658[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4658 -> 2843[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4659[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2548 -> 4659[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4659 -> 2844[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4660[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2548 -> 4660[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4660 -> 2845[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4661[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2548 -> 4661[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4661 -> 2846[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4662[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2548 -> 4662[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4662 -> 2847[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4663[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2548 -> 4663[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4663 -> 2848[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4664[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2548 -> 4664[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4664 -> 2849[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4665[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2548 -> 4665[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4665 -> 2850[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4666[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2548 -> 4666[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4666 -> 2851[label="",style="solid", color="blue", weight=3]; 28.81/13.53 2549[label="vwx1090",fontsize=16,color="green",shape="box"];2550[label="vwx1080",fontsize=16,color="green",shape="box"];2551[label="vwx1080",fontsize=16,color="green",shape="box"];2552[label="vwx1090",fontsize=16,color="green",shape="box"];2553[label="vwx1090",fontsize=16,color="green",shape="box"];2554[label="vwx1080",fontsize=16,color="green",shape="box"];2555[label="vwx1080",fontsize=16,color="green",shape="box"];2556[label="vwx1090",fontsize=16,color="green",shape="box"];2557[label="vwx1090",fontsize=16,color="green",shape="box"];2558[label="vwx1080",fontsize=16,color="green",shape="box"];2559[label="vwx1090",fontsize=16,color="green",shape="box"];2560[label="vwx1080",fontsize=16,color="green",shape="box"];2561[label="vwx1080",fontsize=16,color="green",shape="box"];2562[label="vwx1090",fontsize=16,color="green",shape="box"];2563[label="vwx1090",fontsize=16,color="green",shape="box"];2564[label="vwx1080",fontsize=16,color="green",shape="box"];2565[label="vwx1090",fontsize=16,color="green",shape="box"];2566[label="vwx1080",fontsize=16,color="green",shape="box"];2567[label="vwx1090",fontsize=16,color="green",shape="box"];2568[label="vwx1080",fontsize=16,color="green",shape="box"];2569[label="vwx1080",fontsize=16,color="green",shape="box"];2570[label="vwx1090",fontsize=16,color="green",shape="box"];2571[label="vwx1080",fontsize=16,color="green",shape="box"];2572[label="vwx1090",fontsize=16,color="green",shape="box"];2573[label="vwx1090",fontsize=16,color="green",shape="box"];2574[label="vwx1080",fontsize=16,color="green",shape="box"];2575[label="vwx1090",fontsize=16,color="green",shape="box"];2576[label="vwx1080",fontsize=16,color="green",shape="box"];2577[label="vwx1090",fontsize=16,color="green",shape="box"];2578[label="vwx1080",fontsize=16,color="green",shape="box"];2579[label="vwx1080",fontsize=16,color="green",shape="box"];2580[label="vwx1090",fontsize=16,color="green",shape="box"];2581[label="vwx1090",fontsize=16,color="green",shape="box"];2582[label="vwx1080",fontsize=16,color="green",shape="box"];2583[label="vwx1080",fontsize=16,color="green",shape="box"];2584[label="vwx1090",fontsize=16,color="green",shape="box"];2585[label="vwx1090",fontsize=16,color="green",shape="box"];2586[label="vwx1080",fontsize=16,color="green",shape="box"];2587[label="vwx1090",fontsize=16,color="green",shape="box"];2588[label="vwx1080",fontsize=16,color="green",shape="box"];2589[label="vwx1080",fontsize=16,color="green",shape="box"];2590[label="vwx1090",fontsize=16,color="green",shape="box"];2591[label="vwx1090",fontsize=16,color="green",shape="box"];2592[label="vwx1080",fontsize=16,color="green",shape="box"];2593[label="vwx1090",fontsize=16,color="green",shape="box"];2594[label="vwx1080",fontsize=16,color="green",shape="box"];2595[label="vwx1090",fontsize=16,color="green",shape="box"];2596[label="vwx1080",fontsize=16,color="green",shape="box"];2597[label="vwx1080",fontsize=16,color="green",shape="box"];2598[label="vwx1090",fontsize=16,color="green",shape="box"];2599[label="vwx1080",fontsize=16,color="green",shape="box"];2600[label="vwx1090",fontsize=16,color="green",shape="box"];2601[label="vwx1090",fontsize=16,color="green",shape="box"];2602[label="vwx1080",fontsize=16,color="green",shape="box"];2603[label="vwx1090",fontsize=16,color="green",shape="box"];2604[label="vwx1080",fontsize=16,color="green",shape="box"];2499[label="primEqInt (Pos (Succ vwx1200)) (Pos vwx150)",fontsize=16,color="burlywood",shape="box"];4667[label="vwx150/Succ vwx1500",fontsize=10,color="white",style="solid",shape="box"];2499 -> 4667[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4667 -> 2852[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4668[label="vwx150/Zero",fontsize=10,color="white",style="solid",shape="box"];2499 -> 4668[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4668 -> 2853[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 2500[label="primEqInt (Pos (Succ vwx1200)) (Neg vwx150)",fontsize=16,color="black",shape="box"];2500 -> 2854[label="",style="solid", color="black", weight=3]; 28.81/13.53 2501[label="primEqInt (Pos Zero) (Pos vwx150)",fontsize=16,color="burlywood",shape="box"];4669[label="vwx150/Succ vwx1500",fontsize=10,color="white",style="solid",shape="box"];2501 -> 4669[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4669 -> 2855[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4670[label="vwx150/Zero",fontsize=10,color="white",style="solid",shape="box"];2501 -> 4670[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4670 -> 2856[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 2502[label="primEqInt (Pos Zero) (Neg vwx150)",fontsize=16,color="burlywood",shape="box"];4671[label="vwx150/Succ vwx1500",fontsize=10,color="white",style="solid",shape="box"];2502 -> 4671[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4671 -> 2857[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4672[label="vwx150/Zero",fontsize=10,color="white",style="solid",shape="box"];2502 -> 4672[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4672 -> 2858[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 2503[label="primEqInt (Neg (Succ vwx1200)) (Pos vwx150)",fontsize=16,color="black",shape="box"];2503 -> 2859[label="",style="solid", color="black", weight=3]; 28.81/13.53 2504[label="primEqInt (Neg (Succ vwx1200)) (Neg vwx150)",fontsize=16,color="burlywood",shape="box"];4673[label="vwx150/Succ vwx1500",fontsize=10,color="white",style="solid",shape="box"];2504 -> 4673[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4673 -> 2860[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4674[label="vwx150/Zero",fontsize=10,color="white",style="solid",shape="box"];2504 -> 4674[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4674 -> 2861[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 2505[label="primEqInt (Neg Zero) (Pos vwx150)",fontsize=16,color="burlywood",shape="box"];4675[label="vwx150/Succ vwx1500",fontsize=10,color="white",style="solid",shape="box"];2505 -> 4675[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4675 -> 2862[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4676[label="vwx150/Zero",fontsize=10,color="white",style="solid",shape="box"];2505 -> 4676[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4676 -> 2863[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 2506[label="primEqInt (Neg Zero) (Neg vwx150)",fontsize=16,color="burlywood",shape="box"];4677[label="vwx150/Succ vwx1500",fontsize=10,color="white",style="solid",shape="box"];2506 -> 4677[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4677 -> 2864[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4678[label="vwx150/Zero",fontsize=10,color="white",style="solid",shape="box"];2506 -> 4678[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4678 -> 2865[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 2507[label="vwx150",fontsize=16,color="green",shape="box"];2508[label="vwx120",fontsize=16,color="green",shape="box"];2605[label="vwx1090",fontsize=16,color="green",shape="box"];2606[label="vwx1080",fontsize=16,color="green",shape="box"];2607[label="vwx1080",fontsize=16,color="green",shape="box"];2608[label="vwx1090",fontsize=16,color="green",shape="box"];2609[label="vwx1090",fontsize=16,color="green",shape="box"];2610[label="vwx1080",fontsize=16,color="green",shape="box"];2611[label="vwx1080",fontsize=16,color="green",shape="box"];2612[label="vwx1090",fontsize=16,color="green",shape="box"];2613[label="vwx1090",fontsize=16,color="green",shape="box"];2614[label="vwx1080",fontsize=16,color="green",shape="box"];2615[label="vwx1090",fontsize=16,color="green",shape="box"];2616[label="vwx1080",fontsize=16,color="green",shape="box"];2617[label="vwx1080",fontsize=16,color="green",shape="box"];2618[label="vwx1090",fontsize=16,color="green",shape="box"];2619[label="vwx1090",fontsize=16,color="green",shape="box"];2620[label="vwx1080",fontsize=16,color="green",shape="box"];2621[label="vwx1090",fontsize=16,color="green",shape="box"];2622[label="vwx1080",fontsize=16,color="green",shape="box"];2623[label="vwx1090",fontsize=16,color="green",shape="box"];2624[label="vwx1080",fontsize=16,color="green",shape="box"];2625[label="vwx1080",fontsize=16,color="green",shape="box"];2626[label="vwx1090",fontsize=16,color="green",shape="box"];2627[label="vwx1080",fontsize=16,color="green",shape="box"];2628[label="vwx1090",fontsize=16,color="green",shape="box"];2629[label="vwx1090",fontsize=16,color="green",shape="box"];2630[label="vwx1080",fontsize=16,color="green",shape="box"];2631[label="vwx1090",fontsize=16,color="green",shape="box"];2632[label="vwx1080",fontsize=16,color="green",shape="box"];2509 -> 584[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2509[label="vwx120 * vwx151 == vwx121 * vwx150",fontsize=16,color="magenta"];2509 -> 2866[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2509 -> 2867[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2510[label="primEqNat vwx120 vwx150",fontsize=16,color="burlywood",shape="triangle"];4679[label="vwx120/Succ vwx1200",fontsize=10,color="white",style="solid",shape="box"];2510 -> 4679[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4679 -> 2868[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 4680[label="vwx120/Zero",fontsize=10,color="white",style="solid",shape="box"];2510 -> 4680[label="",style="solid", color="burlywood", weight=9]; 28.81/13.53 4680 -> 2869[label="",style="solid", color="burlywood", weight=3]; 28.81/13.53 2633 -> 580[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2633[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2633 -> 2870[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2633 -> 2871[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2634 -> 1259[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2634[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2634 -> 2872[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2634 -> 2873[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2635 -> 582[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2635[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2635 -> 2874[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2635 -> 2875[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2636 -> 1261[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2636[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2636 -> 2876[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2636 -> 2877[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2637 -> 584[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2637[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2637 -> 2878[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2637 -> 2879[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2638 -> 585[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2638[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2638 -> 2880[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2638 -> 2881[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2639 -> 1264[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2639[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2639 -> 2882[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2639 -> 2883[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2640 -> 587[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2640[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2640 -> 2884[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2640 -> 2885[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2641 -> 588[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2641[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2641 -> 2886[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2641 -> 2887[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2642 -> 589[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2642[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2642 -> 2888[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2642 -> 2889[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2643 -> 1268[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2643[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2643 -> 2890[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2643 -> 2891[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2644 -> 1269[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2644[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2644 -> 2892[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2644 -> 2893[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2645 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2645[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2645 -> 2894[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2645 -> 2895[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2646 -> 593[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2646[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2646 -> 2896[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2646 -> 2897[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2647[label="vwx1081",fontsize=16,color="green",shape="box"];2648[label="vwx1091",fontsize=16,color="green",shape="box"];2649 -> 580[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2649[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2649 -> 2898[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2649 -> 2899[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2650 -> 1259[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2650[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2650 -> 2900[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2650 -> 2901[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2651 -> 582[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2651[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2651 -> 2902[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2651 -> 2903[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2652 -> 1261[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2652[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2652 -> 2904[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2652 -> 2905[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2653 -> 584[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2653[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2653 -> 2906[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2653 -> 2907[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2654 -> 585[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2654[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2654 -> 2908[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2654 -> 2909[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2655 -> 1264[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2655[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2655 -> 2910[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2655 -> 2911[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2656 -> 587[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2656[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2656 -> 2912[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2656 -> 2913[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2657 -> 588[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2657[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2657 -> 2914[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2657 -> 2915[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2658 -> 589[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2658[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2658 -> 2916[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2658 -> 2917[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2659 -> 1268[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2659[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2659 -> 2918[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2659 -> 2919[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2660 -> 1269[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2660[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2660 -> 2920[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2660 -> 2921[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2661 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2661[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2661 -> 2922[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2661 -> 2923[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2662 -> 593[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2662[label="vwx1080 == vwx1090",fontsize=16,color="magenta"];2662 -> 2924[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2662 -> 2925[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2663 -> 580[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2663[label="vwx1081 == vwx1091",fontsize=16,color="magenta"];2663 -> 2926[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2663 -> 2927[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2664 -> 1259[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2664[label="vwx1081 == vwx1091",fontsize=16,color="magenta"];2664 -> 2928[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2664 -> 2929[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2665 -> 582[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2665[label="vwx1081 == vwx1091",fontsize=16,color="magenta"];2665 -> 2930[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2665 -> 2931[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2666 -> 1261[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2666[label="vwx1081 == vwx1091",fontsize=16,color="magenta"];2666 -> 2932[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2666 -> 2933[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2667 -> 584[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2667[label="vwx1081 == vwx1091",fontsize=16,color="magenta"];2667 -> 2934[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2667 -> 2935[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2668 -> 585[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2668[label="vwx1081 == vwx1091",fontsize=16,color="magenta"];2668 -> 2936[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2668 -> 2937[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2669 -> 1264[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2669[label="vwx1081 == vwx1091",fontsize=16,color="magenta"];2669 -> 2938[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2669 -> 2939[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2670 -> 587[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2670[label="vwx1081 == vwx1091",fontsize=16,color="magenta"];2670 -> 2940[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2670 -> 2941[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2671 -> 588[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2671[label="vwx1081 == vwx1091",fontsize=16,color="magenta"];2671 -> 2942[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2671 -> 2943[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2672 -> 589[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2672[label="vwx1081 == vwx1091",fontsize=16,color="magenta"];2672 -> 2944[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2672 -> 2945[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2673 -> 1268[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2673[label="vwx1081 == vwx1091",fontsize=16,color="magenta"];2673 -> 2946[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2673 -> 2947[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2674 -> 1269[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2674[label="vwx1081 == vwx1091",fontsize=16,color="magenta"];2674 -> 2948[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2674 -> 2949[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2675 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2675[label="vwx1081 == vwx1091",fontsize=16,color="magenta"];2675 -> 2950[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2675 -> 2951[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2676 -> 593[label="",style="dashed", color="red", weight=0]; 28.81/13.53 2676[label="vwx1081 == vwx1091",fontsize=16,color="magenta"];2676 -> 2952[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2676 -> 2953[label="",style="dashed", color="magenta", weight=3]; 28.81/13.53 2511[label="vwx120 == vwx150",fontsize=16,color="blue",shape="box"];4681[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2511 -> 4681[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4681 -> 2954[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4682[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2511 -> 4682[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4682 -> 2955[label="",style="solid", color="blue", weight=3]; 28.81/13.53 2512[label="vwx121 == vwx151",fontsize=16,color="blue",shape="box"];4683[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2512 -> 4683[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4683 -> 2956[label="",style="solid", color="blue", weight=3]; 28.81/13.53 4684[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2512 -> 4684[label="",style="solid", color="blue", weight=9]; 28.81/13.53 4684 -> 2957[label="",style="solid", color="blue", weight=3]; 28.81/13.53 2677[label="primCmpNat (Succ vwx30000) (Succ vwx310000)",fontsize=16,color="black",shape="box"];2677 -> 2958[label="",style="solid", color="black", weight=3]; 28.81/13.53 2678[label="primCmpNat (Succ vwx30000) Zero",fontsize=16,color="black",shape="box"];2678 -> 2959[label="",style="solid", color="black", weight=3]; 28.81/13.53 2679[label="primCmpNat Zero (Succ vwx310000)",fontsize=16,color="black",shape="box"];2679 -> 2960[label="",style="solid", color="black", weight=3]; 28.81/13.53 2680[label="primCmpNat Zero Zero",fontsize=16,color="black",shape="box"];2680 -> 2961[label="",style="solid", color="black", weight=3]; 28.81/13.54 2681[label="Char (Succ vwx3000)",fontsize=16,color="green",shape="box"];2682[label="Char (Succ vwx3000)",fontsize=16,color="green",shape="box"];2683[label="Char Zero",fontsize=16,color="green",shape="box"];2684[label="Char Zero",fontsize=16,color="green",shape="box"];2513 -> 1994[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2513[label="primCmpNat vwx3000 vwx31000",fontsize=16,color="magenta"];2513 -> 2962[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2513 -> 2963[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2514[label="primCmpInt (Pos (Succ vwx30000)) (Pos vwx31000)",fontsize=16,color="black",shape="box"];2514 -> 2964[label="",style="solid", color="black", weight=3]; 28.81/13.54 2515[label="primCmpInt (Pos (Succ vwx30000)) (Neg vwx31000)",fontsize=16,color="black",shape="box"];2515 -> 2965[label="",style="solid", color="black", weight=3]; 28.81/13.54 2516[label="primCmpInt (Pos Zero) (Pos vwx31000)",fontsize=16,color="burlywood",shape="box"];4685[label="vwx31000/Succ vwx310000",fontsize=10,color="white",style="solid",shape="box"];2516 -> 4685[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4685 -> 2966[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 4686[label="vwx31000/Zero",fontsize=10,color="white",style="solid",shape="box"];2516 -> 4686[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4686 -> 2967[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 2517[label="primCmpInt (Pos Zero) (Neg vwx31000)",fontsize=16,color="burlywood",shape="box"];4687[label="vwx31000/Succ vwx310000",fontsize=10,color="white",style="solid",shape="box"];2517 -> 4687[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4687 -> 2968[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 4688[label="vwx31000/Zero",fontsize=10,color="white",style="solid",shape="box"];2517 -> 4688[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4688 -> 2969[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 2518[label="primCmpInt (Neg (Succ vwx30000)) (Pos vwx31000)",fontsize=16,color="black",shape="box"];2518 -> 2970[label="",style="solid", color="black", weight=3]; 28.81/13.54 2519[label="primCmpInt (Neg (Succ vwx30000)) (Neg vwx31000)",fontsize=16,color="black",shape="box"];2519 -> 2971[label="",style="solid", color="black", weight=3]; 28.81/13.54 2520[label="primCmpInt (Neg Zero) (Pos vwx31000)",fontsize=16,color="burlywood",shape="box"];4689[label="vwx31000/Succ vwx310000",fontsize=10,color="white",style="solid",shape="box"];2520 -> 4689[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4689 -> 2972[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 4690[label="vwx31000/Zero",fontsize=10,color="white",style="solid",shape="box"];2520 -> 4690[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4690 -> 2973[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 2521[label="primCmpInt (Neg Zero) (Neg vwx31000)",fontsize=16,color="burlywood",shape="box"];4691[label="vwx31000/Succ vwx310000",fontsize=10,color="white",style="solid",shape="box"];2521 -> 4691[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4691 -> 2974[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 4692[label="vwx31000/Zero",fontsize=10,color="white",style="solid",shape="box"];2521 -> 4692[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4692 -> 2975[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 2522 -> 693[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2522[label="compare (vwx3000 * vwx31001) (vwx31000 * vwx3001)",fontsize=16,color="magenta"];2522 -> 2976[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2522 -> 2977[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2523 -> 696[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2523[label="compare (vwx3000 * vwx31001) (vwx31000 * vwx3001)",fontsize=16,color="magenta"];2523 -> 2978[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2523 -> 2979[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2524[label="vwx3000",fontsize=16,color="green",shape="box"];2525[label="vwx31000",fontsize=16,color="green",shape="box"];2526[label="primCmpDouble (Double vwx3000 (Pos vwx30010)) (Double vwx31000 vwx31001)",fontsize=16,color="burlywood",shape="box"];4693[label="vwx31001/Pos vwx310010",fontsize=10,color="white",style="solid",shape="box"];2526 -> 4693[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4693 -> 2980[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 4694[label="vwx31001/Neg vwx310010",fontsize=10,color="white",style="solid",shape="box"];2526 -> 4694[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4694 -> 2981[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 2527[label="primCmpDouble (Double vwx3000 (Neg vwx30010)) (Double vwx31000 vwx31001)",fontsize=16,color="burlywood",shape="box"];4695[label="vwx31001/Pos vwx310010",fontsize=10,color="white",style="solid",shape="box"];2527 -> 4695[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4695 -> 2982[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 4696[label="vwx31001/Neg vwx310010",fontsize=10,color="white",style="solid",shape="box"];2527 -> 4696[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4696 -> 2983[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 2528[label="primCmpFloat (Float vwx3000 (Pos vwx30010)) (Float vwx31000 vwx31001)",fontsize=16,color="burlywood",shape="box"];4697[label="vwx31001/Pos vwx310010",fontsize=10,color="white",style="solid",shape="box"];2528 -> 4697[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4697 -> 2984[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 4698[label="vwx31001/Neg vwx310010",fontsize=10,color="white",style="solid",shape="box"];2528 -> 4698[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4698 -> 2985[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 2529[label="primCmpFloat (Float vwx3000 (Neg vwx30010)) (Float vwx31000 vwx31001)",fontsize=16,color="burlywood",shape="box"];4699[label="vwx31001/Pos vwx310010",fontsize=10,color="white",style="solid",shape="box"];2529 -> 4699[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4699 -> 2986[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 4700[label="vwx31001/Neg vwx310010",fontsize=10,color="white",style="solid",shape="box"];2529 -> 4700[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4700 -> 2987[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 2530[label="vwx3000",fontsize=16,color="green",shape="box"];2531[label="vwx31000",fontsize=16,color="green",shape="box"];2532 -> 700[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2532[label="compare vwx3001 vwx31001",fontsize=16,color="magenta"];2532 -> 2988[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2532 -> 2989[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2685[label="Pos (Succ vwx3000)",fontsize=16,color="green",shape="box"];2686[label="Pos (Succ vwx3000)",fontsize=16,color="green",shape="box"];2687[label="Neg (Succ vwx3000)",fontsize=16,color="green",shape="box"];2688[label="Neg (Succ vwx3000)",fontsize=16,color="green",shape="box"];2689[label="Pos (primMulNat vwx3000 vwx31010)",fontsize=16,color="green",shape="box"];2689 -> 2990[label="",style="dashed", color="green", weight=3]; 28.81/13.54 2690[label="Neg (primMulNat vwx3000 vwx31010)",fontsize=16,color="green",shape="box"];2690 -> 2991[label="",style="dashed", color="green", weight=3]; 28.81/13.54 2691[label="Neg (primMulNat vwx3000 vwx31010)",fontsize=16,color="green",shape="box"];2691 -> 2992[label="",style="dashed", color="green", weight=3]; 28.81/13.54 2692[label="Pos (primMulNat vwx3000 vwx31010)",fontsize=16,color="green",shape="box"];2692 -> 2993[label="",style="dashed", color="green", weight=3]; 28.81/13.54 2693 -> 1887[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2693[label="primMulInt vwx3000 vwx31010",fontsize=16,color="magenta"];2693 -> 2994[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2693 -> 2995[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2694[label="Integer (Pos (Succ vwx30000))",fontsize=16,color="green",shape="box"];2695[label="Integer (Pos (Succ vwx30000))",fontsize=16,color="green",shape="box"];2696[label="Succ vwx310000",fontsize=16,color="green",shape="box"];2697[label="Zero",fontsize=16,color="green",shape="box"];2698[label="max0 (Integer (Pos Zero)) (Integer (Pos (Succ vwx310000))) True",fontsize=16,color="black",shape="box"];2698 -> 2996[label="",style="solid", color="black", weight=3]; 28.81/13.54 2699[label="max0 (Integer (Pos Zero)) (Integer (Pos Zero)) True",fontsize=16,color="black",shape="box"];2699 -> 2997[label="",style="solid", color="black", weight=3]; 28.81/13.54 2700[label="max0 (Integer (Pos Zero)) (Integer (Neg (Succ vwx310000))) True",fontsize=16,color="black",shape="box"];2700 -> 2998[label="",style="solid", color="black", weight=3]; 28.81/13.54 2701[label="max0 (Integer (Pos Zero)) (Integer (Neg Zero)) True",fontsize=16,color="black",shape="box"];2701 -> 2999[label="",style="solid", color="black", weight=3]; 28.81/13.54 2702[label="Integer (Neg (Succ vwx30000))",fontsize=16,color="green",shape="box"];2703[label="Integer (Neg (Succ vwx30000))",fontsize=16,color="green",shape="box"];2704[label="max0 (Integer (Neg Zero)) (Integer (Pos (Succ vwx310000))) True",fontsize=16,color="black",shape="box"];2704 -> 3000[label="",style="solid", color="black", weight=3]; 28.81/13.54 2705[label="max0 (Integer (Neg Zero)) (Integer (Pos Zero)) True",fontsize=16,color="black",shape="box"];2705 -> 3001[label="",style="solid", color="black", weight=3]; 28.81/13.54 2706[label="Zero",fontsize=16,color="green",shape="box"];2707[label="Succ vwx310000",fontsize=16,color="green",shape="box"];2708[label="max0 (Integer (Neg Zero)) (Integer (Neg (Succ vwx310000))) True",fontsize=16,color="black",shape="box"];2708 -> 3002[label="",style="solid", color="black", weight=3]; 28.81/13.54 2709[label="max0 (Integer (Neg Zero)) (Integer (Neg Zero)) True",fontsize=16,color="black",shape="box"];2709 -> 3003[label="",style="solid", color="black", weight=3]; 28.81/13.54 2710 -> 3004[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2710[label="compare2 vwx300 vwx3100 (vwx300 == vwx3100)",fontsize=16,color="magenta"];2710 -> 3008[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2711 -> 3012[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2711[label="compare2 vwx300 vwx3100 (vwx300 == vwx3100)",fontsize=16,color="magenta"];2711 -> 3016[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2712 -> 3020[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2712[label="compare2 vwx300 vwx3100 (vwx300 == vwx3100)",fontsize=16,color="magenta"];2712 -> 3033[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2713 -> 3037[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2713[label="compare2 vwx300 vwx3100 (vwx300 == vwx3100)",fontsize=16,color="magenta"];2713 -> 3050[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2714 -> 3051[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2714[label="compare2 vwx300 vwx3100 (vwx300 == vwx3100)",fontsize=16,color="magenta"];2714 -> 3064[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2715 -> 3071[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2715[label="compare2 vwx300 vwx3100 (vwx300 == vwx3100)",fontsize=16,color="magenta"];2715 -> 3099[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3005 -> 1254[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3005[label="vwx3000 == vwx31000 && vwx3001 == vwx31001 && vwx3002 == vwx31002",fontsize=16,color="magenta"];3005 -> 3100[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3005 -> 3101[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3006[label="(vwx3000,vwx3001,vwx3002)",fontsize=16,color="green",shape="box"];3007[label="(vwx31000,vwx31001,vwx31002)",fontsize=16,color="green",shape="box"];3004[label="compare2 vwx300 vwx3100 vwx251",fontsize=16,color="burlywood",shape="triangle"];4701[label="vwx251/False",fontsize=10,color="white",style="solid",shape="box"];3004 -> 4701[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4701 -> 3102[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 4702[label="vwx251/True",fontsize=10,color="white",style="solid",shape="box"];3004 -> 4702[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4702 -> 3103[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 3013[label="(vwx3000,vwx3001)",fontsize=16,color="green",shape="box"];3014[label="(vwx31000,vwx31001)",fontsize=16,color="green",shape="box"];3015 -> 1254[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3015[label="vwx3000 == vwx31000 && vwx3001 == vwx31001",fontsize=16,color="magenta"];3015 -> 3104[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3015 -> 3105[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3012[label="compare2 vwx300 vwx3100 vwx252",fontsize=16,color="burlywood",shape="triangle"];4703[label="vwx252/False",fontsize=10,color="white",style="solid",shape="box"];3012 -> 4703[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4703 -> 3106[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 4704[label="vwx252/True",fontsize=10,color="white",style="solid",shape="box"];3012 -> 4704[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4704 -> 3107[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 3021[label="Nothing",fontsize=16,color="green",shape="box"];3022[label="Nothing",fontsize=16,color="green",shape="box"];3023[label="True",fontsize=16,color="green",shape="box"];3020[label="compare2 vwx300 vwx3100 vwx253",fontsize=16,color="burlywood",shape="triangle"];4705[label="vwx253/False",fontsize=10,color="white",style="solid",shape="box"];3020 -> 4705[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4705 -> 3108[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 4706[label="vwx253/True",fontsize=10,color="white",style="solid",shape="box"];3020 -> 4706[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4706 -> 3109[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 3024[label="Nothing",fontsize=16,color="green",shape="box"];3025[label="Just vwx31000",fontsize=16,color="green",shape="box"];3026[label="False",fontsize=16,color="green",shape="box"];3027[label="Just vwx3000",fontsize=16,color="green",shape="box"];3028[label="Nothing",fontsize=16,color="green",shape="box"];3029[label="False",fontsize=16,color="green",shape="box"];3030[label="Just vwx3000",fontsize=16,color="green",shape="box"];3031[label="Just vwx31000",fontsize=16,color="green",shape="box"];3032[label="vwx3000 == vwx31000",fontsize=16,color="blue",shape="box"];4707[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3032 -> 4707[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4707 -> 3110[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4708[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3032 -> 4708[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4708 -> 3111[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4709[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3032 -> 4709[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4709 -> 3112[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4710[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3032 -> 4710[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4710 -> 3113[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4711[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3032 -> 4711[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4711 -> 3114[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4712[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3032 -> 4712[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4712 -> 3115[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4713[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3032 -> 4713[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4713 -> 3116[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4714[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3032 -> 4714[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4714 -> 3117[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4715[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3032 -> 4715[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4715 -> 3118[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4716[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3032 -> 4716[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4716 -> 3119[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4717[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3032 -> 4717[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4717 -> 3120[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4718[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3032 -> 4718[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4718 -> 3121[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4719[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3032 -> 4719[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4719 -> 3122[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4720[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3032 -> 4720[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4720 -> 3123[label="",style="solid", color="blue", weight=3]; 28.81/13.54 3038[label="False",fontsize=16,color="green",shape="box"];3039[label="False",fontsize=16,color="green",shape="box"];3040[label="True",fontsize=16,color="green",shape="box"];3037[label="compare2 vwx300 vwx3100 vwx254",fontsize=16,color="burlywood",shape="triangle"];4721[label="vwx254/False",fontsize=10,color="white",style="solid",shape="box"];3037 -> 4721[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4721 -> 3124[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 4722[label="vwx254/True",fontsize=10,color="white",style="solid",shape="box"];3037 -> 4722[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4722 -> 3125[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 3041[label="False",fontsize=16,color="green",shape="box"];3042[label="True",fontsize=16,color="green",shape="box"];3043[label="False",fontsize=16,color="green",shape="box"];3044[label="True",fontsize=16,color="green",shape="box"];3045[label="False",fontsize=16,color="green",shape="box"];3046[label="False",fontsize=16,color="green",shape="box"];3047[label="True",fontsize=16,color="green",shape="box"];3048[label="True",fontsize=16,color="green",shape="box"];3049[label="True",fontsize=16,color="green",shape="box"];2731[label="vwx31000",fontsize=16,color="green",shape="box"];2732[label="Succ vwx30000",fontsize=16,color="green",shape="box"];2733[label="LT",fontsize=16,color="green",shape="box"];2734 -> 1994[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2734[label="primCmpNat Zero (Succ vwx310000)",fontsize=16,color="magenta"];2734 -> 3126[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2734 -> 3127[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2735[label="LT",fontsize=16,color="green",shape="box"];2736[label="EQ",fontsize=16,color="green",shape="box"];2737[label="LT",fontsize=16,color="green",shape="box"];2738[label="GT",fontsize=16,color="green",shape="box"];2739[label="LT",fontsize=16,color="green",shape="box"];2740[label="EQ",fontsize=16,color="green",shape="box"];2741[label="Succ vwx30000",fontsize=16,color="green",shape="box"];2742[label="vwx31000",fontsize=16,color="green",shape="box"];2743[label="LT",fontsize=16,color="green",shape="box"];2744[label="LT",fontsize=16,color="green",shape="box"];2745[label="LT",fontsize=16,color="green",shape="box"];2746[label="EQ",fontsize=16,color="green",shape="box"];2747[label="LT",fontsize=16,color="green",shape="box"];2748 -> 1994[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2748[label="primCmpNat (Succ vwx310000) Zero",fontsize=16,color="magenta"];2748 -> 3128[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2748 -> 3129[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2749[label="LT",fontsize=16,color="green",shape="box"];2750[label="EQ",fontsize=16,color="green",shape="box"];3052[label="Left vwx3000",fontsize=16,color="green",shape="box"];3053[label="Left vwx31000",fontsize=16,color="green",shape="box"];3054[label="vwx3000 == vwx31000",fontsize=16,color="blue",shape="box"];4723[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3054 -> 4723[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4723 -> 3130[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4724[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3054 -> 4724[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4724 -> 3131[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4725[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3054 -> 4725[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4725 -> 3132[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4726[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3054 -> 4726[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4726 -> 3133[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4727[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3054 -> 4727[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4727 -> 3134[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4728[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3054 -> 4728[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4728 -> 3135[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4729[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3054 -> 4729[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4729 -> 3136[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4730[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3054 -> 4730[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4730 -> 3137[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4731[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3054 -> 4731[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4731 -> 3138[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4732[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3054 -> 4732[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4732 -> 3139[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4733[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3054 -> 4733[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4733 -> 3140[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4734[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3054 -> 4734[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4734 -> 3141[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4735[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3054 -> 4735[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4735 -> 3142[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4736[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3054 -> 4736[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4736 -> 3143[label="",style="solid", color="blue", weight=3]; 28.81/13.54 3051[label="compare2 vwx300 vwx3100 vwx255",fontsize=16,color="burlywood",shape="triangle"];4737[label="vwx255/False",fontsize=10,color="white",style="solid",shape="box"];3051 -> 4737[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4737 -> 3144[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 4738[label="vwx255/True",fontsize=10,color="white",style="solid",shape="box"];3051 -> 4738[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4738 -> 3145[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 3055[label="Left vwx3000",fontsize=16,color="green",shape="box"];3056[label="Right vwx31000",fontsize=16,color="green",shape="box"];3057[label="False",fontsize=16,color="green",shape="box"];3058[label="Right vwx3000",fontsize=16,color="green",shape="box"];3059[label="Left vwx31000",fontsize=16,color="green",shape="box"];3060[label="False",fontsize=16,color="green",shape="box"];3061[label="Right vwx3000",fontsize=16,color="green",shape="box"];3062[label="Right vwx31000",fontsize=16,color="green",shape="box"];3063[label="vwx3000 == vwx31000",fontsize=16,color="blue",shape="box"];4739[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3063 -> 4739[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4739 -> 3146[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4740[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3063 -> 4740[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4740 -> 3147[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4741[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3063 -> 4741[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4741 -> 3148[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4742[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3063 -> 4742[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4742 -> 3149[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4743[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3063 -> 4743[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4743 -> 3150[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4744[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3063 -> 4744[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4744 -> 3151[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4745[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3063 -> 4745[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4745 -> 3152[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4746[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3063 -> 4746[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4746 -> 3153[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4747[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3063 -> 4747[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4747 -> 3154[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4748[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3063 -> 4748[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4748 -> 3155[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4749[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3063 -> 4749[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4749 -> 3156[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4750[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3063 -> 4750[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4750 -> 3157[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4751[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3063 -> 4751[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4751 -> 3158[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4752[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3063 -> 4752[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4752 -> 3159[label="",style="solid", color="blue", weight=3]; 28.81/13.54 2761[label="vwx31001",fontsize=16,color="green",shape="box"];2762[label="vwx3000",fontsize=16,color="green",shape="box"];2763[label="vwx3001",fontsize=16,color="green",shape="box"];2764[label="vwx31000",fontsize=16,color="green",shape="box"];2765[label="vwx31001",fontsize=16,color="green",shape="box"];2766[label="vwx3000",fontsize=16,color="green",shape="box"];2767[label="vwx3001",fontsize=16,color="green",shape="box"];2768[label="vwx31000",fontsize=16,color="green",shape="box"];2769[label="LT",fontsize=16,color="green",shape="box"];2770 -> 693[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2770[label="compare (vwx3000 * Pos vwx310010) (Pos vwx30010 * vwx31000)",fontsize=16,color="magenta"];2770 -> 3160[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2770 -> 3161[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2771[label="LT",fontsize=16,color="green",shape="box"];2772 -> 693[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2772[label="compare (vwx3000 * Pos vwx310010) (Neg vwx30010 * vwx31000)",fontsize=16,color="magenta"];2772 -> 3162[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2772 -> 3163[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2773[label="LT",fontsize=16,color="green",shape="box"];2774 -> 693[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2774[label="compare (vwx3000 * Neg vwx310010) (Pos vwx30010 * vwx31000)",fontsize=16,color="magenta"];2774 -> 3164[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2774 -> 3165[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2775[label="LT",fontsize=16,color="green",shape="box"];2776 -> 693[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2776[label="compare (vwx3000 * Neg vwx310010) (Neg vwx30010 * vwx31000)",fontsize=16,color="magenta"];2776 -> 3166[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2776 -> 3167[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3072[label="True",fontsize=16,color="green",shape="box"];3073[label="LT",fontsize=16,color="green",shape="box"];3074[label="LT",fontsize=16,color="green",shape="box"];3071[label="compare2 vwx300 vwx3100 vwx256",fontsize=16,color="burlywood",shape="triangle"];4753[label="vwx256/False",fontsize=10,color="white",style="solid",shape="box"];3071 -> 4753[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4753 -> 3168[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 4754[label="vwx256/True",fontsize=10,color="white",style="solid",shape="box"];3071 -> 4754[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4754 -> 3169[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 3075[label="False",fontsize=16,color="green",shape="box"];3076[label="LT",fontsize=16,color="green",shape="box"];3077[label="EQ",fontsize=16,color="green",shape="box"];3078[label="False",fontsize=16,color="green",shape="box"];3079[label="LT",fontsize=16,color="green",shape="box"];3080[label="GT",fontsize=16,color="green",shape="box"];3081[label="False",fontsize=16,color="green",shape="box"];3082[label="EQ",fontsize=16,color="green",shape="box"];3083[label="LT",fontsize=16,color="green",shape="box"];3084[label="True",fontsize=16,color="green",shape="box"];3085[label="EQ",fontsize=16,color="green",shape="box"];3086[label="EQ",fontsize=16,color="green",shape="box"];3087[label="False",fontsize=16,color="green",shape="box"];3088[label="EQ",fontsize=16,color="green",shape="box"];3089[label="GT",fontsize=16,color="green",shape="box"];3090[label="False",fontsize=16,color="green",shape="box"];3091[label="GT",fontsize=16,color="green",shape="box"];3092[label="LT",fontsize=16,color="green",shape="box"];3093[label="False",fontsize=16,color="green",shape="box"];3094[label="GT",fontsize=16,color="green",shape="box"];3095[label="EQ",fontsize=16,color="green",shape="box"];3096[label="True",fontsize=16,color="green",shape="box"];3097[label="GT",fontsize=16,color="green",shape="box"];3098[label="GT",fontsize=16,color="green",shape="box"];2786[label="LT",fontsize=16,color="green",shape="box"];2787 -> 693[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2787[label="compare (vwx3000 * Pos vwx310010) (Pos vwx30010 * vwx31000)",fontsize=16,color="magenta"];2787 -> 3170[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2787 -> 3171[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2788[label="LT",fontsize=16,color="green",shape="box"];2789 -> 693[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2789[label="compare (vwx3000 * Pos vwx310010) (Neg vwx30010 * vwx31000)",fontsize=16,color="magenta"];2789 -> 3172[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2789 -> 3173[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2790[label="LT",fontsize=16,color="green",shape="box"];2791 -> 693[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2791[label="compare (vwx3000 * Neg vwx310010) (Pos vwx30010 * vwx31000)",fontsize=16,color="magenta"];2791 -> 3174[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2791 -> 3175[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2792[label="LT",fontsize=16,color="green",shape="box"];2793 -> 693[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2793[label="compare (vwx3000 * Neg vwx310010) (Neg vwx30010 * vwx31000)",fontsize=16,color="magenta"];2793 -> 3176[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2793 -> 3177[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2794 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2794[label="vwx121 * vwx150",fontsize=16,color="magenta"];2794 -> 3178[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2794 -> 3179[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2795 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2795[label="vwx120 * vwx151",fontsize=16,color="magenta"];2795 -> 3180[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2795 -> 3181[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2796[label="vwx1090",fontsize=16,color="green",shape="box"];2797[label="vwx1080",fontsize=16,color="green",shape="box"];2798[label="vwx1080",fontsize=16,color="green",shape="box"];2799[label="vwx1090",fontsize=16,color="green",shape="box"];2800[label="vwx1090",fontsize=16,color="green",shape="box"];2801[label="vwx1080",fontsize=16,color="green",shape="box"];2802[label="vwx1080",fontsize=16,color="green",shape="box"];2803[label="vwx1090",fontsize=16,color="green",shape="box"];2804[label="vwx1090",fontsize=16,color="green",shape="box"];2805[label="vwx1080",fontsize=16,color="green",shape="box"];2806[label="vwx1090",fontsize=16,color="green",shape="box"];2807[label="vwx1080",fontsize=16,color="green",shape="box"];2808[label="vwx1080",fontsize=16,color="green",shape="box"];2809[label="vwx1090",fontsize=16,color="green",shape="box"];2810[label="vwx1090",fontsize=16,color="green",shape="box"];2811[label="vwx1080",fontsize=16,color="green",shape="box"];2812[label="vwx1090",fontsize=16,color="green",shape="box"];2813[label="vwx1080",fontsize=16,color="green",shape="box"];2814[label="vwx1090",fontsize=16,color="green",shape="box"];2815[label="vwx1080",fontsize=16,color="green",shape="box"];2816[label="vwx1080",fontsize=16,color="green",shape="box"];2817[label="vwx1090",fontsize=16,color="green",shape="box"];2818[label="vwx1080",fontsize=16,color="green",shape="box"];2819[label="vwx1090",fontsize=16,color="green",shape="box"];2820[label="vwx1090",fontsize=16,color="green",shape="box"];2821[label="vwx1080",fontsize=16,color="green",shape="box"];2822[label="vwx1090",fontsize=16,color="green",shape="box"];2823[label="vwx1080",fontsize=16,color="green",shape="box"];2824 -> 580[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2824[label="vwx1081 == vwx1091",fontsize=16,color="magenta"];2824 -> 3182[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2824 -> 3183[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2825 -> 1259[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2825[label="vwx1081 == vwx1091",fontsize=16,color="magenta"];2825 -> 3184[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2825 -> 3185[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2826 -> 582[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2826[label="vwx1081 == vwx1091",fontsize=16,color="magenta"];2826 -> 3186[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2826 -> 3187[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2827 -> 1261[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2827[label="vwx1081 == vwx1091",fontsize=16,color="magenta"];2827 -> 3188[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2827 -> 3189[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2828 -> 584[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2828[label="vwx1081 == vwx1091",fontsize=16,color="magenta"];2828 -> 3190[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2828 -> 3191[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2829 -> 585[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2829[label="vwx1081 == vwx1091",fontsize=16,color="magenta"];2829 -> 3192[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2829 -> 3193[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2830 -> 1264[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2830[label="vwx1081 == vwx1091",fontsize=16,color="magenta"];2830 -> 3194[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2830 -> 3195[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2831 -> 587[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2831[label="vwx1081 == vwx1091",fontsize=16,color="magenta"];2831 -> 3196[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2831 -> 3197[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2832 -> 588[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2832[label="vwx1081 == vwx1091",fontsize=16,color="magenta"];2832 -> 3198[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2832 -> 3199[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2833 -> 589[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2833[label="vwx1081 == vwx1091",fontsize=16,color="magenta"];2833 -> 3200[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2833 -> 3201[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2834 -> 1268[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2834[label="vwx1081 == vwx1091",fontsize=16,color="magenta"];2834 -> 3202[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2834 -> 3203[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2835 -> 1269[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2835[label="vwx1081 == vwx1091",fontsize=16,color="magenta"];2835 -> 3204[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2835 -> 3205[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2836 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2836[label="vwx1081 == vwx1091",fontsize=16,color="magenta"];2836 -> 3206[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2836 -> 3207[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2837 -> 593[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2837[label="vwx1081 == vwx1091",fontsize=16,color="magenta"];2837 -> 3208[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2837 -> 3209[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2838 -> 580[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2838[label="vwx1082 == vwx1092",fontsize=16,color="magenta"];2838 -> 3210[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2838 -> 3211[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2839 -> 1259[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2839[label="vwx1082 == vwx1092",fontsize=16,color="magenta"];2839 -> 3212[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2839 -> 3213[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2840 -> 582[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2840[label="vwx1082 == vwx1092",fontsize=16,color="magenta"];2840 -> 3214[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2840 -> 3215[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2841 -> 1261[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2841[label="vwx1082 == vwx1092",fontsize=16,color="magenta"];2841 -> 3216[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2841 -> 3217[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2842 -> 584[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2842[label="vwx1082 == vwx1092",fontsize=16,color="magenta"];2842 -> 3218[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2842 -> 3219[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2843 -> 585[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2843[label="vwx1082 == vwx1092",fontsize=16,color="magenta"];2843 -> 3220[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2843 -> 3221[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2844 -> 1264[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2844[label="vwx1082 == vwx1092",fontsize=16,color="magenta"];2844 -> 3222[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2844 -> 3223[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2845 -> 587[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2845[label="vwx1082 == vwx1092",fontsize=16,color="magenta"];2845 -> 3224[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2845 -> 3225[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2846 -> 588[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2846[label="vwx1082 == vwx1092",fontsize=16,color="magenta"];2846 -> 3226[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2846 -> 3227[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2847 -> 589[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2847[label="vwx1082 == vwx1092",fontsize=16,color="magenta"];2847 -> 3228[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2847 -> 3229[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2848 -> 1268[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2848[label="vwx1082 == vwx1092",fontsize=16,color="magenta"];2848 -> 3230[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2848 -> 3231[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2849 -> 1269[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2849[label="vwx1082 == vwx1092",fontsize=16,color="magenta"];2849 -> 3232[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2849 -> 3233[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2850 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2850[label="vwx1082 == vwx1092",fontsize=16,color="magenta"];2850 -> 3234[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2850 -> 3235[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2851 -> 593[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2851[label="vwx1082 == vwx1092",fontsize=16,color="magenta"];2851 -> 3236[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2851 -> 3237[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2852[label="primEqInt (Pos (Succ vwx1200)) (Pos (Succ vwx1500))",fontsize=16,color="black",shape="box"];2852 -> 3238[label="",style="solid", color="black", weight=3]; 28.81/13.54 2853[label="primEqInt (Pos (Succ vwx1200)) (Pos Zero)",fontsize=16,color="black",shape="box"];2853 -> 3239[label="",style="solid", color="black", weight=3]; 28.81/13.54 2854[label="False",fontsize=16,color="green",shape="box"];2855[label="primEqInt (Pos Zero) (Pos (Succ vwx1500))",fontsize=16,color="black",shape="box"];2855 -> 3240[label="",style="solid", color="black", weight=3]; 28.81/13.54 2856[label="primEqInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];2856 -> 3241[label="",style="solid", color="black", weight=3]; 28.81/13.54 2857[label="primEqInt (Pos Zero) (Neg (Succ vwx1500))",fontsize=16,color="black",shape="box"];2857 -> 3242[label="",style="solid", color="black", weight=3]; 28.81/13.54 2858[label="primEqInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];2858 -> 3243[label="",style="solid", color="black", weight=3]; 28.81/13.54 2859[label="False",fontsize=16,color="green",shape="box"];2860[label="primEqInt (Neg (Succ vwx1200)) (Neg (Succ vwx1500))",fontsize=16,color="black",shape="box"];2860 -> 3244[label="",style="solid", color="black", weight=3]; 28.81/13.54 2861[label="primEqInt (Neg (Succ vwx1200)) (Neg Zero)",fontsize=16,color="black",shape="box"];2861 -> 3245[label="",style="solid", color="black", weight=3]; 28.81/13.54 2862[label="primEqInt (Neg Zero) (Pos (Succ vwx1500))",fontsize=16,color="black",shape="box"];2862 -> 3246[label="",style="solid", color="black", weight=3]; 28.81/13.54 2863[label="primEqInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];2863 -> 3247[label="",style="solid", color="black", weight=3]; 28.81/13.54 2864[label="primEqInt (Neg Zero) (Neg (Succ vwx1500))",fontsize=16,color="black",shape="box"];2864 -> 3248[label="",style="solid", color="black", weight=3]; 28.81/13.54 2865[label="primEqInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];2865 -> 3249[label="",style="solid", color="black", weight=3]; 28.81/13.54 2866 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2866[label="vwx121 * vwx150",fontsize=16,color="magenta"];2866 -> 3250[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2866 -> 3251[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2867 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2867[label="vwx120 * vwx151",fontsize=16,color="magenta"];2867 -> 3252[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2867 -> 3253[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2868[label="primEqNat (Succ vwx1200) vwx150",fontsize=16,color="burlywood",shape="box"];4755[label="vwx150/Succ vwx1500",fontsize=10,color="white",style="solid",shape="box"];2868 -> 4755[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4755 -> 3254[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 4756[label="vwx150/Zero",fontsize=10,color="white",style="solid",shape="box"];2868 -> 4756[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4756 -> 3255[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 2869[label="primEqNat Zero vwx150",fontsize=16,color="burlywood",shape="box"];4757[label="vwx150/Succ vwx1500",fontsize=10,color="white",style="solid",shape="box"];2869 -> 4757[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4757 -> 3256[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 4758[label="vwx150/Zero",fontsize=10,color="white",style="solid",shape="box"];2869 -> 4758[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4758 -> 3257[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 2870[label="vwx1090",fontsize=16,color="green",shape="box"];2871[label="vwx1080",fontsize=16,color="green",shape="box"];2872[label="vwx1080",fontsize=16,color="green",shape="box"];2873[label="vwx1090",fontsize=16,color="green",shape="box"];2874[label="vwx1090",fontsize=16,color="green",shape="box"];2875[label="vwx1080",fontsize=16,color="green",shape="box"];2876[label="vwx1080",fontsize=16,color="green",shape="box"];2877[label="vwx1090",fontsize=16,color="green",shape="box"];2878[label="vwx1090",fontsize=16,color="green",shape="box"];2879[label="vwx1080",fontsize=16,color="green",shape="box"];2880[label="vwx1090",fontsize=16,color="green",shape="box"];2881[label="vwx1080",fontsize=16,color="green",shape="box"];2882[label="vwx1080",fontsize=16,color="green",shape="box"];2883[label="vwx1090",fontsize=16,color="green",shape="box"];2884[label="vwx1090",fontsize=16,color="green",shape="box"];2885[label="vwx1080",fontsize=16,color="green",shape="box"];2886[label="vwx1090",fontsize=16,color="green",shape="box"];2887[label="vwx1080",fontsize=16,color="green",shape="box"];2888[label="vwx1090",fontsize=16,color="green",shape="box"];2889[label="vwx1080",fontsize=16,color="green",shape="box"];2890[label="vwx1080",fontsize=16,color="green",shape="box"];2891[label="vwx1090",fontsize=16,color="green",shape="box"];2892[label="vwx1080",fontsize=16,color="green",shape="box"];2893[label="vwx1090",fontsize=16,color="green",shape="box"];2894[label="vwx1090",fontsize=16,color="green",shape="box"];2895[label="vwx1080",fontsize=16,color="green",shape="box"];2896[label="vwx1090",fontsize=16,color="green",shape="box"];2897[label="vwx1080",fontsize=16,color="green",shape="box"];2898[label="vwx1090",fontsize=16,color="green",shape="box"];2899[label="vwx1080",fontsize=16,color="green",shape="box"];2900[label="vwx1080",fontsize=16,color="green",shape="box"];2901[label="vwx1090",fontsize=16,color="green",shape="box"];2902[label="vwx1090",fontsize=16,color="green",shape="box"];2903[label="vwx1080",fontsize=16,color="green",shape="box"];2904[label="vwx1080",fontsize=16,color="green",shape="box"];2905[label="vwx1090",fontsize=16,color="green",shape="box"];2906[label="vwx1090",fontsize=16,color="green",shape="box"];2907[label="vwx1080",fontsize=16,color="green",shape="box"];2908[label="vwx1090",fontsize=16,color="green",shape="box"];2909[label="vwx1080",fontsize=16,color="green",shape="box"];2910[label="vwx1080",fontsize=16,color="green",shape="box"];2911[label="vwx1090",fontsize=16,color="green",shape="box"];2912[label="vwx1090",fontsize=16,color="green",shape="box"];2913[label="vwx1080",fontsize=16,color="green",shape="box"];2914[label="vwx1090",fontsize=16,color="green",shape="box"];2915[label="vwx1080",fontsize=16,color="green",shape="box"];2916[label="vwx1090",fontsize=16,color="green",shape="box"];2917[label="vwx1080",fontsize=16,color="green",shape="box"];2918[label="vwx1080",fontsize=16,color="green",shape="box"];2919[label="vwx1090",fontsize=16,color="green",shape="box"];2920[label="vwx1080",fontsize=16,color="green",shape="box"];2921[label="vwx1090",fontsize=16,color="green",shape="box"];2922[label="vwx1090",fontsize=16,color="green",shape="box"];2923[label="vwx1080",fontsize=16,color="green",shape="box"];2924[label="vwx1090",fontsize=16,color="green",shape="box"];2925[label="vwx1080",fontsize=16,color="green",shape="box"];2926[label="vwx1091",fontsize=16,color="green",shape="box"];2927[label="vwx1081",fontsize=16,color="green",shape="box"];2928[label="vwx1081",fontsize=16,color="green",shape="box"];2929[label="vwx1091",fontsize=16,color="green",shape="box"];2930[label="vwx1091",fontsize=16,color="green",shape="box"];2931[label="vwx1081",fontsize=16,color="green",shape="box"];2932[label="vwx1081",fontsize=16,color="green",shape="box"];2933[label="vwx1091",fontsize=16,color="green",shape="box"];2934[label="vwx1091",fontsize=16,color="green",shape="box"];2935[label="vwx1081",fontsize=16,color="green",shape="box"];2936[label="vwx1091",fontsize=16,color="green",shape="box"];2937[label="vwx1081",fontsize=16,color="green",shape="box"];2938[label="vwx1081",fontsize=16,color="green",shape="box"];2939[label="vwx1091",fontsize=16,color="green",shape="box"];2940[label="vwx1091",fontsize=16,color="green",shape="box"];2941[label="vwx1081",fontsize=16,color="green",shape="box"];2942[label="vwx1091",fontsize=16,color="green",shape="box"];2943[label="vwx1081",fontsize=16,color="green",shape="box"];2944[label="vwx1091",fontsize=16,color="green",shape="box"];2945[label="vwx1081",fontsize=16,color="green",shape="box"];2946[label="vwx1081",fontsize=16,color="green",shape="box"];2947[label="vwx1091",fontsize=16,color="green",shape="box"];2948[label="vwx1081",fontsize=16,color="green",shape="box"];2949[label="vwx1091",fontsize=16,color="green",shape="box"];2950[label="vwx1091",fontsize=16,color="green",shape="box"];2951[label="vwx1081",fontsize=16,color="green",shape="box"];2952[label="vwx1091",fontsize=16,color="green",shape="box"];2953[label="vwx1081",fontsize=16,color="green",shape="box"];2954 -> 584[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2954[label="vwx120 == vwx150",fontsize=16,color="magenta"];2954 -> 3258[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2954 -> 3259[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2955 -> 585[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2955[label="vwx120 == vwx150",fontsize=16,color="magenta"];2955 -> 3260[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2955 -> 3261[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2956 -> 584[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2956[label="vwx121 == vwx151",fontsize=16,color="magenta"];2956 -> 3262[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2956 -> 3263[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2957 -> 585[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2957[label="vwx121 == vwx151",fontsize=16,color="magenta"];2957 -> 3264[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2957 -> 3265[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2958 -> 1994[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2958[label="primCmpNat vwx30000 vwx310000",fontsize=16,color="magenta"];2958 -> 3266[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2958 -> 3267[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2959[label="GT",fontsize=16,color="green",shape="box"];2960[label="LT",fontsize=16,color="green",shape="box"];2961[label="EQ",fontsize=16,color="green",shape="box"];2962[label="vwx31000",fontsize=16,color="green",shape="box"];2963[label="vwx3000",fontsize=16,color="green",shape="box"];2964 -> 1994[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2964[label="primCmpNat (Succ vwx30000) vwx31000",fontsize=16,color="magenta"];2964 -> 3268[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2964 -> 3269[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2965[label="GT",fontsize=16,color="green",shape="box"];2966[label="primCmpInt (Pos Zero) (Pos (Succ vwx310000))",fontsize=16,color="black",shape="box"];2966 -> 3270[label="",style="solid", color="black", weight=3]; 28.81/13.54 2967[label="primCmpInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];2967 -> 3271[label="",style="solid", color="black", weight=3]; 28.81/13.54 2968[label="primCmpInt (Pos Zero) (Neg (Succ vwx310000))",fontsize=16,color="black",shape="box"];2968 -> 3272[label="",style="solid", color="black", weight=3]; 28.81/13.54 2969[label="primCmpInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];2969 -> 3273[label="",style="solid", color="black", weight=3]; 28.81/13.54 2970[label="LT",fontsize=16,color="green",shape="box"];2971 -> 1994[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2971[label="primCmpNat vwx31000 (Succ vwx30000)",fontsize=16,color="magenta"];2971 -> 3274[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2971 -> 3275[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2972[label="primCmpInt (Neg Zero) (Pos (Succ vwx310000))",fontsize=16,color="black",shape="box"];2972 -> 3276[label="",style="solid", color="black", weight=3]; 28.81/13.54 2973[label="primCmpInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];2973 -> 3277[label="",style="solid", color="black", weight=3]; 28.81/13.54 2974[label="primCmpInt (Neg Zero) (Neg (Succ vwx310000))",fontsize=16,color="black",shape="box"];2974 -> 3278[label="",style="solid", color="black", weight=3]; 28.81/13.54 2975[label="primCmpInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];2975 -> 3279[label="",style="solid", color="black", weight=3]; 28.81/13.54 2976 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2976[label="vwx3000 * vwx31001",fontsize=16,color="magenta"];2976 -> 3280[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2976 -> 3281[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2977 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2977[label="vwx31000 * vwx3001",fontsize=16,color="magenta"];2977 -> 3282[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2977 -> 3283[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2978 -> 1623[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2978[label="vwx3000 * vwx31001",fontsize=16,color="magenta"];2978 -> 3284[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2978 -> 3285[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2979 -> 1623[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2979[label="vwx31000 * vwx3001",fontsize=16,color="magenta"];2979 -> 3286[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2979 -> 3287[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2980[label="primCmpDouble (Double vwx3000 (Pos vwx30010)) (Double vwx31000 (Pos vwx310010))",fontsize=16,color="black",shape="box"];2980 -> 3288[label="",style="solid", color="black", weight=3]; 28.81/13.54 2981[label="primCmpDouble (Double vwx3000 (Pos vwx30010)) (Double vwx31000 (Neg vwx310010))",fontsize=16,color="black",shape="box"];2981 -> 3289[label="",style="solid", color="black", weight=3]; 28.81/13.54 2982[label="primCmpDouble (Double vwx3000 (Neg vwx30010)) (Double vwx31000 (Pos vwx310010))",fontsize=16,color="black",shape="box"];2982 -> 3290[label="",style="solid", color="black", weight=3]; 28.81/13.54 2983[label="primCmpDouble (Double vwx3000 (Neg vwx30010)) (Double vwx31000 (Neg vwx310010))",fontsize=16,color="black",shape="box"];2983 -> 3291[label="",style="solid", color="black", weight=3]; 28.81/13.54 2984[label="primCmpFloat (Float vwx3000 (Pos vwx30010)) (Float vwx31000 (Pos vwx310010))",fontsize=16,color="black",shape="box"];2984 -> 3292[label="",style="solid", color="black", weight=3]; 28.81/13.54 2985[label="primCmpFloat (Float vwx3000 (Pos vwx30010)) (Float vwx31000 (Neg vwx310010))",fontsize=16,color="black",shape="box"];2985 -> 3293[label="",style="solid", color="black", weight=3]; 28.81/13.54 2986[label="primCmpFloat (Float vwx3000 (Neg vwx30010)) (Float vwx31000 (Pos vwx310010))",fontsize=16,color="black",shape="box"];2986 -> 3294[label="",style="solid", color="black", weight=3]; 28.81/13.54 2987[label="primCmpFloat (Float vwx3000 (Neg vwx30010)) (Float vwx31000 (Neg vwx310010))",fontsize=16,color="black",shape="box"];2987 -> 3295[label="",style="solid", color="black", weight=3]; 28.81/13.54 2988[label="vwx3001",fontsize=16,color="green",shape="box"];2989[label="vwx31001",fontsize=16,color="green",shape="box"];2990[label="primMulNat vwx3000 vwx31010",fontsize=16,color="burlywood",shape="triangle"];4759[label="vwx3000/Succ vwx30000",fontsize=10,color="white",style="solid",shape="box"];2990 -> 4759[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4759 -> 3296[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 4760[label="vwx3000/Zero",fontsize=10,color="white",style="solid",shape="box"];2990 -> 4760[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4760 -> 3297[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 2991 -> 2990[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2991[label="primMulNat vwx3000 vwx31010",fontsize=16,color="magenta"];2991 -> 3298[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2992 -> 2990[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2992[label="primMulNat vwx3000 vwx31010",fontsize=16,color="magenta"];2992 -> 3299[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2993 -> 2990[label="",style="dashed", color="red", weight=0]; 28.81/13.54 2993[label="primMulNat vwx3000 vwx31010",fontsize=16,color="magenta"];2993 -> 3300[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2993 -> 3301[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 2994[label="vwx31010",fontsize=16,color="green",shape="box"];2995[label="vwx3000",fontsize=16,color="green",shape="box"];2996[label="Integer (Pos Zero)",fontsize=16,color="green",shape="box"];2997[label="Integer (Pos Zero)",fontsize=16,color="green",shape="box"];2998[label="Integer (Pos Zero)",fontsize=16,color="green",shape="box"];2999[label="Integer (Pos Zero)",fontsize=16,color="green",shape="box"];3000[label="Integer (Neg Zero)",fontsize=16,color="green",shape="box"];3001[label="Integer (Neg Zero)",fontsize=16,color="green",shape="box"];3002[label="Integer (Neg Zero)",fontsize=16,color="green",shape="box"];3003[label="Integer (Neg Zero)",fontsize=16,color="green",shape="box"];3008 -> 1259[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3008[label="vwx300 == vwx3100",fontsize=16,color="magenta"];3008 -> 3302[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3008 -> 3303[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3016 -> 1269[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3016[label="vwx300 == vwx3100",fontsize=16,color="magenta"];3016 -> 3304[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3016 -> 3305[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3033 -> 1264[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3033[label="vwx300 == vwx3100",fontsize=16,color="magenta"];3033 -> 3306[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3033 -> 3307[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3050 -> 588[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3050[label="vwx300 == vwx3100",fontsize=16,color="magenta"];3050 -> 3308[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3050 -> 3309[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3064 -> 1261[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3064[label="vwx300 == vwx3100",fontsize=16,color="magenta"];3064 -> 3310[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3064 -> 3311[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3099 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3099[label="vwx300 == vwx3100",fontsize=16,color="magenta"];3099 -> 3312[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3099 -> 3313[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3100[label="vwx3000 == vwx31000",fontsize=16,color="blue",shape="box"];4761[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3100 -> 4761[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4761 -> 3314[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4762[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3100 -> 4762[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4762 -> 3315[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4763[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3100 -> 4763[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4763 -> 3316[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4764[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3100 -> 4764[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4764 -> 3317[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4765[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3100 -> 4765[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4765 -> 3318[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4766[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3100 -> 4766[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4766 -> 3319[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4767[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3100 -> 4767[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4767 -> 3320[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4768[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3100 -> 4768[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4768 -> 3321[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4769[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3100 -> 4769[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4769 -> 3322[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4770[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3100 -> 4770[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4770 -> 3323[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4771[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3100 -> 4771[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4771 -> 3324[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4772[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3100 -> 4772[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4772 -> 3325[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4773[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3100 -> 4773[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4773 -> 3326[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4774[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3100 -> 4774[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4774 -> 3327[label="",style="solid", color="blue", weight=3]; 28.81/13.54 3101 -> 1254[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3101[label="vwx3001 == vwx31001 && vwx3002 == vwx31002",fontsize=16,color="magenta"];3101 -> 3328[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3101 -> 3329[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3102[label="compare2 vwx300 vwx3100 False",fontsize=16,color="black",shape="box"];3102 -> 3330[label="",style="solid", color="black", weight=3]; 28.81/13.54 3103[label="compare2 vwx300 vwx3100 True",fontsize=16,color="black",shape="box"];3103 -> 3331[label="",style="solid", color="black", weight=3]; 28.81/13.54 3104[label="vwx3000 == vwx31000",fontsize=16,color="blue",shape="box"];4775[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3104 -> 4775[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4775 -> 3332[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4776[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3104 -> 4776[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4776 -> 3333[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4777[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3104 -> 4777[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4777 -> 3334[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4778[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3104 -> 4778[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4778 -> 3335[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4779[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3104 -> 4779[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4779 -> 3336[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4780[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3104 -> 4780[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4780 -> 3337[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4781[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3104 -> 4781[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4781 -> 3338[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4782[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3104 -> 4782[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4782 -> 3339[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4783[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3104 -> 4783[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4783 -> 3340[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4784[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3104 -> 4784[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4784 -> 3341[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4785[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3104 -> 4785[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4785 -> 3342[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4786[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3104 -> 4786[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4786 -> 3343[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4787[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3104 -> 4787[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4787 -> 3344[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4788[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3104 -> 4788[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4788 -> 3345[label="",style="solid", color="blue", weight=3]; 28.81/13.54 3105[label="vwx3001 == vwx31001",fontsize=16,color="blue",shape="box"];4789[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3105 -> 4789[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4789 -> 3346[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4790[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3105 -> 4790[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4790 -> 3347[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4791[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3105 -> 4791[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4791 -> 3348[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4792[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3105 -> 4792[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4792 -> 3349[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4793[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3105 -> 4793[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4793 -> 3350[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4794[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3105 -> 4794[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4794 -> 3351[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4795[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3105 -> 4795[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4795 -> 3352[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4796[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3105 -> 4796[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4796 -> 3353[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4797[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3105 -> 4797[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4797 -> 3354[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4798[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3105 -> 4798[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4798 -> 3355[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4799[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3105 -> 4799[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4799 -> 3356[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4800[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3105 -> 4800[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4800 -> 3357[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4801[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3105 -> 4801[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4801 -> 3358[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4802[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3105 -> 4802[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4802 -> 3359[label="",style="solid", color="blue", weight=3]; 28.81/13.54 3106[label="compare2 vwx300 vwx3100 False",fontsize=16,color="black",shape="box"];3106 -> 3360[label="",style="solid", color="black", weight=3]; 28.81/13.54 3107[label="compare2 vwx300 vwx3100 True",fontsize=16,color="black",shape="box"];3107 -> 3361[label="",style="solid", color="black", weight=3]; 28.81/13.54 3108[label="compare2 vwx300 vwx3100 False",fontsize=16,color="black",shape="box"];3108 -> 3362[label="",style="solid", color="black", weight=3]; 28.81/13.54 3109[label="compare2 vwx300 vwx3100 True",fontsize=16,color="black",shape="box"];3109 -> 3363[label="",style="solid", color="black", weight=3]; 28.81/13.54 3110 -> 580[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3110[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3110 -> 3364[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3110 -> 3365[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3111 -> 1259[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3111[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3111 -> 3366[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3111 -> 3367[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3112 -> 582[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3112[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3112 -> 3368[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3112 -> 3369[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3113 -> 1261[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3113[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3113 -> 3370[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3113 -> 3371[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3114 -> 584[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3114[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3114 -> 3372[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3114 -> 3373[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3115 -> 585[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3115[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3115 -> 3374[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3115 -> 3375[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3116 -> 1264[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3116[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3116 -> 3376[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3116 -> 3377[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3117 -> 587[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3117[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3117 -> 3378[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3117 -> 3379[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3118 -> 588[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3118[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3118 -> 3380[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3118 -> 3381[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3119 -> 589[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3119[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3119 -> 3382[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3119 -> 3383[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3120 -> 1268[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3120[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3120 -> 3384[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3120 -> 3385[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3121 -> 1269[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3121[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3121 -> 3386[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3121 -> 3387[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3122 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3122[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3122 -> 3388[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3122 -> 3389[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3123 -> 593[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3123[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3123 -> 3390[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3123 -> 3391[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3124[label="compare2 vwx300 vwx3100 False",fontsize=16,color="black",shape="box"];3124 -> 3392[label="",style="solid", color="black", weight=3]; 28.81/13.54 3125[label="compare2 vwx300 vwx3100 True",fontsize=16,color="black",shape="box"];3125 -> 3393[label="",style="solid", color="black", weight=3]; 28.81/13.54 3126[label="Succ vwx310000",fontsize=16,color="green",shape="box"];3127[label="Zero",fontsize=16,color="green",shape="box"];3128[label="Zero",fontsize=16,color="green",shape="box"];3129[label="Succ vwx310000",fontsize=16,color="green",shape="box"];3130 -> 580[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3130[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3130 -> 3394[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3130 -> 3395[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3131 -> 1259[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3131[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3131 -> 3396[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3131 -> 3397[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3132 -> 582[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3132[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3132 -> 3398[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3132 -> 3399[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3133 -> 1261[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3133[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3133 -> 3400[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3133 -> 3401[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3134 -> 584[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3134[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3134 -> 3402[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3134 -> 3403[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3135 -> 585[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3135[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3135 -> 3404[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3135 -> 3405[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3136 -> 1264[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3136[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3136 -> 3406[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3136 -> 3407[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3137 -> 587[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3137[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3137 -> 3408[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3137 -> 3409[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3138 -> 588[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3138[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3138 -> 3410[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3138 -> 3411[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3139 -> 589[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3139[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3139 -> 3412[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3139 -> 3413[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3140 -> 1268[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3140[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3140 -> 3414[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3140 -> 3415[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3141 -> 1269[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3141[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3141 -> 3416[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3141 -> 3417[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3142 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3142[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3142 -> 3418[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3142 -> 3419[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3143 -> 593[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3143[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3143 -> 3420[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3143 -> 3421[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3144[label="compare2 vwx300 vwx3100 False",fontsize=16,color="black",shape="box"];3144 -> 3422[label="",style="solid", color="black", weight=3]; 28.81/13.54 3145[label="compare2 vwx300 vwx3100 True",fontsize=16,color="black",shape="box"];3145 -> 3423[label="",style="solid", color="black", weight=3]; 28.81/13.54 3146 -> 580[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3146[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3146 -> 3424[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3146 -> 3425[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3147 -> 1259[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3147[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3147 -> 3426[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3147 -> 3427[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3148 -> 582[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3148[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3148 -> 3428[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3148 -> 3429[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3149 -> 1261[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3149[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3149 -> 3430[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3149 -> 3431[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3150 -> 584[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3150[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3150 -> 3432[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3150 -> 3433[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3151 -> 585[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3151[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3151 -> 3434[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3151 -> 3435[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3152 -> 1264[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3152[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3152 -> 3436[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3152 -> 3437[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3153 -> 587[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3153[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3153 -> 3438[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3153 -> 3439[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3154 -> 588[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3154[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3154 -> 3440[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3154 -> 3441[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3155 -> 589[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3155[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3155 -> 3442[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3155 -> 3443[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3156 -> 1268[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3156[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3156 -> 3444[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3156 -> 3445[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3157 -> 1269[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3157[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3157 -> 3446[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3157 -> 3447[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3158 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3158[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3158 -> 3448[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3158 -> 3449[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3159 -> 593[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3159[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3159 -> 3450[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3159 -> 3451[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3160 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3160[label="vwx3000 * Pos vwx310010",fontsize=16,color="magenta"];3160 -> 3452[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3160 -> 3453[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3161 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3161[label="Pos vwx30010 * vwx31000",fontsize=16,color="magenta"];3161 -> 3454[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3161 -> 3455[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3162 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3162[label="vwx3000 * Pos vwx310010",fontsize=16,color="magenta"];3162 -> 3456[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3162 -> 3457[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3163 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3163[label="Neg vwx30010 * vwx31000",fontsize=16,color="magenta"];3163 -> 3458[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3163 -> 3459[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3164 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3164[label="vwx3000 * Neg vwx310010",fontsize=16,color="magenta"];3164 -> 3460[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3164 -> 3461[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3165 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3165[label="Pos vwx30010 * vwx31000",fontsize=16,color="magenta"];3165 -> 3462[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3165 -> 3463[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3166 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3166[label="vwx3000 * Neg vwx310010",fontsize=16,color="magenta"];3166 -> 3464[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3166 -> 3465[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3167 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3167[label="Neg vwx30010 * vwx31000",fontsize=16,color="magenta"];3167 -> 3466[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3167 -> 3467[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3168[label="compare2 vwx300 vwx3100 False",fontsize=16,color="black",shape="box"];3168 -> 3468[label="",style="solid", color="black", weight=3]; 28.81/13.54 3169[label="compare2 vwx300 vwx3100 True",fontsize=16,color="black",shape="box"];3169 -> 3469[label="",style="solid", color="black", weight=3]; 28.81/13.54 3170 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3170[label="vwx3000 * Pos vwx310010",fontsize=16,color="magenta"];3170 -> 3470[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3170 -> 3471[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3171 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3171[label="Pos vwx30010 * vwx31000",fontsize=16,color="magenta"];3171 -> 3472[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3171 -> 3473[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3172 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3172[label="vwx3000 * Pos vwx310010",fontsize=16,color="magenta"];3172 -> 3474[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3172 -> 3475[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3173 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3173[label="Neg vwx30010 * vwx31000",fontsize=16,color="magenta"];3173 -> 3476[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3173 -> 3477[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3174 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3174[label="vwx3000 * Neg vwx310010",fontsize=16,color="magenta"];3174 -> 3478[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3174 -> 3479[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3175 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3175[label="Pos vwx30010 * vwx31000",fontsize=16,color="magenta"];3175 -> 3480[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3175 -> 3481[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3176 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3176[label="vwx3000 * Neg vwx310010",fontsize=16,color="magenta"];3176 -> 3482[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3176 -> 3483[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3177 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3177[label="Neg vwx30010 * vwx31000",fontsize=16,color="magenta"];3177 -> 3484[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3177 -> 3485[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3178[label="vwx150",fontsize=16,color="green",shape="box"];3179[label="vwx121",fontsize=16,color="green",shape="box"];3180[label="vwx151",fontsize=16,color="green",shape="box"];3181[label="vwx120",fontsize=16,color="green",shape="box"];3182[label="vwx1091",fontsize=16,color="green",shape="box"];3183[label="vwx1081",fontsize=16,color="green",shape="box"];3184[label="vwx1081",fontsize=16,color="green",shape="box"];3185[label="vwx1091",fontsize=16,color="green",shape="box"];3186[label="vwx1091",fontsize=16,color="green",shape="box"];3187[label="vwx1081",fontsize=16,color="green",shape="box"];3188[label="vwx1081",fontsize=16,color="green",shape="box"];3189[label="vwx1091",fontsize=16,color="green",shape="box"];3190[label="vwx1091",fontsize=16,color="green",shape="box"];3191[label="vwx1081",fontsize=16,color="green",shape="box"];3192[label="vwx1091",fontsize=16,color="green",shape="box"];3193[label="vwx1081",fontsize=16,color="green",shape="box"];3194[label="vwx1081",fontsize=16,color="green",shape="box"];3195[label="vwx1091",fontsize=16,color="green",shape="box"];3196[label="vwx1091",fontsize=16,color="green",shape="box"];3197[label="vwx1081",fontsize=16,color="green",shape="box"];3198[label="vwx1091",fontsize=16,color="green",shape="box"];3199[label="vwx1081",fontsize=16,color="green",shape="box"];3200[label="vwx1091",fontsize=16,color="green",shape="box"];3201[label="vwx1081",fontsize=16,color="green",shape="box"];3202[label="vwx1081",fontsize=16,color="green",shape="box"];3203[label="vwx1091",fontsize=16,color="green",shape="box"];3204[label="vwx1081",fontsize=16,color="green",shape="box"];3205[label="vwx1091",fontsize=16,color="green",shape="box"];3206[label="vwx1091",fontsize=16,color="green",shape="box"];3207[label="vwx1081",fontsize=16,color="green",shape="box"];3208[label="vwx1091",fontsize=16,color="green",shape="box"];3209[label="vwx1081",fontsize=16,color="green",shape="box"];3210[label="vwx1092",fontsize=16,color="green",shape="box"];3211[label="vwx1082",fontsize=16,color="green",shape="box"];3212[label="vwx1082",fontsize=16,color="green",shape="box"];3213[label="vwx1092",fontsize=16,color="green",shape="box"];3214[label="vwx1092",fontsize=16,color="green",shape="box"];3215[label="vwx1082",fontsize=16,color="green",shape="box"];3216[label="vwx1082",fontsize=16,color="green",shape="box"];3217[label="vwx1092",fontsize=16,color="green",shape="box"];3218[label="vwx1092",fontsize=16,color="green",shape="box"];3219[label="vwx1082",fontsize=16,color="green",shape="box"];3220[label="vwx1092",fontsize=16,color="green",shape="box"];3221[label="vwx1082",fontsize=16,color="green",shape="box"];3222[label="vwx1082",fontsize=16,color="green",shape="box"];3223[label="vwx1092",fontsize=16,color="green",shape="box"];3224[label="vwx1092",fontsize=16,color="green",shape="box"];3225[label="vwx1082",fontsize=16,color="green",shape="box"];3226[label="vwx1092",fontsize=16,color="green",shape="box"];3227[label="vwx1082",fontsize=16,color="green",shape="box"];3228[label="vwx1092",fontsize=16,color="green",shape="box"];3229[label="vwx1082",fontsize=16,color="green",shape="box"];3230[label="vwx1082",fontsize=16,color="green",shape="box"];3231[label="vwx1092",fontsize=16,color="green",shape="box"];3232[label="vwx1082",fontsize=16,color="green",shape="box"];3233[label="vwx1092",fontsize=16,color="green",shape="box"];3234[label="vwx1092",fontsize=16,color="green",shape="box"];3235[label="vwx1082",fontsize=16,color="green",shape="box"];3236[label="vwx1092",fontsize=16,color="green",shape="box"];3237[label="vwx1082",fontsize=16,color="green",shape="box"];3238 -> 2510[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3238[label="primEqNat vwx1200 vwx1500",fontsize=16,color="magenta"];3238 -> 3486[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3238 -> 3487[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3239[label="False",fontsize=16,color="green",shape="box"];3240[label="False",fontsize=16,color="green",shape="box"];3241[label="True",fontsize=16,color="green",shape="box"];3242[label="False",fontsize=16,color="green",shape="box"];3243[label="True",fontsize=16,color="green",shape="box"];3244 -> 2510[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3244[label="primEqNat vwx1200 vwx1500",fontsize=16,color="magenta"];3244 -> 3488[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3244 -> 3489[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3245[label="False",fontsize=16,color="green",shape="box"];3246[label="False",fontsize=16,color="green",shape="box"];3247[label="True",fontsize=16,color="green",shape="box"];3248[label="False",fontsize=16,color="green",shape="box"];3249[label="True",fontsize=16,color="green",shape="box"];3250[label="vwx150",fontsize=16,color="green",shape="box"];3251[label="vwx121",fontsize=16,color="green",shape="box"];3252[label="vwx151",fontsize=16,color="green",shape="box"];3253[label="vwx120",fontsize=16,color="green",shape="box"];3254[label="primEqNat (Succ vwx1200) (Succ vwx1500)",fontsize=16,color="black",shape="box"];3254 -> 3490[label="",style="solid", color="black", weight=3]; 28.81/13.54 3255[label="primEqNat (Succ vwx1200) Zero",fontsize=16,color="black",shape="box"];3255 -> 3491[label="",style="solid", color="black", weight=3]; 28.81/13.54 3256[label="primEqNat Zero (Succ vwx1500)",fontsize=16,color="black",shape="box"];3256 -> 3492[label="",style="solid", color="black", weight=3]; 28.81/13.54 3257[label="primEqNat Zero Zero",fontsize=16,color="black",shape="box"];3257 -> 3493[label="",style="solid", color="black", weight=3]; 28.81/13.54 3258[label="vwx150",fontsize=16,color="green",shape="box"];3259[label="vwx120",fontsize=16,color="green",shape="box"];3260[label="vwx150",fontsize=16,color="green",shape="box"];3261[label="vwx120",fontsize=16,color="green",shape="box"];3262[label="vwx151",fontsize=16,color="green",shape="box"];3263[label="vwx121",fontsize=16,color="green",shape="box"];3264[label="vwx151",fontsize=16,color="green",shape="box"];3265[label="vwx121",fontsize=16,color="green",shape="box"];3266[label="vwx310000",fontsize=16,color="green",shape="box"];3267[label="vwx30000",fontsize=16,color="green",shape="box"];3268[label="vwx31000",fontsize=16,color="green",shape="box"];3269[label="Succ vwx30000",fontsize=16,color="green",shape="box"];3270 -> 1994[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3270[label="primCmpNat Zero (Succ vwx310000)",fontsize=16,color="magenta"];3270 -> 3494[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3270 -> 3495[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3271[label="EQ",fontsize=16,color="green",shape="box"];3272[label="GT",fontsize=16,color="green",shape="box"];3273[label="EQ",fontsize=16,color="green",shape="box"];3274[label="Succ vwx30000",fontsize=16,color="green",shape="box"];3275[label="vwx31000",fontsize=16,color="green",shape="box"];3276[label="LT",fontsize=16,color="green",shape="box"];3277[label="EQ",fontsize=16,color="green",shape="box"];3278 -> 1994[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3278[label="primCmpNat (Succ vwx310000) Zero",fontsize=16,color="magenta"];3278 -> 3496[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3278 -> 3497[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3279[label="EQ",fontsize=16,color="green",shape="box"];3280[label="vwx31001",fontsize=16,color="green",shape="box"];3281[label="vwx3000",fontsize=16,color="green",shape="box"];3282[label="vwx3001",fontsize=16,color="green",shape="box"];3283[label="vwx31000",fontsize=16,color="green",shape="box"];3284[label="vwx31001",fontsize=16,color="green",shape="box"];3285[label="vwx3000",fontsize=16,color="green",shape="box"];3286[label="vwx3001",fontsize=16,color="green",shape="box"];3287[label="vwx31000",fontsize=16,color="green",shape="box"];3288 -> 693[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3288[label="compare (vwx3000 * Pos vwx310010) (Pos vwx30010 * vwx31000)",fontsize=16,color="magenta"];3288 -> 3498[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3288 -> 3499[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3289 -> 693[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3289[label="compare (vwx3000 * Pos vwx310010) (Neg vwx30010 * vwx31000)",fontsize=16,color="magenta"];3289 -> 3500[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3289 -> 3501[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3290 -> 693[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3290[label="compare (vwx3000 * Neg vwx310010) (Pos vwx30010 * vwx31000)",fontsize=16,color="magenta"];3290 -> 3502[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3290 -> 3503[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3291 -> 693[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3291[label="compare (vwx3000 * Neg vwx310010) (Neg vwx30010 * vwx31000)",fontsize=16,color="magenta"];3291 -> 3504[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3291 -> 3505[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3292 -> 693[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3292[label="compare (vwx3000 * Pos vwx310010) (Pos vwx30010 * vwx31000)",fontsize=16,color="magenta"];3292 -> 3506[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3292 -> 3507[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3293 -> 693[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3293[label="compare (vwx3000 * Pos vwx310010) (Neg vwx30010 * vwx31000)",fontsize=16,color="magenta"];3293 -> 3508[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3293 -> 3509[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3294 -> 693[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3294[label="compare (vwx3000 * Neg vwx310010) (Pos vwx30010 * vwx31000)",fontsize=16,color="magenta"];3294 -> 3510[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3294 -> 3511[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3295 -> 693[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3295[label="compare (vwx3000 * Neg vwx310010) (Neg vwx30010 * vwx31000)",fontsize=16,color="magenta"];3295 -> 3512[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3295 -> 3513[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3296[label="primMulNat (Succ vwx30000) vwx31010",fontsize=16,color="burlywood",shape="box"];4803[label="vwx31010/Succ vwx310100",fontsize=10,color="white",style="solid",shape="box"];3296 -> 4803[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4803 -> 3514[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 4804[label="vwx31010/Zero",fontsize=10,color="white",style="solid",shape="box"];3296 -> 4804[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4804 -> 3515[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 3297[label="primMulNat Zero vwx31010",fontsize=16,color="burlywood",shape="box"];4805[label="vwx31010/Succ vwx310100",fontsize=10,color="white",style="solid",shape="box"];3297 -> 4805[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4805 -> 3516[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 4806[label="vwx31010/Zero",fontsize=10,color="white",style="solid",shape="box"];3297 -> 4806[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4806 -> 3517[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 3298[label="vwx31010",fontsize=16,color="green",shape="box"];3299[label="vwx3000",fontsize=16,color="green",shape="box"];3300[label="vwx31010",fontsize=16,color="green",shape="box"];3301[label="vwx3000",fontsize=16,color="green",shape="box"];3302[label="vwx300",fontsize=16,color="green",shape="box"];3303[label="vwx3100",fontsize=16,color="green",shape="box"];3304[label="vwx300",fontsize=16,color="green",shape="box"];3305[label="vwx3100",fontsize=16,color="green",shape="box"];3306[label="vwx300",fontsize=16,color="green",shape="box"];3307[label="vwx3100",fontsize=16,color="green",shape="box"];3308[label="vwx3100",fontsize=16,color="green",shape="box"];3309[label="vwx300",fontsize=16,color="green",shape="box"];3310[label="vwx300",fontsize=16,color="green",shape="box"];3311[label="vwx3100",fontsize=16,color="green",shape="box"];3312[label="vwx3100",fontsize=16,color="green",shape="box"];3313[label="vwx300",fontsize=16,color="green",shape="box"];3314 -> 580[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3314[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3314 -> 3518[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3314 -> 3519[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3315 -> 1259[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3315[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3315 -> 3520[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3315 -> 3521[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3316 -> 582[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3316[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3316 -> 3522[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3316 -> 3523[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3317 -> 1261[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3317[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3317 -> 3524[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3317 -> 3525[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3318 -> 584[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3318[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3318 -> 3526[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3318 -> 3527[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3319 -> 585[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3319[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3319 -> 3528[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3319 -> 3529[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3320 -> 1264[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3320[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3320 -> 3530[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3320 -> 3531[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3321 -> 587[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3321[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3321 -> 3532[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3321 -> 3533[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3322 -> 588[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3322[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3322 -> 3534[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3322 -> 3535[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3323 -> 589[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3323[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3323 -> 3536[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3323 -> 3537[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3324 -> 1268[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3324[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3324 -> 3538[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3324 -> 3539[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3325 -> 1269[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3325[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3325 -> 3540[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3325 -> 3541[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3326 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3326[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3326 -> 3542[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3326 -> 3543[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3327 -> 593[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3327[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3327 -> 3544[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3327 -> 3545[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3328[label="vwx3001 == vwx31001",fontsize=16,color="blue",shape="box"];4807[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3328 -> 4807[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4807 -> 3546[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4808[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3328 -> 4808[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4808 -> 3547[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4809[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3328 -> 4809[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4809 -> 3548[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4810[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3328 -> 4810[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4810 -> 3549[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4811[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3328 -> 4811[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4811 -> 3550[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4812[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3328 -> 4812[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4812 -> 3551[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4813[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3328 -> 4813[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4813 -> 3552[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4814[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3328 -> 4814[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4814 -> 3553[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4815[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3328 -> 4815[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4815 -> 3554[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4816[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3328 -> 4816[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4816 -> 3555[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4817[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3328 -> 4817[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4817 -> 3556[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4818[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3328 -> 4818[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4818 -> 3557[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4819[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3328 -> 4819[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4819 -> 3558[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4820[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3328 -> 4820[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4820 -> 3559[label="",style="solid", color="blue", weight=3]; 28.81/13.54 3329[label="vwx3002 == vwx31002",fontsize=16,color="blue",shape="box"];4821[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3329 -> 4821[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4821 -> 3560[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4822[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3329 -> 4822[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4822 -> 3561[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4823[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3329 -> 4823[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4823 -> 3562[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4824[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3329 -> 4824[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4824 -> 3563[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4825[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3329 -> 4825[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4825 -> 3564[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4826[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3329 -> 4826[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4826 -> 3565[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4827[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3329 -> 4827[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4827 -> 3566[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4828[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3329 -> 4828[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4828 -> 3567[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4829[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3329 -> 4829[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4829 -> 3568[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4830[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3329 -> 4830[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4830 -> 3569[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4831[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3329 -> 4831[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4831 -> 3570[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4832[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3329 -> 4832[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4832 -> 3571[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4833[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3329 -> 4833[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4833 -> 3572[label="",style="solid", color="blue", weight=3]; 28.81/13.54 4834[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3329 -> 4834[label="",style="solid", color="blue", weight=9]; 28.81/13.54 4834 -> 3573[label="",style="solid", color="blue", weight=3]; 28.81/13.54 3330 -> 3574[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3330[label="compare1 vwx300 vwx3100 (vwx300 <= vwx3100)",fontsize=16,color="magenta"];3330 -> 3575[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3331[label="EQ",fontsize=16,color="green",shape="box"];3332 -> 580[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3332[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3332 -> 3576[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3332 -> 3577[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3333 -> 1259[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3333[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3333 -> 3578[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3333 -> 3579[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3334 -> 582[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3334[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3334 -> 3580[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3334 -> 3581[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3335 -> 1261[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3335[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3335 -> 3582[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3335 -> 3583[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3336 -> 584[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3336[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3336 -> 3584[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3336 -> 3585[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3337 -> 585[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3337[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3337 -> 3586[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3337 -> 3587[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3338 -> 1264[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3338[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3338 -> 3588[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3338 -> 3589[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3339 -> 587[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3339[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3339 -> 3590[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3339 -> 3591[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3340 -> 588[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3340[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3340 -> 3592[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3340 -> 3593[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3341 -> 589[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3341[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3341 -> 3594[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3341 -> 3595[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3342 -> 1268[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3342[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3342 -> 3596[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3342 -> 3597[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3343 -> 1269[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3343[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3343 -> 3598[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3343 -> 3599[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3344 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3344[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3344 -> 3600[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3344 -> 3601[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3345 -> 593[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3345[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];3345 -> 3602[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3345 -> 3603[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3346 -> 580[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3346[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];3346 -> 3604[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3346 -> 3605[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3347 -> 1259[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3347[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];3347 -> 3606[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3347 -> 3607[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3348 -> 582[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3348[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];3348 -> 3608[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3348 -> 3609[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3349 -> 1261[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3349[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];3349 -> 3610[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3349 -> 3611[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3350 -> 584[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3350[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];3350 -> 3612[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3350 -> 3613[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3351 -> 585[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3351[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];3351 -> 3614[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3351 -> 3615[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3352 -> 1264[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3352[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];3352 -> 3616[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3352 -> 3617[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3353 -> 587[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3353[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];3353 -> 3618[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3353 -> 3619[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3354 -> 588[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3354[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];3354 -> 3620[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3354 -> 3621[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3355 -> 589[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3355[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];3355 -> 3622[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3355 -> 3623[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3356 -> 1268[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3356[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];3356 -> 3624[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3356 -> 3625[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3357 -> 1269[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3357[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];3357 -> 3626[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3357 -> 3627[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3358 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3358[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];3358 -> 3628[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3358 -> 3629[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3359 -> 593[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3359[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];3359 -> 3630[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3359 -> 3631[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3360 -> 3632[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3360[label="compare1 vwx300 vwx3100 (vwx300 <= vwx3100)",fontsize=16,color="magenta"];3360 -> 3633[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3361[label="EQ",fontsize=16,color="green",shape="box"];3362 -> 3634[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3362[label="compare1 vwx300 vwx3100 (vwx300 <= vwx3100)",fontsize=16,color="magenta"];3362 -> 3635[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3363[label="EQ",fontsize=16,color="green",shape="box"];3364[label="vwx31000",fontsize=16,color="green",shape="box"];3365[label="vwx3000",fontsize=16,color="green",shape="box"];3366[label="vwx3000",fontsize=16,color="green",shape="box"];3367[label="vwx31000",fontsize=16,color="green",shape="box"];3368[label="vwx31000",fontsize=16,color="green",shape="box"];3369[label="vwx3000",fontsize=16,color="green",shape="box"];3370[label="vwx3000",fontsize=16,color="green",shape="box"];3371[label="vwx31000",fontsize=16,color="green",shape="box"];3372[label="vwx31000",fontsize=16,color="green",shape="box"];3373[label="vwx3000",fontsize=16,color="green",shape="box"];3374[label="vwx31000",fontsize=16,color="green",shape="box"];3375[label="vwx3000",fontsize=16,color="green",shape="box"];3376[label="vwx3000",fontsize=16,color="green",shape="box"];3377[label="vwx31000",fontsize=16,color="green",shape="box"];3378[label="vwx31000",fontsize=16,color="green",shape="box"];3379[label="vwx3000",fontsize=16,color="green",shape="box"];3380[label="vwx31000",fontsize=16,color="green",shape="box"];3381[label="vwx3000",fontsize=16,color="green",shape="box"];3382[label="vwx31000",fontsize=16,color="green",shape="box"];3383[label="vwx3000",fontsize=16,color="green",shape="box"];3384[label="vwx3000",fontsize=16,color="green",shape="box"];3385[label="vwx31000",fontsize=16,color="green",shape="box"];3386[label="vwx3000",fontsize=16,color="green",shape="box"];3387[label="vwx31000",fontsize=16,color="green",shape="box"];3388[label="vwx31000",fontsize=16,color="green",shape="box"];3389[label="vwx3000",fontsize=16,color="green",shape="box"];3390[label="vwx31000",fontsize=16,color="green",shape="box"];3391[label="vwx3000",fontsize=16,color="green",shape="box"];3392 -> 3636[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3392[label="compare1 vwx300 vwx3100 (vwx300 <= vwx3100)",fontsize=16,color="magenta"];3392 -> 3637[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3393[label="EQ",fontsize=16,color="green",shape="box"];3394[label="vwx31000",fontsize=16,color="green",shape="box"];3395[label="vwx3000",fontsize=16,color="green",shape="box"];3396[label="vwx3000",fontsize=16,color="green",shape="box"];3397[label="vwx31000",fontsize=16,color="green",shape="box"];3398[label="vwx31000",fontsize=16,color="green",shape="box"];3399[label="vwx3000",fontsize=16,color="green",shape="box"];3400[label="vwx3000",fontsize=16,color="green",shape="box"];3401[label="vwx31000",fontsize=16,color="green",shape="box"];3402[label="vwx31000",fontsize=16,color="green",shape="box"];3403[label="vwx3000",fontsize=16,color="green",shape="box"];3404[label="vwx31000",fontsize=16,color="green",shape="box"];3405[label="vwx3000",fontsize=16,color="green",shape="box"];3406[label="vwx3000",fontsize=16,color="green",shape="box"];3407[label="vwx31000",fontsize=16,color="green",shape="box"];3408[label="vwx31000",fontsize=16,color="green",shape="box"];3409[label="vwx3000",fontsize=16,color="green",shape="box"];3410[label="vwx31000",fontsize=16,color="green",shape="box"];3411[label="vwx3000",fontsize=16,color="green",shape="box"];3412[label="vwx31000",fontsize=16,color="green",shape="box"];3413[label="vwx3000",fontsize=16,color="green",shape="box"];3414[label="vwx3000",fontsize=16,color="green",shape="box"];3415[label="vwx31000",fontsize=16,color="green",shape="box"];3416[label="vwx3000",fontsize=16,color="green",shape="box"];3417[label="vwx31000",fontsize=16,color="green",shape="box"];3418[label="vwx31000",fontsize=16,color="green",shape="box"];3419[label="vwx3000",fontsize=16,color="green",shape="box"];3420[label="vwx31000",fontsize=16,color="green",shape="box"];3421[label="vwx3000",fontsize=16,color="green",shape="box"];3422 -> 3638[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3422[label="compare1 vwx300 vwx3100 (vwx300 <= vwx3100)",fontsize=16,color="magenta"];3422 -> 3639[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3423[label="EQ",fontsize=16,color="green",shape="box"];3424[label="vwx31000",fontsize=16,color="green",shape="box"];3425[label="vwx3000",fontsize=16,color="green",shape="box"];3426[label="vwx3000",fontsize=16,color="green",shape="box"];3427[label="vwx31000",fontsize=16,color="green",shape="box"];3428[label="vwx31000",fontsize=16,color="green",shape="box"];3429[label="vwx3000",fontsize=16,color="green",shape="box"];3430[label="vwx3000",fontsize=16,color="green",shape="box"];3431[label="vwx31000",fontsize=16,color="green",shape="box"];3432[label="vwx31000",fontsize=16,color="green",shape="box"];3433[label="vwx3000",fontsize=16,color="green",shape="box"];3434[label="vwx31000",fontsize=16,color="green",shape="box"];3435[label="vwx3000",fontsize=16,color="green",shape="box"];3436[label="vwx3000",fontsize=16,color="green",shape="box"];3437[label="vwx31000",fontsize=16,color="green",shape="box"];3438[label="vwx31000",fontsize=16,color="green",shape="box"];3439[label="vwx3000",fontsize=16,color="green",shape="box"];3440[label="vwx31000",fontsize=16,color="green",shape="box"];3441[label="vwx3000",fontsize=16,color="green",shape="box"];3442[label="vwx31000",fontsize=16,color="green",shape="box"];3443[label="vwx3000",fontsize=16,color="green",shape="box"];3444[label="vwx3000",fontsize=16,color="green",shape="box"];3445[label="vwx31000",fontsize=16,color="green",shape="box"];3446[label="vwx3000",fontsize=16,color="green",shape="box"];3447[label="vwx31000",fontsize=16,color="green",shape="box"];3448[label="vwx31000",fontsize=16,color="green",shape="box"];3449[label="vwx3000",fontsize=16,color="green",shape="box"];3450[label="vwx31000",fontsize=16,color="green",shape="box"];3451[label="vwx3000",fontsize=16,color="green",shape="box"];3452[label="Pos vwx310010",fontsize=16,color="green",shape="box"];3453[label="vwx3000",fontsize=16,color="green",shape="box"];3454[label="vwx31000",fontsize=16,color="green",shape="box"];3455[label="Pos vwx30010",fontsize=16,color="green",shape="box"];3456[label="Pos vwx310010",fontsize=16,color="green",shape="box"];3457[label="vwx3000",fontsize=16,color="green",shape="box"];3458[label="vwx31000",fontsize=16,color="green",shape="box"];3459[label="Neg vwx30010",fontsize=16,color="green",shape="box"];3460[label="Neg vwx310010",fontsize=16,color="green",shape="box"];3461[label="vwx3000",fontsize=16,color="green",shape="box"];3462[label="vwx31000",fontsize=16,color="green",shape="box"];3463[label="Pos vwx30010",fontsize=16,color="green",shape="box"];3464[label="Neg vwx310010",fontsize=16,color="green",shape="box"];3465[label="vwx3000",fontsize=16,color="green",shape="box"];3466[label="vwx31000",fontsize=16,color="green",shape="box"];3467[label="Neg vwx30010",fontsize=16,color="green",shape="box"];3468 -> 3640[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3468[label="compare1 vwx300 vwx3100 (vwx300 <= vwx3100)",fontsize=16,color="magenta"];3468 -> 3641[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3469[label="EQ",fontsize=16,color="green",shape="box"];3470[label="Pos vwx310010",fontsize=16,color="green",shape="box"];3471[label="vwx3000",fontsize=16,color="green",shape="box"];3472[label="vwx31000",fontsize=16,color="green",shape="box"];3473[label="Pos vwx30010",fontsize=16,color="green",shape="box"];3474[label="Pos vwx310010",fontsize=16,color="green",shape="box"];3475[label="vwx3000",fontsize=16,color="green",shape="box"];3476[label="vwx31000",fontsize=16,color="green",shape="box"];3477[label="Neg vwx30010",fontsize=16,color="green",shape="box"];3478[label="Neg vwx310010",fontsize=16,color="green",shape="box"];3479[label="vwx3000",fontsize=16,color="green",shape="box"];3480[label="vwx31000",fontsize=16,color="green",shape="box"];3481[label="Pos vwx30010",fontsize=16,color="green",shape="box"];3482[label="Neg vwx310010",fontsize=16,color="green",shape="box"];3483[label="vwx3000",fontsize=16,color="green",shape="box"];3484[label="vwx31000",fontsize=16,color="green",shape="box"];3485[label="Neg vwx30010",fontsize=16,color="green",shape="box"];3486[label="vwx1200",fontsize=16,color="green",shape="box"];3487[label="vwx1500",fontsize=16,color="green",shape="box"];3488[label="vwx1200",fontsize=16,color="green",shape="box"];3489[label="vwx1500",fontsize=16,color="green",shape="box"];3490 -> 2510[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3490[label="primEqNat vwx1200 vwx1500",fontsize=16,color="magenta"];3490 -> 3642[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3490 -> 3643[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3491[label="False",fontsize=16,color="green",shape="box"];3492[label="False",fontsize=16,color="green",shape="box"];3493[label="True",fontsize=16,color="green",shape="box"];3494[label="Succ vwx310000",fontsize=16,color="green",shape="box"];3495[label="Zero",fontsize=16,color="green",shape="box"];3496[label="Zero",fontsize=16,color="green",shape="box"];3497[label="Succ vwx310000",fontsize=16,color="green",shape="box"];3498 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3498[label="vwx3000 * Pos vwx310010",fontsize=16,color="magenta"];3498 -> 3644[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3498 -> 3645[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3499 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3499[label="Pos vwx30010 * vwx31000",fontsize=16,color="magenta"];3499 -> 3646[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3499 -> 3647[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3500 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3500[label="vwx3000 * Pos vwx310010",fontsize=16,color="magenta"];3500 -> 3648[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3500 -> 3649[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3501 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3501[label="Neg vwx30010 * vwx31000",fontsize=16,color="magenta"];3501 -> 3650[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3501 -> 3651[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3502 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3502[label="vwx3000 * Neg vwx310010",fontsize=16,color="magenta"];3502 -> 3652[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3502 -> 3653[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3503 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3503[label="Pos vwx30010 * vwx31000",fontsize=16,color="magenta"];3503 -> 3654[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3503 -> 3655[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3504 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3504[label="vwx3000 * Neg vwx310010",fontsize=16,color="magenta"];3504 -> 3656[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3504 -> 3657[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3505 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3505[label="Neg vwx30010 * vwx31000",fontsize=16,color="magenta"];3505 -> 3658[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3505 -> 3659[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3506 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3506[label="vwx3000 * Pos vwx310010",fontsize=16,color="magenta"];3506 -> 3660[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3506 -> 3661[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3507 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3507[label="Pos vwx30010 * vwx31000",fontsize=16,color="magenta"];3507 -> 3662[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3507 -> 3663[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3508 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3508[label="vwx3000 * Pos vwx310010",fontsize=16,color="magenta"];3508 -> 3664[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3508 -> 3665[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3509 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3509[label="Neg vwx30010 * vwx31000",fontsize=16,color="magenta"];3509 -> 3666[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3509 -> 3667[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3510 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3510[label="vwx3000 * Neg vwx310010",fontsize=16,color="magenta"];3510 -> 3668[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3510 -> 3669[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3511 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3511[label="Pos vwx30010 * vwx31000",fontsize=16,color="magenta"];3511 -> 3670[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3511 -> 3671[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3512 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3512[label="vwx3000 * Neg vwx310010",fontsize=16,color="magenta"];3512 -> 3672[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3512 -> 3673[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3513 -> 1621[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3513[label="Neg vwx30010 * vwx31000",fontsize=16,color="magenta"];3513 -> 3674[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3513 -> 3675[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3514[label="primMulNat (Succ vwx30000) (Succ vwx310100)",fontsize=16,color="black",shape="box"];3514 -> 3676[label="",style="solid", color="black", weight=3]; 28.81/13.54 3515[label="primMulNat (Succ vwx30000) Zero",fontsize=16,color="black",shape="box"];3515 -> 3677[label="",style="solid", color="black", weight=3]; 28.81/13.54 3516[label="primMulNat Zero (Succ vwx310100)",fontsize=16,color="black",shape="box"];3516 -> 3678[label="",style="solid", color="black", weight=3]; 28.81/13.54 3517[label="primMulNat Zero Zero",fontsize=16,color="black",shape="box"];3517 -> 3679[label="",style="solid", color="black", weight=3]; 28.81/13.54 3518[label="vwx31000",fontsize=16,color="green",shape="box"];3519[label="vwx3000",fontsize=16,color="green",shape="box"];3520[label="vwx3000",fontsize=16,color="green",shape="box"];3521[label="vwx31000",fontsize=16,color="green",shape="box"];3522[label="vwx31000",fontsize=16,color="green",shape="box"];3523[label="vwx3000",fontsize=16,color="green",shape="box"];3524[label="vwx3000",fontsize=16,color="green",shape="box"];3525[label="vwx31000",fontsize=16,color="green",shape="box"];3526[label="vwx31000",fontsize=16,color="green",shape="box"];3527[label="vwx3000",fontsize=16,color="green",shape="box"];3528[label="vwx31000",fontsize=16,color="green",shape="box"];3529[label="vwx3000",fontsize=16,color="green",shape="box"];3530[label="vwx3000",fontsize=16,color="green",shape="box"];3531[label="vwx31000",fontsize=16,color="green",shape="box"];3532[label="vwx31000",fontsize=16,color="green",shape="box"];3533[label="vwx3000",fontsize=16,color="green",shape="box"];3534[label="vwx31000",fontsize=16,color="green",shape="box"];3535[label="vwx3000",fontsize=16,color="green",shape="box"];3536[label="vwx31000",fontsize=16,color="green",shape="box"];3537[label="vwx3000",fontsize=16,color="green",shape="box"];3538[label="vwx3000",fontsize=16,color="green",shape="box"];3539[label="vwx31000",fontsize=16,color="green",shape="box"];3540[label="vwx3000",fontsize=16,color="green",shape="box"];3541[label="vwx31000",fontsize=16,color="green",shape="box"];3542[label="vwx31000",fontsize=16,color="green",shape="box"];3543[label="vwx3000",fontsize=16,color="green",shape="box"];3544[label="vwx31000",fontsize=16,color="green",shape="box"];3545[label="vwx3000",fontsize=16,color="green",shape="box"];3546 -> 580[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3546[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];3546 -> 3680[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3546 -> 3681[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3547 -> 1259[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3547[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];3547 -> 3682[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3547 -> 3683[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3548 -> 582[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3548[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];3548 -> 3684[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3548 -> 3685[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3549 -> 1261[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3549[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];3549 -> 3686[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3549 -> 3687[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3550 -> 584[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3550[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];3550 -> 3688[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3550 -> 3689[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3551 -> 585[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3551[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];3551 -> 3690[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3551 -> 3691[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3552 -> 1264[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3552[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];3552 -> 3692[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3552 -> 3693[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3553 -> 587[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3553[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];3553 -> 3694[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3553 -> 3695[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3554 -> 588[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3554[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];3554 -> 3696[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3554 -> 3697[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3555 -> 589[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3555[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];3555 -> 3698[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3555 -> 3699[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3556 -> 1268[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3556[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];3556 -> 3700[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3556 -> 3701[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3557 -> 1269[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3557[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];3557 -> 3702[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3557 -> 3703[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3558 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3558[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];3558 -> 3704[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3558 -> 3705[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3559 -> 593[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3559[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];3559 -> 3706[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3559 -> 3707[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3560 -> 580[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3560[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];3560 -> 3708[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3560 -> 3709[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3561 -> 1259[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3561[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];3561 -> 3710[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3561 -> 3711[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3562 -> 582[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3562[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];3562 -> 3712[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3562 -> 3713[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3563 -> 1261[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3563[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];3563 -> 3714[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3563 -> 3715[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3564 -> 584[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3564[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];3564 -> 3716[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3564 -> 3717[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3565 -> 585[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3565[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];3565 -> 3718[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3565 -> 3719[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3566 -> 1264[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3566[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];3566 -> 3720[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3566 -> 3721[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3567 -> 587[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3567[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];3567 -> 3722[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3567 -> 3723[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3568 -> 588[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3568[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];3568 -> 3724[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3568 -> 3725[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3569 -> 589[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3569[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];3569 -> 3726[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3569 -> 3727[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3570 -> 1268[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3570[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];3570 -> 3728[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3570 -> 3729[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3571 -> 1269[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3571[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];3571 -> 3730[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3571 -> 3731[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3572 -> 592[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3572[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];3572 -> 3732[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3572 -> 3733[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3573 -> 593[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3573[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];3573 -> 3734[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3573 -> 3735[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3575 -> 230[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3575[label="vwx300 <= vwx3100",fontsize=16,color="magenta"];3575 -> 3736[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3575 -> 3737[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3574[label="compare1 vwx300 vwx3100 vwx257",fontsize=16,color="burlywood",shape="triangle"];4835[label="vwx257/False",fontsize=10,color="white",style="solid",shape="box"];3574 -> 4835[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4835 -> 3738[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 4836[label="vwx257/True",fontsize=10,color="white",style="solid",shape="box"];3574 -> 4836[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4836 -> 3739[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 3576[label="vwx31000",fontsize=16,color="green",shape="box"];3577[label="vwx3000",fontsize=16,color="green",shape="box"];3578[label="vwx3000",fontsize=16,color="green",shape="box"];3579[label="vwx31000",fontsize=16,color="green",shape="box"];3580[label="vwx31000",fontsize=16,color="green",shape="box"];3581[label="vwx3000",fontsize=16,color="green",shape="box"];3582[label="vwx3000",fontsize=16,color="green",shape="box"];3583[label="vwx31000",fontsize=16,color="green",shape="box"];3584[label="vwx31000",fontsize=16,color="green",shape="box"];3585[label="vwx3000",fontsize=16,color="green",shape="box"];3586[label="vwx31000",fontsize=16,color="green",shape="box"];3587[label="vwx3000",fontsize=16,color="green",shape="box"];3588[label="vwx3000",fontsize=16,color="green",shape="box"];3589[label="vwx31000",fontsize=16,color="green",shape="box"];3590[label="vwx31000",fontsize=16,color="green",shape="box"];3591[label="vwx3000",fontsize=16,color="green",shape="box"];3592[label="vwx31000",fontsize=16,color="green",shape="box"];3593[label="vwx3000",fontsize=16,color="green",shape="box"];3594[label="vwx31000",fontsize=16,color="green",shape="box"];3595[label="vwx3000",fontsize=16,color="green",shape="box"];3596[label="vwx3000",fontsize=16,color="green",shape="box"];3597[label="vwx31000",fontsize=16,color="green",shape="box"];3598[label="vwx3000",fontsize=16,color="green",shape="box"];3599[label="vwx31000",fontsize=16,color="green",shape="box"];3600[label="vwx31000",fontsize=16,color="green",shape="box"];3601[label="vwx3000",fontsize=16,color="green",shape="box"];3602[label="vwx31000",fontsize=16,color="green",shape="box"];3603[label="vwx3000",fontsize=16,color="green",shape="box"];3604[label="vwx31001",fontsize=16,color="green",shape="box"];3605[label="vwx3001",fontsize=16,color="green",shape="box"];3606[label="vwx3001",fontsize=16,color="green",shape="box"];3607[label="vwx31001",fontsize=16,color="green",shape="box"];3608[label="vwx31001",fontsize=16,color="green",shape="box"];3609[label="vwx3001",fontsize=16,color="green",shape="box"];3610[label="vwx3001",fontsize=16,color="green",shape="box"];3611[label="vwx31001",fontsize=16,color="green",shape="box"];3612[label="vwx31001",fontsize=16,color="green",shape="box"];3613[label="vwx3001",fontsize=16,color="green",shape="box"];3614[label="vwx31001",fontsize=16,color="green",shape="box"];3615[label="vwx3001",fontsize=16,color="green",shape="box"];3616[label="vwx3001",fontsize=16,color="green",shape="box"];3617[label="vwx31001",fontsize=16,color="green",shape="box"];3618[label="vwx31001",fontsize=16,color="green",shape="box"];3619[label="vwx3001",fontsize=16,color="green",shape="box"];3620[label="vwx31001",fontsize=16,color="green",shape="box"];3621[label="vwx3001",fontsize=16,color="green",shape="box"];3622[label="vwx31001",fontsize=16,color="green",shape="box"];3623[label="vwx3001",fontsize=16,color="green",shape="box"];3624[label="vwx3001",fontsize=16,color="green",shape="box"];3625[label="vwx31001",fontsize=16,color="green",shape="box"];3626[label="vwx3001",fontsize=16,color="green",shape="box"];3627[label="vwx31001",fontsize=16,color="green",shape="box"];3628[label="vwx31001",fontsize=16,color="green",shape="box"];3629[label="vwx3001",fontsize=16,color="green",shape="box"];3630[label="vwx31001",fontsize=16,color="green",shape="box"];3631[label="vwx3001",fontsize=16,color="green",shape="box"];3633 -> 233[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3633[label="vwx300 <= vwx3100",fontsize=16,color="magenta"];3633 -> 3740[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3633 -> 3741[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3632[label="compare1 vwx300 vwx3100 vwx258",fontsize=16,color="burlywood",shape="triangle"];4837[label="vwx258/False",fontsize=10,color="white",style="solid",shape="box"];3632 -> 4837[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4837 -> 3742[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 4838[label="vwx258/True",fontsize=10,color="white",style="solid",shape="box"];3632 -> 4838[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4838 -> 3743[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 3635 -> 234[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3635[label="vwx300 <= vwx3100",fontsize=16,color="magenta"];3635 -> 3744[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3635 -> 3745[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3634[label="compare1 vwx300 vwx3100 vwx259",fontsize=16,color="burlywood",shape="triangle"];4839[label="vwx259/False",fontsize=10,color="white",style="solid",shape="box"];3634 -> 4839[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4839 -> 3746[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 4840[label="vwx259/True",fontsize=10,color="white",style="solid",shape="box"];3634 -> 4840[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4840 -> 3747[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 3637 -> 235[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3637[label="vwx300 <= vwx3100",fontsize=16,color="magenta"];3637 -> 3748[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3637 -> 3749[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3636[label="compare1 vwx300 vwx3100 vwx260",fontsize=16,color="burlywood",shape="triangle"];4841[label="vwx260/False",fontsize=10,color="white",style="solid",shape="box"];3636 -> 4841[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4841 -> 3750[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 4842[label="vwx260/True",fontsize=10,color="white",style="solid",shape="box"];3636 -> 4842[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4842 -> 3751[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 3639 -> 237[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3639[label="vwx300 <= vwx3100",fontsize=16,color="magenta"];3639 -> 3752[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3639 -> 3753[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3638[label="compare1 vwx300 vwx3100 vwx261",fontsize=16,color="burlywood",shape="triangle"];4843[label="vwx261/False",fontsize=10,color="white",style="solid",shape="box"];3638 -> 4843[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4843 -> 3754[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 4844[label="vwx261/True",fontsize=10,color="white",style="solid",shape="box"];3638 -> 4844[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4844 -> 3755[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 3641 -> 241[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3641[label="vwx300 <= vwx3100",fontsize=16,color="magenta"];3641 -> 3756[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3641 -> 3757[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3640[label="compare1 vwx300 vwx3100 vwx262",fontsize=16,color="burlywood",shape="triangle"];4845[label="vwx262/False",fontsize=10,color="white",style="solid",shape="box"];3640 -> 4845[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4845 -> 3758[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 4846[label="vwx262/True",fontsize=10,color="white",style="solid",shape="box"];3640 -> 4846[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4846 -> 3759[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 3642[label="vwx1200",fontsize=16,color="green",shape="box"];3643[label="vwx1500",fontsize=16,color="green",shape="box"];3644[label="Pos vwx310010",fontsize=16,color="green",shape="box"];3645[label="vwx3000",fontsize=16,color="green",shape="box"];3646[label="vwx31000",fontsize=16,color="green",shape="box"];3647[label="Pos vwx30010",fontsize=16,color="green",shape="box"];3648[label="Pos vwx310010",fontsize=16,color="green",shape="box"];3649[label="vwx3000",fontsize=16,color="green",shape="box"];3650[label="vwx31000",fontsize=16,color="green",shape="box"];3651[label="Neg vwx30010",fontsize=16,color="green",shape="box"];3652[label="Neg vwx310010",fontsize=16,color="green",shape="box"];3653[label="vwx3000",fontsize=16,color="green",shape="box"];3654[label="vwx31000",fontsize=16,color="green",shape="box"];3655[label="Pos vwx30010",fontsize=16,color="green",shape="box"];3656[label="Neg vwx310010",fontsize=16,color="green",shape="box"];3657[label="vwx3000",fontsize=16,color="green",shape="box"];3658[label="vwx31000",fontsize=16,color="green",shape="box"];3659[label="Neg vwx30010",fontsize=16,color="green",shape="box"];3660[label="Pos vwx310010",fontsize=16,color="green",shape="box"];3661[label="vwx3000",fontsize=16,color="green",shape="box"];3662[label="vwx31000",fontsize=16,color="green",shape="box"];3663[label="Pos vwx30010",fontsize=16,color="green",shape="box"];3664[label="Pos vwx310010",fontsize=16,color="green",shape="box"];3665[label="vwx3000",fontsize=16,color="green",shape="box"];3666[label="vwx31000",fontsize=16,color="green",shape="box"];3667[label="Neg vwx30010",fontsize=16,color="green",shape="box"];3668[label="Neg vwx310010",fontsize=16,color="green",shape="box"];3669[label="vwx3000",fontsize=16,color="green",shape="box"];3670[label="vwx31000",fontsize=16,color="green",shape="box"];3671[label="Pos vwx30010",fontsize=16,color="green",shape="box"];3672[label="Neg vwx310010",fontsize=16,color="green",shape="box"];3673[label="vwx3000",fontsize=16,color="green",shape="box"];3674[label="vwx31000",fontsize=16,color="green",shape="box"];3675[label="Neg vwx30010",fontsize=16,color="green",shape="box"];3676 -> 3760[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3676[label="primPlusNat (primMulNat vwx30000 (Succ vwx310100)) (Succ vwx310100)",fontsize=16,color="magenta"];3676 -> 3761[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3677[label="Zero",fontsize=16,color="green",shape="box"];3678[label="Zero",fontsize=16,color="green",shape="box"];3679[label="Zero",fontsize=16,color="green",shape="box"];3680[label="vwx31001",fontsize=16,color="green",shape="box"];3681[label="vwx3001",fontsize=16,color="green",shape="box"];3682[label="vwx3001",fontsize=16,color="green",shape="box"];3683[label="vwx31001",fontsize=16,color="green",shape="box"];3684[label="vwx31001",fontsize=16,color="green",shape="box"];3685[label="vwx3001",fontsize=16,color="green",shape="box"];3686[label="vwx3001",fontsize=16,color="green",shape="box"];3687[label="vwx31001",fontsize=16,color="green",shape="box"];3688[label="vwx31001",fontsize=16,color="green",shape="box"];3689[label="vwx3001",fontsize=16,color="green",shape="box"];3690[label="vwx31001",fontsize=16,color="green",shape="box"];3691[label="vwx3001",fontsize=16,color="green",shape="box"];3692[label="vwx3001",fontsize=16,color="green",shape="box"];3693[label="vwx31001",fontsize=16,color="green",shape="box"];3694[label="vwx31001",fontsize=16,color="green",shape="box"];3695[label="vwx3001",fontsize=16,color="green",shape="box"];3696[label="vwx31001",fontsize=16,color="green",shape="box"];3697[label="vwx3001",fontsize=16,color="green",shape="box"];3698[label="vwx31001",fontsize=16,color="green",shape="box"];3699[label="vwx3001",fontsize=16,color="green",shape="box"];3700[label="vwx3001",fontsize=16,color="green",shape="box"];3701[label="vwx31001",fontsize=16,color="green",shape="box"];3702[label="vwx3001",fontsize=16,color="green",shape="box"];3703[label="vwx31001",fontsize=16,color="green",shape="box"];3704[label="vwx31001",fontsize=16,color="green",shape="box"];3705[label="vwx3001",fontsize=16,color="green",shape="box"];3706[label="vwx31001",fontsize=16,color="green",shape="box"];3707[label="vwx3001",fontsize=16,color="green",shape="box"];3708[label="vwx31002",fontsize=16,color="green",shape="box"];3709[label="vwx3002",fontsize=16,color="green",shape="box"];3710[label="vwx3002",fontsize=16,color="green",shape="box"];3711[label="vwx31002",fontsize=16,color="green",shape="box"];3712[label="vwx31002",fontsize=16,color="green",shape="box"];3713[label="vwx3002",fontsize=16,color="green",shape="box"];3714[label="vwx3002",fontsize=16,color="green",shape="box"];3715[label="vwx31002",fontsize=16,color="green",shape="box"];3716[label="vwx31002",fontsize=16,color="green",shape="box"];3717[label="vwx3002",fontsize=16,color="green",shape="box"];3718[label="vwx31002",fontsize=16,color="green",shape="box"];3719[label="vwx3002",fontsize=16,color="green",shape="box"];3720[label="vwx3002",fontsize=16,color="green",shape="box"];3721[label="vwx31002",fontsize=16,color="green",shape="box"];3722[label="vwx31002",fontsize=16,color="green",shape="box"];3723[label="vwx3002",fontsize=16,color="green",shape="box"];3724[label="vwx31002",fontsize=16,color="green",shape="box"];3725[label="vwx3002",fontsize=16,color="green",shape="box"];3726[label="vwx31002",fontsize=16,color="green",shape="box"];3727[label="vwx3002",fontsize=16,color="green",shape="box"];3728[label="vwx3002",fontsize=16,color="green",shape="box"];3729[label="vwx31002",fontsize=16,color="green",shape="box"];3730[label="vwx3002",fontsize=16,color="green",shape="box"];3731[label="vwx31002",fontsize=16,color="green",shape="box"];3732[label="vwx31002",fontsize=16,color="green",shape="box"];3733[label="vwx3002",fontsize=16,color="green",shape="box"];3734[label="vwx31002",fontsize=16,color="green",shape="box"];3735[label="vwx3002",fontsize=16,color="green",shape="box"];3736[label="vwx300",fontsize=16,color="green",shape="box"];3737[label="vwx3100",fontsize=16,color="green",shape="box"];3738[label="compare1 vwx300 vwx3100 False",fontsize=16,color="black",shape="box"];3738 -> 3762[label="",style="solid", color="black", weight=3]; 28.81/13.54 3739[label="compare1 vwx300 vwx3100 True",fontsize=16,color="black",shape="box"];3739 -> 3763[label="",style="solid", color="black", weight=3]; 28.81/13.54 3740[label="vwx300",fontsize=16,color="green",shape="box"];3741[label="vwx3100",fontsize=16,color="green",shape="box"];3742[label="compare1 vwx300 vwx3100 False",fontsize=16,color="black",shape="box"];3742 -> 3764[label="",style="solid", color="black", weight=3]; 28.81/13.54 3743[label="compare1 vwx300 vwx3100 True",fontsize=16,color="black",shape="box"];3743 -> 3765[label="",style="solid", color="black", weight=3]; 28.81/13.54 3744[label="vwx300",fontsize=16,color="green",shape="box"];3745[label="vwx3100",fontsize=16,color="green",shape="box"];3746[label="compare1 vwx300 vwx3100 False",fontsize=16,color="black",shape="box"];3746 -> 3766[label="",style="solid", color="black", weight=3]; 28.81/13.54 3747[label="compare1 vwx300 vwx3100 True",fontsize=16,color="black",shape="box"];3747 -> 3767[label="",style="solid", color="black", weight=3]; 28.81/13.54 3748[label="vwx300",fontsize=16,color="green",shape="box"];3749[label="vwx3100",fontsize=16,color="green",shape="box"];3750[label="compare1 vwx300 vwx3100 False",fontsize=16,color="black",shape="box"];3750 -> 3768[label="",style="solid", color="black", weight=3]; 28.81/13.54 3751[label="compare1 vwx300 vwx3100 True",fontsize=16,color="black",shape="box"];3751 -> 3769[label="",style="solid", color="black", weight=3]; 28.81/13.54 3752[label="vwx300",fontsize=16,color="green",shape="box"];3753[label="vwx3100",fontsize=16,color="green",shape="box"];3754[label="compare1 vwx300 vwx3100 False",fontsize=16,color="black",shape="box"];3754 -> 3770[label="",style="solid", color="black", weight=3]; 28.81/13.54 3755[label="compare1 vwx300 vwx3100 True",fontsize=16,color="black",shape="box"];3755 -> 3771[label="",style="solid", color="black", weight=3]; 28.81/13.54 3756[label="vwx300",fontsize=16,color="green",shape="box"];3757[label="vwx3100",fontsize=16,color="green",shape="box"];3758[label="compare1 vwx300 vwx3100 False",fontsize=16,color="black",shape="box"];3758 -> 3772[label="",style="solid", color="black", weight=3]; 28.81/13.54 3759[label="compare1 vwx300 vwx3100 True",fontsize=16,color="black",shape="box"];3759 -> 3773[label="",style="solid", color="black", weight=3]; 28.81/13.54 3761 -> 2990[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3761[label="primMulNat vwx30000 (Succ vwx310100)",fontsize=16,color="magenta"];3761 -> 3774[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3761 -> 3775[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3760[label="primPlusNat vwx263 (Succ vwx310100)",fontsize=16,color="burlywood",shape="triangle"];4847[label="vwx263/Succ vwx2630",fontsize=10,color="white",style="solid",shape="box"];3760 -> 4847[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4847 -> 3776[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 4848[label="vwx263/Zero",fontsize=10,color="white",style="solid",shape="box"];3760 -> 4848[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4848 -> 3777[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 3762[label="compare0 vwx300 vwx3100 otherwise",fontsize=16,color="black",shape="box"];3762 -> 3778[label="",style="solid", color="black", weight=3]; 28.81/13.54 3763[label="LT",fontsize=16,color="green",shape="box"];3764[label="compare0 vwx300 vwx3100 otherwise",fontsize=16,color="black",shape="box"];3764 -> 3779[label="",style="solid", color="black", weight=3]; 28.81/13.54 3765[label="LT",fontsize=16,color="green",shape="box"];3766[label="compare0 vwx300 vwx3100 otherwise",fontsize=16,color="black",shape="box"];3766 -> 3780[label="",style="solid", color="black", weight=3]; 28.81/13.54 3767[label="LT",fontsize=16,color="green",shape="box"];3768[label="compare0 vwx300 vwx3100 otherwise",fontsize=16,color="black",shape="box"];3768 -> 3781[label="",style="solid", color="black", weight=3]; 28.81/13.54 3769[label="LT",fontsize=16,color="green",shape="box"];3770[label="compare0 vwx300 vwx3100 otherwise",fontsize=16,color="black",shape="box"];3770 -> 3782[label="",style="solid", color="black", weight=3]; 28.81/13.54 3771[label="LT",fontsize=16,color="green",shape="box"];3772[label="compare0 vwx300 vwx3100 otherwise",fontsize=16,color="black",shape="box"];3772 -> 3783[label="",style="solid", color="black", weight=3]; 28.81/13.54 3773[label="LT",fontsize=16,color="green",shape="box"];3774[label="Succ vwx310100",fontsize=16,color="green",shape="box"];3775[label="vwx30000",fontsize=16,color="green",shape="box"];3776[label="primPlusNat (Succ vwx2630) (Succ vwx310100)",fontsize=16,color="black",shape="box"];3776 -> 3784[label="",style="solid", color="black", weight=3]; 28.81/13.54 3777[label="primPlusNat Zero (Succ vwx310100)",fontsize=16,color="black",shape="box"];3777 -> 3785[label="",style="solid", color="black", weight=3]; 28.81/13.54 3778[label="compare0 vwx300 vwx3100 True",fontsize=16,color="black",shape="box"];3778 -> 3786[label="",style="solid", color="black", weight=3]; 28.81/13.54 3779[label="compare0 vwx300 vwx3100 True",fontsize=16,color="black",shape="box"];3779 -> 3787[label="",style="solid", color="black", weight=3]; 28.81/13.54 3780[label="compare0 vwx300 vwx3100 True",fontsize=16,color="black",shape="box"];3780 -> 3788[label="",style="solid", color="black", weight=3]; 28.81/13.54 3781[label="compare0 vwx300 vwx3100 True",fontsize=16,color="black",shape="box"];3781 -> 3789[label="",style="solid", color="black", weight=3]; 28.81/13.54 3782[label="compare0 vwx300 vwx3100 True",fontsize=16,color="black",shape="box"];3782 -> 3790[label="",style="solid", color="black", weight=3]; 28.81/13.54 3783[label="compare0 vwx300 vwx3100 True",fontsize=16,color="black",shape="box"];3783 -> 3791[label="",style="solid", color="black", weight=3]; 28.81/13.54 3784[label="Succ (Succ (primPlusNat vwx2630 vwx310100))",fontsize=16,color="green",shape="box"];3784 -> 3792[label="",style="dashed", color="green", weight=3]; 28.81/13.54 3785[label="Succ vwx310100",fontsize=16,color="green",shape="box"];3786[label="GT",fontsize=16,color="green",shape="box"];3787[label="GT",fontsize=16,color="green",shape="box"];3788[label="GT",fontsize=16,color="green",shape="box"];3789[label="GT",fontsize=16,color="green",shape="box"];3790[label="GT",fontsize=16,color="green",shape="box"];3791[label="GT",fontsize=16,color="green",shape="box"];3792[label="primPlusNat vwx2630 vwx310100",fontsize=16,color="burlywood",shape="triangle"];4849[label="vwx2630/Succ vwx26300",fontsize=10,color="white",style="solid",shape="box"];3792 -> 4849[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4849 -> 3793[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 4850[label="vwx2630/Zero",fontsize=10,color="white",style="solid",shape="box"];3792 -> 4850[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4850 -> 3794[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 3793[label="primPlusNat (Succ vwx26300) vwx310100",fontsize=16,color="burlywood",shape="box"];4851[label="vwx310100/Succ vwx3101000",fontsize=10,color="white",style="solid",shape="box"];3793 -> 4851[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4851 -> 3795[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 4852[label="vwx310100/Zero",fontsize=10,color="white",style="solid",shape="box"];3793 -> 4852[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4852 -> 3796[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 3794[label="primPlusNat Zero vwx310100",fontsize=16,color="burlywood",shape="box"];4853[label="vwx310100/Succ vwx3101000",fontsize=10,color="white",style="solid",shape="box"];3794 -> 4853[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4853 -> 3797[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 4854[label="vwx310100/Zero",fontsize=10,color="white",style="solid",shape="box"];3794 -> 4854[label="",style="solid", color="burlywood", weight=9]; 28.81/13.54 4854 -> 3798[label="",style="solid", color="burlywood", weight=3]; 28.81/13.54 3795[label="primPlusNat (Succ vwx26300) (Succ vwx3101000)",fontsize=16,color="black",shape="box"];3795 -> 3799[label="",style="solid", color="black", weight=3]; 28.81/13.54 3796[label="primPlusNat (Succ vwx26300) Zero",fontsize=16,color="black",shape="box"];3796 -> 3800[label="",style="solid", color="black", weight=3]; 28.81/13.54 3797[label="primPlusNat Zero (Succ vwx3101000)",fontsize=16,color="black",shape="box"];3797 -> 3801[label="",style="solid", color="black", weight=3]; 28.81/13.54 3798[label="primPlusNat Zero Zero",fontsize=16,color="black",shape="box"];3798 -> 3802[label="",style="solid", color="black", weight=3]; 28.81/13.54 3799[label="Succ (Succ (primPlusNat vwx26300 vwx3101000))",fontsize=16,color="green",shape="box"];3799 -> 3803[label="",style="dashed", color="green", weight=3]; 28.81/13.54 3800[label="Succ vwx26300",fontsize=16,color="green",shape="box"];3801[label="Succ vwx3101000",fontsize=16,color="green",shape="box"];3802[label="Zero",fontsize=16,color="green",shape="box"];3803 -> 3792[label="",style="dashed", color="red", weight=0]; 28.81/13.54 3803[label="primPlusNat vwx26300 vwx3101000",fontsize=16,color="magenta"];3803 -> 3804[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3803 -> 3805[label="",style="dashed", color="magenta", weight=3]; 28.81/13.54 3804[label="vwx3101000",fontsize=16,color="green",shape="box"];3805[label="vwx26300",fontsize=16,color="green",shape="box"];} 28.81/13.54 28.81/13.54 ---------------------------------------- 28.81/13.54 28.81/13.54 (14) 28.81/13.54 Complex Obligation (AND) 28.81/13.54 28.81/13.54 ---------------------------------------- 28.81/13.54 28.81/13.54 (15) 28.81/13.54 Obligation: 28.81/13.54 Q DP problem: 28.81/13.54 The TRS P consists of the following rules: 28.81/13.54 28.81/13.54 new_primCmpNat(Succ(vwx30000), Succ(vwx310000)) -> new_primCmpNat(vwx30000, vwx310000) 28.81/13.54 28.81/13.54 R is empty. 28.81/13.54 Q is empty. 28.81/13.54 We have to consider all minimal (P,Q,R)-chains. 28.81/13.54 ---------------------------------------- 28.81/13.54 28.81/13.54 (16) QDPSizeChangeProof (EQUIVALENT) 28.81/13.54 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. 28.81/13.54 28.81/13.54 From the DPs we obtained the following set of size-change graphs: 28.81/13.54 *new_primCmpNat(Succ(vwx30000), Succ(vwx310000)) -> new_primCmpNat(vwx30000, vwx310000) 28.81/13.54 The graph contains the following edges 1 > 1, 2 > 2 28.81/13.54 28.81/13.54 28.81/13.54 ---------------------------------------- 28.81/13.54 28.81/13.54 (17) 28.81/13.54 YES 28.81/13.54 28.81/13.54 ---------------------------------------- 28.81/13.54 28.81/13.54 (18) 28.81/13.54 Obligation: 28.81/13.54 Q DP problem: 28.81/13.54 The TRS P consists of the following rules: 28.81/13.54 28.81/13.54 new_ltEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), db, app(ty_Maybe, dh), cb) -> new_lt1(vwx3001, vwx31001, dh) 28.81/13.54 new_lt0(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), ff, fg) -> new_compare20(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), new_asAs(new_esEs7(vwx3000, vwx31000, ff), new_esEs8(vwx3001, vwx31001, fg)), ff, fg) 28.81/13.54 new_ltEs0(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), app(ty_[], hc), ge) -> new_lt3(vwx3000, vwx31000, hc) 28.81/13.54 new_lt(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), h, ba, bb) -> new_compare2(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), new_asAs(new_esEs4(vwx3000, vwx31000, h), new_asAs(new_esEs5(vwx3001, vwx31001, ba), new_esEs6(vwx3002, vwx31002, bb))), h, ba, bb) 28.81/13.54 new_ltEs2(Right(vwx3000), Right(vwx31000), bdc, app(app(ty_@2, bdg), bdh)) -> new_ltEs0(vwx3000, vwx31000, bdg, bdh) 28.81/13.54 new_primCompAux(vwx300, vwx3100, vwx209, app(app(ty_Either, beg), beh)) -> new_compare22(vwx300, vwx3100, new_esEs13(vwx300, vwx3100, beg, beh), beg, beh) 28.81/13.54 new_ltEs2(Right(vwx3000), Right(vwx31000), bdc, app(app(app(ty_@3, bdd), bde), bdf)) -> new_ltEs(vwx3000, vwx31000, bdd, bde, bdf) 28.81/13.54 new_ltEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), app(app(ty_@2, cc), cd), ca, cb) -> new_lt0(vwx3000, vwx31000, cc, cd) 28.81/13.54 new_compare21(vwx300, vwx3100, False, bag) -> new_ltEs1(vwx300, vwx3100, bag) 28.81/13.54 new_ltEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), app(ty_Maybe, ce), ca, cb) -> new_lt1(vwx3000, vwx31000, ce) 28.81/13.54 new_ltEs0(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), hd, app(app(app(ty_@3, he), hf), hg)) -> new_ltEs(vwx3001, vwx31001, he, hf, hg) 28.81/13.54 new_primCompAux(vwx300, vwx3100, vwx209, app(app(app(ty_@3, bc), bd), be)) -> new_compare2(vwx300, vwx3100, new_esEs10(vwx300, vwx3100, bc, bd, be), bc, bd, be) 28.81/13.54 new_primCompAux(vwx300, vwx3100, vwx209, app(ty_Maybe, bag)) -> new_compare21(vwx300, vwx3100, new_esEs12(vwx300, vwx3100, bag), bag) 28.81/13.54 new_ltEs2(Right(vwx3000), Right(vwx31000), bdc, app(ty_[], bed)) -> new_ltEs3(vwx3000, vwx31000, bed) 28.81/13.54 new_ltEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), db, app(app(ty_Either, ea), eb), cb) -> new_lt2(vwx3001, vwx31001, ea, eb) 28.81/13.54 new_ltEs2(Left(vwx3000), Left(vwx31000), app(app(app(ty_@3, bca), bcb), bcc), bcd) -> new_ltEs(vwx3000, vwx31000, bca, bcb, bcc) 28.81/13.54 new_ltEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), db, ca, app(ty_Maybe, fa)) -> new_ltEs1(vwx3002, vwx31002, fa) 28.81/13.54 new_lt2(Left(vwx3000), Right(vwx31000), bfa, bfb) -> new_compare22(Left(vwx3000), Right(vwx31000), False, bfa, bfb) 28.81/13.54 new_lt2(Right(vwx3000), Left(vwx31000), bfa, bfb) -> new_compare22(Right(vwx3000), Left(vwx31000), False, bfa, bfb) 28.81/13.54 new_ltEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), app(app(app(ty_@3, bf), bg), bh), ca, cb) -> new_lt(vwx3000, vwx31000, bf, bg, bh) 28.81/13.54 new_ltEs0(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), hd, app(app(ty_@2, hh), baa)) -> new_ltEs0(vwx3001, vwx31001, hh, baa) 28.81/13.54 new_ltEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), db, ca, app(app(ty_@2, eg), eh)) -> new_ltEs0(vwx3002, vwx31002, eg, eh) 28.81/13.54 new_lt2(Right(vwx3000), Right(vwx31000), bfa, bfb) -> new_compare22(Right(vwx3000), Right(vwx31000), new_esEs15(vwx3000, vwx31000, bfb), bfa, bfb) 28.81/13.54 new_ltEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), app(ty_[], da), ca, cb) -> new_lt3(vwx3000, vwx31000, da) 28.81/13.54 new_compare22(vwx300, vwx3100, False, beg, beh) -> new_ltEs2(vwx300, vwx3100, beg, beh) 28.81/13.54 new_lt1(Nothing, Nothing, baf) -> new_compare21(Nothing, Nothing, True, baf) 28.81/13.54 new_ltEs0(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), app(app(app(ty_@3, gb), gc), gd), ge) -> new_lt(vwx3000, vwx31000, gb, gc, gd) 28.81/13.54 new_ltEs0(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), hd, app(ty_[], bae)) -> new_ltEs3(vwx3001, vwx31001, bae) 28.81/13.54 new_ltEs1(Just(vwx3000), Just(vwx31000), app(ty_[], bbh)) -> new_ltEs3(vwx3000, vwx31000, bbh) 28.81/13.54 new_compare(:(vwx3000, vwx3001), :(vwx31000, vwx31001), bef) -> new_primCompAux(vwx3000, vwx31000, new_compare0(vwx3001, vwx31001, bef), bef) 28.81/13.54 new_lt2(Left(vwx3000), Left(vwx31000), bfa, bfb) -> new_compare22(Left(vwx3000), Left(vwx31000), new_esEs14(vwx3000, vwx31000, bfa), bfa, bfb) 28.81/13.54 new_compare2(vwx300, vwx3100, False, bc, bd, be) -> new_ltEs(vwx300, vwx3100, bc, bd, be) 28.81/13.54 new_ltEs2(Right(vwx3000), Right(vwx31000), bdc, app(app(ty_Either, beb), bec)) -> new_ltEs2(vwx3000, vwx31000, beb, bec) 28.81/13.54 new_ltEs2(Left(vwx3000), Left(vwx31000), app(ty_[], bdb), bcd) -> new_ltEs3(vwx3000, vwx31000, bdb) 28.81/13.54 new_ltEs1(Just(vwx3000), Just(vwx31000), app(app(app(ty_@3, bah), bba), bbb)) -> new_ltEs(vwx3000, vwx31000, bah, bba, bbb) 28.81/13.54 new_primCompAux(vwx300, vwx3100, vwx209, app(app(ty_@2, fh), ga)) -> new_compare20(vwx300, vwx3100, new_esEs11(vwx300, vwx3100, fh, ga), fh, ga) 28.81/13.54 new_ltEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), app(app(ty_Either, cf), cg), ca, cb) -> new_lt2(vwx3000, vwx31000, cf, cg) 28.81/13.54 new_primCompAux(vwx300, vwx3100, vwx209, app(ty_[], bef)) -> new_compare(vwx300, vwx3100, bef) 28.81/13.54 new_ltEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), db, app(app(app(ty_@3, dc), dd), de), cb) -> new_lt(vwx3001, vwx31001, dc, dd, de) 28.81/13.54 new_ltEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), db, ca, app(app(ty_Either, fb), fc)) -> new_ltEs2(vwx3002, vwx31002, fb, fc) 28.81/13.54 new_ltEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), db, ca, app(ty_[], fd)) -> new_ltEs3(vwx3002, vwx31002, fd) 28.81/13.54 new_ltEs0(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), app(app(ty_@2, gf), gg), ge) -> new_lt0(vwx3000, vwx31000, gf, gg) 28.81/13.54 new_ltEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), db, app(app(ty_@2, df), dg), cb) -> new_lt0(vwx3001, vwx31001, df, dg) 28.81/13.54 new_ltEs2(Right(vwx3000), Right(vwx31000), bdc, app(ty_Maybe, bea)) -> new_ltEs1(vwx3000, vwx31000, bea) 28.81/13.54 new_ltEs0(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), hd, app(app(ty_Either, bac), bad)) -> new_ltEs2(vwx3001, vwx31001, bac, bad) 28.81/13.54 new_compare(:(vwx3000, vwx3001), :(vwx31000, vwx31001), bef) -> new_compare(vwx3001, vwx31001, bef) 28.81/13.54 new_lt3(:(vwx3000, vwx3001), :(vwx31000, vwx31001), bfc) -> new_primCompAux(vwx3000, vwx31000, new_compare0(vwx3001, vwx31001, bfc), bfc) 28.81/13.54 new_ltEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), db, app(ty_[], ec), cb) -> new_lt3(vwx3001, vwx31001, ec) 28.81/13.54 new_ltEs0(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), app(ty_Maybe, gh), ge) -> new_lt1(vwx3000, vwx31000, gh) 28.81/13.54 new_ltEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), db, ca, app(app(app(ty_@3, ed), ee), ef)) -> new_ltEs(vwx3002, vwx31002, ed, ee, ef) 28.81/13.54 new_lt3(:(vwx3000, vwx3001), :(vwx31000, vwx31001), bfc) -> new_compare(vwx3001, vwx31001, bfc) 28.81/13.54 new_ltEs0(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), app(app(ty_Either, ha), hb), ge) -> new_lt2(vwx3000, vwx31000, ha, hb) 28.81/13.54 new_ltEs2(Left(vwx3000), Left(vwx31000), app(app(ty_Either, bch), bda), bcd) -> new_ltEs2(vwx3000, vwx31000, bch, bda) 28.81/13.54 new_ltEs3(vwx300, vwx3100, bee) -> new_compare(vwx300, vwx3100, bee) 28.81/13.54 new_ltEs1(Just(vwx3000), Just(vwx31000), app(ty_Maybe, bbe)) -> new_ltEs1(vwx3000, vwx31000, bbe) 28.81/13.54 new_ltEs0(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), hd, app(ty_Maybe, bab)) -> new_ltEs1(vwx3001, vwx31001, bab) 28.81/13.54 new_ltEs2(Left(vwx3000), Left(vwx31000), app(app(ty_@2, bce), bcf), bcd) -> new_ltEs0(vwx3000, vwx31000, bce, bcf) 28.81/13.54 new_compare20(vwx300, vwx3100, False, fh, ga) -> new_ltEs0(vwx300, vwx3100, fh, ga) 28.81/13.54 new_lt1(Just(vwx3000), Just(vwx31000), baf) -> new_compare21(Just(vwx3000), Just(vwx31000), new_esEs9(vwx3000, vwx31000, baf), baf) 28.81/13.54 new_lt1(Nothing, Just(vwx31000), baf) -> new_compare21(Nothing, Just(vwx31000), False, baf) 28.81/13.54 new_lt1(Just(vwx3000), Nothing, baf) -> new_compare21(Just(vwx3000), Nothing, False, baf) 28.81/13.54 new_ltEs2(Left(vwx3000), Left(vwx31000), app(ty_Maybe, bcg), bcd) -> new_ltEs1(vwx3000, vwx31000, bcg) 28.81/13.54 new_ltEs1(Just(vwx3000), Just(vwx31000), app(app(ty_Either, bbf), bbg)) -> new_ltEs2(vwx3000, vwx31000, bbf, bbg) 28.81/13.54 new_ltEs1(Just(vwx3000), Just(vwx31000), app(app(ty_@2, bbc), bbd)) -> new_ltEs0(vwx3000, vwx31000, bbc, bbd) 28.81/13.54 28.81/13.54 The TRS R consists of the following rules: 28.81/13.54 28.81/13.54 new_esEs13(Left(vwx1080), Left(vwx1090), ty_Float, cdg) -> new_esEs16(vwx1080, vwx1090) 28.81/13.54 new_lt8(Left(vwx3000), Right(vwx31000), bfa, bfb) -> new_esEs24(new_compare26(Left(vwx3000), Right(vwx31000), False, bfa, bfb), LT) 28.81/13.54 new_lt8(Right(vwx3000), Left(vwx31000), bfa, bfb) -> new_esEs24(new_compare26(Right(vwx3000), Left(vwx31000), False, bfa, bfb), LT) 28.81/13.54 new_ltEs18(vwx3001, vwx31001, ty_Integer) -> new_ltEs17(vwx3001, vwx31001) 28.81/13.54 new_primCmpInt(Neg(Succ(vwx30000)), Pos(vwx31000)) -> LT 28.81/13.54 new_lt13(Pos(Zero), Neg(Succ(vwx310000))) -> new_esEs24(GT, LT) 28.81/13.54 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 28.81/13.54 new_esEs28(vwx1082, vwx1092, ty_Int) -> new_esEs18(vwx1082, vwx1092) 28.81/13.54 new_esEs23(:(vwx1080, vwx1081), :(vwx1090, vwx1091), edc) -> new_asAs(new_esEs34(vwx1080, vwx1090, edc), new_esEs23(vwx1081, vwx1091, edc)) 28.81/13.54 new_esEs29(vwx120, vwx150, ty_Integer) -> new_esEs19(vwx120, vwx150) 28.81/13.54 new_compare12(vwx300, vwx3100, False, fh, ga) -> GT 28.81/13.54 new_compare3(Double(vwx3000, Neg(vwx30010)), Double(vwx31000, Neg(vwx310010))) -> new_compare4(new_sr0(vwx3000, Neg(vwx310010)), new_sr0(Neg(vwx30010), vwx31000)) 28.81/13.54 new_compare15(:%(vwx3000, vwx3001), :%(vwx31000, vwx31001), ty_Integer) -> new_compare5(new_sr(vwx3000, vwx31001), new_sr(vwx31000, vwx3001)) 28.81/13.54 new_lt17(Char(vwx3000), Char(vwx31000)) -> new_esEs24(new_primCmpNat0(vwx3000, vwx31000), LT) 28.81/13.54 new_compare7(vwx300, vwx3100, ty_Bool) -> new_compare24(vwx300, vwx3100, new_esEs21(vwx300, vwx3100)) 28.81/13.54 new_esEs34(vwx1080, vwx1090, ty_Ordering) -> new_esEs24(vwx1080, vwx1090) 28.81/13.54 new_esEs28(vwx1082, vwx1092, ty_Ordering) -> new_esEs24(vwx1082, vwx1092) 28.81/13.54 new_ltEs11(Right(vwx3000), Right(vwx31000), bdc, ty_Int) -> new_ltEs7(vwx3000, vwx31000) 28.81/13.54 new_esEs7(vwx3000, vwx31000, ty_Ordering) -> new_esEs24(vwx3000, vwx31000) 28.81/13.54 new_esEs7(vwx3000, vwx31000, app(ty_Ratio, cdf)) -> new_esEs25(vwx3000, vwx31000, cdf) 28.81/13.54 new_primCmpInt(Neg(Zero), Neg(Zero)) -> EQ 28.81/13.54 new_esEs13(Right(vwx1080), Right(vwx1090), cfb, ty_Int) -> new_esEs18(vwx1080, vwx1090) 28.81/13.54 new_primCmpInt(Pos(Zero), Neg(Succ(vwx310000))) -> GT 28.81/13.54 new_compare26(vwx300, vwx3100, True, beg, beh) -> EQ 28.81/13.54 new_esEs14(vwx3000, vwx31000, ty_Double) -> new_esEs20(vwx3000, vwx31000) 28.81/13.54 new_compare1(vwx300, vwx3100, False, bc, bd, be) -> GT 28.81/13.54 new_ltEs11(Right(vwx3000), Right(vwx31000), bdc, ty_Char) -> new_ltEs13(vwx3000, vwx31000) 28.81/13.54 new_ltEs19(vwx3002, vwx31002, app(ty_Ratio, eff)) -> new_ltEs16(vwx3002, vwx31002, eff) 28.81/13.54 new_lt13(Pos(Zero), Pos(Zero)) -> new_esEs24(EQ, LT) 28.81/13.54 new_ltEs11(Left(vwx3000), Left(vwx31000), app(app(app(ty_@3, bca), bcb), bcc), bcd) -> new_ltEs4(vwx3000, vwx31000, bca, bcb, bcc) 28.81/13.54 new_primCmpInt(Neg(Succ(vwx30000)), Neg(vwx31000)) -> new_primCmpNat0(vwx31000, Succ(vwx30000)) 28.81/13.54 new_ltEs19(vwx3002, vwx31002, app(ty_[], fd)) -> new_ltEs12(vwx3002, vwx31002, fd) 28.81/13.54 new_esEs13(Right(vwx1080), Right(vwx1090), cfb, ty_Bool) -> new_esEs21(vwx1080, vwx1090) 28.81/13.54 new_esEs12(Just(vwx1080), Just(vwx1090), app(ty_Maybe, bgb)) -> new_esEs12(vwx1080, vwx1090, bgb) 28.81/13.54 new_esEs34(vwx1080, vwx1090, app(ty_Ratio, efc)) -> new_esEs25(vwx1080, vwx1090, efc) 28.81/13.54 new_esEs14(vwx3000, vwx31000, ty_Integer) -> new_esEs19(vwx3000, vwx31000) 28.81/13.54 new_lt20(vwx3001, vwx31001, ty_Double) -> new_lt9(vwx3001, vwx31001) 28.81/13.54 new_compare7(vwx300, vwx3100, app(app(ty_Either, beg), beh)) -> new_compare26(vwx300, vwx3100, new_esEs13(vwx300, vwx3100, beg, beh), beg, beh) 28.81/13.54 new_lt20(vwx3001, vwx31001, ty_Int) -> new_lt13(vwx3001, vwx31001) 28.81/13.54 new_lt10(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), ff, fg) -> new_esEs24(new_compare25(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), new_asAs(new_esEs7(vwx3000, vwx31000, ff), new_esEs8(vwx3001, vwx31001, fg)), ff, fg), LT) 28.81/13.54 new_esEs7(vwx3000, vwx31000, app(app(ty_@2, cdd), cde)) -> new_esEs11(vwx3000, vwx31000, cdd, cde) 28.81/13.54 new_esEs34(vwx1080, vwx1090, app(app(ty_@2, efa), efb)) -> new_esEs11(vwx1080, vwx1090, efa, efb) 28.81/13.54 new_esEs13(Right(vwx1080), Right(vwx1090), cfb, app(ty_Ratio, cgd)) -> new_esEs25(vwx1080, vwx1090, cgd) 28.81/13.54 new_esEs27(vwx1081, vwx1091, app(ty_Maybe, dag)) -> new_esEs12(vwx1081, vwx1091, dag) 28.81/13.54 new_compare6(Float(vwx3000, Neg(vwx30010)), Float(vwx31000, Neg(vwx310010))) -> new_compare4(new_sr0(vwx3000, Neg(vwx310010)), new_sr0(Neg(vwx30010), vwx31000)) 28.81/13.54 new_esEs24(EQ, EQ) -> True 28.81/13.54 new_ltEs15(Just(vwx3000), Just(vwx31000), ty_Char) -> new_ltEs13(vwx3000, vwx31000) 28.81/13.54 new_esEs7(vwx3000, vwx31000, ty_Int) -> new_esEs18(vwx3000, vwx31000) 28.81/13.54 new_primEqInt(Pos(Succ(vwx1200)), Pos(Zero)) -> False 28.81/13.54 new_primEqInt(Pos(Zero), Pos(Succ(vwx1500))) -> False 28.81/13.54 new_esEs12(Nothing, Just(vwx1090), bfd) -> False 28.81/13.54 new_esEs12(Just(vwx1080), Nothing, bfd) -> False 28.81/13.54 new_esEs34(vwx1080, vwx1090, ty_Int) -> new_esEs18(vwx1080, vwx1090) 28.81/13.54 new_ltEs15(Just(vwx3000), Just(vwx31000), ty_Int) -> new_ltEs7(vwx3000, vwx31000) 28.81/13.54 new_esEs9(vwx3000, vwx31000, app(ty_[], dga)) -> new_esEs23(vwx3000, vwx31000, dga) 28.81/13.54 new_esEs31(vwx1080, vwx1090, app(ty_[], dhe)) -> new_esEs23(vwx1080, vwx1090, dhe) 28.81/13.54 new_esEs28(vwx1082, vwx1092, app(app(ty_@2, dcc), dcd)) -> new_esEs11(vwx1082, vwx1092, dcc, dcd) 28.81/13.54 new_esEs12(Nothing, Nothing, bfd) -> True 28.81/13.54 new_esEs4(vwx3000, vwx31000, app(ty_[], bhe)) -> new_esEs23(vwx3000, vwx31000, bhe) 28.81/13.54 new_esEs14(vwx3000, vwx31000, app(app(ty_@2, ddf), ddg)) -> new_esEs11(vwx3000, vwx31000, ddf, ddg) 28.81/13.54 new_esEs4(vwx3000, vwx31000, ty_Char) -> new_esEs22(vwx3000, vwx31000) 28.81/13.54 new_compare16(vwx3000, vwx31001, vwx31000, vwx3001, ty_Int) -> new_compare4(new_sr0(vwx3000, vwx31001), new_sr0(vwx31000, vwx3001)) 28.81/13.54 new_esEs13(Left(vwx1080), Left(vwx1090), app(ty_Ratio, cfa), cdg) -> new_esEs25(vwx1080, vwx1090, cfa) 28.81/13.54 new_esEs21(False, False) -> True 28.81/13.54 new_ltEs11(Left(vwx3000), Left(vwx31000), ty_Integer, bcd) -> new_ltEs17(vwx3000, vwx31000) 28.81/13.54 new_primEqNat0(Succ(vwx1200), Succ(vwx1500)) -> new_primEqNat0(vwx1200, vwx1500) 28.81/13.54 new_ltEs18(vwx3001, vwx31001, app(app(app(ty_@3, he), hf), hg)) -> new_ltEs4(vwx3001, vwx31001, he, hf, hg) 28.81/13.54 new_esEs33(vwx108, vwx109, app(ty_Maybe, bfd)) -> new_esEs12(vwx108, vwx109, bfd) 28.81/13.54 new_esEs5(vwx3001, vwx31001, ty_Float) -> new_esEs16(vwx3001, vwx31001) 28.81/13.54 new_esEs6(vwx3002, vwx31002, ty_@0) -> new_esEs17(vwx3002, vwx31002) 28.81/13.54 new_esEs26(vwx1080, vwx1090, ty_Float) -> new_esEs16(vwx1080, vwx1090) 28.81/13.54 new_compare24(vwx300, vwx3100, False) -> new_compare11(vwx300, vwx3100, new_ltEs6(vwx300, vwx3100)) 28.81/13.54 new_esEs28(vwx1082, vwx1092, app(app(ty_Either, dbg), dbh)) -> new_esEs13(vwx1082, vwx1092, dbg, dbh) 28.81/13.54 new_esEs31(vwx1080, vwx1090, ty_Char) -> new_esEs22(vwx1080, vwx1090) 28.81/13.54 new_esEs32(vwx1081, vwx1091, ty_Float) -> new_esEs16(vwx1081, vwx1091) 28.81/13.54 new_esEs33(vwx108, vwx109, ty_@0) -> new_esEs17(vwx108, vwx109) 28.81/13.54 new_not(True) -> False 28.81/13.54 new_esEs13(Right(vwx1080), Right(vwx1090), cfb, ty_Ordering) -> new_esEs24(vwx1080, vwx1090) 28.81/13.54 new_esEs24(GT, GT) -> True 28.81/13.54 new_ltEs11(Left(vwx3000), Left(vwx31000), ty_Bool, bcd) -> new_ltEs6(vwx3000, vwx31000) 28.81/13.54 new_esEs7(vwx3000, vwx31000, ty_Double) -> new_esEs20(vwx3000, vwx31000) 28.81/13.54 new_esEs15(vwx3000, vwx31000, ty_Char) -> new_esEs22(vwx3000, vwx31000) 28.81/13.54 new_primCompAux00(vwx225, LT) -> LT 28.81/13.54 new_esEs12(Just(vwx1080), Just(vwx1090), app(app(app(ty_@3, bfe), bff), bfg)) -> new_esEs10(vwx1080, vwx1090, bfe, bff, bfg) 28.81/13.54 new_primCmpNat0(Zero, Zero) -> EQ 28.81/13.54 new_esEs5(vwx3001, vwx31001, app(ty_Maybe, caf)) -> new_esEs12(vwx3001, vwx31001, caf) 28.81/13.54 new_ltEs19(vwx3002, vwx31002, ty_Bool) -> new_ltEs6(vwx3002, vwx31002) 28.81/13.54 new_lt19(vwx3000, vwx31000, app(app(ty_Either, cf), cg)) -> new_lt8(vwx3000, vwx31000, cf, cg) 28.81/13.54 new_compare11(vwx300, vwx3100, False) -> GT 28.81/13.54 new_lt14(EQ, EQ) -> new_esEs24(new_compare28(EQ, EQ, True), LT) 28.81/13.54 new_esEs30(vwx121, vwx151, ty_Int) -> new_esEs18(vwx121, vwx151) 28.81/13.54 new_esEs34(vwx1080, vwx1090, ty_@0) -> new_esEs17(vwx1080, vwx1090) 28.81/13.54 new_esEs7(vwx3000, vwx31000, ty_Bool) -> new_esEs21(vwx3000, vwx31000) 28.81/13.54 new_lt19(vwx3000, vwx31000, ty_Int) -> new_lt13(vwx3000, vwx31000) 28.81/13.54 new_compare27(vwx300, vwx3100, True, bag) -> EQ 28.81/13.54 new_lt13(Pos(Succ(vwx30000)), Pos(vwx31000)) -> new_esEs24(new_primCmpNat0(Succ(vwx30000), vwx31000), LT) 28.81/13.54 new_compare7(vwx300, vwx3100, ty_@0) -> new_compare9(vwx300, vwx3100) 28.81/13.54 new_esEs13(Left(vwx1080), Left(vwx1090), app(app(ty_Either, cec), ced), cdg) -> new_esEs13(vwx1080, vwx1090, cec, ced) 28.81/13.54 new_esEs31(vwx1080, vwx1090, ty_Float) -> new_esEs16(vwx1080, vwx1090) 28.81/13.54 new_lt13(Pos(Zero), Neg(Zero)) -> new_esEs24(EQ, LT) 28.81/13.54 new_lt13(Neg(Zero), Pos(Zero)) -> new_esEs24(EQ, LT) 28.81/13.54 new_esEs14(vwx3000, vwx31000, ty_Char) -> new_esEs22(vwx3000, vwx31000) 28.81/13.54 new_primEqNat0(Succ(vwx1200), Zero) -> False 28.81/13.54 new_primEqNat0(Zero, Succ(vwx1500)) -> False 28.81/13.54 new_esEs12(Just(vwx1080), Just(vwx1090), ty_@0) -> new_esEs17(vwx1080, vwx1090) 28.81/13.54 new_esEs30(vwx121, vwx151, ty_Integer) -> new_esEs19(vwx121, vwx151) 28.81/13.54 new_esEs33(vwx108, vwx109, app(app(app(ty_@3, cge), cgf), cgg)) -> new_esEs10(vwx108, vwx109, cge, cgf, cgg) 28.81/13.54 new_esEs27(vwx1081, vwx1091, app(app(app(ty_@3, dab), dac), dad)) -> new_esEs10(vwx1081, vwx1091, dab, dac, dad) 28.81/13.54 new_ltEs11(Right(vwx3000), Right(vwx31000), bdc, ty_@0) -> new_ltEs14(vwx3000, vwx31000) 28.81/13.54 new_esEs6(vwx3002, vwx31002, ty_Bool) -> new_esEs21(vwx3002, vwx31002) 28.81/13.54 new_ltEs15(Just(vwx3000), Just(vwx31000), app(ty_[], bbh)) -> new_ltEs12(vwx3000, vwx31000, bbh) 28.81/13.54 new_lt13(Pos(Zero), Pos(Succ(vwx310000))) -> new_esEs24(new_primCmpNat0(Zero, Succ(vwx310000)), LT) 28.81/13.54 new_primCompAux00(vwx225, GT) -> GT 28.81/13.54 new_esEs28(vwx1082, vwx1092, app(ty_Ratio, dce)) -> new_esEs25(vwx1082, vwx1092, dce) 28.81/13.54 new_compare4(vwx300, vwx3100) -> new_primCmpInt(vwx300, vwx3100) 28.81/13.54 new_ltEs6(True, True) -> True 28.81/13.54 new_compare14(vwx300, vwx3100, True) -> LT 28.81/13.54 new_primCmpInt(Pos(Succ(vwx30000)), Neg(vwx31000)) -> GT 28.81/13.54 new_esEs6(vwx3002, vwx31002, app(app(ty_Either, cbf), cbg)) -> new_esEs13(vwx3002, vwx31002, cbf, cbg) 28.81/13.54 new_esEs28(vwx1082, vwx1092, ty_@0) -> new_esEs17(vwx1082, vwx1092) 28.81/13.54 new_ltEs11(Left(vwx3000), Right(vwx31000), bdc, bcd) -> True 28.81/13.54 new_esEs26(vwx1080, vwx1090, app(ty_[], chf)) -> new_esEs23(vwx1080, vwx1090, chf) 28.81/13.54 new_compare7(vwx300, vwx3100, ty_Int) -> new_compare4(vwx300, vwx3100) 28.81/13.54 new_esEs32(vwx1081, vwx1091, app(ty_[], eag)) -> new_esEs23(vwx1081, vwx1091, eag) 28.81/13.54 new_lt20(vwx3001, vwx31001, app(app(ty_Either, ea), eb)) -> new_lt8(vwx3001, vwx31001, ea, eb) 28.81/13.54 new_ltEs5(LT, GT) -> True 28.81/13.54 new_pePe(False, vwx108, vwx109, vwx164, edb) -> new_asAs(new_esEs33(vwx108, vwx109, edb), vwx164) 28.81/13.54 new_primPlusNat1(Succ(vwx26300), Succ(vwx3101000)) -> Succ(Succ(new_primPlusNat1(vwx26300, vwx3101000))) 28.81/13.54 new_compare7(vwx300, vwx3100, app(ty_Ratio, ech)) -> new_compare15(vwx300, vwx3100, ech) 28.81/13.54 new_esEs15(vwx3000, vwx31000, app(ty_[], deg)) -> new_esEs23(vwx3000, vwx31000, deg) 28.81/13.54 new_ltEs18(vwx3001, vwx31001, ty_Bool) -> new_ltEs6(vwx3001, vwx31001) 28.81/13.54 new_primCmpNat0(Zero, Succ(vwx310000)) -> LT 28.81/13.54 new_esEs8(vwx3001, vwx31001, ty_Char) -> new_esEs22(vwx3001, vwx31001) 28.81/13.54 new_esEs29(vwx120, vwx150, ty_Int) -> new_esEs18(vwx120, vwx150) 28.81/13.54 new_esEs24(LT, LT) -> True 28.81/13.54 new_esEs8(vwx3001, vwx31001, app(ty_[], eca)) -> new_esEs23(vwx3001, vwx31001, eca) 28.81/13.54 new_esEs33(vwx108, vwx109, ty_Ordering) -> new_esEs24(vwx108, vwx109) 28.81/13.54 new_esEs8(vwx3001, vwx31001, ty_Double) -> new_esEs20(vwx3001, vwx31001) 28.81/13.54 new_esEs27(vwx1081, vwx1091, ty_Ordering) -> new_esEs24(vwx1081, vwx1091) 28.81/13.54 new_esEs12(Just(vwx1080), Just(vwx1090), ty_Ordering) -> new_esEs24(vwx1080, vwx1090) 28.81/13.54 new_sr(Integer(vwx3000), Integer(vwx31010)) -> Integer(new_primMulInt(vwx3000, vwx31010)) 28.81/13.54 new_primCmpNat0(Succ(vwx30000), Zero) -> GT 28.81/13.54 new_esEs8(vwx3001, vwx31001, ty_Float) -> new_esEs16(vwx3001, vwx31001) 28.81/13.54 new_esEs7(vwx3000, vwx31000, ty_Char) -> new_esEs22(vwx3000, vwx31000) 28.81/13.54 new_esEs13(Right(vwx1080), Right(vwx1090), cfb, app(ty_[], cga)) -> new_esEs23(vwx1080, vwx1090, cga) 28.81/13.54 new_esEs9(vwx3000, vwx31000, ty_Integer) -> new_esEs19(vwx3000, vwx31000) 28.81/13.54 new_compare7(vwx300, vwx3100, ty_Double) -> new_compare3(vwx300, vwx3100) 28.81/13.54 new_esEs17(@0, @0) -> True 28.81/13.54 new_esEs15(vwx3000, vwx31000, ty_Double) -> new_esEs20(vwx3000, vwx31000) 28.81/13.54 new_esEs12(Just(vwx1080), Just(vwx1090), ty_Int) -> new_esEs18(vwx1080, vwx1090) 28.81/13.54 new_ltEs11(Right(vwx3000), Right(vwx31000), bdc, ty_Ordering) -> new_ltEs5(vwx3000, vwx31000) 28.81/13.54 new_ltEs18(vwx3001, vwx31001, app(ty_[], bae)) -> new_ltEs12(vwx3001, vwx31001, bae) 28.81/13.54 new_compare25(vwx300, vwx3100, True, fh, ga) -> EQ 28.81/13.54 new_esEs10(@3(vwx1080, vwx1081, vwx1082), @3(vwx1090, vwx1091, vwx1092), cge, cgf, cgg) -> new_asAs(new_esEs26(vwx1080, vwx1090, cge), new_asAs(new_esEs27(vwx1081, vwx1091, cgf), new_esEs28(vwx1082, vwx1092, cgg))) 28.81/13.54 new_lt20(vwx3001, vwx31001, app(ty_Ratio, efe)) -> new_lt16(vwx3001, vwx31001, efe) 28.81/13.54 new_esEs4(vwx3000, vwx31000, app(app(ty_@2, bhf), bhg)) -> new_esEs11(vwx3000, vwx31000, bhf, bhg) 28.81/13.54 new_ltEs18(vwx3001, vwx31001, ty_Double) -> new_ltEs8(vwx3001, vwx31001) 28.81/13.54 new_esEs27(vwx1081, vwx1091, ty_Int) -> new_esEs18(vwx1081, vwx1091) 28.81/13.54 new_ltEs19(vwx3002, vwx31002, ty_Integer) -> new_ltEs17(vwx3002, vwx31002) 28.81/13.54 new_esEs28(vwx1082, vwx1092, ty_Char) -> new_esEs22(vwx1082, vwx1092) 28.81/13.54 new_ltEs15(Just(vwx3000), Just(vwx31000), ty_@0) -> new_ltEs14(vwx3000, vwx31000) 28.81/13.54 new_compare10(vwx300, vwx3100, False, bag) -> GT 28.81/13.54 new_lt12(Float(vwx3000, Neg(vwx30010)), Float(vwx31000, Neg(vwx310010))) -> new_esEs24(new_compare4(new_sr0(vwx3000, Neg(vwx310010)), new_sr0(Neg(vwx30010), vwx31000)), LT) 28.81/13.54 new_ltEs16(vwx300, vwx3100, eda) -> new_not(new_esEs24(new_compare15(vwx300, vwx3100, eda), GT)) 28.81/13.54 new_primEqInt(Pos(Zero), Neg(Succ(vwx1500))) -> False 28.81/13.54 new_primEqInt(Neg(Zero), Pos(Succ(vwx1500))) -> False 28.81/13.54 new_lt6(True, True) -> new_esEs24(new_compare24(True, True, True), LT) 28.81/13.54 new_esEs14(vwx3000, vwx31000, ty_Bool) -> new_esEs21(vwx3000, vwx31000) 28.81/13.54 new_esEs5(vwx3001, vwx31001, app(app(ty_Either, cad), cae)) -> new_esEs13(vwx3001, vwx31001, cad, cae) 28.81/13.54 new_ltEs11(Left(vwx3000), Left(vwx31000), ty_Double, bcd) -> new_ltEs8(vwx3000, vwx31000) 28.81/13.54 new_ltEs18(vwx3001, vwx31001, ty_Float) -> new_ltEs10(vwx3001, vwx31001) 28.81/13.54 new_esEs8(vwx3001, vwx31001, ty_Ordering) -> new_esEs24(vwx3001, vwx31001) 28.81/13.54 new_ltEs15(Nothing, Nothing, edf) -> True 28.81/13.54 new_esEs12(Just(vwx1080), Just(vwx1090), app(ty_Ratio, bgf)) -> new_esEs25(vwx1080, vwx1090, bgf) 28.81/13.54 new_esEs34(vwx1080, vwx1090, ty_Integer) -> new_esEs19(vwx1080, vwx1090) 28.81/13.54 new_esEs14(vwx3000, vwx31000, ty_Int) -> new_esEs18(vwx3000, vwx31000) 28.81/13.54 new_ltEs19(vwx3002, vwx31002, ty_Char) -> new_ltEs13(vwx3002, vwx31002) 28.81/13.54 new_ltEs6(False, False) -> True 28.81/13.54 new_ltEs15(Just(vwx3000), Nothing, edf) -> False 28.81/13.54 new_lt18(vwx3000, vwx31000, app(ty_Maybe, gh)) -> new_lt11(vwx3000, vwx31000, gh) 28.81/13.54 new_primEqInt(Neg(Succ(vwx1200)), Neg(Succ(vwx1500))) -> new_primEqNat0(vwx1200, vwx1500) 28.81/13.54 new_esEs7(vwx3000, vwx31000, ty_Integer) -> new_esEs19(vwx3000, vwx31000) 28.81/13.54 new_ltEs10(vwx300, vwx3100) -> new_not(new_esEs24(new_compare6(vwx300, vwx3100), GT)) 28.81/13.54 new_primCmpInt(Neg(Zero), Pos(Succ(vwx310000))) -> LT 28.81/13.54 new_esEs4(vwx3000, vwx31000, app(ty_Ratio, bhh)) -> new_esEs25(vwx3000, vwx31000, bhh) 28.81/13.54 new_lt8(Left(vwx3000), Left(vwx31000), bfa, bfb) -> new_esEs24(new_compare26(Left(vwx3000), Left(vwx31000), new_esEs14(vwx3000, vwx31000, bfa), bfa, bfb), LT) 28.81/13.54 new_primMulInt(Pos(vwx3000), Pos(vwx31010)) -> Pos(new_primMulNat0(vwx3000, vwx31010)) 28.81/13.54 new_esEs27(vwx1081, vwx1091, app(ty_Ratio, dbc)) -> new_esEs25(vwx1081, vwx1091, dbc) 28.81/13.54 new_ltEs11(Left(vwx3000), Left(vwx31000), ty_Float, bcd) -> new_ltEs10(vwx3000, vwx31000) 28.81/13.54 new_esEs14(vwx3000, vwx31000, app(app(app(ty_@3, dcg), dch), dda)) -> new_esEs10(vwx3000, vwx31000, dcg, dch, dda) 28.81/13.54 new_ltEs11(Right(vwx3000), Right(vwx31000), bdc, app(app(app(ty_@3, bdd), bde), bdf)) -> new_ltEs4(vwx3000, vwx31000, bdd, bde, bdf) 28.81/13.54 new_lt11(Just(vwx3000), Just(vwx31000), baf) -> new_esEs24(new_compare27(Just(vwx3000), Just(vwx31000), new_esEs9(vwx3000, vwx31000, baf), baf), LT) 28.81/13.54 new_esEs28(vwx1082, vwx1092, ty_Double) -> new_esEs20(vwx1082, vwx1092) 28.81/13.54 new_esEs15(vwx3000, vwx31000, app(ty_Maybe, def)) -> new_esEs12(vwx3000, vwx31000, def) 28.81/13.54 new_esEs13(Left(vwx1080), Left(vwx1090), ty_Double, cdg) -> new_esEs20(vwx1080, vwx1090) 28.81/13.54 new_esEs13(Left(vwx1080), Left(vwx1090), ty_Integer, cdg) -> new_esEs19(vwx1080, vwx1090) 28.81/13.54 new_esEs21(False, True) -> False 28.81/13.54 new_esEs21(True, False) -> False 28.81/13.54 new_compare10(vwx300, vwx3100, True, bag) -> LT 28.81/13.54 new_lt18(vwx3000, vwx31000, app(app(ty_Either, ha), hb)) -> new_lt8(vwx3000, vwx31000, ha, hb) 28.81/13.54 new_esEs13(Left(vwx1080), Left(vwx1090), ty_Char, cdg) -> new_esEs22(vwx1080, vwx1090) 28.81/13.54 new_esEs5(vwx3001, vwx31001, ty_Bool) -> new_esEs21(vwx3001, vwx31001) 28.81/13.54 new_primMulNat0(Succ(vwx30000), Zero) -> Zero 28.81/13.54 new_primMulNat0(Zero, Succ(vwx310100)) -> Zero 28.81/13.54 new_primPlusNat0(Zero, vwx310100) -> Succ(vwx310100) 28.81/13.54 new_esEs34(vwx1080, vwx1090, app(app(app(ty_@3, eeb), eec), eed)) -> new_esEs10(vwx1080, vwx1090, eeb, eec, eed) 28.81/13.54 new_ltEs11(Right(vwx3000), Left(vwx31000), bdc, bcd) -> False 28.81/13.54 new_esEs4(vwx3000, vwx31000, ty_Double) -> new_esEs20(vwx3000, vwx31000) 28.81/13.54 new_esEs31(vwx1080, vwx1090, ty_Integer) -> new_esEs19(vwx1080, vwx1090) 28.81/13.54 new_ltEs15(Just(vwx3000), Just(vwx31000), app(app(ty_@2, bbc), bbd)) -> new_ltEs9(vwx3000, vwx31000, bbc, bbd) 28.81/13.54 new_esEs14(vwx3000, vwx31000, app(app(ty_Either, ddb), ddc)) -> new_esEs13(vwx3000, vwx31000, ddb, ddc) 28.81/13.54 new_ltEs5(EQ, EQ) -> True 28.81/13.54 new_esEs31(vwx1080, vwx1090, ty_Double) -> new_esEs20(vwx1080, vwx1090) 28.81/13.54 new_compare28(vwx300, vwx3100, False) -> new_compare14(vwx300, vwx3100, new_ltEs5(vwx300, vwx3100)) 28.81/13.54 new_ltEs13(vwx300, vwx3100) -> new_not(new_esEs24(new_compare8(vwx300, vwx3100), GT)) 28.81/13.54 new_esEs32(vwx1081, vwx1091, ty_Integer) -> new_esEs19(vwx1081, vwx1091) 28.81/13.54 new_ltEs18(vwx3001, vwx31001, app(ty_Maybe, bab)) -> new_ltEs15(vwx3001, vwx31001, bab) 28.81/13.54 new_esEs14(vwx3000, vwx31000, app(ty_Ratio, ddh)) -> new_esEs25(vwx3000, vwx31000, ddh) 28.81/13.54 new_ltEs6(True, False) -> False 28.81/13.54 new_esEs28(vwx1082, vwx1092, app(ty_[], dcb)) -> new_esEs23(vwx1082, vwx1092, dcb) 28.81/13.54 new_esEs7(vwx3000, vwx31000, ty_@0) -> new_esEs17(vwx3000, vwx31000) 28.81/13.54 new_esEs23(:(vwx1080, vwx1081), [], edc) -> False 28.81/13.54 new_esEs23([], :(vwx1090, vwx1091), edc) -> False 28.81/13.54 new_esEs27(vwx1081, vwx1091, app(app(ty_Either, dae), daf)) -> new_esEs13(vwx1081, vwx1091, dae, daf) 28.81/13.54 new_lt19(vwx3000, vwx31000, ty_Double) -> new_lt9(vwx3000, vwx31000) 28.81/13.54 new_esEs15(vwx3000, vwx31000, app(ty_Ratio, dfb)) -> new_esEs25(vwx3000, vwx31000, dfb) 28.81/13.54 new_esEs26(vwx1080, vwx1090, app(ty_Maybe, che)) -> new_esEs12(vwx1080, vwx1090, che) 28.81/13.54 new_esEs32(vwx1081, vwx1091, ty_@0) -> new_esEs17(vwx1081, vwx1091) 28.81/13.54 new_primPlusNat1(Succ(vwx26300), Zero) -> Succ(vwx26300) 28.81/13.54 new_primPlusNat1(Zero, Succ(vwx3101000)) -> Succ(vwx3101000) 28.81/13.54 new_lt4(Integer(vwx3000), Integer(vwx31000)) -> new_esEs24(new_primCmpInt(vwx3000, vwx31000), LT) 28.81/13.54 new_lt19(vwx3000, vwx31000, app(ty_Maybe, ce)) -> new_lt11(vwx3000, vwx31000, ce) 28.81/13.54 new_ltEs19(vwx3002, vwx31002, ty_@0) -> new_ltEs14(vwx3002, vwx31002) 28.81/13.54 new_esEs33(vwx108, vwx109, ty_Integer) -> new_esEs19(vwx108, vwx109) 28.81/13.54 new_esEs13(Left(vwx1080), Left(vwx1090), ty_@0, cdg) -> new_esEs17(vwx1080, vwx1090) 28.81/13.54 new_ltEs11(Left(vwx3000), Left(vwx31000), app(app(ty_Either, bch), bda), bcd) -> new_ltEs11(vwx3000, vwx31000, bch, bda) 28.81/13.54 new_ltEs11(Right(vwx3000), Right(vwx31000), bdc, app(ty_[], bed)) -> new_ltEs12(vwx3000, vwx31000, bed) 28.81/13.54 new_esEs6(vwx3002, vwx31002, app(ty_[], cca)) -> new_esEs23(vwx3002, vwx31002, cca) 28.81/13.54 new_esEs16(Float(vwx120, vwx121), Float(vwx150, vwx151)) -> new_esEs18(new_sr0(vwx120, vwx151), new_sr0(vwx121, vwx150)) 28.81/13.54 new_esEs27(vwx1081, vwx1091, ty_Bool) -> new_esEs21(vwx1081, vwx1091) 28.81/13.54 new_esEs8(vwx3001, vwx31001, ty_@0) -> new_esEs17(vwx3001, vwx31001) 28.81/13.54 new_esEs6(vwx3002, vwx31002, ty_Double) -> new_esEs20(vwx3002, vwx31002) 28.81/13.54 new_esEs13(Left(vwx1080), Left(vwx1090), app(app(app(ty_@3, cdh), cea), ceb), cdg) -> new_esEs10(vwx1080, vwx1090, cdh, cea, ceb) 28.81/13.54 new_esEs26(vwx1080, vwx1090, app(app(ty_Either, chc), chd)) -> new_esEs13(vwx1080, vwx1090, chc, chd) 28.81/13.54 new_lt18(vwx3000, vwx31000, ty_Int) -> new_lt13(vwx3000, vwx31000) 28.81/13.54 new_esEs31(vwx1080, vwx1090, ty_Ordering) -> new_esEs24(vwx1080, vwx1090) 28.81/13.54 new_esEs12(Just(vwx1080), Just(vwx1090), app(app(ty_Either, bfh), bga)) -> new_esEs13(vwx1080, vwx1090, bfh, bga) 28.81/13.54 new_esEs12(Just(vwx1080), Just(vwx1090), app(app(ty_@2, bgd), bge)) -> new_esEs11(vwx1080, vwx1090, bgd, bge) 28.81/13.54 new_lt18(vwx3000, vwx31000, ty_Double) -> new_lt9(vwx3000, vwx31000) 28.81/13.54 new_lt19(vwx3000, vwx31000, app(ty_Ratio, efd)) -> new_lt16(vwx3000, vwx31000, efd) 28.81/13.54 new_ltEs11(Left(vwx3000), Left(vwx31000), ty_Char, bcd) -> new_ltEs13(vwx3000, vwx31000) 28.81/13.54 new_esEs26(vwx1080, vwx1090, ty_Int) -> new_esEs18(vwx1080, vwx1090) 28.81/13.54 new_lt20(vwx3001, vwx31001, app(ty_Maybe, dh)) -> new_lt11(vwx3001, vwx31001, dh) 28.81/13.54 new_esEs31(vwx1080, vwx1090, ty_@0) -> new_esEs17(vwx1080, vwx1090) 28.81/13.54 new_esEs15(vwx3000, vwx31000, app(app(ty_@2, deh), dfa)) -> new_esEs11(vwx3000, vwx31000, deh, dfa) 28.81/13.54 new_esEs4(vwx3000, vwx31000, ty_Bool) -> new_esEs21(vwx3000, vwx31000) 28.81/13.54 new_ltEs5(LT, LT) -> True 28.81/13.54 new_esEs5(vwx3001, vwx31001, ty_Char) -> new_esEs22(vwx3001, vwx31001) 28.81/13.54 new_primMulInt(Neg(vwx3000), Neg(vwx31010)) -> Pos(new_primMulNat0(vwx3000, vwx31010)) 28.81/13.54 new_ltEs15(Just(vwx3000), Just(vwx31000), ty_Float) -> new_ltEs10(vwx3000, vwx31000) 28.81/13.54 new_primCmpInt(Pos(Zero), Pos(Succ(vwx310000))) -> new_primCmpNat0(Zero, Succ(vwx310000)) 28.81/13.54 new_esEs33(vwx108, vwx109, ty_Float) -> new_esEs16(vwx108, vwx109) 28.81/13.54 new_ltEs19(vwx3002, vwx31002, ty_Float) -> new_ltEs10(vwx3002, vwx31002) 28.81/13.54 new_esEs5(vwx3001, vwx31001, app(ty_[], cag)) -> new_esEs23(vwx3001, vwx31001, cag) 28.81/13.54 new_esEs28(vwx1082, vwx1092, ty_Bool) -> new_esEs21(vwx1082, vwx1092) 28.81/13.54 new_esEs15(vwx3000, vwx31000, ty_Int) -> new_esEs18(vwx3000, vwx31000) 28.81/13.54 new_esEs19(Integer(vwx120), Integer(vwx150)) -> new_primEqInt(vwx120, vwx150) 28.81/13.54 new_esEs5(vwx3001, vwx31001, ty_Double) -> new_esEs20(vwx3001, vwx31001) 28.81/13.54 new_ltEs5(LT, EQ) -> True 28.81/13.54 new_esEs27(vwx1081, vwx1091, app(app(ty_@2, dba), dbb)) -> new_esEs11(vwx1081, vwx1091, dba, dbb) 28.81/13.54 new_lt18(vwx3000, vwx31000, app(ty_Ratio, edh)) -> new_lt16(vwx3000, vwx31000, edh) 28.81/13.54 new_esEs9(vwx3000, vwx31000, ty_Float) -> new_esEs16(vwx3000, vwx31000) 28.81/13.54 new_esEs8(vwx3001, vwx31001, ty_Integer) -> new_esEs19(vwx3001, vwx31001) 28.81/13.54 new_ltEs19(vwx3002, vwx31002, app(ty_Maybe, fa)) -> new_ltEs15(vwx3002, vwx31002, fa) 28.81/13.54 new_esEs12(Just(vwx1080), Just(vwx1090), ty_Bool) -> new_esEs21(vwx1080, vwx1090) 28.81/13.54 new_ltEs19(vwx3002, vwx31002, ty_Double) -> new_ltEs8(vwx3002, vwx31002) 28.81/13.54 new_lt13(Pos(Succ(vwx30000)), Neg(vwx31000)) -> new_esEs24(GT, LT) 28.81/13.54 new_ltEs15(Just(vwx3000), Just(vwx31000), ty_Double) -> new_ltEs8(vwx3000, vwx31000) 28.81/13.54 new_ltEs15(Just(vwx3000), Just(vwx31000), app(ty_Maybe, bbe)) -> new_ltEs15(vwx3000, vwx31000, bbe) 28.81/13.54 new_esEs26(vwx1080, vwx1090, app(ty_Ratio, daa)) -> new_esEs25(vwx1080, vwx1090, daa) 28.81/13.54 new_esEs14(vwx3000, vwx31000, app(ty_Maybe, ddd)) -> new_esEs12(vwx3000, vwx31000, ddd) 28.81/13.54 new_esEs6(vwx3002, vwx31002, ty_Ordering) -> new_esEs24(vwx3002, vwx31002) 28.81/13.54 new_esEs27(vwx1081, vwx1091, ty_Char) -> new_esEs22(vwx1081, vwx1091) 28.81/13.54 new_lt19(vwx3000, vwx31000, ty_Ordering) -> new_lt14(vwx3000, vwx31000) 28.81/13.54 new_esEs13(Right(vwx1080), Right(vwx1090), cfb, app(app(ty_@2, cgb), cgc)) -> new_esEs11(vwx1080, vwx1090, cgb, cgc) 28.81/13.54 new_esEs13(Left(vwx1080), Left(vwx1090), ty_Ordering, cdg) -> new_esEs24(vwx1080, vwx1090) 28.81/13.54 new_lt20(vwx3001, vwx31001, ty_Char) -> new_lt17(vwx3001, vwx31001) 28.81/13.54 new_primMulInt(Pos(vwx3000), Neg(vwx31010)) -> Neg(new_primMulNat0(vwx3000, vwx31010)) 28.81/13.54 new_primMulInt(Neg(vwx3000), Pos(vwx31010)) -> Neg(new_primMulNat0(vwx3000, vwx31010)) 28.81/13.54 new_lt19(vwx3000, vwx31000, ty_Float) -> new_lt12(vwx3000, vwx31000) 28.81/13.54 new_esEs15(vwx3000, vwx31000, app(app(ty_Either, ded), dee)) -> new_esEs13(vwx3000, vwx31000, ded, dee) 28.81/13.54 new_esEs15(vwx3000, vwx31000, ty_@0) -> new_esEs17(vwx3000, vwx31000) 28.81/13.54 new_esEs13(Left(vwx1080), Left(vwx1090), ty_Int, cdg) -> new_esEs18(vwx1080, vwx1090) 28.81/13.54 new_compare28(vwx300, vwx3100, True) -> EQ 28.81/13.54 new_esEs15(vwx3000, vwx31000, ty_Bool) -> new_esEs21(vwx3000, vwx31000) 28.81/13.54 new_esEs9(vwx3000, vwx31000, ty_Int) -> new_esEs18(vwx3000, vwx31000) 28.81/13.54 new_esEs9(vwx3000, vwx31000, ty_Ordering) -> new_esEs24(vwx3000, vwx31000) 28.81/13.54 new_esEs4(vwx3000, vwx31000, app(app(ty_Either, bhb), bhc)) -> new_esEs13(vwx3000, vwx31000, bhb, bhc) 28.81/13.54 new_esEs6(vwx3002, vwx31002, ty_Char) -> new_esEs22(vwx3002, vwx31002) 28.81/13.54 new_esEs33(vwx108, vwx109, ty_Char) -> new_esEs22(vwx108, vwx109) 28.81/13.54 new_compare14(vwx300, vwx3100, False) -> GT 28.81/13.54 new_esEs31(vwx1080, vwx1090, app(app(ty_Either, dhb), dhc)) -> new_esEs13(vwx1080, vwx1090, dhb, dhc) 28.81/13.54 new_esEs7(vwx3000, vwx31000, ty_Float) -> new_esEs16(vwx3000, vwx31000) 28.81/13.54 new_esEs13(Left(vwx1080), Left(vwx1090), app(ty_Maybe, cee), cdg) -> new_esEs12(vwx1080, vwx1090, cee) 28.81/13.54 new_esEs34(vwx1080, vwx1090, ty_Float) -> new_esEs16(vwx1080, vwx1090) 28.81/13.54 new_lt20(vwx3001, vwx31001, app(ty_[], ec)) -> new_lt7(vwx3001, vwx31001, ec) 28.81/13.54 new_esEs28(vwx1082, vwx1092, ty_Float) -> new_esEs16(vwx1082, vwx1092) 28.81/13.54 new_esEs32(vwx1081, vwx1091, app(app(ty_@2, eah), eba)) -> new_esEs11(vwx1081, vwx1091, eah, eba) 28.81/13.54 new_esEs5(vwx3001, vwx31001, app(app(ty_@2, cah), cba)) -> new_esEs11(vwx3001, vwx31001, cah, cba) 28.81/13.54 new_lt14(EQ, GT) -> new_esEs24(new_compare28(EQ, GT, False), LT) 28.81/13.54 new_lt14(GT, EQ) -> new_esEs24(new_compare28(GT, EQ, False), LT) 28.81/13.54 new_lt19(vwx3000, vwx31000, app(app(ty_@2, cc), cd)) -> new_lt10(vwx3000, vwx31000, cc, cd) 28.81/13.54 new_compare7(vwx300, vwx3100, app(ty_Maybe, bag)) -> new_compare27(vwx300, vwx3100, new_esEs12(vwx300, vwx3100, bag), bag) 28.81/13.54 new_ltEs11(Left(vwx3000), Left(vwx31000), app(ty_Maybe, bcg), bcd) -> new_ltEs15(vwx3000, vwx31000, bcg) 28.81/13.54 new_lt13(Neg(Succ(vwx30000)), Pos(vwx31000)) -> new_esEs24(LT, LT) 28.81/13.54 new_esEs26(vwx1080, vwx1090, app(app(ty_@2, chg), chh)) -> new_esEs11(vwx1080, vwx1090, chg, chh) 28.81/13.54 new_compare1(vwx300, vwx3100, True, bc, bd, be) -> LT 28.81/13.54 new_esEs13(Left(vwx1080), Right(vwx1090), cfb, cdg) -> False 28.81/13.54 new_esEs13(Right(vwx1080), Left(vwx1090), cfb, cdg) -> False 28.81/13.54 new_esEs9(vwx3000, vwx31000, ty_@0) -> new_esEs17(vwx3000, vwx31000) 28.81/13.54 new_esEs22(Char(vwx120), Char(vwx150)) -> new_primEqNat0(vwx120, vwx150) 28.81/13.54 new_esEs18(vwx12, vwx15) -> new_primEqInt(vwx12, vwx15) 28.81/13.54 new_compare0([], :(vwx31000, vwx31001), bef) -> LT 28.81/13.54 new_asAs(True, vwx173) -> vwx173 28.81/13.54 new_esEs8(vwx3001, vwx31001, app(ty_Maybe, ebh)) -> new_esEs12(vwx3001, vwx31001, ebh) 28.81/13.54 new_esEs27(vwx1081, vwx1091, ty_Integer) -> new_esEs19(vwx1081, vwx1091) 28.81/13.54 new_ltEs8(vwx300, vwx3100) -> new_not(new_esEs24(new_compare3(vwx300, vwx3100), GT)) 28.81/13.54 new_esEs32(vwx1081, vwx1091, ty_Ordering) -> new_esEs24(vwx1081, vwx1091) 28.81/13.54 new_lt20(vwx3001, vwx31001, app(app(ty_@2, df), dg)) -> new_lt10(vwx3001, vwx31001, df, dg) 28.81/13.54 new_ltEs5(GT, LT) -> False 28.81/13.54 new_ltEs11(Left(vwx3000), Left(vwx31000), ty_Int, bcd) -> new_ltEs7(vwx3000, vwx31000) 28.81/13.54 new_ltEs18(vwx3001, vwx31001, ty_Char) -> new_ltEs13(vwx3001, vwx31001) 28.81/13.54 new_lt7([], :(vwx31000, vwx31001), bfc) -> new_esEs24(LT, LT) 28.81/13.54 new_esEs13(Right(vwx1080), Right(vwx1090), cfb, ty_Float) -> new_esEs16(vwx1080, vwx1090) 28.81/13.54 new_compare26(vwx300, vwx3100, False, beg, beh) -> new_compare13(vwx300, vwx3100, new_ltEs11(vwx300, vwx3100, beg, beh), beg, beh) 28.81/13.54 new_ltEs11(Left(vwx3000), Left(vwx31000), app(app(ty_@2, bce), bcf), bcd) -> new_ltEs9(vwx3000, vwx31000, bce, bcf) 28.81/13.54 new_esEs13(Right(vwx1080), Right(vwx1090), cfb, app(ty_Maybe, cfh)) -> new_esEs12(vwx1080, vwx1090, cfh) 28.81/13.54 new_esEs5(vwx3001, vwx31001, ty_Ordering) -> new_esEs24(vwx3001, vwx31001) 28.81/13.54 new_compare6(Float(vwx3000, Pos(vwx30010)), Float(vwx31000, Neg(vwx310010))) -> new_compare4(new_sr0(vwx3000, Pos(vwx310010)), new_sr0(Neg(vwx30010), vwx31000)) 28.81/13.54 new_compare6(Float(vwx3000, Neg(vwx30010)), Float(vwx31000, Pos(vwx310010))) -> new_compare4(new_sr0(vwx3000, Neg(vwx310010)), new_sr0(Pos(vwx30010), vwx31000)) 28.81/13.54 new_lt19(vwx3000, vwx31000, app(ty_[], da)) -> new_lt7(vwx3000, vwx31000, da) 28.81/13.54 new_esEs26(vwx1080, vwx1090, ty_Ordering) -> new_esEs24(vwx1080, vwx1090) 28.81/13.54 new_compare15(:%(vwx3000, vwx3001), :%(vwx31000, vwx31001), ty_Int) -> new_compare4(new_sr0(vwx3000, vwx31001), new_sr0(vwx31000, vwx3001)) 28.81/13.54 new_esEs12(Just(vwx1080), Just(vwx1090), ty_Double) -> new_esEs20(vwx1080, vwx1090) 28.81/13.54 new_lt18(vwx3000, vwx31000, ty_@0) -> new_lt15(vwx3000, vwx31000) 28.81/13.54 new_ltEs4(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), db, ca, cb) -> new_pePe(new_lt19(vwx3000, vwx31000, db), vwx3000, vwx31000, new_pePe(new_lt20(vwx3001, vwx31001, ca), vwx3001, vwx31001, new_ltEs19(vwx3002, vwx31002, cb), ca), db) 28.81/13.54 new_esEs12(Just(vwx1080), Just(vwx1090), ty_Integer) -> new_esEs19(vwx1080, vwx1090) 28.81/13.54 new_esEs31(vwx1080, vwx1090, app(app(app(ty_@3, dgg), dgh), dha)) -> new_esEs10(vwx1080, vwx1090, dgg, dgh, dha) 28.81/13.54 new_compare16(vwx3000, vwx31001, vwx31000, vwx3001, ty_Integer) -> new_compare5(new_sr(vwx3000, vwx31001), new_sr(vwx31000, vwx3001)) 28.81/13.54 new_esEs12(Just(vwx1080), Just(vwx1090), ty_Char) -> new_esEs22(vwx1080, vwx1090) 28.81/13.54 new_ltEs19(vwx3002, vwx31002, app(app(ty_@2, eg), eh)) -> new_ltEs9(vwx3002, vwx31002, eg, eh) 28.81/13.54 new_ltEs18(vwx3001, vwx31001, ty_@0) -> new_ltEs14(vwx3001, vwx31001) 28.81/13.54 new_primCmpInt(Pos(Succ(vwx30000)), Pos(vwx31000)) -> new_primCmpNat0(Succ(vwx30000), vwx31000) 28.81/13.54 new_ltEs11(Right(vwx3000), Right(vwx31000), bdc, app(app(ty_Either, beb), bec)) -> new_ltEs11(vwx3000, vwx31000, beb, bec) 28.81/13.54 new_esEs4(vwx3000, vwx31000, app(app(app(ty_@3, bgg), bgh), bha)) -> new_esEs10(vwx3000, vwx31000, bgg, bgh, bha) 28.81/13.54 new_compare8(Char(vwx3000), Char(vwx31000)) -> new_primCmpNat0(vwx3000, vwx31000) 28.81/13.54 new_lt8(Right(vwx3000), Right(vwx31000), bfa, bfb) -> new_esEs24(new_compare26(Right(vwx3000), Right(vwx31000), new_esEs15(vwx3000, vwx31000, bfb), bfa, bfb), LT) 28.81/13.54 new_primCompAux00(vwx225, EQ) -> vwx225 28.81/13.54 new_compare7(vwx300, vwx3100, app(app(app(ty_@3, bc), bd), be)) -> new_compare23(vwx300, vwx3100, new_esEs10(vwx300, vwx3100, bc, bd, be), bc, bd, be) 28.81/13.54 new_compare0([], [], bef) -> EQ 28.81/13.54 new_esEs9(vwx3000, vwx31000, app(ty_Ratio, dgd)) -> new_esEs25(vwx3000, vwx31000, dgd) 28.81/13.54 new_esEs8(vwx3001, vwx31001, app(app(app(ty_@3, ebc), ebd), ebe)) -> new_esEs10(vwx3001, vwx31001, ebc, ebd, ebe) 28.81/13.54 new_esEs26(vwx1080, vwx1090, ty_Bool) -> new_esEs21(vwx1080, vwx1090) 28.81/13.54 new_primMulNat0(Zero, Zero) -> Zero 28.81/13.54 new_esEs5(vwx3001, vwx31001, ty_Integer) -> new_esEs19(vwx3001, vwx31001) 28.81/13.54 new_esEs4(vwx3000, vwx31000, ty_Int) -> new_esEs18(vwx3000, vwx31000) 28.81/13.54 new_esEs26(vwx1080, vwx1090, ty_Double) -> new_esEs20(vwx1080, vwx1090) 28.81/13.54 new_lt11(Nothing, Just(vwx31000), baf) -> new_esEs24(new_compare27(Nothing, Just(vwx31000), False, baf), LT) 28.81/13.54 new_lt11(Just(vwx3000), Nothing, baf) -> new_esEs24(new_compare27(Just(vwx3000), Nothing, False, baf), LT) 28.81/13.54 new_lt9(Double(vwx3000, Pos(vwx30010)), Double(vwx31000, Pos(vwx310010))) -> new_esEs24(new_compare4(new_sr0(vwx3000, Pos(vwx310010)), new_sr0(Pos(vwx30010), vwx31000)), LT) 28.81/13.54 new_ltEs11(Right(vwx3000), Right(vwx31000), bdc, app(app(ty_@2, bdg), bdh)) -> new_ltEs9(vwx3000, vwx31000, bdg, bdh) 28.81/13.54 new_ltEs7(vwx300, vwx3100) -> new_not(new_esEs24(new_compare4(vwx300, vwx3100), GT)) 28.81/13.54 new_esEs12(Just(vwx1080), Just(vwx1090), app(ty_[], bgc)) -> new_esEs23(vwx1080, vwx1090, bgc) 28.81/13.54 new_compare9(@0, @0) -> EQ 28.81/13.54 new_esEs7(vwx3000, vwx31000, app(ty_[], cdc)) -> new_esEs23(vwx3000, vwx31000, cdc) 28.81/13.54 new_lt15(@0, @0) -> new_esEs24(EQ, LT) 28.81/13.54 new_esEs15(vwx3000, vwx31000, ty_Ordering) -> new_esEs24(vwx3000, vwx31000) 28.81/13.54 new_ltEs11(Right(vwx3000), Right(vwx31000), bdc, app(ty_Ratio, ecf)) -> new_ltEs16(vwx3000, vwx31000, ecf) 28.81/13.54 new_esEs4(vwx3000, vwx31000, app(ty_Maybe, bhd)) -> new_esEs12(vwx3000, vwx31000, bhd) 28.81/13.54 new_esEs5(vwx3001, vwx31001, ty_@0) -> new_esEs17(vwx3001, vwx31001) 28.81/13.54 new_lt20(vwx3001, vwx31001, ty_Ordering) -> new_lt14(vwx3001, vwx31001) 28.81/13.54 new_esEs9(vwx3000, vwx31000, app(app(app(ty_@3, dfc), dfd), dfe)) -> new_esEs10(vwx3000, vwx31000, dfc, dfd, dfe) 28.81/13.54 new_esEs6(vwx3002, vwx31002, ty_Integer) -> new_esEs19(vwx3002, vwx31002) 28.81/13.54 new_esEs4(vwx3000, vwx31000, ty_Ordering) -> new_esEs24(vwx3000, vwx31000) 28.81/13.54 new_ltEs5(EQ, LT) -> False 28.81/13.54 new_ltEs18(vwx3001, vwx31001, app(app(ty_Either, bac), bad)) -> new_ltEs11(vwx3001, vwx31001, bac, bad) 28.81/13.54 new_esEs25(:%(vwx120, vwx121), :%(vwx150, vwx151), dcf) -> new_asAs(new_esEs29(vwx120, vwx150, dcf), new_esEs30(vwx121, vwx151, dcf)) 28.81/13.54 new_esEs27(vwx1081, vwx1091, ty_Double) -> new_esEs20(vwx1081, vwx1091) 28.81/13.54 new_compare3(Double(vwx3000, Pos(vwx30010)), Double(vwx31000, Neg(vwx310010))) -> new_compare4(new_sr0(vwx3000, Pos(vwx310010)), new_sr0(Neg(vwx30010), vwx31000)) 28.81/13.54 new_compare3(Double(vwx3000, Neg(vwx30010)), Double(vwx31000, Pos(vwx310010))) -> new_compare4(new_sr0(vwx3000, Neg(vwx310010)), new_sr0(Pos(vwx30010), vwx31000)) 28.81/13.54 new_ltEs15(Just(vwx3000), Just(vwx31000), ty_Integer) -> new_ltEs17(vwx3000, vwx31000) 28.81/13.54 new_esEs27(vwx1081, vwx1091, app(ty_[], dah)) -> new_esEs23(vwx1081, vwx1091, dah) 28.81/13.54 new_lt7(:(vwx3000, vwx3001), :(vwx31000, vwx31001), bfc) -> new_esEs24(new_primCompAux0(vwx3000, vwx31000, new_compare0(vwx3001, vwx31001, bfc), bfc), LT) 28.81/13.54 new_esEs33(vwx108, vwx109, ty_Double) -> new_esEs20(vwx108, vwx109) 28.81/13.54 new_esEs33(vwx108, vwx109, app(ty_[], edc)) -> new_esEs23(vwx108, vwx109, edc) 28.81/13.54 new_ltEs6(False, True) -> True 28.81/13.54 new_esEs24(EQ, GT) -> False 28.81/13.54 new_esEs24(GT, EQ) -> False 28.81/13.54 new_compare7(vwx300, vwx3100, app(ty_[], bef)) -> new_compare0(vwx300, vwx3100, bef) 28.81/13.54 new_ltEs11(Left(vwx3000), Left(vwx31000), ty_Ordering, bcd) -> new_ltEs5(vwx3000, vwx31000) 28.81/13.54 new_ltEs11(Right(vwx3000), Right(vwx31000), bdc, ty_Integer) -> new_ltEs17(vwx3000, vwx31000) 28.81/13.54 new_esEs13(Right(vwx1080), Right(vwx1090), cfb, ty_Char) -> new_esEs22(vwx1080, vwx1090) 28.81/13.54 new_esEs31(vwx1080, vwx1090, ty_Bool) -> new_esEs21(vwx1080, vwx1090) 28.81/13.54 new_esEs6(vwx3002, vwx31002, ty_Float) -> new_esEs16(vwx3002, vwx31002) 28.81/13.54 new_esEs4(vwx3000, vwx31000, ty_@0) -> new_esEs17(vwx3000, vwx31000) 28.81/13.54 new_esEs32(vwx1081, vwx1091, app(app(app(ty_@3, eaa), eab), eac)) -> new_esEs10(vwx1081, vwx1091, eaa, eab, eac) 28.81/13.54 new_esEs34(vwx1080, vwx1090, app(ty_Maybe, eeg)) -> new_esEs12(vwx1080, vwx1090, eeg) 28.81/13.54 new_ltEs15(Just(vwx3000), Just(vwx31000), app(app(ty_Either, bbf), bbg)) -> new_ltEs11(vwx3000, vwx31000, bbf, bbg) 28.81/13.54 new_esEs32(vwx1081, vwx1091, ty_Double) -> new_esEs20(vwx1081, vwx1091) 28.81/13.54 new_esEs24(LT, GT) -> False 28.81/13.54 new_esEs24(GT, LT) -> False 28.81/13.54 new_primEqInt(Neg(Succ(vwx1200)), Neg(Zero)) -> False 28.81/13.54 new_primEqInt(Neg(Zero), Neg(Succ(vwx1500))) -> False 28.81/13.54 new_ltEs19(vwx3002, vwx31002, app(app(ty_Either, fb), fc)) -> new_ltEs11(vwx3002, vwx31002, fb, fc) 28.81/13.54 new_esEs26(vwx1080, vwx1090, app(app(app(ty_@3, cgh), cha), chb)) -> new_esEs10(vwx1080, vwx1090, cgh, cha, chb) 28.81/13.54 new_ltEs11(Right(vwx3000), Right(vwx31000), bdc, ty_Bool) -> new_ltEs6(vwx3000, vwx31000) 28.81/13.54 new_esEs32(vwx1081, vwx1091, ty_Char) -> new_esEs22(vwx1081, vwx1091) 28.81/13.54 new_lt13(Neg(Zero), Neg(Zero)) -> new_esEs24(EQ, LT) 28.81/13.54 new_primEqInt(Pos(Succ(vwx1200)), Pos(Succ(vwx1500))) -> new_primEqNat0(vwx1200, vwx1500) 28.81/13.54 new_esEs6(vwx3002, vwx31002, app(app(ty_@2, ccb), ccc)) -> new_esEs11(vwx3002, vwx31002, ccb, ccc) 28.81/13.54 new_compare7(vwx300, vwx3100, ty_Integer) -> new_compare5(vwx300, vwx3100) 28.81/13.54 new_ltEs18(vwx3001, vwx31001, app(app(ty_@2, hh), baa)) -> new_ltEs9(vwx3001, vwx31001, hh, baa) 28.81/13.54 new_ltEs11(Left(vwx3000), Left(vwx31000), ty_@0, bcd) -> new_ltEs14(vwx3000, vwx31000) 28.81/13.54 new_compare24(vwx300, vwx3100, True) -> EQ 28.81/13.54 new_esEs13(Left(vwx1080), Left(vwx1090), ty_Bool, cdg) -> new_esEs21(vwx1080, vwx1090) 28.81/13.54 new_esEs26(vwx1080, vwx1090, ty_Char) -> new_esEs22(vwx1080, vwx1090) 28.81/13.54 new_lt13(Neg(Zero), Pos(Succ(vwx310000))) -> new_esEs24(LT, LT) 28.81/13.54 new_esEs5(vwx3001, vwx31001, ty_Int) -> new_esEs18(vwx3001, vwx31001) 28.81/13.54 new_ltEs11(Right(vwx3000), Right(vwx31000), bdc, app(ty_Maybe, bea)) -> new_ltEs15(vwx3000, vwx31000, bea) 28.81/13.54 new_primEqInt(Pos(Succ(vwx1200)), Neg(vwx150)) -> False 28.81/13.54 new_primEqInt(Neg(Succ(vwx1200)), Pos(vwx150)) -> False 28.81/13.54 new_esEs28(vwx1082, vwx1092, app(ty_Maybe, dca)) -> new_esEs12(vwx1082, vwx1092, dca) 28.81/13.54 new_primCmpInt(Neg(Zero), Neg(Succ(vwx310000))) -> new_primCmpNat0(Succ(vwx310000), Zero) 28.81/13.54 new_lt6(False, True) -> new_esEs24(new_compare24(False, True, False), LT) 28.81/13.54 new_lt6(True, False) -> new_esEs24(new_compare24(True, False, False), LT) 28.81/13.54 new_esEs15(vwx3000, vwx31000, app(app(app(ty_@3, dea), deb), dec)) -> new_esEs10(vwx3000, vwx31000, dea, deb, dec) 28.81/13.54 new_esEs5(vwx3001, vwx31001, app(ty_Ratio, cbb)) -> new_esEs25(vwx3001, vwx31001, cbb) 28.81/13.54 new_ltEs11(Left(vwx3000), Left(vwx31000), app(ty_Ratio, ece), bcd) -> new_ltEs16(vwx3000, vwx31000, ece) 28.81/13.54 new_primCmpInt(Pos(Zero), Pos(Zero)) -> EQ 28.81/13.54 new_esEs34(vwx1080, vwx1090, ty_Char) -> new_esEs22(vwx1080, vwx1090) 28.81/13.54 new_ltEs19(vwx3002, vwx31002, app(app(app(ty_@3, ed), ee), ef)) -> new_ltEs4(vwx3002, vwx31002, ed, ee, ef) 28.81/13.54 new_primCompAux0(vwx300, vwx3100, vwx209, ecg) -> new_primCompAux00(vwx209, new_compare7(vwx300, vwx3100, ecg)) 28.81/13.54 new_lt9(Double(vwx3000, Neg(vwx30010)), Double(vwx31000, Neg(vwx310010))) -> new_esEs24(new_compare4(new_sr0(vwx3000, Neg(vwx310010)), new_sr0(Neg(vwx30010), vwx31000)), LT) 28.81/13.54 new_ltEs15(Just(vwx3000), Just(vwx31000), ty_Bool) -> new_ltEs6(vwx3000, vwx31000) 28.81/13.54 new_esEs13(Right(vwx1080), Right(vwx1090), cfb, ty_Integer) -> new_esEs19(vwx1080, vwx1090) 28.81/13.54 new_lt20(vwx3001, vwx31001, ty_Integer) -> new_lt4(vwx3001, vwx31001) 28.81/13.54 new_compare13(vwx300, vwx3100, True, beg, beh) -> LT 28.81/13.54 new_lt18(vwx3000, vwx31000, ty_Float) -> new_lt12(vwx3000, vwx31000) 28.81/13.54 new_esEs12(Just(vwx1080), Just(vwx1090), ty_Float) -> new_esEs16(vwx1080, vwx1090) 28.81/13.54 new_compare7(vwx300, vwx3100, ty_Char) -> new_compare8(vwx300, vwx3100) 28.81/13.54 new_esEs27(vwx1081, vwx1091, ty_Float) -> new_esEs16(vwx1081, vwx1091) 28.81/13.54 new_esEs31(vwx1080, vwx1090, app(app(ty_@2, dhf), dhg)) -> new_esEs11(vwx1080, vwx1090, dhf, dhg) 28.81/13.54 new_esEs33(vwx108, vwx109, app(ty_Ratio, edd)) -> new_esEs25(vwx108, vwx109, edd) 28.81/13.54 new_compare23(vwx300, vwx3100, True, bc, bd, be) -> EQ 28.81/13.54 new_ltEs5(EQ, GT) -> True 28.81/13.54 new_esEs6(vwx3002, vwx31002, app(ty_Ratio, ccd)) -> new_esEs25(vwx3002, vwx31002, ccd) 28.81/13.54 new_esEs28(vwx1082, vwx1092, ty_Integer) -> new_esEs19(vwx1082, vwx1092) 28.81/13.54 new_lt18(vwx3000, vwx31000, ty_Ordering) -> new_lt14(vwx3000, vwx31000) 28.81/13.54 new_lt18(vwx3000, vwx31000, app(app(ty_@2, gf), gg)) -> new_lt10(vwx3000, vwx31000, gf, gg) 28.81/13.54 new_not(False) -> True 28.81/13.54 new_lt14(GT, GT) -> new_esEs24(new_compare28(GT, GT, True), LT) 28.81/13.54 new_esEs9(vwx3000, vwx31000, app(ty_Maybe, dfh)) -> new_esEs12(vwx3000, vwx31000, dfh) 28.81/13.54 new_esEs14(vwx3000, vwx31000, app(ty_[], dde)) -> new_esEs23(vwx3000, vwx31000, dde) 28.81/13.54 new_lt12(Float(vwx3000, Pos(vwx30010)), Float(vwx31000, Neg(vwx310010))) -> new_esEs24(new_compare4(new_sr0(vwx3000, Pos(vwx310010)), new_sr0(Neg(vwx30010), vwx31000)), LT) 28.81/13.54 new_lt12(Float(vwx3000, Neg(vwx30010)), Float(vwx31000, Pos(vwx310010))) -> new_esEs24(new_compare4(new_sr0(vwx3000, Neg(vwx310010)), new_sr0(Pos(vwx30010), vwx31000)), LT) 28.81/13.54 new_ltEs15(Nothing, Just(vwx31000), edf) -> True 28.81/13.54 new_esEs13(Left(vwx1080), Left(vwx1090), app(app(ty_@2, ceg), ceh), cdg) -> new_esEs11(vwx1080, vwx1090, ceg, ceh) 28.81/13.54 new_compare7(vwx300, vwx3100, ty_Float) -> new_compare6(vwx300, vwx3100) 28.81/13.54 new_ltEs5(GT, GT) -> True 28.81/13.54 new_compare0(:(vwx3000, vwx3001), [], bef) -> GT 28.81/13.54 new_compare7(vwx300, vwx3100, ty_Ordering) -> new_compare28(vwx300, vwx3100, new_esEs24(vwx300, vwx3100)) 28.81/13.54 new_ltEs14(vwx300, vwx3100) -> new_not(new_esEs24(new_compare9(vwx300, vwx3100), GT)) 28.81/13.54 new_esEs13(Right(vwx1080), Right(vwx1090), cfb, ty_Double) -> new_esEs20(vwx1080, vwx1090) 28.81/13.55 new_lt14(LT, EQ) -> new_esEs24(new_compare28(LT, EQ, False), LT) 28.81/13.55 new_lt14(EQ, LT) -> new_esEs24(new_compare28(EQ, LT, False), LT) 28.81/13.55 new_compare3(Double(vwx3000, Pos(vwx30010)), Double(vwx31000, Pos(vwx310010))) -> new_compare4(new_sr0(vwx3000, Pos(vwx310010)), new_sr0(Pos(vwx30010), vwx31000)) 28.81/13.55 new_lt18(vwx3000, vwx31000, app(ty_[], hc)) -> new_lt7(vwx3000, vwx31000, hc) 28.81/13.55 new_esEs33(vwx108, vwx109, ty_Int) -> new_esEs18(vwx108, vwx109) 28.81/13.55 new_esEs32(vwx1081, vwx1091, app(app(ty_Either, ead), eae)) -> new_esEs13(vwx1081, vwx1091, ead, eae) 28.81/13.55 new_esEs14(vwx3000, vwx31000, ty_Ordering) -> new_esEs24(vwx3000, vwx31000) 28.81/13.55 new_esEs6(vwx3002, vwx31002, ty_Int) -> new_esEs18(vwx3002, vwx31002) 28.81/13.55 new_compare5(Integer(vwx3000), Integer(vwx31000)) -> new_primCmpInt(vwx3000, vwx31000) 28.81/13.55 new_lt12(Float(vwx3000, Pos(vwx30010)), Float(vwx31000, Pos(vwx310010))) -> new_esEs24(new_compare4(new_sr0(vwx3000, Pos(vwx310010)), new_sr0(Pos(vwx30010), vwx31000)), LT) 28.81/13.55 new_lt6(False, False) -> new_esEs24(new_compare24(False, False, True), LT) 28.81/13.55 new_lt9(Double(vwx3000, Pos(vwx30010)), Double(vwx31000, Neg(vwx310010))) -> new_esEs24(new_compare4(new_sr0(vwx3000, Pos(vwx310010)), new_sr0(Neg(vwx30010), vwx31000)), LT) 28.81/13.55 new_lt9(Double(vwx3000, Neg(vwx30010)), Double(vwx31000, Pos(vwx310010))) -> new_esEs24(new_compare4(new_sr0(vwx3000, Neg(vwx310010)), new_sr0(Pos(vwx30010), vwx31000)), LT) 28.81/13.55 new_primPlusNat0(Succ(vwx2630), vwx310100) -> Succ(Succ(new_primPlusNat1(vwx2630, vwx310100))) 28.81/13.55 new_esEs14(vwx3000, vwx31000, ty_Float) -> new_esEs16(vwx3000, vwx31000) 28.81/13.55 new_esEs9(vwx3000, vwx31000, ty_Char) -> new_esEs22(vwx3000, vwx31000) 28.81/13.55 new_esEs9(vwx3000, vwx31000, ty_Double) -> new_esEs20(vwx3000, vwx31000) 28.81/13.55 new_compare7(vwx300, vwx3100, app(app(ty_@2, fh), ga)) -> new_compare25(vwx300, vwx3100, new_esEs11(vwx300, vwx3100, fh, ga), fh, ga) 28.81/13.55 new_ltEs19(vwx3002, vwx31002, ty_Int) -> new_ltEs7(vwx3002, vwx31002) 28.81/13.55 new_sr0(vwx300, vwx3101) -> new_primMulInt(vwx300, vwx3101) 28.81/13.55 new_esEs31(vwx1080, vwx1090, app(ty_Ratio, dhh)) -> new_esEs25(vwx1080, vwx1090, dhh) 28.81/13.55 new_lt18(vwx3000, vwx31000, app(app(app(ty_@3, gb), gc), gd)) -> new_lt5(vwx3000, vwx31000, gb, gc, gd) 28.81/13.55 new_esEs7(vwx3000, vwx31000, app(app(app(ty_@3, cce), ccf), ccg)) -> new_esEs10(vwx3000, vwx31000, cce, ccf, ccg) 28.81/13.55 new_esEs32(vwx1081, vwx1091, ty_Bool) -> new_esEs21(vwx1081, vwx1091) 28.81/13.55 new_esEs8(vwx3001, vwx31001, ty_Bool) -> new_esEs21(vwx3001, vwx31001) 28.81/13.55 new_primCmpInt(Pos(Zero), Neg(Zero)) -> EQ 28.81/13.55 new_primCmpInt(Neg(Zero), Pos(Zero)) -> EQ 28.81/13.55 new_compare13(vwx300, vwx3100, False, beg, beh) -> GT 28.81/13.55 new_esEs27(vwx1081, vwx1091, ty_@0) -> new_esEs17(vwx1081, vwx1091) 28.81/13.55 new_compare25(vwx300, vwx3100, False, fh, ga) -> new_compare12(vwx300, vwx3100, new_ltEs9(vwx300, vwx3100, fh, ga), fh, ga) 28.81/13.55 new_ltEs11(Right(vwx3000), Right(vwx31000), bdc, ty_Float) -> new_ltEs10(vwx3000, vwx31000) 28.81/13.55 new_esEs4(vwx3000, vwx31000, ty_Integer) -> new_esEs19(vwx3000, vwx31000) 28.81/13.55 new_compare0(:(vwx3000, vwx3001), :(vwx31000, vwx31001), bef) -> new_primCompAux0(vwx3000, vwx31000, new_compare0(vwx3001, vwx31001, bef), bef) 28.81/13.55 new_primPlusNat1(Zero, Zero) -> Zero 28.81/13.55 new_ltEs18(vwx3001, vwx31001, app(ty_Ratio, eea)) -> new_ltEs16(vwx3001, vwx31001, eea) 28.81/13.55 new_ltEs17(vwx300, vwx3100) -> new_not(new_esEs24(new_compare5(vwx300, vwx3100), GT)) 28.81/13.55 new_esEs13(Left(vwx1080), Left(vwx1090), app(ty_[], cef), cdg) -> new_esEs23(vwx1080, vwx1090, cef) 28.81/13.55 new_ltEs18(vwx3001, vwx31001, ty_Ordering) -> new_ltEs5(vwx3001, vwx31001) 28.81/13.55 new_esEs7(vwx3000, vwx31000, app(app(ty_Either, cch), cda)) -> new_esEs13(vwx3000, vwx31000, cch, cda) 28.81/13.55 new_esEs13(Right(vwx1080), Right(vwx1090), cfb, app(app(ty_Either, cff), cfg)) -> new_esEs13(vwx1080, vwx1090, cff, cfg) 28.81/13.55 new_ltEs11(Right(vwx3000), Right(vwx31000), bdc, ty_Double) -> new_ltEs8(vwx3000, vwx31000) 28.81/13.55 new_esEs34(vwx1080, vwx1090, app(app(ty_Either, eee), eef)) -> new_esEs13(vwx1080, vwx1090, eee, eef) 28.81/13.55 new_ltEs11(Left(vwx3000), Left(vwx31000), app(ty_[], bdb), bcd) -> new_ltEs12(vwx3000, vwx31000, bdb) 28.81/13.55 new_esEs21(True, True) -> True 28.81/13.55 new_lt18(vwx3000, vwx31000, ty_Bool) -> new_lt6(vwx3000, vwx31000) 28.81/13.55 new_compare11(vwx300, vwx3100, True) -> LT 28.81/13.55 new_ltEs15(Just(vwx3000), Just(vwx31000), app(app(app(ty_@3, bah), bba), bbb)) -> new_ltEs4(vwx3000, vwx31000, bah, bba, bbb) 28.81/13.55 new_lt19(vwx3000, vwx31000, ty_Bool) -> new_lt6(vwx3000, vwx31000) 28.81/13.55 new_lt7([], [], bfc) -> new_esEs24(EQ, LT) 28.81/13.55 new_esEs31(vwx1080, vwx1090, ty_Int) -> new_esEs18(vwx1080, vwx1090) 28.81/13.55 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 28.81/13.55 new_lt5(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), h, ba, bb) -> new_esEs24(new_compare23(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), new_asAs(new_esEs4(vwx3000, vwx31000, h), new_asAs(new_esEs5(vwx3001, vwx31001, ba), new_esEs6(vwx3002, vwx31002, bb))), h, ba, bb), LT) 28.81/13.55 new_esEs26(vwx1080, vwx1090, ty_@0) -> new_esEs17(vwx1080, vwx1090) 28.81/13.55 new_esEs28(vwx1082, vwx1092, app(app(app(ty_@3, dbd), dbe), dbf)) -> new_esEs10(vwx1082, vwx1092, dbd, dbe, dbf) 28.81/13.55 new_lt18(vwx3000, vwx31000, ty_Integer) -> new_lt4(vwx3000, vwx31000) 28.81/13.55 new_lt19(vwx3000, vwx31000, app(app(app(ty_@3, bf), bg), bh)) -> new_lt5(vwx3000, vwx31000, bf, bg, bh) 28.81/13.55 new_esEs32(vwx1081, vwx1091, app(ty_Maybe, eaf)) -> new_esEs12(vwx1081, vwx1091, eaf) 28.81/13.55 new_primMulNat0(Succ(vwx30000), Succ(vwx310100)) -> new_primPlusNat0(new_primMulNat0(vwx30000, Succ(vwx310100)), vwx310100) 28.81/13.55 new_esEs34(vwx1080, vwx1090, app(ty_[], eeh)) -> new_esEs23(vwx1080, vwx1090, eeh) 28.81/13.55 new_esEs34(vwx1080, vwx1090, ty_Bool) -> new_esEs21(vwx1080, vwx1090) 28.81/13.55 new_lt18(vwx3000, vwx31000, ty_Char) -> new_lt17(vwx3000, vwx31000) 28.81/13.55 new_esEs6(vwx3002, vwx31002, app(ty_Maybe, cbh)) -> new_esEs12(vwx3002, vwx31002, cbh) 28.81/13.55 new_esEs8(vwx3001, vwx31001, app(app(ty_Either, ebf), ebg)) -> new_esEs13(vwx3001, vwx31001, ebf, ebg) 28.81/13.55 new_lt11(Nothing, Nothing, baf) -> new_esEs24(new_compare27(Nothing, Nothing, True, baf), LT) 28.81/13.55 new_primCmpNat0(Succ(vwx30000), Succ(vwx310000)) -> new_primCmpNat0(vwx30000, vwx310000) 28.81/13.55 new_lt14(LT, GT) -> new_esEs24(new_compare28(LT, GT, False), LT) 28.81/13.55 new_lt14(GT, LT) -> new_esEs24(new_compare28(GT, LT, False), LT) 28.81/13.55 new_esEs34(vwx1080, vwx1090, ty_Double) -> new_esEs20(vwx1080, vwx1090) 28.81/13.55 new_esEs31(vwx1080, vwx1090, app(ty_Maybe, dhd)) -> new_esEs12(vwx1080, vwx1090, dhd) 28.81/13.55 new_ltEs12(vwx300, vwx3100, bee) -> new_not(new_esEs24(new_compare0(vwx300, vwx3100, bee), GT)) 28.81/13.55 new_esEs9(vwx3000, vwx31000, app(app(ty_Either, dff), dfg)) -> new_esEs13(vwx3000, vwx31000, dff, dfg) 28.81/13.55 new_esEs15(vwx3000, vwx31000, ty_Float) -> new_esEs16(vwx3000, vwx31000) 28.81/13.55 new_esEs11(@2(vwx1080, vwx1081), @2(vwx1090, vwx1091), dge, dgf) -> new_asAs(new_esEs31(vwx1080, vwx1090, dge), new_esEs32(vwx1081, vwx1091, dgf)) 28.81/13.55 new_esEs4(vwx3000, vwx31000, ty_Float) -> new_esEs16(vwx3000, vwx31000) 28.81/13.55 new_compare6(Float(vwx3000, Pos(vwx30010)), Float(vwx31000, Pos(vwx310010))) -> new_compare4(new_sr0(vwx3000, Pos(vwx310010)), new_sr0(Pos(vwx30010), vwx31000)) 28.81/13.55 new_esEs9(vwx3000, vwx31000, app(app(ty_@2, dgb), dgc)) -> new_esEs11(vwx3000, vwx31000, dgb, dgc) 28.81/13.55 new_esEs33(vwx108, vwx109, ty_Bool) -> new_esEs21(vwx108, vwx109) 28.81/13.55 new_esEs6(vwx3002, vwx31002, app(app(app(ty_@3, cbc), cbd), cbe)) -> new_esEs10(vwx3002, vwx31002, cbc, cbd, cbe) 28.81/13.55 new_ltEs15(Just(vwx3000), Just(vwx31000), app(ty_Ratio, edg)) -> new_ltEs16(vwx3000, vwx31000, edg) 28.81/13.55 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 28.81/13.55 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 28.81/13.55 new_compare23(vwx300, vwx3100, False, bc, bd, be) -> new_compare1(vwx300, vwx3100, new_ltEs4(vwx300, vwx3100, bc, bd, be), bc, bd, be) 28.81/13.55 new_lt19(vwx3000, vwx31000, ty_@0) -> new_lt15(vwx3000, vwx31000) 28.81/13.55 new_esEs15(vwx3000, vwx31000, ty_Integer) -> new_esEs19(vwx3000, vwx31000) 28.81/13.55 new_esEs20(Double(vwx120, vwx121), Double(vwx150, vwx151)) -> new_esEs18(new_sr0(vwx120, vwx151), new_sr0(vwx121, vwx150)) 28.81/13.55 new_primEqNat0(Zero, Zero) -> True 28.81/13.55 new_esEs9(vwx3000, vwx31000, ty_Bool) -> new_esEs21(vwx3000, vwx31000) 28.81/13.55 new_lt7(:(vwx3000, vwx3001), [], bfc) -> new_esEs24(GT, LT) 28.81/13.55 new_ltEs15(Just(vwx3000), Just(vwx31000), ty_Ordering) -> new_ltEs5(vwx3000, vwx31000) 28.81/13.55 new_lt13(Neg(Zero), Neg(Succ(vwx310000))) -> new_esEs24(new_primCmpNat0(Succ(vwx310000), Zero), LT) 28.81/13.55 new_esEs13(Right(vwx1080), Right(vwx1090), cfb, app(app(app(ty_@3, cfc), cfd), cfe)) -> new_esEs10(vwx1080, vwx1090, cfc, cfd, cfe) 28.81/13.55 new_ltEs19(vwx3002, vwx31002, ty_Ordering) -> new_ltEs5(vwx3002, vwx31002) 28.81/13.55 new_esEs5(vwx3001, vwx31001, app(app(app(ty_@3, caa), cab), cac)) -> new_esEs10(vwx3001, vwx31001, caa, cab, cac) 28.81/13.55 new_esEs33(vwx108, vwx109, app(app(ty_@2, dge), dgf)) -> new_esEs11(vwx108, vwx109, dge, dgf) 28.81/13.55 new_esEs8(vwx3001, vwx31001, app(app(ty_@2, ecb), ecc)) -> new_esEs11(vwx3001, vwx31001, ecb, ecc) 28.81/13.55 new_asAs(False, vwx173) -> False 28.81/13.55 new_lt14(LT, LT) -> new_esEs24(new_compare28(LT, LT, True), LT) 28.81/13.55 new_compare27(vwx300, vwx3100, False, bag) -> new_compare10(vwx300, vwx3100, new_ltEs15(vwx300, vwx3100, bag), bag) 28.81/13.55 new_ltEs9(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), hd, ge) -> new_pePe(new_lt18(vwx3000, vwx31000, hd), vwx3000, vwx31000, new_ltEs18(vwx3001, vwx31001, ge), hd) 28.81/13.55 new_esEs23([], [], edc) -> True 28.81/13.55 new_esEs8(vwx3001, vwx31001, app(ty_Ratio, ecd)) -> new_esEs25(vwx3001, vwx31001, ecd) 28.81/13.55 new_pePe(True, vwx108, vwx109, vwx164, edb) -> True 28.81/13.55 new_ltEs5(GT, EQ) -> False 28.81/13.55 new_lt19(vwx3000, vwx31000, ty_Integer) -> new_lt4(vwx3000, vwx31000) 28.81/13.55 new_esEs13(Right(vwx1080), Right(vwx1090), cfb, ty_@0) -> new_esEs17(vwx1080, vwx1090) 28.81/13.55 new_esEs32(vwx1081, vwx1091, ty_Int) -> new_esEs18(vwx1081, vwx1091) 28.81/13.55 new_lt20(vwx3001, vwx31001, ty_@0) -> new_lt15(vwx3001, vwx31001) 28.81/13.55 new_esEs33(vwx108, vwx109, app(app(ty_Either, cfb), cdg)) -> new_esEs13(vwx108, vwx109, cfb, cdg) 28.81/13.55 new_lt20(vwx3001, vwx31001, ty_Float) -> new_lt12(vwx3001, vwx31001) 28.81/13.55 new_esEs26(vwx1080, vwx1090, ty_Integer) -> new_esEs19(vwx1080, vwx1090) 28.81/13.55 new_lt20(vwx3001, vwx31001, app(app(app(ty_@3, dc), dd), de)) -> new_lt5(vwx3001, vwx31001, dc, dd, de) 28.81/13.55 new_lt19(vwx3000, vwx31000, ty_Char) -> new_lt17(vwx3000, vwx31000) 28.81/13.55 new_esEs32(vwx1081, vwx1091, app(ty_Ratio, ebb)) -> new_esEs25(vwx1081, vwx1091, ebb) 28.81/13.55 new_esEs8(vwx3001, vwx31001, ty_Int) -> new_esEs18(vwx3001, vwx31001) 28.81/13.55 new_esEs7(vwx3000, vwx31000, app(ty_Maybe, cdb)) -> new_esEs12(vwx3000, vwx31000, cdb) 28.81/13.55 new_lt13(Neg(Succ(vwx30000)), Neg(vwx31000)) -> new_esEs24(new_primCmpNat0(vwx31000, Succ(vwx30000)), LT) 28.81/13.55 new_compare12(vwx300, vwx3100, True, fh, ga) -> LT 28.81/13.55 new_esEs24(LT, EQ) -> False 28.81/13.55 new_esEs24(EQ, LT) -> False 28.81/13.55 new_esEs14(vwx3000, vwx31000, ty_@0) -> new_esEs17(vwx3000, vwx31000) 28.81/13.55 new_lt20(vwx3001, vwx31001, ty_Bool) -> new_lt6(vwx3001, vwx31001) 28.81/13.55 new_lt16(:%(vwx3000, vwx3001), :%(vwx31000, vwx31001), ede) -> new_esEs24(new_compare16(vwx3000, vwx31001, vwx31000, vwx3001, ede), LT) 28.81/13.55 new_ltEs18(vwx3001, vwx31001, ty_Int) -> new_ltEs7(vwx3001, vwx31001) 28.81/13.55 28.81/13.55 The set Q consists of the following terms: 28.81/13.55 28.81/13.55 new_compare7(x0, x1, ty_Bool) 28.81/13.55 new_esEs33(x0, x1, ty_Bool) 28.81/13.55 new_primCmpNat0(Zero, Succ(x0)) 28.81/13.55 new_esEs23([], :(x0, x1), x2) 28.81/13.55 new_compare28(x0, x1, True) 28.81/13.55 new_compare7(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.55 new_lt14(EQ, GT) 28.81/13.55 new_lt14(GT, EQ) 28.81/13.55 new_lt18(x0, x1, ty_Float) 28.81/13.55 new_lt20(x0, x1, ty_Integer) 28.81/13.55 new_lt6(False, False) 28.81/13.55 new_esEs12(Nothing, Just(x0), x1) 28.81/13.55 new_esEs5(x0, x1, app(ty_[], x2)) 28.81/13.55 new_lt20(x0, x1, app(ty_Ratio, x2)) 28.81/13.55 new_primPlusNat1(Zero, Zero) 28.81/13.55 new_primCmpInt(Neg(Succ(x0)), Pos(x1)) 28.81/13.55 new_primCmpInt(Pos(Succ(x0)), Neg(x1)) 28.81/13.55 new_esEs12(Just(x0), Nothing, x1) 28.81/13.55 new_esEs5(x0, x1, ty_Bool) 28.81/13.55 new_compare5(Integer(x0), Integer(x1)) 28.81/13.55 new_esEs33(x0, x1, ty_@0) 28.81/13.55 new_ltEs11(Left(x0), Left(x1), ty_@0, x2) 28.81/13.55 new_esEs6(x0, x1, ty_Integer) 28.81/13.55 new_lt19(x0, x1, ty_Double) 28.81/13.55 new_primCmpInt(Neg(Succ(x0)), Neg(x1)) 28.81/13.55 new_esEs4(x0, x1, ty_@0) 28.81/13.55 new_esEs32(x0, x1, app(ty_Maybe, x2)) 28.81/13.55 new_esEs13(Left(x0), Left(x1), ty_Float, x2) 28.81/13.55 new_esEs13(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 28.81/13.55 new_esEs9(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.55 new_ltEs11(Left(x0), Left(x1), ty_Bool, x2) 28.81/13.55 new_esEs5(x0, x1, ty_@0) 28.81/13.55 new_primEqInt(Pos(Zero), Pos(Zero)) 28.81/13.55 new_esEs14(x0, x1, ty_@0) 28.81/13.55 new_primPlusNat0(Zero, x0) 28.81/13.55 new_esEs15(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.55 new_esEs4(x0, x1, ty_Bool) 28.81/13.55 new_compare26(x0, x1, False, x2, x3) 28.81/13.55 new_ltEs11(Left(x0), Left(x1), ty_Char, x2) 28.81/13.55 new_compare7(x0, x1, ty_Integer) 28.81/13.55 new_compare7(x0, x1, app(ty_Ratio, x2)) 28.81/13.55 new_compare6(Float(x0, Pos(x1)), Float(x2, Neg(x3))) 28.81/13.55 new_compare6(Float(x0, Neg(x1)), Float(x2, Pos(x3))) 28.81/13.55 new_ltEs15(Just(x0), Just(x1), ty_Int) 28.81/13.55 new_compare7(x0, x1, app(ty_[], x2)) 28.81/13.55 new_lt12(Float(x0, Pos(x1)), Float(x2, Pos(x3))) 28.81/13.55 new_lt17(Char(x0), Char(x1)) 28.81/13.55 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 28.81/13.55 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 28.81/13.55 new_esEs14(x0, x1, ty_Int) 28.81/13.55 new_compare14(x0, x1, True) 28.81/13.55 new_ltEs18(x0, x1, ty_Bool) 28.81/13.55 new_primPlusNat1(Zero, Succ(x0)) 28.81/13.55 new_ltEs19(x0, x1, app(ty_Maybe, x2)) 28.81/13.55 new_esEs26(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.55 new_ltEs19(x0, x1, ty_Bool) 28.81/13.55 new_esEs34(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.55 new_lt20(x0, x1, ty_@0) 28.81/13.55 new_ltEs15(Just(x0), Just(x1), ty_Char) 28.81/13.55 new_primEqInt(Neg(Zero), Neg(Zero)) 28.81/13.55 new_esEs30(x0, x1, ty_Int) 28.81/13.55 new_esEs13(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 28.81/13.55 new_esEs14(x0, x1, ty_Char) 28.81/13.55 new_primCompAux00(x0, LT) 28.81/13.55 new_esEs4(x0, x1, ty_Char) 28.81/13.55 new_compare7(x0, x1, ty_@0) 28.81/13.55 new_esEs6(x0, x1, ty_@0) 28.81/13.55 new_lt8(Right(x0), Right(x1), x2, x3) 28.81/13.55 new_lt19(x0, x1, ty_Char) 28.81/13.55 new_esEs13(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 28.81/13.55 new_ltEs5(LT, GT) 28.81/13.55 new_ltEs5(GT, LT) 28.81/13.55 new_esEs24(EQ, EQ) 28.81/13.55 new_esEs31(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.55 new_esEs8(x0, x1, app(ty_Ratio, x2)) 28.81/13.55 new_lt12(Float(x0, Neg(x1)), Float(x2, Neg(x3))) 28.81/13.55 new_esEs26(x0, x1, app(ty_Maybe, x2)) 28.81/13.55 new_esEs4(x0, x1, ty_Int) 28.81/13.55 new_ltEs18(x0, x1, ty_Integer) 28.81/13.55 new_compare10(x0, x1, True, x2) 28.81/13.55 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 28.81/13.55 new_esEs23(:(x0, x1), [], x2) 28.81/13.55 new_ltEs11(Right(x0), Right(x1), x2, ty_Float) 28.81/13.55 new_esEs14(x0, x1, ty_Bool) 28.81/13.55 new_esEs22(Char(x0), Char(x1)) 28.81/13.55 new_esEs7(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.55 new_lt13(Pos(Zero), Pos(Succ(x0))) 28.81/13.55 new_esEs26(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.55 new_esEs6(x0, x1, ty_Float) 28.81/13.55 new_ltEs15(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 28.81/13.55 new_esEs5(x0, x1, app(ty_Ratio, x2)) 28.81/13.55 new_esEs14(x0, x1, ty_Ordering) 28.81/13.55 new_ltEs15(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 28.81/13.55 new_lt18(x0, x1, app(ty_Maybe, x2)) 28.81/13.55 new_lt20(x0, x1, app(ty_Maybe, x2)) 28.81/13.55 new_ltEs15(Just(x0), Just(x1), ty_@0) 28.81/13.55 new_compare7(x0, x1, ty_Char) 28.81/13.55 new_ltEs11(Left(x0), Left(x1), ty_Int, x2) 28.81/13.55 new_ltEs19(x0, x1, ty_Char) 28.81/13.55 new_compare25(x0, x1, True, x2, x3) 28.81/13.55 new_lt11(Just(x0), Just(x1), x2) 28.81/13.55 new_ltEs11(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 28.81/13.55 new_lt8(Left(x0), Right(x1), x2, x3) 28.81/13.55 new_lt8(Right(x0), Left(x1), x2, x3) 28.81/13.55 new_esEs28(x0, x1, ty_Ordering) 28.81/13.55 new_esEs31(x0, x1, app(ty_Maybe, x2)) 28.81/13.55 new_primEqInt(Pos(Zero), Neg(Zero)) 28.81/13.55 new_primEqInt(Neg(Zero), Pos(Zero)) 28.81/13.55 new_ltEs19(x0, x1, ty_@0) 28.81/13.55 new_lt18(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.55 new_esEs34(x0, x1, ty_Ordering) 28.81/13.55 new_compare11(x0, x1, False) 28.81/13.55 new_esEs27(x0, x1, app(ty_Maybe, x2)) 28.81/13.55 new_esEs12(Just(x0), Just(x1), app(ty_Maybe, x2)) 28.81/13.55 new_esEs5(x0, x1, ty_Integer) 28.81/13.55 new_ltEs19(x0, x1, ty_Float) 28.81/13.55 new_esEs7(x0, x1, app(ty_[], x2)) 28.81/13.55 new_esEs6(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.55 new_compare4(x0, x1) 28.81/13.55 new_esEs32(x0, x1, ty_Float) 28.81/13.55 new_esEs14(x0, x1, ty_Integer) 28.81/13.55 new_compare24(x0, x1, True) 28.81/13.55 new_esEs10(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 28.81/13.55 new_ltEs15(Just(x0), Nothing, x1) 28.81/13.55 new_lt19(x0, x1, ty_Int) 28.81/13.55 new_esEs28(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.55 new_pePe(False, x0, x1, x2, x3) 28.81/13.55 new_esEs31(x0, x1, ty_Integer) 28.81/13.55 new_esEs4(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.55 new_compare6(Float(x0, Pos(x1)), Float(x2, Pos(x3))) 28.81/13.55 new_esEs32(x0, x1, ty_@0) 28.81/13.55 new_ltEs11(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 28.81/13.55 new_primCompAux0(x0, x1, x2, x3) 28.81/13.55 new_esEs13(Right(x0), Right(x1), x2, ty_Ordering) 28.81/13.55 new_lt12(Float(x0, Pos(x1)), Float(x2, Neg(x3))) 28.81/13.55 new_lt12(Float(x0, Neg(x1)), Float(x2, Pos(x3))) 28.81/13.55 new_esEs21(True, True) 28.81/13.55 new_lt10(@2(x0, x1), @2(x2, x3), x4, x5) 28.81/13.55 new_primCmpInt(Pos(Succ(x0)), Pos(x1)) 28.81/13.55 new_lt13(Pos(Zero), Pos(Zero)) 28.81/13.55 new_esEs33(x0, x1, app(ty_Maybe, x2)) 28.81/13.55 new_esEs26(x0, x1, app(ty_Ratio, x2)) 28.81/13.55 new_ltEs18(x0, x1, ty_Ordering) 28.81/13.55 new_esEs7(x0, x1, ty_Float) 28.81/13.55 new_ltEs17(x0, x1) 28.81/13.55 new_lt19(x0, x1, app(ty_Maybe, x2)) 28.81/13.55 new_esEs8(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.55 new_asAs(False, x0) 28.81/13.55 new_primPlusNat0(Succ(x0), x1) 28.81/13.55 new_ltEs12(x0, x1, x2) 28.81/13.55 new_compare28(x0, x1, False) 28.81/13.55 new_ltEs4(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 28.81/13.55 new_lt20(x0, x1, ty_Int) 28.81/13.55 new_primEqNat0(Succ(x0), Succ(x1)) 28.81/13.55 new_esEs8(x0, x1, ty_Double) 28.81/13.55 new_esEs33(x0, x1, ty_Float) 28.81/13.55 new_esEs33(x0, x1, ty_Ordering) 28.81/13.55 new_compare0(:(x0, x1), [], x2) 28.81/13.55 new_lt19(x0, x1, ty_@0) 28.81/13.55 new_ltEs11(Right(x0), Right(x1), x2, ty_Integer) 28.81/13.55 new_esEs12(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 28.81/13.55 new_ltEs19(x0, x1, ty_Int) 28.81/13.55 new_esEs24(EQ, GT) 28.81/13.55 new_esEs24(GT, EQ) 28.81/13.55 new_ltEs11(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 28.81/13.55 new_esEs27(x0, x1, ty_Ordering) 28.81/13.55 new_esEs17(@0, @0) 28.81/13.55 new_esEs13(Left(x0), Left(x1), ty_Integer, x2) 28.81/13.55 new_esEs5(x0, x1, ty_Float) 28.81/13.55 new_esEs7(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.55 new_esEs8(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.55 new_ltEs18(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.55 new_esEs13(Left(x0), Left(x1), ty_Bool, x2) 28.81/13.55 new_esEs31(x0, x1, ty_Char) 28.81/13.55 new_lt20(x0, x1, ty_Char) 28.81/13.55 new_esEs8(x0, x1, ty_Ordering) 28.81/13.55 new_ltEs18(x0, x1, ty_Double) 28.81/13.55 new_esEs28(x0, x1, ty_Int) 28.81/13.55 new_esEs33(x0, x1, app(ty_[], x2)) 28.81/13.55 new_esEs4(x0, x1, ty_Ordering) 28.81/13.55 new_lt18(x0, x1, ty_@0) 28.81/13.55 new_compare7(x0, x1, ty_Double) 28.81/13.55 new_esEs26(x0, x1, ty_Double) 28.81/13.55 new_esEs12(Just(x0), Just(x1), ty_Integer) 28.81/13.55 new_esEs15(x0, x1, ty_Integer) 28.81/13.55 new_esEs7(x0, x1, ty_Double) 28.81/13.55 new_ltEs11(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 28.81/13.55 new_esEs33(x0, x1, ty_Int) 28.81/13.55 new_lt19(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.55 new_ltEs11(Left(x0), Left(x1), ty_Double, x2) 28.81/13.55 new_esEs19(Integer(x0), Integer(x1)) 28.81/13.55 new_compare24(x0, x1, False) 28.81/13.55 new_ltEs5(EQ, GT) 28.81/13.55 new_ltEs5(GT, EQ) 28.81/13.55 new_compare16(x0, x1, x2, x3, ty_Integer) 28.81/13.55 new_esEs9(x0, x1, ty_Integer) 28.81/13.55 new_esEs33(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.55 new_esEs9(x0, x1, app(ty_[], x2)) 28.81/13.55 new_lt20(x0, x1, ty_Float) 28.81/13.55 new_esEs5(x0, x1, ty_Int) 28.81/13.55 new_esEs28(x0, x1, ty_Char) 28.81/13.55 new_lt6(False, True) 28.81/13.55 new_lt6(True, False) 28.81/13.55 new_primMulInt(Neg(x0), Neg(x1)) 28.81/13.55 new_esEs12(Just(x0), Just(x1), app(ty_[], x2)) 28.81/13.55 new_compare12(x0, x1, False, x2, x3) 28.81/13.55 new_compare23(x0, x1, False, x2, x3, x4) 28.81/13.55 new_esEs33(x0, x1, ty_Char) 28.81/13.55 new_primCmpInt(Neg(Zero), Neg(Succ(x0))) 28.81/13.55 new_esEs15(x0, x1, app(ty_[], x2)) 28.81/13.55 new_esEs13(Right(x0), Right(x1), x2, app(ty_[], x3)) 28.81/13.55 new_esEs28(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.55 new_lt18(x0, x1, app(ty_Ratio, x2)) 28.81/13.55 new_compare7(x0, x1, ty_Ordering) 28.81/13.55 new_esEs31(x0, x1, app(ty_[], x2)) 28.81/13.55 new_lt7([], :(x0, x1), x2) 28.81/13.55 new_esEs15(x0, x1, ty_Float) 28.81/13.55 new_lt20(x0, x1, ty_Ordering) 28.81/13.55 new_ltEs18(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.55 new_esEs5(x0, x1, ty_Char) 28.81/13.55 new_primCmpInt(Neg(Zero), Neg(Zero)) 28.81/13.55 new_esEs4(x0, x1, ty_Integer) 28.81/13.55 new_esEs13(Right(x0), Right(x1), x2, ty_Double) 28.81/13.55 new_esEs6(x0, x1, ty_Double) 28.81/13.55 new_lt13(Neg(Zero), Neg(Zero)) 28.81/13.55 new_esEs31(x0, x1, ty_Bool) 28.81/13.55 new_esEs34(x0, x1, ty_@0) 28.81/13.55 new_lt13(Pos(Zero), Neg(Zero)) 28.81/13.55 new_lt13(Neg(Zero), Pos(Zero)) 28.81/13.55 new_esEs26(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.55 new_esEs13(Right(x0), Right(x1), x2, ty_@0) 28.81/13.55 new_esEs7(x0, x1, app(ty_Ratio, x2)) 28.81/13.55 new_lt13(Neg(Zero), Neg(Succ(x0))) 28.81/13.55 new_esEs12(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 28.81/13.55 new_primCmpInt(Pos(Zero), Neg(Zero)) 28.81/13.55 new_primCmpInt(Neg(Zero), Pos(Zero)) 28.81/13.55 new_esEs9(x0, x1, ty_Float) 28.81/13.55 new_esEs15(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.55 new_esEs31(x0, x1, ty_Float) 28.81/13.55 new_primCmpInt(Pos(Zero), Neg(Succ(x0))) 28.81/13.55 new_primCmpInt(Neg(Zero), Pos(Succ(x0))) 28.81/13.55 new_pePe(True, x0, x1, x2, x3) 28.81/13.55 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 28.81/13.55 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 28.81/13.55 new_esEs14(x0, x1, ty_Float) 28.81/13.55 new_lt13(Pos(Zero), Neg(Succ(x0))) 28.81/13.55 new_esEs31(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.55 new_lt13(Neg(Zero), Pos(Succ(x0))) 28.81/13.55 new_ltEs15(Just(x0), Just(x1), ty_Bool) 28.81/13.55 new_esEs34(x0, x1, ty_Double) 28.81/13.55 new_esEs15(x0, x1, ty_Int) 28.81/13.55 new_ltEs18(x0, x1, app(ty_Maybe, x2)) 28.81/13.55 new_esEs9(x0, x1, ty_Bool) 28.81/13.55 new_ltEs6(False, False) 28.81/13.55 new_compare6(Float(x0, Neg(x1)), Float(x2, Neg(x3))) 28.81/13.55 new_ltEs15(Just(x0), Just(x1), ty_Ordering) 28.81/13.55 new_esEs12(Just(x0), Just(x1), ty_Float) 28.81/13.55 new_lt19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.55 new_ltEs15(Just(x0), Just(x1), app(ty_[], x2)) 28.81/13.55 new_esEs12(Just(x0), Just(x1), ty_Bool) 28.81/13.55 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 28.81/13.55 new_esEs7(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.55 new_ltEs13(x0, x1) 28.81/13.55 new_esEs32(x0, x1, app(ty_Ratio, x2)) 28.81/13.55 new_compare25(x0, x1, False, x2, x3) 28.81/13.55 new_esEs31(x0, x1, ty_Int) 28.81/13.55 new_compare8(Char(x0), Char(x1)) 28.81/13.55 new_compare13(x0, x1, False, x2, x3) 28.81/13.55 new_esEs12(Nothing, Nothing, x0) 28.81/13.55 new_ltEs11(Right(x0), Right(x1), x2, ty_Ordering) 28.81/13.55 new_esEs33(x0, x1, ty_Integer) 28.81/13.55 new_compare7(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.55 new_esEs13(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 28.81/13.55 new_primEqNat0(Zero, Succ(x0)) 28.81/13.55 new_esEs4(x0, x1, app(ty_Maybe, x2)) 28.81/13.55 new_ltEs15(Just(x0), Just(x1), ty_Integer) 28.81/13.55 new_esEs26(x0, x1, ty_@0) 28.81/13.55 new_lt20(x0, x1, ty_Bool) 28.81/13.55 new_primPlusNat1(Succ(x0), Succ(x1)) 28.81/13.55 new_esEs9(x0, x1, ty_Int) 28.81/13.55 new_ltEs19(x0, x1, ty_Integer) 28.81/13.55 new_lt19(x0, x1, app(ty_[], x2)) 28.81/13.55 new_esEs13(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 28.81/13.55 new_esEs8(x0, x1, app(ty_Maybe, x2)) 28.81/13.55 new_primPlusNat1(Succ(x0), Zero) 28.81/13.55 new_esEs13(Left(x0), Left(x1), ty_Ordering, x2) 28.81/13.55 new_esEs12(Just(x0), Just(x1), ty_Char) 28.81/13.55 new_ltEs19(x0, x1, ty_Ordering) 28.81/13.55 new_ltEs11(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 28.81/13.55 new_compare7(x0, x1, app(ty_Maybe, x2)) 28.81/13.55 new_esEs13(Left(x0), Left(x1), app(ty_[], x2), x3) 28.81/13.55 new_esEs14(x0, x1, app(ty_Ratio, x2)) 28.81/13.55 new_lt20(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.55 new_ltEs19(x0, x1, app(ty_[], x2)) 28.81/13.55 new_esEs28(x0, x1, ty_Float) 28.81/13.55 new_esEs27(x0, x1, ty_Integer) 28.81/13.55 new_esEs15(x0, x1, ty_Bool) 28.81/13.55 new_lt14(LT, LT) 28.81/13.55 new_esEs12(Just(x0), Just(x1), ty_Int) 28.81/13.55 new_esEs34(x0, x1, app(ty_Maybe, x2)) 28.81/13.55 new_esEs6(x0, x1, app(ty_Ratio, x2)) 28.81/13.55 new_esEs33(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.55 new_ltEs18(x0, x1, ty_@0) 28.81/13.55 new_esEs9(x0, x1, ty_Char) 28.81/13.55 new_esEs28(x0, x1, app(ty_[], x2)) 28.81/13.55 new_lt18(x0, x1, ty_Double) 28.81/13.55 new_esEs24(LT, GT) 28.81/13.55 new_esEs24(GT, LT) 28.81/13.55 new_lt9(Double(x0, Pos(x1)), Double(x2, Pos(x3))) 28.81/13.55 new_esEs28(x0, x1, ty_Integer) 28.81/13.55 new_esEs34(x0, x1, app(ty_[], x2)) 28.81/13.55 new_esEs5(x0, x1, app(ty_Maybe, x2)) 28.81/13.55 new_esEs27(x0, x1, ty_Bool) 28.81/13.55 new_lt9(Double(x0, Pos(x1)), Double(x2, Neg(x3))) 28.81/13.55 new_lt9(Double(x0, Neg(x1)), Double(x2, Pos(x3))) 28.81/13.55 new_lt13(Pos(Succ(x0)), Neg(x1)) 28.81/13.55 new_lt13(Neg(Succ(x0)), Pos(x1)) 28.81/13.55 new_sr0(x0, x1) 28.81/13.55 new_lt7(:(x0, x1), :(x2, x3), x4) 28.81/13.55 new_ltEs11(Left(x0), Right(x1), x2, x3) 28.81/13.55 new_ltEs11(Right(x0), Left(x1), x2, x3) 28.81/13.55 new_esEs32(x0, x1, app(ty_[], x2)) 28.81/13.55 new_esEs8(x0, x1, ty_Bool) 28.81/13.55 new_esEs27(x0, x1, ty_@0) 28.81/13.55 new_ltEs11(Right(x0), Right(x1), x2, ty_Int) 28.81/13.55 new_lt11(Nothing, Nothing, x0) 28.81/13.55 new_sr(Integer(x0), Integer(x1)) 28.81/13.55 new_esEs21(False, True) 28.81/13.55 new_esEs21(True, False) 28.81/13.55 new_primMulNat0(Zero, Zero) 28.81/13.55 new_esEs13(Right(x0), Right(x1), x2, ty_Integer) 28.81/13.55 new_compare0([], :(x0, x1), x2) 28.81/13.55 new_ltEs11(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 28.81/13.55 new_esEs32(x0, x1, ty_Double) 28.81/13.55 new_esEs15(x0, x1, ty_Char) 28.81/13.55 new_esEs24(LT, LT) 28.81/13.55 new_esEs27(x0, x1, app(ty_[], x2)) 28.81/13.55 new_primCompAux00(x0, GT) 28.81/13.55 new_lt9(Double(x0, Neg(x1)), Double(x2, Neg(x3))) 28.81/13.55 new_esEs8(x0, x1, ty_@0) 28.81/13.55 new_esEs33(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.55 new_esEs34(x0, x1, ty_Integer) 28.81/13.55 new_ltEs11(Right(x0), Right(x1), x2, app(ty_[], x3)) 28.81/13.55 new_primMulNat0(Succ(x0), Succ(x1)) 28.81/13.55 new_lt13(Neg(Succ(x0)), Neg(x1)) 28.81/13.55 new_lt18(x0, x1, ty_Ordering) 28.81/13.55 new_esEs27(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.55 new_compare9(@0, @0) 28.81/13.55 new_esEs28(x0, x1, ty_Bool) 28.81/13.55 new_esEs26(x0, x1, ty_Char) 28.81/13.55 new_esEs13(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 28.81/13.55 new_lt14(LT, EQ) 28.81/13.55 new_lt14(EQ, LT) 28.81/13.55 new_lt18(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.55 new_compare27(x0, x1, False, x2) 28.81/13.55 new_lt14(GT, GT) 28.81/13.55 new_compare15(:%(x0, x1), :%(x2, x3), ty_Integer) 28.81/13.55 new_compare16(x0, x1, x2, x3, ty_Int) 28.81/13.55 new_esEs23([], [], x0) 28.81/13.55 new_esEs33(x0, x1, app(ty_Ratio, x2)) 28.81/13.55 new_esEs15(x0, x1, ty_@0) 28.81/13.55 new_lt7([], [], x0) 28.81/13.55 new_esEs7(x0, x1, ty_Char) 28.81/13.55 new_esEs34(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.55 new_esEs18(x0, x1) 28.81/13.55 new_esEs6(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.55 new_ltEs11(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 28.81/13.55 new_esEs32(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.55 new_esEs14(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.55 new_ltEs18(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.55 new_esEs7(x0, x1, ty_Bool) 28.81/13.55 new_ltEs15(Just(x0), Just(x1), app(ty_Ratio, x2)) 28.81/13.55 new_esEs26(x0, x1, ty_Bool) 28.81/13.55 new_lt7(:(x0, x1), [], x2) 28.81/13.55 new_esEs6(x0, x1, app(ty_[], x2)) 28.81/13.55 new_compare11(x0, x1, True) 28.81/13.55 new_lt16(:%(x0, x1), :%(x2, x3), x4) 28.81/13.55 new_esEs12(Just(x0), Just(x1), ty_Ordering) 28.81/13.55 new_esEs7(x0, x1, app(ty_Maybe, x2)) 28.81/13.55 new_lt14(EQ, EQ) 28.81/13.55 new_esEs15(x0, x1, ty_Ordering) 28.81/13.55 new_esEs14(x0, x1, app(ty_Maybe, x2)) 28.81/13.55 new_lt15(@0, @0) 28.81/13.55 new_not(True) 28.81/13.55 new_ltEs18(x0, x1, app(ty_[], x2)) 28.81/13.55 new_ltEs11(Right(x0), Right(x1), x2, ty_@0) 28.81/13.55 new_compare0([], [], x0) 28.81/13.55 new_esEs27(x0, x1, ty_Char) 28.81/13.55 new_ltEs16(x0, x1, x2) 28.81/13.55 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 28.81/13.55 new_esEs32(x0, x1, ty_Int) 28.81/13.55 new_compare3(Double(x0, Neg(x1)), Double(x2, Neg(x3))) 28.81/13.55 new_compare3(Double(x0, Pos(x1)), Double(x2, Pos(x3))) 28.81/13.55 new_ltEs15(Just(x0), Just(x1), ty_Float) 28.81/13.55 new_esEs32(x0, x1, ty_Char) 28.81/13.55 new_esEs4(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.55 new_compare0(:(x0, x1), :(x2, x3), x4) 28.81/13.55 new_esEs13(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 28.81/13.55 new_lt11(Just(x0), Nothing, x1) 28.81/13.55 new_ltEs11(Right(x0), Right(x1), x2, ty_Bool) 28.81/13.55 new_compare12(x0, x1, True, x2, x3) 28.81/13.55 new_lt19(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.55 new_primMulNat0(Zero, Succ(x0)) 28.81/13.55 new_primCmpInt(Pos(Zero), Pos(Succ(x0))) 28.81/13.55 new_esEs9(x0, x1, ty_Ordering) 28.81/13.55 new_esEs32(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.55 new_ltEs19(x0, x1, app(ty_Ratio, x2)) 28.81/13.55 new_esEs25(:%(x0, x1), :%(x2, x3), x4) 28.81/13.55 new_compare1(x0, x1, False, x2, x3, x4) 28.81/13.55 new_esEs30(x0, x1, ty_Integer) 28.81/13.55 new_esEs7(x0, x1, ty_Int) 28.81/13.55 new_esEs27(x0, x1, ty_Int) 28.81/13.55 new_ltEs11(Left(x0), Left(x1), ty_Float, x2) 28.81/13.55 new_ltEs11(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 28.81/13.55 new_esEs26(x0, x1, app(ty_[], x2)) 28.81/13.55 new_esEs7(x0, x1, ty_@0) 28.81/13.55 new_esEs23(:(x0, x1), :(x2, x3), x4) 28.81/13.55 new_lt20(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.55 new_esEs29(x0, x1, ty_Integer) 28.81/13.55 new_esEs9(x0, x1, app(ty_Ratio, x2)) 28.81/13.55 new_ltEs19(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.55 new_esEs34(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.55 new_esEs4(x0, x1, ty_Float) 28.81/13.55 new_esEs13(Left(x0), Left(x1), ty_Char, x2) 28.81/13.55 new_esEs13(Left(x0), Left(x1), ty_@0, x2) 28.81/13.55 new_esEs20(Double(x0, x1), Double(x2, x3)) 28.81/13.55 new_esEs13(Left(x0), Left(x1), ty_Double, x2) 28.81/13.55 new_esEs34(x0, x1, app(ty_Ratio, x2)) 28.81/13.55 new_lt13(Pos(Succ(x0)), Pos(x1)) 28.81/13.55 new_ltEs6(True, True) 28.81/13.55 new_esEs26(x0, x1, ty_Ordering) 28.81/13.55 new_esEs6(x0, x1, app(ty_Maybe, x2)) 28.81/13.55 new_lt19(x0, x1, ty_Float) 28.81/13.55 new_ltEs11(Right(x0), Right(x1), x2, ty_Double) 28.81/13.55 new_esEs26(x0, x1, ty_Integer) 28.81/13.55 new_esEs4(x0, x1, app(ty_Ratio, x2)) 28.81/13.55 new_esEs8(x0, x1, ty_Integer) 28.81/13.55 new_esEs31(x0, x1, ty_Ordering) 28.81/13.55 new_ltEs11(Right(x0), Right(x1), x2, ty_Char) 28.81/13.55 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 28.81/13.55 new_ltEs14(x0, x1) 28.81/13.55 new_esEs9(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.55 new_ltEs5(LT, LT) 28.81/13.55 new_esEs13(Left(x0), Left(x1), ty_Int, x2) 28.81/13.55 new_compare27(x0, x1, True, x2) 28.81/13.55 new_compare14(x0, x1, False) 28.81/13.55 new_primCmpInt(Pos(Zero), Pos(Zero)) 28.81/13.55 new_compare3(Double(x0, Pos(x1)), Double(x2, Neg(x3))) 28.81/13.55 new_compare3(Double(x0, Neg(x1)), Double(x2, Pos(x3))) 28.81/13.55 new_compare23(x0, x1, True, x2, x3, x4) 28.81/13.55 new_esEs15(x0, x1, app(ty_Ratio, x2)) 28.81/13.55 new_esEs4(x0, x1, app(ty_[], x2)) 28.81/13.55 new_esEs8(x0, x1, ty_Float) 28.81/13.55 new_esEs6(x0, x1, ty_Char) 28.81/13.55 new_ltEs11(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 28.81/13.55 new_lt8(Left(x0), Left(x1), x2, x3) 28.81/13.55 new_esEs28(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.55 new_esEs27(x0, x1, ty_Float) 28.81/13.55 new_esEs9(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.55 new_esEs27(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.55 new_ltEs11(Left(x0), Left(x1), app(ty_[], x2), x3) 28.81/13.55 new_esEs15(x0, x1, app(ty_Maybe, x2)) 28.81/13.55 new_esEs13(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 28.81/13.55 new_esEs34(x0, x1, ty_Char) 28.81/13.55 new_lt18(x0, x1, ty_Bool) 28.81/13.55 new_ltEs11(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 28.81/13.55 new_ltEs5(LT, EQ) 28.81/13.55 new_ltEs5(EQ, LT) 28.81/13.55 new_esEs13(Right(x0), Right(x1), x2, ty_Char) 28.81/13.55 new_esEs28(x0, x1, app(ty_Maybe, x2)) 28.81/13.55 new_esEs27(x0, x1, ty_Double) 28.81/13.55 new_compare7(x0, x1, ty_Float) 28.81/13.55 new_ltEs5(GT, GT) 28.81/13.55 new_esEs21(False, False) 28.81/13.55 new_esEs4(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.55 new_ltEs15(Nothing, Nothing, x0) 28.81/13.55 new_esEs6(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.55 new_ltEs18(x0, x1, ty_Float) 28.81/13.55 new_lt19(x0, x1, app(ty_Ratio, x2)) 28.81/13.55 new_primMulInt(Pos(x0), Neg(x1)) 28.81/13.55 new_primMulInt(Neg(x0), Pos(x1)) 28.81/13.55 new_esEs5(x0, x1, ty_Ordering) 28.81/13.55 new_esEs5(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.55 new_ltEs19(x0, x1, ty_Double) 28.81/13.55 new_compare26(x0, x1, True, x2, x3) 28.81/13.55 new_esEs27(x0, x1, app(ty_Ratio, x2)) 28.81/13.55 new_compare15(:%(x0, x1), :%(x2, x3), ty_Int) 28.81/13.55 new_compare13(x0, x1, True, x2, x3) 28.81/13.55 new_esEs15(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.55 new_lt20(x0, x1, app(ty_[], x2)) 28.81/13.55 new_ltEs15(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 28.81/13.55 new_esEs8(x0, x1, ty_Int) 28.81/13.55 new_compare7(x0, x1, ty_Int) 28.81/13.55 new_asAs(True, x0) 28.81/13.55 new_esEs32(x0, x1, ty_Bool) 28.81/13.55 new_ltEs18(x0, x1, app(ty_Ratio, x2)) 28.81/13.55 new_esEs14(x0, x1, app(ty_[], x2)) 28.81/13.55 new_esEs8(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.55 new_esEs6(x0, x1, ty_Int) 28.81/13.55 new_esEs28(x0, x1, ty_Double) 28.81/13.55 new_esEs13(Left(x0), Right(x1), x2, x3) 28.81/13.55 new_esEs13(Right(x0), Left(x1), x2, x3) 28.81/13.55 new_esEs4(x0, x1, ty_Double) 28.81/13.55 new_ltEs8(x0, x1) 28.81/13.55 new_lt18(x0, x1, ty_Integer) 28.81/13.55 new_lt19(x0, x1, ty_Bool) 28.81/13.55 new_esEs14(x0, x1, ty_Double) 28.81/13.55 new_esEs8(x0, x1, app(ty_[], x2)) 28.81/13.55 new_esEs33(x0, x1, ty_Double) 28.81/13.55 new_ltEs19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.55 new_lt18(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.55 new_esEs5(x0, x1, ty_Double) 28.81/13.55 new_ltEs15(Just(x0), Just(x1), ty_Double) 28.81/13.55 new_primCmpNat0(Succ(x0), Zero) 28.81/13.55 new_esEs28(x0, x1, app(ty_Ratio, x2)) 28.81/13.55 new_esEs14(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.55 new_lt5(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 28.81/13.55 new_ltEs10(x0, x1) 28.81/13.55 new_primEqNat0(Zero, Zero) 28.81/13.55 new_esEs5(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.55 new_compare10(x0, x1, False, x2) 28.81/13.55 new_esEs32(x0, x1, ty_Integer) 28.81/13.55 new_ltEs9(@2(x0, x1), @2(x2, x3), x4, x5) 28.81/13.55 new_not(False) 28.81/13.55 new_esEs13(Right(x0), Right(x1), x2, ty_Bool) 28.81/13.55 new_esEs8(x0, x1, ty_Char) 28.81/13.55 new_esEs12(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 28.81/13.55 new_ltEs7(x0, x1) 28.81/13.55 new_esEs31(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.55 new_esEs26(x0, x1, ty_Int) 28.81/13.55 new_esEs11(@2(x0, x1), @2(x2, x3), x4, x5) 28.81/13.55 new_esEs14(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.55 new_esEs12(Just(x0), Just(x1), ty_Double) 28.81/13.55 new_esEs34(x0, x1, ty_Float) 28.81/13.55 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 28.81/13.55 new_esEs7(x0, x1, ty_Ordering) 28.81/13.55 new_esEs24(GT, GT) 28.81/13.55 new_esEs27(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.55 new_lt18(x0, x1, app(ty_[], x2)) 28.81/13.55 new_esEs28(x0, x1, ty_@0) 28.81/13.55 new_esEs6(x0, x1, ty_Ordering) 28.81/13.55 new_esEs15(x0, x1, ty_Double) 28.81/13.55 new_esEs34(x0, x1, ty_Bool) 28.81/13.55 new_compare1(x0, x1, True, x2, x3, x4) 28.81/13.55 new_ltEs11(Left(x0), Left(x1), ty_Ordering, x2) 28.81/13.55 new_ltEs6(True, False) 28.81/13.55 new_ltEs6(False, True) 28.81/13.55 new_esEs9(x0, x1, ty_@0) 28.81/13.55 new_lt14(LT, GT) 28.81/13.55 new_lt14(GT, LT) 28.81/13.55 new_ltEs18(x0, x1, ty_Char) 28.81/13.55 new_esEs5(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.55 new_esEs24(LT, EQ) 28.81/13.55 new_esEs24(EQ, LT) 28.81/13.55 new_primMulNat0(Succ(x0), Zero) 28.81/13.55 new_esEs6(x0, x1, ty_Bool) 28.81/13.55 new_esEs13(Right(x0), Right(x1), x2, ty_Float) 28.81/13.55 new_ltEs15(Just(x0), Just(x1), app(ty_Maybe, x2)) 28.81/13.55 new_lt20(x0, x1, ty_Double) 28.81/13.55 new_esEs31(x0, x1, ty_Double) 28.81/13.55 new_esEs29(x0, x1, ty_Int) 28.81/13.55 new_lt4(Integer(x0), Integer(x1)) 28.81/13.55 new_esEs12(Just(x0), Just(x1), app(ty_Ratio, x2)) 28.81/13.55 new_compare7(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.55 new_ltEs5(EQ, EQ) 28.81/13.55 new_esEs26(x0, x1, ty_Float) 28.81/13.55 new_primEqNat0(Succ(x0), Zero) 28.81/13.55 new_primMulInt(Pos(x0), Pos(x1)) 28.81/13.55 new_esEs32(x0, x1, ty_Ordering) 28.81/13.55 new_esEs13(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 28.81/13.55 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 28.81/13.55 new_lt18(x0, x1, ty_Int) 28.81/13.55 new_lt11(Nothing, Just(x0), x1) 28.81/13.55 new_ltEs15(Nothing, Just(x0), x1) 28.81/13.55 new_lt20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.55 new_esEs12(Just(x0), Just(x1), ty_@0) 28.81/13.55 new_esEs7(x0, x1, ty_Integer) 28.81/13.55 new_ltEs19(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.55 new_esEs9(x0, x1, app(ty_Maybe, x2)) 28.81/13.55 new_esEs9(x0, x1, ty_Double) 28.81/13.55 new_lt6(True, True) 28.81/13.55 new_primCompAux00(x0, EQ) 28.81/13.55 new_lt19(x0, x1, ty_Integer) 28.81/13.55 new_ltEs18(x0, x1, ty_Int) 28.81/13.55 new_esEs16(Float(x0, x1), Float(x2, x3)) 28.81/13.55 new_lt19(x0, x1, ty_Ordering) 28.81/13.55 new_primCmpNat0(Succ(x0), Succ(x1)) 28.81/13.55 new_esEs13(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 28.81/13.55 new_ltEs11(Left(x0), Left(x1), ty_Integer, x2) 28.81/13.55 new_primCmpNat0(Zero, Zero) 28.81/13.55 new_esEs32(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.55 new_esEs31(x0, x1, app(ty_Ratio, x2)) 28.81/13.55 new_lt18(x0, x1, ty_Char) 28.81/13.55 new_esEs34(x0, x1, ty_Int) 28.81/13.55 new_esEs31(x0, x1, ty_@0) 28.81/13.55 new_esEs13(Right(x0), Right(x1), x2, ty_Int) 28.81/13.55 28.81/13.55 We have to consider all minimal (P,Q,R)-chains. 28.81/13.55 ---------------------------------------- 28.81/13.55 28.81/13.55 (19) DependencyGraphProof (EQUIVALENT) 28.81/13.55 The approximation of the Dependency Graph [LPAR04,FROCOS05,EDGSTAR] contains 1 SCC with 1 less node. 28.81/13.55 ---------------------------------------- 28.81/13.55 28.81/13.55 (20) 28.81/13.55 Obligation: 28.81/13.55 Q DP problem: 28.81/13.55 The TRS P consists of the following rules: 28.81/13.55 28.81/13.55 new_lt1(Just(vwx3000), Just(vwx31000), baf) -> new_compare21(Just(vwx3000), Just(vwx31000), new_esEs9(vwx3000, vwx31000, baf), baf) 28.81/13.55 new_compare21(vwx300, vwx3100, False, bag) -> new_ltEs1(vwx300, vwx3100, bag) 28.81/13.55 new_ltEs1(Just(vwx3000), Just(vwx31000), app(ty_[], bbh)) -> new_ltEs3(vwx3000, vwx31000, bbh) 28.81/13.55 new_ltEs3(vwx300, vwx3100, bee) -> new_compare(vwx300, vwx3100, bee) 28.81/13.55 new_compare(:(vwx3000, vwx3001), :(vwx31000, vwx31001), bef) -> new_primCompAux(vwx3000, vwx31000, new_compare0(vwx3001, vwx31001, bef), bef) 28.81/13.55 new_primCompAux(vwx300, vwx3100, vwx209, app(app(ty_Either, beg), beh)) -> new_compare22(vwx300, vwx3100, new_esEs13(vwx300, vwx3100, beg, beh), beg, beh) 28.81/13.55 new_compare22(vwx300, vwx3100, False, beg, beh) -> new_ltEs2(vwx300, vwx3100, beg, beh) 28.81/13.55 new_ltEs2(Right(vwx3000), Right(vwx31000), bdc, app(app(ty_@2, bdg), bdh)) -> new_ltEs0(vwx3000, vwx31000, bdg, bdh) 28.81/13.55 new_ltEs0(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), app(ty_[], hc), ge) -> new_lt3(vwx3000, vwx31000, hc) 28.81/13.55 new_lt3(:(vwx3000, vwx3001), :(vwx31000, vwx31001), bfc) -> new_primCompAux(vwx3000, vwx31000, new_compare0(vwx3001, vwx31001, bfc), bfc) 28.81/13.55 new_primCompAux(vwx300, vwx3100, vwx209, app(app(app(ty_@3, bc), bd), be)) -> new_compare2(vwx300, vwx3100, new_esEs10(vwx300, vwx3100, bc, bd, be), bc, bd, be) 28.81/13.55 new_compare2(vwx300, vwx3100, False, bc, bd, be) -> new_ltEs(vwx300, vwx3100, bc, bd, be) 28.81/13.55 new_ltEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), db, app(ty_Maybe, dh), cb) -> new_lt1(vwx3001, vwx31001, dh) 28.81/13.55 new_lt1(Nothing, Just(vwx31000), baf) -> new_compare21(Nothing, Just(vwx31000), False, baf) 28.81/13.55 new_lt1(Just(vwx3000), Nothing, baf) -> new_compare21(Just(vwx3000), Nothing, False, baf) 28.81/13.55 new_ltEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), app(app(ty_@2, cc), cd), ca, cb) -> new_lt0(vwx3000, vwx31000, cc, cd) 28.81/13.55 new_lt0(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), ff, fg) -> new_compare20(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), new_asAs(new_esEs7(vwx3000, vwx31000, ff), new_esEs8(vwx3001, vwx31001, fg)), ff, fg) 28.81/13.55 new_compare20(vwx300, vwx3100, False, fh, ga) -> new_ltEs0(vwx300, vwx3100, fh, ga) 28.81/13.55 new_ltEs0(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), hd, app(app(app(ty_@3, he), hf), hg)) -> new_ltEs(vwx3001, vwx31001, he, hf, hg) 28.81/13.55 new_ltEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), app(ty_Maybe, ce), ca, cb) -> new_lt1(vwx3000, vwx31000, ce) 28.81/13.55 new_ltEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), db, app(app(ty_Either, ea), eb), cb) -> new_lt2(vwx3001, vwx31001, ea, eb) 28.81/13.55 new_lt2(Left(vwx3000), Right(vwx31000), bfa, bfb) -> new_compare22(Left(vwx3000), Right(vwx31000), False, bfa, bfb) 28.81/13.55 new_lt2(Right(vwx3000), Left(vwx31000), bfa, bfb) -> new_compare22(Right(vwx3000), Left(vwx31000), False, bfa, bfb) 28.81/13.55 new_lt2(Right(vwx3000), Right(vwx31000), bfa, bfb) -> new_compare22(Right(vwx3000), Right(vwx31000), new_esEs15(vwx3000, vwx31000, bfb), bfa, bfb) 28.81/13.55 new_lt2(Left(vwx3000), Left(vwx31000), bfa, bfb) -> new_compare22(Left(vwx3000), Left(vwx31000), new_esEs14(vwx3000, vwx31000, bfa), bfa, bfb) 28.81/13.55 new_ltEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), db, ca, app(ty_Maybe, fa)) -> new_ltEs1(vwx3002, vwx31002, fa) 28.81/13.55 new_ltEs1(Just(vwx3000), Just(vwx31000), app(app(app(ty_@3, bah), bba), bbb)) -> new_ltEs(vwx3000, vwx31000, bah, bba, bbb) 28.81/13.55 new_ltEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), app(app(app(ty_@3, bf), bg), bh), ca, cb) -> new_lt(vwx3000, vwx31000, bf, bg, bh) 28.81/13.55 new_lt(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), h, ba, bb) -> new_compare2(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), new_asAs(new_esEs4(vwx3000, vwx31000, h), new_asAs(new_esEs5(vwx3001, vwx31001, ba), new_esEs6(vwx3002, vwx31002, bb))), h, ba, bb) 28.81/13.55 new_ltEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), db, ca, app(app(ty_@2, eg), eh)) -> new_ltEs0(vwx3002, vwx31002, eg, eh) 28.81/13.55 new_ltEs0(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), hd, app(app(ty_@2, hh), baa)) -> new_ltEs0(vwx3001, vwx31001, hh, baa) 28.81/13.55 new_ltEs0(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), app(app(app(ty_@3, gb), gc), gd), ge) -> new_lt(vwx3000, vwx31000, gb, gc, gd) 28.81/13.55 new_ltEs0(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), hd, app(ty_[], bae)) -> new_ltEs3(vwx3001, vwx31001, bae) 28.81/13.55 new_ltEs0(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), app(app(ty_@2, gf), gg), ge) -> new_lt0(vwx3000, vwx31000, gf, gg) 28.81/13.55 new_ltEs0(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), hd, app(app(ty_Either, bac), bad)) -> new_ltEs2(vwx3001, vwx31001, bac, bad) 28.81/13.55 new_ltEs2(Right(vwx3000), Right(vwx31000), bdc, app(app(app(ty_@3, bdd), bde), bdf)) -> new_ltEs(vwx3000, vwx31000, bdd, bde, bdf) 28.81/13.55 new_ltEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), app(ty_[], da), ca, cb) -> new_lt3(vwx3000, vwx31000, da) 28.81/13.55 new_lt3(:(vwx3000, vwx3001), :(vwx31000, vwx31001), bfc) -> new_compare(vwx3001, vwx31001, bfc) 28.81/13.55 new_compare(:(vwx3000, vwx3001), :(vwx31000, vwx31001), bef) -> new_compare(vwx3001, vwx31001, bef) 28.81/13.55 new_ltEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), app(app(ty_Either, cf), cg), ca, cb) -> new_lt2(vwx3000, vwx31000, cf, cg) 28.81/13.55 new_ltEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), db, app(app(app(ty_@3, dc), dd), de), cb) -> new_lt(vwx3001, vwx31001, dc, dd, de) 28.81/13.55 new_ltEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), db, ca, app(app(ty_Either, fb), fc)) -> new_ltEs2(vwx3002, vwx31002, fb, fc) 28.81/13.55 new_ltEs2(Right(vwx3000), Right(vwx31000), bdc, app(ty_[], bed)) -> new_ltEs3(vwx3000, vwx31000, bed) 28.81/13.55 new_ltEs2(Left(vwx3000), Left(vwx31000), app(app(app(ty_@3, bca), bcb), bcc), bcd) -> new_ltEs(vwx3000, vwx31000, bca, bcb, bcc) 28.81/13.55 new_ltEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), db, ca, app(ty_[], fd)) -> new_ltEs3(vwx3002, vwx31002, fd) 28.81/13.55 new_ltEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), db, app(app(ty_@2, df), dg), cb) -> new_lt0(vwx3001, vwx31001, df, dg) 28.81/13.55 new_ltEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), db, app(ty_[], ec), cb) -> new_lt3(vwx3001, vwx31001, ec) 28.81/13.55 new_ltEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), db, ca, app(app(app(ty_@3, ed), ee), ef)) -> new_ltEs(vwx3002, vwx31002, ed, ee, ef) 28.81/13.55 new_ltEs2(Right(vwx3000), Right(vwx31000), bdc, app(app(ty_Either, beb), bec)) -> new_ltEs2(vwx3000, vwx31000, beb, bec) 28.81/13.55 new_ltEs2(Left(vwx3000), Left(vwx31000), app(ty_[], bdb), bcd) -> new_ltEs3(vwx3000, vwx31000, bdb) 28.81/13.55 new_ltEs2(Right(vwx3000), Right(vwx31000), bdc, app(ty_Maybe, bea)) -> new_ltEs1(vwx3000, vwx31000, bea) 28.81/13.55 new_ltEs1(Just(vwx3000), Just(vwx31000), app(ty_Maybe, bbe)) -> new_ltEs1(vwx3000, vwx31000, bbe) 28.81/13.55 new_ltEs1(Just(vwx3000), Just(vwx31000), app(app(ty_Either, bbf), bbg)) -> new_ltEs2(vwx3000, vwx31000, bbf, bbg) 28.81/13.55 new_ltEs2(Left(vwx3000), Left(vwx31000), app(app(ty_Either, bch), bda), bcd) -> new_ltEs2(vwx3000, vwx31000, bch, bda) 28.81/13.55 new_ltEs2(Left(vwx3000), Left(vwx31000), app(app(ty_@2, bce), bcf), bcd) -> new_ltEs0(vwx3000, vwx31000, bce, bcf) 28.81/13.55 new_ltEs0(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), app(ty_Maybe, gh), ge) -> new_lt1(vwx3000, vwx31000, gh) 28.81/13.55 new_ltEs0(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), app(app(ty_Either, ha), hb), ge) -> new_lt2(vwx3000, vwx31000, ha, hb) 28.81/13.55 new_ltEs0(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), hd, app(ty_Maybe, bab)) -> new_ltEs1(vwx3001, vwx31001, bab) 28.81/13.55 new_ltEs1(Just(vwx3000), Just(vwx31000), app(app(ty_@2, bbc), bbd)) -> new_ltEs0(vwx3000, vwx31000, bbc, bbd) 28.81/13.55 new_ltEs2(Left(vwx3000), Left(vwx31000), app(ty_Maybe, bcg), bcd) -> new_ltEs1(vwx3000, vwx31000, bcg) 28.81/13.55 new_primCompAux(vwx300, vwx3100, vwx209, app(ty_Maybe, bag)) -> new_compare21(vwx300, vwx3100, new_esEs12(vwx300, vwx3100, bag), bag) 28.81/13.55 new_primCompAux(vwx300, vwx3100, vwx209, app(app(ty_@2, fh), ga)) -> new_compare20(vwx300, vwx3100, new_esEs11(vwx300, vwx3100, fh, ga), fh, ga) 28.81/13.55 new_primCompAux(vwx300, vwx3100, vwx209, app(ty_[], bef)) -> new_compare(vwx300, vwx3100, bef) 28.81/13.55 28.81/13.55 The TRS R consists of the following rules: 28.81/13.55 28.81/13.55 new_esEs13(Left(vwx1080), Left(vwx1090), ty_Float, cdg) -> new_esEs16(vwx1080, vwx1090) 28.81/13.55 new_lt8(Left(vwx3000), Right(vwx31000), bfa, bfb) -> new_esEs24(new_compare26(Left(vwx3000), Right(vwx31000), False, bfa, bfb), LT) 28.81/13.55 new_lt8(Right(vwx3000), Left(vwx31000), bfa, bfb) -> new_esEs24(new_compare26(Right(vwx3000), Left(vwx31000), False, bfa, bfb), LT) 28.81/13.55 new_ltEs18(vwx3001, vwx31001, ty_Integer) -> new_ltEs17(vwx3001, vwx31001) 28.81/13.55 new_primCmpInt(Neg(Succ(vwx30000)), Pos(vwx31000)) -> LT 28.81/13.55 new_lt13(Pos(Zero), Neg(Succ(vwx310000))) -> new_esEs24(GT, LT) 28.81/13.55 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 28.81/13.55 new_esEs28(vwx1082, vwx1092, ty_Int) -> new_esEs18(vwx1082, vwx1092) 28.81/13.55 new_esEs23(:(vwx1080, vwx1081), :(vwx1090, vwx1091), edc) -> new_asAs(new_esEs34(vwx1080, vwx1090, edc), new_esEs23(vwx1081, vwx1091, edc)) 28.81/13.55 new_esEs29(vwx120, vwx150, ty_Integer) -> new_esEs19(vwx120, vwx150) 28.81/13.55 new_compare12(vwx300, vwx3100, False, fh, ga) -> GT 28.81/13.55 new_compare3(Double(vwx3000, Neg(vwx30010)), Double(vwx31000, Neg(vwx310010))) -> new_compare4(new_sr0(vwx3000, Neg(vwx310010)), new_sr0(Neg(vwx30010), vwx31000)) 28.81/13.55 new_compare15(:%(vwx3000, vwx3001), :%(vwx31000, vwx31001), ty_Integer) -> new_compare5(new_sr(vwx3000, vwx31001), new_sr(vwx31000, vwx3001)) 28.81/13.55 new_lt17(Char(vwx3000), Char(vwx31000)) -> new_esEs24(new_primCmpNat0(vwx3000, vwx31000), LT) 28.81/13.55 new_compare7(vwx300, vwx3100, ty_Bool) -> new_compare24(vwx300, vwx3100, new_esEs21(vwx300, vwx3100)) 28.81/13.55 new_esEs34(vwx1080, vwx1090, ty_Ordering) -> new_esEs24(vwx1080, vwx1090) 28.81/13.55 new_esEs28(vwx1082, vwx1092, ty_Ordering) -> new_esEs24(vwx1082, vwx1092) 28.81/13.55 new_ltEs11(Right(vwx3000), Right(vwx31000), bdc, ty_Int) -> new_ltEs7(vwx3000, vwx31000) 28.81/13.55 new_esEs7(vwx3000, vwx31000, ty_Ordering) -> new_esEs24(vwx3000, vwx31000) 28.81/13.55 new_esEs7(vwx3000, vwx31000, app(ty_Ratio, cdf)) -> new_esEs25(vwx3000, vwx31000, cdf) 28.81/13.55 new_primCmpInt(Neg(Zero), Neg(Zero)) -> EQ 28.81/13.55 new_esEs13(Right(vwx1080), Right(vwx1090), cfb, ty_Int) -> new_esEs18(vwx1080, vwx1090) 28.81/13.55 new_primCmpInt(Pos(Zero), Neg(Succ(vwx310000))) -> GT 28.81/13.55 new_compare26(vwx300, vwx3100, True, beg, beh) -> EQ 28.81/13.55 new_esEs14(vwx3000, vwx31000, ty_Double) -> new_esEs20(vwx3000, vwx31000) 28.81/13.55 new_compare1(vwx300, vwx3100, False, bc, bd, be) -> GT 28.81/13.55 new_ltEs11(Right(vwx3000), Right(vwx31000), bdc, ty_Char) -> new_ltEs13(vwx3000, vwx31000) 28.81/13.55 new_ltEs19(vwx3002, vwx31002, app(ty_Ratio, eff)) -> new_ltEs16(vwx3002, vwx31002, eff) 28.81/13.55 new_lt13(Pos(Zero), Pos(Zero)) -> new_esEs24(EQ, LT) 28.81/13.55 new_ltEs11(Left(vwx3000), Left(vwx31000), app(app(app(ty_@3, bca), bcb), bcc), bcd) -> new_ltEs4(vwx3000, vwx31000, bca, bcb, bcc) 28.81/13.55 new_primCmpInt(Neg(Succ(vwx30000)), Neg(vwx31000)) -> new_primCmpNat0(vwx31000, Succ(vwx30000)) 28.81/13.55 new_ltEs19(vwx3002, vwx31002, app(ty_[], fd)) -> new_ltEs12(vwx3002, vwx31002, fd) 28.81/13.55 new_esEs13(Right(vwx1080), Right(vwx1090), cfb, ty_Bool) -> new_esEs21(vwx1080, vwx1090) 28.81/13.55 new_esEs12(Just(vwx1080), Just(vwx1090), app(ty_Maybe, bgb)) -> new_esEs12(vwx1080, vwx1090, bgb) 28.81/13.55 new_esEs34(vwx1080, vwx1090, app(ty_Ratio, efc)) -> new_esEs25(vwx1080, vwx1090, efc) 28.81/13.55 new_esEs14(vwx3000, vwx31000, ty_Integer) -> new_esEs19(vwx3000, vwx31000) 28.81/13.55 new_lt20(vwx3001, vwx31001, ty_Double) -> new_lt9(vwx3001, vwx31001) 28.81/13.55 new_compare7(vwx300, vwx3100, app(app(ty_Either, beg), beh)) -> new_compare26(vwx300, vwx3100, new_esEs13(vwx300, vwx3100, beg, beh), beg, beh) 28.81/13.55 new_lt20(vwx3001, vwx31001, ty_Int) -> new_lt13(vwx3001, vwx31001) 28.81/13.55 new_lt10(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), ff, fg) -> new_esEs24(new_compare25(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), new_asAs(new_esEs7(vwx3000, vwx31000, ff), new_esEs8(vwx3001, vwx31001, fg)), ff, fg), LT) 28.81/13.55 new_esEs7(vwx3000, vwx31000, app(app(ty_@2, cdd), cde)) -> new_esEs11(vwx3000, vwx31000, cdd, cde) 28.81/13.55 new_esEs34(vwx1080, vwx1090, app(app(ty_@2, efa), efb)) -> new_esEs11(vwx1080, vwx1090, efa, efb) 28.81/13.55 new_esEs13(Right(vwx1080), Right(vwx1090), cfb, app(ty_Ratio, cgd)) -> new_esEs25(vwx1080, vwx1090, cgd) 28.81/13.55 new_esEs27(vwx1081, vwx1091, app(ty_Maybe, dag)) -> new_esEs12(vwx1081, vwx1091, dag) 28.81/13.55 new_compare6(Float(vwx3000, Neg(vwx30010)), Float(vwx31000, Neg(vwx310010))) -> new_compare4(new_sr0(vwx3000, Neg(vwx310010)), new_sr0(Neg(vwx30010), vwx31000)) 28.81/13.55 new_esEs24(EQ, EQ) -> True 28.81/13.55 new_ltEs15(Just(vwx3000), Just(vwx31000), ty_Char) -> new_ltEs13(vwx3000, vwx31000) 28.81/13.55 new_esEs7(vwx3000, vwx31000, ty_Int) -> new_esEs18(vwx3000, vwx31000) 28.81/13.55 new_primEqInt(Pos(Succ(vwx1200)), Pos(Zero)) -> False 28.81/13.55 new_primEqInt(Pos(Zero), Pos(Succ(vwx1500))) -> False 28.81/13.55 new_esEs12(Nothing, Just(vwx1090), bfd) -> False 28.81/13.55 new_esEs12(Just(vwx1080), Nothing, bfd) -> False 28.81/13.55 new_esEs34(vwx1080, vwx1090, ty_Int) -> new_esEs18(vwx1080, vwx1090) 28.81/13.55 new_ltEs15(Just(vwx3000), Just(vwx31000), ty_Int) -> new_ltEs7(vwx3000, vwx31000) 28.81/13.55 new_esEs9(vwx3000, vwx31000, app(ty_[], dga)) -> new_esEs23(vwx3000, vwx31000, dga) 28.81/13.55 new_esEs31(vwx1080, vwx1090, app(ty_[], dhe)) -> new_esEs23(vwx1080, vwx1090, dhe) 28.81/13.55 new_esEs28(vwx1082, vwx1092, app(app(ty_@2, dcc), dcd)) -> new_esEs11(vwx1082, vwx1092, dcc, dcd) 28.81/13.55 new_esEs12(Nothing, Nothing, bfd) -> True 28.81/13.55 new_esEs4(vwx3000, vwx31000, app(ty_[], bhe)) -> new_esEs23(vwx3000, vwx31000, bhe) 28.81/13.55 new_esEs14(vwx3000, vwx31000, app(app(ty_@2, ddf), ddg)) -> new_esEs11(vwx3000, vwx31000, ddf, ddg) 28.81/13.55 new_esEs4(vwx3000, vwx31000, ty_Char) -> new_esEs22(vwx3000, vwx31000) 28.81/13.55 new_compare16(vwx3000, vwx31001, vwx31000, vwx3001, ty_Int) -> new_compare4(new_sr0(vwx3000, vwx31001), new_sr0(vwx31000, vwx3001)) 28.81/13.55 new_esEs13(Left(vwx1080), Left(vwx1090), app(ty_Ratio, cfa), cdg) -> new_esEs25(vwx1080, vwx1090, cfa) 28.81/13.55 new_esEs21(False, False) -> True 28.81/13.55 new_ltEs11(Left(vwx3000), Left(vwx31000), ty_Integer, bcd) -> new_ltEs17(vwx3000, vwx31000) 28.81/13.55 new_primEqNat0(Succ(vwx1200), Succ(vwx1500)) -> new_primEqNat0(vwx1200, vwx1500) 28.81/13.55 new_ltEs18(vwx3001, vwx31001, app(app(app(ty_@3, he), hf), hg)) -> new_ltEs4(vwx3001, vwx31001, he, hf, hg) 28.81/13.55 new_esEs33(vwx108, vwx109, app(ty_Maybe, bfd)) -> new_esEs12(vwx108, vwx109, bfd) 28.81/13.55 new_esEs5(vwx3001, vwx31001, ty_Float) -> new_esEs16(vwx3001, vwx31001) 28.81/13.55 new_esEs6(vwx3002, vwx31002, ty_@0) -> new_esEs17(vwx3002, vwx31002) 28.81/13.55 new_esEs26(vwx1080, vwx1090, ty_Float) -> new_esEs16(vwx1080, vwx1090) 28.81/13.55 new_compare24(vwx300, vwx3100, False) -> new_compare11(vwx300, vwx3100, new_ltEs6(vwx300, vwx3100)) 28.81/13.55 new_esEs28(vwx1082, vwx1092, app(app(ty_Either, dbg), dbh)) -> new_esEs13(vwx1082, vwx1092, dbg, dbh) 28.81/13.55 new_esEs31(vwx1080, vwx1090, ty_Char) -> new_esEs22(vwx1080, vwx1090) 28.81/13.55 new_esEs32(vwx1081, vwx1091, ty_Float) -> new_esEs16(vwx1081, vwx1091) 28.81/13.55 new_esEs33(vwx108, vwx109, ty_@0) -> new_esEs17(vwx108, vwx109) 28.81/13.55 new_not(True) -> False 28.81/13.55 new_esEs13(Right(vwx1080), Right(vwx1090), cfb, ty_Ordering) -> new_esEs24(vwx1080, vwx1090) 28.81/13.55 new_esEs24(GT, GT) -> True 28.81/13.55 new_ltEs11(Left(vwx3000), Left(vwx31000), ty_Bool, bcd) -> new_ltEs6(vwx3000, vwx31000) 28.81/13.55 new_esEs7(vwx3000, vwx31000, ty_Double) -> new_esEs20(vwx3000, vwx31000) 28.81/13.55 new_esEs15(vwx3000, vwx31000, ty_Char) -> new_esEs22(vwx3000, vwx31000) 28.81/13.55 new_primCompAux00(vwx225, LT) -> LT 28.81/13.55 new_esEs12(Just(vwx1080), Just(vwx1090), app(app(app(ty_@3, bfe), bff), bfg)) -> new_esEs10(vwx1080, vwx1090, bfe, bff, bfg) 28.81/13.55 new_primCmpNat0(Zero, Zero) -> EQ 28.81/13.55 new_esEs5(vwx3001, vwx31001, app(ty_Maybe, caf)) -> new_esEs12(vwx3001, vwx31001, caf) 28.81/13.55 new_ltEs19(vwx3002, vwx31002, ty_Bool) -> new_ltEs6(vwx3002, vwx31002) 28.81/13.55 new_lt19(vwx3000, vwx31000, app(app(ty_Either, cf), cg)) -> new_lt8(vwx3000, vwx31000, cf, cg) 28.81/13.55 new_compare11(vwx300, vwx3100, False) -> GT 28.81/13.55 new_lt14(EQ, EQ) -> new_esEs24(new_compare28(EQ, EQ, True), LT) 28.81/13.55 new_esEs30(vwx121, vwx151, ty_Int) -> new_esEs18(vwx121, vwx151) 28.81/13.55 new_esEs34(vwx1080, vwx1090, ty_@0) -> new_esEs17(vwx1080, vwx1090) 28.81/13.55 new_esEs7(vwx3000, vwx31000, ty_Bool) -> new_esEs21(vwx3000, vwx31000) 28.81/13.55 new_lt19(vwx3000, vwx31000, ty_Int) -> new_lt13(vwx3000, vwx31000) 28.81/13.55 new_compare27(vwx300, vwx3100, True, bag) -> EQ 28.81/13.55 new_lt13(Pos(Succ(vwx30000)), Pos(vwx31000)) -> new_esEs24(new_primCmpNat0(Succ(vwx30000), vwx31000), LT) 28.81/13.55 new_compare7(vwx300, vwx3100, ty_@0) -> new_compare9(vwx300, vwx3100) 28.81/13.55 new_esEs13(Left(vwx1080), Left(vwx1090), app(app(ty_Either, cec), ced), cdg) -> new_esEs13(vwx1080, vwx1090, cec, ced) 28.81/13.55 new_esEs31(vwx1080, vwx1090, ty_Float) -> new_esEs16(vwx1080, vwx1090) 28.81/13.55 new_lt13(Pos(Zero), Neg(Zero)) -> new_esEs24(EQ, LT) 28.81/13.55 new_lt13(Neg(Zero), Pos(Zero)) -> new_esEs24(EQ, LT) 28.81/13.55 new_esEs14(vwx3000, vwx31000, ty_Char) -> new_esEs22(vwx3000, vwx31000) 28.81/13.55 new_primEqNat0(Succ(vwx1200), Zero) -> False 28.81/13.55 new_primEqNat0(Zero, Succ(vwx1500)) -> False 28.81/13.55 new_esEs12(Just(vwx1080), Just(vwx1090), ty_@0) -> new_esEs17(vwx1080, vwx1090) 28.81/13.55 new_esEs30(vwx121, vwx151, ty_Integer) -> new_esEs19(vwx121, vwx151) 28.81/13.55 new_esEs33(vwx108, vwx109, app(app(app(ty_@3, cge), cgf), cgg)) -> new_esEs10(vwx108, vwx109, cge, cgf, cgg) 28.81/13.55 new_esEs27(vwx1081, vwx1091, app(app(app(ty_@3, dab), dac), dad)) -> new_esEs10(vwx1081, vwx1091, dab, dac, dad) 28.81/13.55 new_ltEs11(Right(vwx3000), Right(vwx31000), bdc, ty_@0) -> new_ltEs14(vwx3000, vwx31000) 28.81/13.55 new_esEs6(vwx3002, vwx31002, ty_Bool) -> new_esEs21(vwx3002, vwx31002) 28.81/13.55 new_ltEs15(Just(vwx3000), Just(vwx31000), app(ty_[], bbh)) -> new_ltEs12(vwx3000, vwx31000, bbh) 28.81/13.55 new_lt13(Pos(Zero), Pos(Succ(vwx310000))) -> new_esEs24(new_primCmpNat0(Zero, Succ(vwx310000)), LT) 28.81/13.55 new_primCompAux00(vwx225, GT) -> GT 28.81/13.55 new_esEs28(vwx1082, vwx1092, app(ty_Ratio, dce)) -> new_esEs25(vwx1082, vwx1092, dce) 28.81/13.55 new_compare4(vwx300, vwx3100) -> new_primCmpInt(vwx300, vwx3100) 28.81/13.55 new_ltEs6(True, True) -> True 28.81/13.55 new_compare14(vwx300, vwx3100, True) -> LT 28.81/13.55 new_primCmpInt(Pos(Succ(vwx30000)), Neg(vwx31000)) -> GT 28.81/13.55 new_esEs6(vwx3002, vwx31002, app(app(ty_Either, cbf), cbg)) -> new_esEs13(vwx3002, vwx31002, cbf, cbg) 28.81/13.55 new_esEs28(vwx1082, vwx1092, ty_@0) -> new_esEs17(vwx1082, vwx1092) 28.81/13.55 new_ltEs11(Left(vwx3000), Right(vwx31000), bdc, bcd) -> True 28.81/13.55 new_esEs26(vwx1080, vwx1090, app(ty_[], chf)) -> new_esEs23(vwx1080, vwx1090, chf) 28.81/13.55 new_compare7(vwx300, vwx3100, ty_Int) -> new_compare4(vwx300, vwx3100) 28.81/13.55 new_esEs32(vwx1081, vwx1091, app(ty_[], eag)) -> new_esEs23(vwx1081, vwx1091, eag) 28.81/13.55 new_lt20(vwx3001, vwx31001, app(app(ty_Either, ea), eb)) -> new_lt8(vwx3001, vwx31001, ea, eb) 28.81/13.55 new_ltEs5(LT, GT) -> True 28.81/13.55 new_pePe(False, vwx108, vwx109, vwx164, edb) -> new_asAs(new_esEs33(vwx108, vwx109, edb), vwx164) 28.81/13.55 new_primPlusNat1(Succ(vwx26300), Succ(vwx3101000)) -> Succ(Succ(new_primPlusNat1(vwx26300, vwx3101000))) 28.81/13.55 new_compare7(vwx300, vwx3100, app(ty_Ratio, ech)) -> new_compare15(vwx300, vwx3100, ech) 28.81/13.55 new_esEs15(vwx3000, vwx31000, app(ty_[], deg)) -> new_esEs23(vwx3000, vwx31000, deg) 28.81/13.55 new_ltEs18(vwx3001, vwx31001, ty_Bool) -> new_ltEs6(vwx3001, vwx31001) 28.81/13.55 new_primCmpNat0(Zero, Succ(vwx310000)) -> LT 28.81/13.55 new_esEs8(vwx3001, vwx31001, ty_Char) -> new_esEs22(vwx3001, vwx31001) 28.81/13.55 new_esEs29(vwx120, vwx150, ty_Int) -> new_esEs18(vwx120, vwx150) 28.81/13.55 new_esEs24(LT, LT) -> True 28.81/13.55 new_esEs8(vwx3001, vwx31001, app(ty_[], eca)) -> new_esEs23(vwx3001, vwx31001, eca) 28.81/13.55 new_esEs33(vwx108, vwx109, ty_Ordering) -> new_esEs24(vwx108, vwx109) 28.81/13.55 new_esEs8(vwx3001, vwx31001, ty_Double) -> new_esEs20(vwx3001, vwx31001) 28.81/13.55 new_esEs27(vwx1081, vwx1091, ty_Ordering) -> new_esEs24(vwx1081, vwx1091) 28.81/13.55 new_esEs12(Just(vwx1080), Just(vwx1090), ty_Ordering) -> new_esEs24(vwx1080, vwx1090) 28.81/13.55 new_sr(Integer(vwx3000), Integer(vwx31010)) -> Integer(new_primMulInt(vwx3000, vwx31010)) 28.81/13.55 new_primCmpNat0(Succ(vwx30000), Zero) -> GT 28.81/13.55 new_esEs8(vwx3001, vwx31001, ty_Float) -> new_esEs16(vwx3001, vwx31001) 28.81/13.55 new_esEs7(vwx3000, vwx31000, ty_Char) -> new_esEs22(vwx3000, vwx31000) 28.81/13.55 new_esEs13(Right(vwx1080), Right(vwx1090), cfb, app(ty_[], cga)) -> new_esEs23(vwx1080, vwx1090, cga) 28.81/13.55 new_esEs9(vwx3000, vwx31000, ty_Integer) -> new_esEs19(vwx3000, vwx31000) 28.81/13.55 new_compare7(vwx300, vwx3100, ty_Double) -> new_compare3(vwx300, vwx3100) 28.81/13.55 new_esEs17(@0, @0) -> True 28.81/13.55 new_esEs15(vwx3000, vwx31000, ty_Double) -> new_esEs20(vwx3000, vwx31000) 28.81/13.55 new_esEs12(Just(vwx1080), Just(vwx1090), ty_Int) -> new_esEs18(vwx1080, vwx1090) 28.81/13.55 new_ltEs11(Right(vwx3000), Right(vwx31000), bdc, ty_Ordering) -> new_ltEs5(vwx3000, vwx31000) 28.81/13.55 new_ltEs18(vwx3001, vwx31001, app(ty_[], bae)) -> new_ltEs12(vwx3001, vwx31001, bae) 28.81/13.55 new_compare25(vwx300, vwx3100, True, fh, ga) -> EQ 28.81/13.55 new_esEs10(@3(vwx1080, vwx1081, vwx1082), @3(vwx1090, vwx1091, vwx1092), cge, cgf, cgg) -> new_asAs(new_esEs26(vwx1080, vwx1090, cge), new_asAs(new_esEs27(vwx1081, vwx1091, cgf), new_esEs28(vwx1082, vwx1092, cgg))) 28.81/13.55 new_lt20(vwx3001, vwx31001, app(ty_Ratio, efe)) -> new_lt16(vwx3001, vwx31001, efe) 28.81/13.55 new_esEs4(vwx3000, vwx31000, app(app(ty_@2, bhf), bhg)) -> new_esEs11(vwx3000, vwx31000, bhf, bhg) 28.81/13.55 new_ltEs18(vwx3001, vwx31001, ty_Double) -> new_ltEs8(vwx3001, vwx31001) 28.81/13.55 new_esEs27(vwx1081, vwx1091, ty_Int) -> new_esEs18(vwx1081, vwx1091) 28.81/13.55 new_ltEs19(vwx3002, vwx31002, ty_Integer) -> new_ltEs17(vwx3002, vwx31002) 28.81/13.55 new_esEs28(vwx1082, vwx1092, ty_Char) -> new_esEs22(vwx1082, vwx1092) 28.81/13.55 new_ltEs15(Just(vwx3000), Just(vwx31000), ty_@0) -> new_ltEs14(vwx3000, vwx31000) 28.81/13.55 new_compare10(vwx300, vwx3100, False, bag) -> GT 28.81/13.55 new_lt12(Float(vwx3000, Neg(vwx30010)), Float(vwx31000, Neg(vwx310010))) -> new_esEs24(new_compare4(new_sr0(vwx3000, Neg(vwx310010)), new_sr0(Neg(vwx30010), vwx31000)), LT) 28.81/13.55 new_ltEs16(vwx300, vwx3100, eda) -> new_not(new_esEs24(new_compare15(vwx300, vwx3100, eda), GT)) 28.81/13.55 new_primEqInt(Pos(Zero), Neg(Succ(vwx1500))) -> False 28.81/13.55 new_primEqInt(Neg(Zero), Pos(Succ(vwx1500))) -> False 28.81/13.55 new_lt6(True, True) -> new_esEs24(new_compare24(True, True, True), LT) 28.81/13.55 new_esEs14(vwx3000, vwx31000, ty_Bool) -> new_esEs21(vwx3000, vwx31000) 28.81/13.55 new_esEs5(vwx3001, vwx31001, app(app(ty_Either, cad), cae)) -> new_esEs13(vwx3001, vwx31001, cad, cae) 28.81/13.55 new_ltEs11(Left(vwx3000), Left(vwx31000), ty_Double, bcd) -> new_ltEs8(vwx3000, vwx31000) 28.81/13.55 new_ltEs18(vwx3001, vwx31001, ty_Float) -> new_ltEs10(vwx3001, vwx31001) 28.81/13.55 new_esEs8(vwx3001, vwx31001, ty_Ordering) -> new_esEs24(vwx3001, vwx31001) 28.81/13.55 new_ltEs15(Nothing, Nothing, edf) -> True 28.81/13.55 new_esEs12(Just(vwx1080), Just(vwx1090), app(ty_Ratio, bgf)) -> new_esEs25(vwx1080, vwx1090, bgf) 28.81/13.55 new_esEs34(vwx1080, vwx1090, ty_Integer) -> new_esEs19(vwx1080, vwx1090) 28.81/13.55 new_esEs14(vwx3000, vwx31000, ty_Int) -> new_esEs18(vwx3000, vwx31000) 28.81/13.55 new_ltEs19(vwx3002, vwx31002, ty_Char) -> new_ltEs13(vwx3002, vwx31002) 28.81/13.55 new_ltEs6(False, False) -> True 28.81/13.55 new_ltEs15(Just(vwx3000), Nothing, edf) -> False 28.81/13.55 new_lt18(vwx3000, vwx31000, app(ty_Maybe, gh)) -> new_lt11(vwx3000, vwx31000, gh) 28.81/13.55 new_primEqInt(Neg(Succ(vwx1200)), Neg(Succ(vwx1500))) -> new_primEqNat0(vwx1200, vwx1500) 28.81/13.55 new_esEs7(vwx3000, vwx31000, ty_Integer) -> new_esEs19(vwx3000, vwx31000) 28.81/13.55 new_ltEs10(vwx300, vwx3100) -> new_not(new_esEs24(new_compare6(vwx300, vwx3100), GT)) 28.81/13.55 new_primCmpInt(Neg(Zero), Pos(Succ(vwx310000))) -> LT 28.81/13.55 new_esEs4(vwx3000, vwx31000, app(ty_Ratio, bhh)) -> new_esEs25(vwx3000, vwx31000, bhh) 28.81/13.55 new_lt8(Left(vwx3000), Left(vwx31000), bfa, bfb) -> new_esEs24(new_compare26(Left(vwx3000), Left(vwx31000), new_esEs14(vwx3000, vwx31000, bfa), bfa, bfb), LT) 28.81/13.55 new_primMulInt(Pos(vwx3000), Pos(vwx31010)) -> Pos(new_primMulNat0(vwx3000, vwx31010)) 28.81/13.55 new_esEs27(vwx1081, vwx1091, app(ty_Ratio, dbc)) -> new_esEs25(vwx1081, vwx1091, dbc) 28.81/13.55 new_ltEs11(Left(vwx3000), Left(vwx31000), ty_Float, bcd) -> new_ltEs10(vwx3000, vwx31000) 28.81/13.55 new_esEs14(vwx3000, vwx31000, app(app(app(ty_@3, dcg), dch), dda)) -> new_esEs10(vwx3000, vwx31000, dcg, dch, dda) 28.81/13.55 new_ltEs11(Right(vwx3000), Right(vwx31000), bdc, app(app(app(ty_@3, bdd), bde), bdf)) -> new_ltEs4(vwx3000, vwx31000, bdd, bde, bdf) 28.81/13.55 new_lt11(Just(vwx3000), Just(vwx31000), baf) -> new_esEs24(new_compare27(Just(vwx3000), Just(vwx31000), new_esEs9(vwx3000, vwx31000, baf), baf), LT) 28.81/13.55 new_esEs28(vwx1082, vwx1092, ty_Double) -> new_esEs20(vwx1082, vwx1092) 28.81/13.55 new_esEs15(vwx3000, vwx31000, app(ty_Maybe, def)) -> new_esEs12(vwx3000, vwx31000, def) 28.81/13.55 new_esEs13(Left(vwx1080), Left(vwx1090), ty_Double, cdg) -> new_esEs20(vwx1080, vwx1090) 28.81/13.55 new_esEs13(Left(vwx1080), Left(vwx1090), ty_Integer, cdg) -> new_esEs19(vwx1080, vwx1090) 28.81/13.55 new_esEs21(False, True) -> False 28.81/13.55 new_esEs21(True, False) -> False 28.81/13.55 new_compare10(vwx300, vwx3100, True, bag) -> LT 28.81/13.55 new_lt18(vwx3000, vwx31000, app(app(ty_Either, ha), hb)) -> new_lt8(vwx3000, vwx31000, ha, hb) 28.81/13.55 new_esEs13(Left(vwx1080), Left(vwx1090), ty_Char, cdg) -> new_esEs22(vwx1080, vwx1090) 28.81/13.55 new_esEs5(vwx3001, vwx31001, ty_Bool) -> new_esEs21(vwx3001, vwx31001) 28.81/13.55 new_primMulNat0(Succ(vwx30000), Zero) -> Zero 28.81/13.55 new_primMulNat0(Zero, Succ(vwx310100)) -> Zero 28.81/13.55 new_primPlusNat0(Zero, vwx310100) -> Succ(vwx310100) 28.81/13.55 new_esEs34(vwx1080, vwx1090, app(app(app(ty_@3, eeb), eec), eed)) -> new_esEs10(vwx1080, vwx1090, eeb, eec, eed) 28.81/13.55 new_ltEs11(Right(vwx3000), Left(vwx31000), bdc, bcd) -> False 28.81/13.55 new_esEs4(vwx3000, vwx31000, ty_Double) -> new_esEs20(vwx3000, vwx31000) 28.81/13.55 new_esEs31(vwx1080, vwx1090, ty_Integer) -> new_esEs19(vwx1080, vwx1090) 28.81/13.55 new_ltEs15(Just(vwx3000), Just(vwx31000), app(app(ty_@2, bbc), bbd)) -> new_ltEs9(vwx3000, vwx31000, bbc, bbd) 28.81/13.55 new_esEs14(vwx3000, vwx31000, app(app(ty_Either, ddb), ddc)) -> new_esEs13(vwx3000, vwx31000, ddb, ddc) 28.81/13.55 new_ltEs5(EQ, EQ) -> True 28.81/13.55 new_esEs31(vwx1080, vwx1090, ty_Double) -> new_esEs20(vwx1080, vwx1090) 28.81/13.55 new_compare28(vwx300, vwx3100, False) -> new_compare14(vwx300, vwx3100, new_ltEs5(vwx300, vwx3100)) 28.81/13.55 new_ltEs13(vwx300, vwx3100) -> new_not(new_esEs24(new_compare8(vwx300, vwx3100), GT)) 28.81/13.55 new_esEs32(vwx1081, vwx1091, ty_Integer) -> new_esEs19(vwx1081, vwx1091) 28.81/13.55 new_ltEs18(vwx3001, vwx31001, app(ty_Maybe, bab)) -> new_ltEs15(vwx3001, vwx31001, bab) 28.81/13.55 new_esEs14(vwx3000, vwx31000, app(ty_Ratio, ddh)) -> new_esEs25(vwx3000, vwx31000, ddh) 28.81/13.55 new_ltEs6(True, False) -> False 28.81/13.55 new_esEs28(vwx1082, vwx1092, app(ty_[], dcb)) -> new_esEs23(vwx1082, vwx1092, dcb) 28.81/13.55 new_esEs7(vwx3000, vwx31000, ty_@0) -> new_esEs17(vwx3000, vwx31000) 28.81/13.55 new_esEs23(:(vwx1080, vwx1081), [], edc) -> False 28.81/13.55 new_esEs23([], :(vwx1090, vwx1091), edc) -> False 28.81/13.55 new_esEs27(vwx1081, vwx1091, app(app(ty_Either, dae), daf)) -> new_esEs13(vwx1081, vwx1091, dae, daf) 28.81/13.55 new_lt19(vwx3000, vwx31000, ty_Double) -> new_lt9(vwx3000, vwx31000) 28.81/13.55 new_esEs15(vwx3000, vwx31000, app(ty_Ratio, dfb)) -> new_esEs25(vwx3000, vwx31000, dfb) 28.81/13.55 new_esEs26(vwx1080, vwx1090, app(ty_Maybe, che)) -> new_esEs12(vwx1080, vwx1090, che) 28.81/13.55 new_esEs32(vwx1081, vwx1091, ty_@0) -> new_esEs17(vwx1081, vwx1091) 28.81/13.55 new_primPlusNat1(Succ(vwx26300), Zero) -> Succ(vwx26300) 28.81/13.55 new_primPlusNat1(Zero, Succ(vwx3101000)) -> Succ(vwx3101000) 28.81/13.55 new_lt4(Integer(vwx3000), Integer(vwx31000)) -> new_esEs24(new_primCmpInt(vwx3000, vwx31000), LT) 28.81/13.55 new_lt19(vwx3000, vwx31000, app(ty_Maybe, ce)) -> new_lt11(vwx3000, vwx31000, ce) 28.81/13.55 new_ltEs19(vwx3002, vwx31002, ty_@0) -> new_ltEs14(vwx3002, vwx31002) 28.81/13.55 new_esEs33(vwx108, vwx109, ty_Integer) -> new_esEs19(vwx108, vwx109) 28.81/13.55 new_esEs13(Left(vwx1080), Left(vwx1090), ty_@0, cdg) -> new_esEs17(vwx1080, vwx1090) 28.81/13.55 new_ltEs11(Left(vwx3000), Left(vwx31000), app(app(ty_Either, bch), bda), bcd) -> new_ltEs11(vwx3000, vwx31000, bch, bda) 28.81/13.55 new_ltEs11(Right(vwx3000), Right(vwx31000), bdc, app(ty_[], bed)) -> new_ltEs12(vwx3000, vwx31000, bed) 28.81/13.55 new_esEs6(vwx3002, vwx31002, app(ty_[], cca)) -> new_esEs23(vwx3002, vwx31002, cca) 28.81/13.55 new_esEs16(Float(vwx120, vwx121), Float(vwx150, vwx151)) -> new_esEs18(new_sr0(vwx120, vwx151), new_sr0(vwx121, vwx150)) 28.81/13.55 new_esEs27(vwx1081, vwx1091, ty_Bool) -> new_esEs21(vwx1081, vwx1091) 28.81/13.55 new_esEs8(vwx3001, vwx31001, ty_@0) -> new_esEs17(vwx3001, vwx31001) 28.81/13.55 new_esEs6(vwx3002, vwx31002, ty_Double) -> new_esEs20(vwx3002, vwx31002) 28.81/13.55 new_esEs13(Left(vwx1080), Left(vwx1090), app(app(app(ty_@3, cdh), cea), ceb), cdg) -> new_esEs10(vwx1080, vwx1090, cdh, cea, ceb) 28.81/13.55 new_esEs26(vwx1080, vwx1090, app(app(ty_Either, chc), chd)) -> new_esEs13(vwx1080, vwx1090, chc, chd) 28.81/13.55 new_lt18(vwx3000, vwx31000, ty_Int) -> new_lt13(vwx3000, vwx31000) 28.81/13.55 new_esEs31(vwx1080, vwx1090, ty_Ordering) -> new_esEs24(vwx1080, vwx1090) 28.81/13.55 new_esEs12(Just(vwx1080), Just(vwx1090), app(app(ty_Either, bfh), bga)) -> new_esEs13(vwx1080, vwx1090, bfh, bga) 28.81/13.55 new_esEs12(Just(vwx1080), Just(vwx1090), app(app(ty_@2, bgd), bge)) -> new_esEs11(vwx1080, vwx1090, bgd, bge) 28.81/13.55 new_lt18(vwx3000, vwx31000, ty_Double) -> new_lt9(vwx3000, vwx31000) 28.81/13.55 new_lt19(vwx3000, vwx31000, app(ty_Ratio, efd)) -> new_lt16(vwx3000, vwx31000, efd) 28.81/13.55 new_ltEs11(Left(vwx3000), Left(vwx31000), ty_Char, bcd) -> new_ltEs13(vwx3000, vwx31000) 28.81/13.55 new_esEs26(vwx1080, vwx1090, ty_Int) -> new_esEs18(vwx1080, vwx1090) 28.81/13.55 new_lt20(vwx3001, vwx31001, app(ty_Maybe, dh)) -> new_lt11(vwx3001, vwx31001, dh) 28.81/13.55 new_esEs31(vwx1080, vwx1090, ty_@0) -> new_esEs17(vwx1080, vwx1090) 28.81/13.55 new_esEs15(vwx3000, vwx31000, app(app(ty_@2, deh), dfa)) -> new_esEs11(vwx3000, vwx31000, deh, dfa) 28.81/13.55 new_esEs4(vwx3000, vwx31000, ty_Bool) -> new_esEs21(vwx3000, vwx31000) 28.81/13.55 new_ltEs5(LT, LT) -> True 28.81/13.55 new_esEs5(vwx3001, vwx31001, ty_Char) -> new_esEs22(vwx3001, vwx31001) 28.81/13.55 new_primMulInt(Neg(vwx3000), Neg(vwx31010)) -> Pos(new_primMulNat0(vwx3000, vwx31010)) 28.81/13.55 new_ltEs15(Just(vwx3000), Just(vwx31000), ty_Float) -> new_ltEs10(vwx3000, vwx31000) 28.81/13.55 new_primCmpInt(Pos(Zero), Pos(Succ(vwx310000))) -> new_primCmpNat0(Zero, Succ(vwx310000)) 28.81/13.55 new_esEs33(vwx108, vwx109, ty_Float) -> new_esEs16(vwx108, vwx109) 28.81/13.55 new_ltEs19(vwx3002, vwx31002, ty_Float) -> new_ltEs10(vwx3002, vwx31002) 28.81/13.55 new_esEs5(vwx3001, vwx31001, app(ty_[], cag)) -> new_esEs23(vwx3001, vwx31001, cag) 28.81/13.55 new_esEs28(vwx1082, vwx1092, ty_Bool) -> new_esEs21(vwx1082, vwx1092) 28.81/13.55 new_esEs15(vwx3000, vwx31000, ty_Int) -> new_esEs18(vwx3000, vwx31000) 28.81/13.55 new_esEs19(Integer(vwx120), Integer(vwx150)) -> new_primEqInt(vwx120, vwx150) 28.81/13.55 new_esEs5(vwx3001, vwx31001, ty_Double) -> new_esEs20(vwx3001, vwx31001) 28.81/13.55 new_ltEs5(LT, EQ) -> True 28.81/13.55 new_esEs27(vwx1081, vwx1091, app(app(ty_@2, dba), dbb)) -> new_esEs11(vwx1081, vwx1091, dba, dbb) 28.81/13.55 new_lt18(vwx3000, vwx31000, app(ty_Ratio, edh)) -> new_lt16(vwx3000, vwx31000, edh) 28.81/13.55 new_esEs9(vwx3000, vwx31000, ty_Float) -> new_esEs16(vwx3000, vwx31000) 28.81/13.55 new_esEs8(vwx3001, vwx31001, ty_Integer) -> new_esEs19(vwx3001, vwx31001) 28.81/13.55 new_ltEs19(vwx3002, vwx31002, app(ty_Maybe, fa)) -> new_ltEs15(vwx3002, vwx31002, fa) 28.81/13.55 new_esEs12(Just(vwx1080), Just(vwx1090), ty_Bool) -> new_esEs21(vwx1080, vwx1090) 28.81/13.55 new_ltEs19(vwx3002, vwx31002, ty_Double) -> new_ltEs8(vwx3002, vwx31002) 28.81/13.55 new_lt13(Pos(Succ(vwx30000)), Neg(vwx31000)) -> new_esEs24(GT, LT) 28.81/13.55 new_ltEs15(Just(vwx3000), Just(vwx31000), ty_Double) -> new_ltEs8(vwx3000, vwx31000) 28.81/13.55 new_ltEs15(Just(vwx3000), Just(vwx31000), app(ty_Maybe, bbe)) -> new_ltEs15(vwx3000, vwx31000, bbe) 28.81/13.55 new_esEs26(vwx1080, vwx1090, app(ty_Ratio, daa)) -> new_esEs25(vwx1080, vwx1090, daa) 28.81/13.55 new_esEs14(vwx3000, vwx31000, app(ty_Maybe, ddd)) -> new_esEs12(vwx3000, vwx31000, ddd) 28.81/13.55 new_esEs6(vwx3002, vwx31002, ty_Ordering) -> new_esEs24(vwx3002, vwx31002) 28.81/13.55 new_esEs27(vwx1081, vwx1091, ty_Char) -> new_esEs22(vwx1081, vwx1091) 28.81/13.55 new_lt19(vwx3000, vwx31000, ty_Ordering) -> new_lt14(vwx3000, vwx31000) 28.81/13.55 new_esEs13(Right(vwx1080), Right(vwx1090), cfb, app(app(ty_@2, cgb), cgc)) -> new_esEs11(vwx1080, vwx1090, cgb, cgc) 28.81/13.55 new_esEs13(Left(vwx1080), Left(vwx1090), ty_Ordering, cdg) -> new_esEs24(vwx1080, vwx1090) 28.81/13.55 new_lt20(vwx3001, vwx31001, ty_Char) -> new_lt17(vwx3001, vwx31001) 28.81/13.55 new_primMulInt(Pos(vwx3000), Neg(vwx31010)) -> Neg(new_primMulNat0(vwx3000, vwx31010)) 28.81/13.55 new_primMulInt(Neg(vwx3000), Pos(vwx31010)) -> Neg(new_primMulNat0(vwx3000, vwx31010)) 28.81/13.55 new_lt19(vwx3000, vwx31000, ty_Float) -> new_lt12(vwx3000, vwx31000) 28.81/13.55 new_esEs15(vwx3000, vwx31000, app(app(ty_Either, ded), dee)) -> new_esEs13(vwx3000, vwx31000, ded, dee) 28.81/13.55 new_esEs15(vwx3000, vwx31000, ty_@0) -> new_esEs17(vwx3000, vwx31000) 28.81/13.55 new_esEs13(Left(vwx1080), Left(vwx1090), ty_Int, cdg) -> new_esEs18(vwx1080, vwx1090) 28.81/13.55 new_compare28(vwx300, vwx3100, True) -> EQ 28.81/13.55 new_esEs15(vwx3000, vwx31000, ty_Bool) -> new_esEs21(vwx3000, vwx31000) 28.81/13.55 new_esEs9(vwx3000, vwx31000, ty_Int) -> new_esEs18(vwx3000, vwx31000) 28.81/13.55 new_esEs9(vwx3000, vwx31000, ty_Ordering) -> new_esEs24(vwx3000, vwx31000) 28.81/13.55 new_esEs4(vwx3000, vwx31000, app(app(ty_Either, bhb), bhc)) -> new_esEs13(vwx3000, vwx31000, bhb, bhc) 28.81/13.55 new_esEs6(vwx3002, vwx31002, ty_Char) -> new_esEs22(vwx3002, vwx31002) 28.81/13.55 new_esEs33(vwx108, vwx109, ty_Char) -> new_esEs22(vwx108, vwx109) 28.81/13.55 new_compare14(vwx300, vwx3100, False) -> GT 28.81/13.55 new_esEs31(vwx1080, vwx1090, app(app(ty_Either, dhb), dhc)) -> new_esEs13(vwx1080, vwx1090, dhb, dhc) 28.81/13.55 new_esEs7(vwx3000, vwx31000, ty_Float) -> new_esEs16(vwx3000, vwx31000) 28.81/13.55 new_esEs13(Left(vwx1080), Left(vwx1090), app(ty_Maybe, cee), cdg) -> new_esEs12(vwx1080, vwx1090, cee) 28.81/13.55 new_esEs34(vwx1080, vwx1090, ty_Float) -> new_esEs16(vwx1080, vwx1090) 28.81/13.55 new_lt20(vwx3001, vwx31001, app(ty_[], ec)) -> new_lt7(vwx3001, vwx31001, ec) 28.81/13.55 new_esEs28(vwx1082, vwx1092, ty_Float) -> new_esEs16(vwx1082, vwx1092) 28.81/13.55 new_esEs32(vwx1081, vwx1091, app(app(ty_@2, eah), eba)) -> new_esEs11(vwx1081, vwx1091, eah, eba) 28.81/13.55 new_esEs5(vwx3001, vwx31001, app(app(ty_@2, cah), cba)) -> new_esEs11(vwx3001, vwx31001, cah, cba) 28.81/13.55 new_lt14(EQ, GT) -> new_esEs24(new_compare28(EQ, GT, False), LT) 28.81/13.55 new_lt14(GT, EQ) -> new_esEs24(new_compare28(GT, EQ, False), LT) 28.81/13.55 new_lt19(vwx3000, vwx31000, app(app(ty_@2, cc), cd)) -> new_lt10(vwx3000, vwx31000, cc, cd) 28.81/13.55 new_compare7(vwx300, vwx3100, app(ty_Maybe, bag)) -> new_compare27(vwx300, vwx3100, new_esEs12(vwx300, vwx3100, bag), bag) 28.81/13.55 new_ltEs11(Left(vwx3000), Left(vwx31000), app(ty_Maybe, bcg), bcd) -> new_ltEs15(vwx3000, vwx31000, bcg) 28.81/13.55 new_lt13(Neg(Succ(vwx30000)), Pos(vwx31000)) -> new_esEs24(LT, LT) 28.81/13.55 new_esEs26(vwx1080, vwx1090, app(app(ty_@2, chg), chh)) -> new_esEs11(vwx1080, vwx1090, chg, chh) 28.81/13.55 new_compare1(vwx300, vwx3100, True, bc, bd, be) -> LT 28.81/13.55 new_esEs13(Left(vwx1080), Right(vwx1090), cfb, cdg) -> False 28.81/13.55 new_esEs13(Right(vwx1080), Left(vwx1090), cfb, cdg) -> False 28.81/13.55 new_esEs9(vwx3000, vwx31000, ty_@0) -> new_esEs17(vwx3000, vwx31000) 28.81/13.55 new_esEs22(Char(vwx120), Char(vwx150)) -> new_primEqNat0(vwx120, vwx150) 28.81/13.55 new_esEs18(vwx12, vwx15) -> new_primEqInt(vwx12, vwx15) 28.81/13.55 new_compare0([], :(vwx31000, vwx31001), bef) -> LT 28.81/13.55 new_asAs(True, vwx173) -> vwx173 28.81/13.55 new_esEs8(vwx3001, vwx31001, app(ty_Maybe, ebh)) -> new_esEs12(vwx3001, vwx31001, ebh) 28.81/13.55 new_esEs27(vwx1081, vwx1091, ty_Integer) -> new_esEs19(vwx1081, vwx1091) 28.81/13.55 new_ltEs8(vwx300, vwx3100) -> new_not(new_esEs24(new_compare3(vwx300, vwx3100), GT)) 28.81/13.55 new_esEs32(vwx1081, vwx1091, ty_Ordering) -> new_esEs24(vwx1081, vwx1091) 28.81/13.55 new_lt20(vwx3001, vwx31001, app(app(ty_@2, df), dg)) -> new_lt10(vwx3001, vwx31001, df, dg) 28.81/13.55 new_ltEs5(GT, LT) -> False 28.81/13.55 new_ltEs11(Left(vwx3000), Left(vwx31000), ty_Int, bcd) -> new_ltEs7(vwx3000, vwx31000) 28.81/13.55 new_ltEs18(vwx3001, vwx31001, ty_Char) -> new_ltEs13(vwx3001, vwx31001) 28.81/13.55 new_lt7([], :(vwx31000, vwx31001), bfc) -> new_esEs24(LT, LT) 28.81/13.55 new_esEs13(Right(vwx1080), Right(vwx1090), cfb, ty_Float) -> new_esEs16(vwx1080, vwx1090) 28.81/13.55 new_compare26(vwx300, vwx3100, False, beg, beh) -> new_compare13(vwx300, vwx3100, new_ltEs11(vwx300, vwx3100, beg, beh), beg, beh) 28.81/13.55 new_ltEs11(Left(vwx3000), Left(vwx31000), app(app(ty_@2, bce), bcf), bcd) -> new_ltEs9(vwx3000, vwx31000, bce, bcf) 28.81/13.55 new_esEs13(Right(vwx1080), Right(vwx1090), cfb, app(ty_Maybe, cfh)) -> new_esEs12(vwx1080, vwx1090, cfh) 28.81/13.55 new_esEs5(vwx3001, vwx31001, ty_Ordering) -> new_esEs24(vwx3001, vwx31001) 28.81/13.55 new_compare6(Float(vwx3000, Pos(vwx30010)), Float(vwx31000, Neg(vwx310010))) -> new_compare4(new_sr0(vwx3000, Pos(vwx310010)), new_sr0(Neg(vwx30010), vwx31000)) 28.81/13.55 new_compare6(Float(vwx3000, Neg(vwx30010)), Float(vwx31000, Pos(vwx310010))) -> new_compare4(new_sr0(vwx3000, Neg(vwx310010)), new_sr0(Pos(vwx30010), vwx31000)) 28.81/13.55 new_lt19(vwx3000, vwx31000, app(ty_[], da)) -> new_lt7(vwx3000, vwx31000, da) 28.81/13.55 new_esEs26(vwx1080, vwx1090, ty_Ordering) -> new_esEs24(vwx1080, vwx1090) 28.81/13.55 new_compare15(:%(vwx3000, vwx3001), :%(vwx31000, vwx31001), ty_Int) -> new_compare4(new_sr0(vwx3000, vwx31001), new_sr0(vwx31000, vwx3001)) 28.81/13.55 new_esEs12(Just(vwx1080), Just(vwx1090), ty_Double) -> new_esEs20(vwx1080, vwx1090) 28.81/13.55 new_lt18(vwx3000, vwx31000, ty_@0) -> new_lt15(vwx3000, vwx31000) 28.81/13.55 new_ltEs4(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), db, ca, cb) -> new_pePe(new_lt19(vwx3000, vwx31000, db), vwx3000, vwx31000, new_pePe(new_lt20(vwx3001, vwx31001, ca), vwx3001, vwx31001, new_ltEs19(vwx3002, vwx31002, cb), ca), db) 28.81/13.55 new_esEs12(Just(vwx1080), Just(vwx1090), ty_Integer) -> new_esEs19(vwx1080, vwx1090) 28.81/13.55 new_esEs31(vwx1080, vwx1090, app(app(app(ty_@3, dgg), dgh), dha)) -> new_esEs10(vwx1080, vwx1090, dgg, dgh, dha) 28.81/13.55 new_compare16(vwx3000, vwx31001, vwx31000, vwx3001, ty_Integer) -> new_compare5(new_sr(vwx3000, vwx31001), new_sr(vwx31000, vwx3001)) 28.81/13.55 new_esEs12(Just(vwx1080), Just(vwx1090), ty_Char) -> new_esEs22(vwx1080, vwx1090) 28.81/13.55 new_ltEs19(vwx3002, vwx31002, app(app(ty_@2, eg), eh)) -> new_ltEs9(vwx3002, vwx31002, eg, eh) 28.81/13.55 new_ltEs18(vwx3001, vwx31001, ty_@0) -> new_ltEs14(vwx3001, vwx31001) 28.81/13.55 new_primCmpInt(Pos(Succ(vwx30000)), Pos(vwx31000)) -> new_primCmpNat0(Succ(vwx30000), vwx31000) 28.81/13.55 new_ltEs11(Right(vwx3000), Right(vwx31000), bdc, app(app(ty_Either, beb), bec)) -> new_ltEs11(vwx3000, vwx31000, beb, bec) 28.81/13.55 new_esEs4(vwx3000, vwx31000, app(app(app(ty_@3, bgg), bgh), bha)) -> new_esEs10(vwx3000, vwx31000, bgg, bgh, bha) 28.81/13.55 new_compare8(Char(vwx3000), Char(vwx31000)) -> new_primCmpNat0(vwx3000, vwx31000) 28.81/13.55 new_lt8(Right(vwx3000), Right(vwx31000), bfa, bfb) -> new_esEs24(new_compare26(Right(vwx3000), Right(vwx31000), new_esEs15(vwx3000, vwx31000, bfb), bfa, bfb), LT) 28.81/13.55 new_primCompAux00(vwx225, EQ) -> vwx225 28.81/13.55 new_compare7(vwx300, vwx3100, app(app(app(ty_@3, bc), bd), be)) -> new_compare23(vwx300, vwx3100, new_esEs10(vwx300, vwx3100, bc, bd, be), bc, bd, be) 28.81/13.55 new_compare0([], [], bef) -> EQ 28.81/13.55 new_esEs9(vwx3000, vwx31000, app(ty_Ratio, dgd)) -> new_esEs25(vwx3000, vwx31000, dgd) 28.81/13.55 new_esEs8(vwx3001, vwx31001, app(app(app(ty_@3, ebc), ebd), ebe)) -> new_esEs10(vwx3001, vwx31001, ebc, ebd, ebe) 28.81/13.55 new_esEs26(vwx1080, vwx1090, ty_Bool) -> new_esEs21(vwx1080, vwx1090) 28.81/13.55 new_primMulNat0(Zero, Zero) -> Zero 28.81/13.55 new_esEs5(vwx3001, vwx31001, ty_Integer) -> new_esEs19(vwx3001, vwx31001) 28.81/13.55 new_esEs4(vwx3000, vwx31000, ty_Int) -> new_esEs18(vwx3000, vwx31000) 28.81/13.55 new_esEs26(vwx1080, vwx1090, ty_Double) -> new_esEs20(vwx1080, vwx1090) 28.81/13.55 new_lt11(Nothing, Just(vwx31000), baf) -> new_esEs24(new_compare27(Nothing, Just(vwx31000), False, baf), LT) 28.81/13.55 new_lt11(Just(vwx3000), Nothing, baf) -> new_esEs24(new_compare27(Just(vwx3000), Nothing, False, baf), LT) 28.81/13.55 new_lt9(Double(vwx3000, Pos(vwx30010)), Double(vwx31000, Pos(vwx310010))) -> new_esEs24(new_compare4(new_sr0(vwx3000, Pos(vwx310010)), new_sr0(Pos(vwx30010), vwx31000)), LT) 28.81/13.55 new_ltEs11(Right(vwx3000), Right(vwx31000), bdc, app(app(ty_@2, bdg), bdh)) -> new_ltEs9(vwx3000, vwx31000, bdg, bdh) 28.81/13.55 new_ltEs7(vwx300, vwx3100) -> new_not(new_esEs24(new_compare4(vwx300, vwx3100), GT)) 28.81/13.55 new_esEs12(Just(vwx1080), Just(vwx1090), app(ty_[], bgc)) -> new_esEs23(vwx1080, vwx1090, bgc) 28.81/13.55 new_compare9(@0, @0) -> EQ 28.81/13.55 new_esEs7(vwx3000, vwx31000, app(ty_[], cdc)) -> new_esEs23(vwx3000, vwx31000, cdc) 28.81/13.55 new_lt15(@0, @0) -> new_esEs24(EQ, LT) 28.81/13.55 new_esEs15(vwx3000, vwx31000, ty_Ordering) -> new_esEs24(vwx3000, vwx31000) 28.81/13.55 new_ltEs11(Right(vwx3000), Right(vwx31000), bdc, app(ty_Ratio, ecf)) -> new_ltEs16(vwx3000, vwx31000, ecf) 28.81/13.55 new_esEs4(vwx3000, vwx31000, app(ty_Maybe, bhd)) -> new_esEs12(vwx3000, vwx31000, bhd) 28.81/13.55 new_esEs5(vwx3001, vwx31001, ty_@0) -> new_esEs17(vwx3001, vwx31001) 28.81/13.55 new_lt20(vwx3001, vwx31001, ty_Ordering) -> new_lt14(vwx3001, vwx31001) 28.81/13.55 new_esEs9(vwx3000, vwx31000, app(app(app(ty_@3, dfc), dfd), dfe)) -> new_esEs10(vwx3000, vwx31000, dfc, dfd, dfe) 28.81/13.55 new_esEs6(vwx3002, vwx31002, ty_Integer) -> new_esEs19(vwx3002, vwx31002) 28.81/13.55 new_esEs4(vwx3000, vwx31000, ty_Ordering) -> new_esEs24(vwx3000, vwx31000) 28.81/13.55 new_ltEs5(EQ, LT) -> False 28.81/13.55 new_ltEs18(vwx3001, vwx31001, app(app(ty_Either, bac), bad)) -> new_ltEs11(vwx3001, vwx31001, bac, bad) 28.81/13.55 new_esEs25(:%(vwx120, vwx121), :%(vwx150, vwx151), dcf) -> new_asAs(new_esEs29(vwx120, vwx150, dcf), new_esEs30(vwx121, vwx151, dcf)) 28.81/13.55 new_esEs27(vwx1081, vwx1091, ty_Double) -> new_esEs20(vwx1081, vwx1091) 28.81/13.55 new_compare3(Double(vwx3000, Pos(vwx30010)), Double(vwx31000, Neg(vwx310010))) -> new_compare4(new_sr0(vwx3000, Pos(vwx310010)), new_sr0(Neg(vwx30010), vwx31000)) 28.81/13.55 new_compare3(Double(vwx3000, Neg(vwx30010)), Double(vwx31000, Pos(vwx310010))) -> new_compare4(new_sr0(vwx3000, Neg(vwx310010)), new_sr0(Pos(vwx30010), vwx31000)) 28.81/13.55 new_ltEs15(Just(vwx3000), Just(vwx31000), ty_Integer) -> new_ltEs17(vwx3000, vwx31000) 28.81/13.55 new_esEs27(vwx1081, vwx1091, app(ty_[], dah)) -> new_esEs23(vwx1081, vwx1091, dah) 28.81/13.55 new_lt7(:(vwx3000, vwx3001), :(vwx31000, vwx31001), bfc) -> new_esEs24(new_primCompAux0(vwx3000, vwx31000, new_compare0(vwx3001, vwx31001, bfc), bfc), LT) 28.81/13.55 new_esEs33(vwx108, vwx109, ty_Double) -> new_esEs20(vwx108, vwx109) 28.81/13.55 new_esEs33(vwx108, vwx109, app(ty_[], edc)) -> new_esEs23(vwx108, vwx109, edc) 28.81/13.55 new_ltEs6(False, True) -> True 28.81/13.55 new_esEs24(EQ, GT) -> False 28.81/13.55 new_esEs24(GT, EQ) -> False 28.81/13.55 new_compare7(vwx300, vwx3100, app(ty_[], bef)) -> new_compare0(vwx300, vwx3100, bef) 28.81/13.55 new_ltEs11(Left(vwx3000), Left(vwx31000), ty_Ordering, bcd) -> new_ltEs5(vwx3000, vwx31000) 28.81/13.55 new_ltEs11(Right(vwx3000), Right(vwx31000), bdc, ty_Integer) -> new_ltEs17(vwx3000, vwx31000) 28.81/13.55 new_esEs13(Right(vwx1080), Right(vwx1090), cfb, ty_Char) -> new_esEs22(vwx1080, vwx1090) 28.81/13.55 new_esEs31(vwx1080, vwx1090, ty_Bool) -> new_esEs21(vwx1080, vwx1090) 28.81/13.55 new_esEs6(vwx3002, vwx31002, ty_Float) -> new_esEs16(vwx3002, vwx31002) 28.81/13.55 new_esEs4(vwx3000, vwx31000, ty_@0) -> new_esEs17(vwx3000, vwx31000) 28.81/13.55 new_esEs32(vwx1081, vwx1091, app(app(app(ty_@3, eaa), eab), eac)) -> new_esEs10(vwx1081, vwx1091, eaa, eab, eac) 28.81/13.55 new_esEs34(vwx1080, vwx1090, app(ty_Maybe, eeg)) -> new_esEs12(vwx1080, vwx1090, eeg) 28.81/13.55 new_ltEs15(Just(vwx3000), Just(vwx31000), app(app(ty_Either, bbf), bbg)) -> new_ltEs11(vwx3000, vwx31000, bbf, bbg) 28.81/13.55 new_esEs32(vwx1081, vwx1091, ty_Double) -> new_esEs20(vwx1081, vwx1091) 28.81/13.55 new_esEs24(LT, GT) -> False 28.81/13.55 new_esEs24(GT, LT) -> False 28.81/13.55 new_primEqInt(Neg(Succ(vwx1200)), Neg(Zero)) -> False 28.81/13.55 new_primEqInt(Neg(Zero), Neg(Succ(vwx1500))) -> False 28.81/13.55 new_ltEs19(vwx3002, vwx31002, app(app(ty_Either, fb), fc)) -> new_ltEs11(vwx3002, vwx31002, fb, fc) 28.81/13.55 new_esEs26(vwx1080, vwx1090, app(app(app(ty_@3, cgh), cha), chb)) -> new_esEs10(vwx1080, vwx1090, cgh, cha, chb) 28.81/13.55 new_ltEs11(Right(vwx3000), Right(vwx31000), bdc, ty_Bool) -> new_ltEs6(vwx3000, vwx31000) 28.81/13.55 new_esEs32(vwx1081, vwx1091, ty_Char) -> new_esEs22(vwx1081, vwx1091) 28.81/13.55 new_lt13(Neg(Zero), Neg(Zero)) -> new_esEs24(EQ, LT) 28.81/13.55 new_primEqInt(Pos(Succ(vwx1200)), Pos(Succ(vwx1500))) -> new_primEqNat0(vwx1200, vwx1500) 28.81/13.55 new_esEs6(vwx3002, vwx31002, app(app(ty_@2, ccb), ccc)) -> new_esEs11(vwx3002, vwx31002, ccb, ccc) 28.81/13.55 new_compare7(vwx300, vwx3100, ty_Integer) -> new_compare5(vwx300, vwx3100) 28.81/13.55 new_ltEs18(vwx3001, vwx31001, app(app(ty_@2, hh), baa)) -> new_ltEs9(vwx3001, vwx31001, hh, baa) 28.81/13.55 new_ltEs11(Left(vwx3000), Left(vwx31000), ty_@0, bcd) -> new_ltEs14(vwx3000, vwx31000) 28.81/13.55 new_compare24(vwx300, vwx3100, True) -> EQ 28.81/13.55 new_esEs13(Left(vwx1080), Left(vwx1090), ty_Bool, cdg) -> new_esEs21(vwx1080, vwx1090) 28.81/13.55 new_esEs26(vwx1080, vwx1090, ty_Char) -> new_esEs22(vwx1080, vwx1090) 28.81/13.55 new_lt13(Neg(Zero), Pos(Succ(vwx310000))) -> new_esEs24(LT, LT) 28.81/13.55 new_esEs5(vwx3001, vwx31001, ty_Int) -> new_esEs18(vwx3001, vwx31001) 28.81/13.55 new_ltEs11(Right(vwx3000), Right(vwx31000), bdc, app(ty_Maybe, bea)) -> new_ltEs15(vwx3000, vwx31000, bea) 28.81/13.55 new_primEqInt(Pos(Succ(vwx1200)), Neg(vwx150)) -> False 28.81/13.55 new_primEqInt(Neg(Succ(vwx1200)), Pos(vwx150)) -> False 28.81/13.55 new_esEs28(vwx1082, vwx1092, app(ty_Maybe, dca)) -> new_esEs12(vwx1082, vwx1092, dca) 28.81/13.55 new_primCmpInt(Neg(Zero), Neg(Succ(vwx310000))) -> new_primCmpNat0(Succ(vwx310000), Zero) 28.81/13.55 new_lt6(False, True) -> new_esEs24(new_compare24(False, True, False), LT) 28.81/13.55 new_lt6(True, False) -> new_esEs24(new_compare24(True, False, False), LT) 28.81/13.55 new_esEs15(vwx3000, vwx31000, app(app(app(ty_@3, dea), deb), dec)) -> new_esEs10(vwx3000, vwx31000, dea, deb, dec) 28.81/13.55 new_esEs5(vwx3001, vwx31001, app(ty_Ratio, cbb)) -> new_esEs25(vwx3001, vwx31001, cbb) 28.81/13.55 new_ltEs11(Left(vwx3000), Left(vwx31000), app(ty_Ratio, ece), bcd) -> new_ltEs16(vwx3000, vwx31000, ece) 28.81/13.55 new_primCmpInt(Pos(Zero), Pos(Zero)) -> EQ 28.81/13.55 new_esEs34(vwx1080, vwx1090, ty_Char) -> new_esEs22(vwx1080, vwx1090) 28.81/13.55 new_ltEs19(vwx3002, vwx31002, app(app(app(ty_@3, ed), ee), ef)) -> new_ltEs4(vwx3002, vwx31002, ed, ee, ef) 28.81/13.55 new_primCompAux0(vwx300, vwx3100, vwx209, ecg) -> new_primCompAux00(vwx209, new_compare7(vwx300, vwx3100, ecg)) 28.81/13.55 new_lt9(Double(vwx3000, Neg(vwx30010)), Double(vwx31000, Neg(vwx310010))) -> new_esEs24(new_compare4(new_sr0(vwx3000, Neg(vwx310010)), new_sr0(Neg(vwx30010), vwx31000)), LT) 28.81/13.55 new_ltEs15(Just(vwx3000), Just(vwx31000), ty_Bool) -> new_ltEs6(vwx3000, vwx31000) 28.81/13.55 new_esEs13(Right(vwx1080), Right(vwx1090), cfb, ty_Integer) -> new_esEs19(vwx1080, vwx1090) 28.81/13.55 new_lt20(vwx3001, vwx31001, ty_Integer) -> new_lt4(vwx3001, vwx31001) 28.81/13.55 new_compare13(vwx300, vwx3100, True, beg, beh) -> LT 28.81/13.55 new_lt18(vwx3000, vwx31000, ty_Float) -> new_lt12(vwx3000, vwx31000) 28.81/13.55 new_esEs12(Just(vwx1080), Just(vwx1090), ty_Float) -> new_esEs16(vwx1080, vwx1090) 28.81/13.55 new_compare7(vwx300, vwx3100, ty_Char) -> new_compare8(vwx300, vwx3100) 28.81/13.55 new_esEs27(vwx1081, vwx1091, ty_Float) -> new_esEs16(vwx1081, vwx1091) 28.81/13.55 new_esEs31(vwx1080, vwx1090, app(app(ty_@2, dhf), dhg)) -> new_esEs11(vwx1080, vwx1090, dhf, dhg) 28.81/13.55 new_esEs33(vwx108, vwx109, app(ty_Ratio, edd)) -> new_esEs25(vwx108, vwx109, edd) 28.81/13.55 new_compare23(vwx300, vwx3100, True, bc, bd, be) -> EQ 28.81/13.55 new_ltEs5(EQ, GT) -> True 28.81/13.55 new_esEs6(vwx3002, vwx31002, app(ty_Ratio, ccd)) -> new_esEs25(vwx3002, vwx31002, ccd) 28.81/13.55 new_esEs28(vwx1082, vwx1092, ty_Integer) -> new_esEs19(vwx1082, vwx1092) 28.81/13.55 new_lt18(vwx3000, vwx31000, ty_Ordering) -> new_lt14(vwx3000, vwx31000) 28.81/13.55 new_lt18(vwx3000, vwx31000, app(app(ty_@2, gf), gg)) -> new_lt10(vwx3000, vwx31000, gf, gg) 28.81/13.55 new_not(False) -> True 28.81/13.55 new_lt14(GT, GT) -> new_esEs24(new_compare28(GT, GT, True), LT) 28.81/13.55 new_esEs9(vwx3000, vwx31000, app(ty_Maybe, dfh)) -> new_esEs12(vwx3000, vwx31000, dfh) 28.81/13.55 new_esEs14(vwx3000, vwx31000, app(ty_[], dde)) -> new_esEs23(vwx3000, vwx31000, dde) 28.81/13.55 new_lt12(Float(vwx3000, Pos(vwx30010)), Float(vwx31000, Neg(vwx310010))) -> new_esEs24(new_compare4(new_sr0(vwx3000, Pos(vwx310010)), new_sr0(Neg(vwx30010), vwx31000)), LT) 28.81/13.55 new_lt12(Float(vwx3000, Neg(vwx30010)), Float(vwx31000, Pos(vwx310010))) -> new_esEs24(new_compare4(new_sr0(vwx3000, Neg(vwx310010)), new_sr0(Pos(vwx30010), vwx31000)), LT) 28.81/13.55 new_ltEs15(Nothing, Just(vwx31000), edf) -> True 28.81/13.55 new_esEs13(Left(vwx1080), Left(vwx1090), app(app(ty_@2, ceg), ceh), cdg) -> new_esEs11(vwx1080, vwx1090, ceg, ceh) 28.81/13.55 new_compare7(vwx300, vwx3100, ty_Float) -> new_compare6(vwx300, vwx3100) 28.81/13.55 new_ltEs5(GT, GT) -> True 28.81/13.55 new_compare0(:(vwx3000, vwx3001), [], bef) -> GT 28.81/13.55 new_compare7(vwx300, vwx3100, ty_Ordering) -> new_compare28(vwx300, vwx3100, new_esEs24(vwx300, vwx3100)) 28.81/13.55 new_ltEs14(vwx300, vwx3100) -> new_not(new_esEs24(new_compare9(vwx300, vwx3100), GT)) 28.81/13.55 new_esEs13(Right(vwx1080), Right(vwx1090), cfb, ty_Double) -> new_esEs20(vwx1080, vwx1090) 28.81/13.55 new_lt14(LT, EQ) -> new_esEs24(new_compare28(LT, EQ, False), LT) 28.81/13.55 new_lt14(EQ, LT) -> new_esEs24(new_compare28(EQ, LT, False), LT) 28.81/13.55 new_compare3(Double(vwx3000, Pos(vwx30010)), Double(vwx31000, Pos(vwx310010))) -> new_compare4(new_sr0(vwx3000, Pos(vwx310010)), new_sr0(Pos(vwx30010), vwx31000)) 28.81/13.55 new_lt18(vwx3000, vwx31000, app(ty_[], hc)) -> new_lt7(vwx3000, vwx31000, hc) 28.81/13.55 new_esEs33(vwx108, vwx109, ty_Int) -> new_esEs18(vwx108, vwx109) 28.81/13.55 new_esEs32(vwx1081, vwx1091, app(app(ty_Either, ead), eae)) -> new_esEs13(vwx1081, vwx1091, ead, eae) 28.81/13.55 new_esEs14(vwx3000, vwx31000, ty_Ordering) -> new_esEs24(vwx3000, vwx31000) 28.81/13.55 new_esEs6(vwx3002, vwx31002, ty_Int) -> new_esEs18(vwx3002, vwx31002) 28.81/13.55 new_compare5(Integer(vwx3000), Integer(vwx31000)) -> new_primCmpInt(vwx3000, vwx31000) 28.81/13.55 new_lt12(Float(vwx3000, Pos(vwx30010)), Float(vwx31000, Pos(vwx310010))) -> new_esEs24(new_compare4(new_sr0(vwx3000, Pos(vwx310010)), new_sr0(Pos(vwx30010), vwx31000)), LT) 28.81/13.55 new_lt6(False, False) -> new_esEs24(new_compare24(False, False, True), LT) 28.81/13.55 new_lt9(Double(vwx3000, Pos(vwx30010)), Double(vwx31000, Neg(vwx310010))) -> new_esEs24(new_compare4(new_sr0(vwx3000, Pos(vwx310010)), new_sr0(Neg(vwx30010), vwx31000)), LT) 28.81/13.55 new_lt9(Double(vwx3000, Neg(vwx30010)), Double(vwx31000, Pos(vwx310010))) -> new_esEs24(new_compare4(new_sr0(vwx3000, Neg(vwx310010)), new_sr0(Pos(vwx30010), vwx31000)), LT) 28.81/13.55 new_primPlusNat0(Succ(vwx2630), vwx310100) -> Succ(Succ(new_primPlusNat1(vwx2630, vwx310100))) 28.81/13.55 new_esEs14(vwx3000, vwx31000, ty_Float) -> new_esEs16(vwx3000, vwx31000) 28.81/13.55 new_esEs9(vwx3000, vwx31000, ty_Char) -> new_esEs22(vwx3000, vwx31000) 28.81/13.55 new_esEs9(vwx3000, vwx31000, ty_Double) -> new_esEs20(vwx3000, vwx31000) 28.81/13.55 new_compare7(vwx300, vwx3100, app(app(ty_@2, fh), ga)) -> new_compare25(vwx300, vwx3100, new_esEs11(vwx300, vwx3100, fh, ga), fh, ga) 28.81/13.55 new_ltEs19(vwx3002, vwx31002, ty_Int) -> new_ltEs7(vwx3002, vwx31002) 28.81/13.55 new_sr0(vwx300, vwx3101) -> new_primMulInt(vwx300, vwx3101) 28.81/13.55 new_esEs31(vwx1080, vwx1090, app(ty_Ratio, dhh)) -> new_esEs25(vwx1080, vwx1090, dhh) 28.81/13.55 new_lt18(vwx3000, vwx31000, app(app(app(ty_@3, gb), gc), gd)) -> new_lt5(vwx3000, vwx31000, gb, gc, gd) 28.81/13.55 new_esEs7(vwx3000, vwx31000, app(app(app(ty_@3, cce), ccf), ccg)) -> new_esEs10(vwx3000, vwx31000, cce, ccf, ccg) 28.81/13.55 new_esEs32(vwx1081, vwx1091, ty_Bool) -> new_esEs21(vwx1081, vwx1091) 28.81/13.55 new_esEs8(vwx3001, vwx31001, ty_Bool) -> new_esEs21(vwx3001, vwx31001) 28.81/13.55 new_primCmpInt(Pos(Zero), Neg(Zero)) -> EQ 28.81/13.55 new_primCmpInt(Neg(Zero), Pos(Zero)) -> EQ 28.81/13.55 new_compare13(vwx300, vwx3100, False, beg, beh) -> GT 28.81/13.55 new_esEs27(vwx1081, vwx1091, ty_@0) -> new_esEs17(vwx1081, vwx1091) 28.81/13.55 new_compare25(vwx300, vwx3100, False, fh, ga) -> new_compare12(vwx300, vwx3100, new_ltEs9(vwx300, vwx3100, fh, ga), fh, ga) 28.81/13.55 new_ltEs11(Right(vwx3000), Right(vwx31000), bdc, ty_Float) -> new_ltEs10(vwx3000, vwx31000) 28.81/13.55 new_esEs4(vwx3000, vwx31000, ty_Integer) -> new_esEs19(vwx3000, vwx31000) 28.81/13.55 new_compare0(:(vwx3000, vwx3001), :(vwx31000, vwx31001), bef) -> new_primCompAux0(vwx3000, vwx31000, new_compare0(vwx3001, vwx31001, bef), bef) 28.81/13.55 new_primPlusNat1(Zero, Zero) -> Zero 28.81/13.55 new_ltEs18(vwx3001, vwx31001, app(ty_Ratio, eea)) -> new_ltEs16(vwx3001, vwx31001, eea) 28.81/13.55 new_ltEs17(vwx300, vwx3100) -> new_not(new_esEs24(new_compare5(vwx300, vwx3100), GT)) 28.81/13.55 new_esEs13(Left(vwx1080), Left(vwx1090), app(ty_[], cef), cdg) -> new_esEs23(vwx1080, vwx1090, cef) 28.81/13.55 new_ltEs18(vwx3001, vwx31001, ty_Ordering) -> new_ltEs5(vwx3001, vwx31001) 28.81/13.55 new_esEs7(vwx3000, vwx31000, app(app(ty_Either, cch), cda)) -> new_esEs13(vwx3000, vwx31000, cch, cda) 28.81/13.55 new_esEs13(Right(vwx1080), Right(vwx1090), cfb, app(app(ty_Either, cff), cfg)) -> new_esEs13(vwx1080, vwx1090, cff, cfg) 28.81/13.55 new_ltEs11(Right(vwx3000), Right(vwx31000), bdc, ty_Double) -> new_ltEs8(vwx3000, vwx31000) 28.81/13.55 new_esEs34(vwx1080, vwx1090, app(app(ty_Either, eee), eef)) -> new_esEs13(vwx1080, vwx1090, eee, eef) 28.81/13.55 new_ltEs11(Left(vwx3000), Left(vwx31000), app(ty_[], bdb), bcd) -> new_ltEs12(vwx3000, vwx31000, bdb) 28.81/13.55 new_esEs21(True, True) -> True 28.81/13.55 new_lt18(vwx3000, vwx31000, ty_Bool) -> new_lt6(vwx3000, vwx31000) 28.81/13.55 new_compare11(vwx300, vwx3100, True) -> LT 28.81/13.55 new_ltEs15(Just(vwx3000), Just(vwx31000), app(app(app(ty_@3, bah), bba), bbb)) -> new_ltEs4(vwx3000, vwx31000, bah, bba, bbb) 28.81/13.55 new_lt19(vwx3000, vwx31000, ty_Bool) -> new_lt6(vwx3000, vwx31000) 28.81/13.55 new_lt7([], [], bfc) -> new_esEs24(EQ, LT) 28.81/13.55 new_esEs31(vwx1080, vwx1090, ty_Int) -> new_esEs18(vwx1080, vwx1090) 28.81/13.55 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 28.81/13.55 new_lt5(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), h, ba, bb) -> new_esEs24(new_compare23(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), new_asAs(new_esEs4(vwx3000, vwx31000, h), new_asAs(new_esEs5(vwx3001, vwx31001, ba), new_esEs6(vwx3002, vwx31002, bb))), h, ba, bb), LT) 28.81/13.55 new_esEs26(vwx1080, vwx1090, ty_@0) -> new_esEs17(vwx1080, vwx1090) 28.81/13.55 new_esEs28(vwx1082, vwx1092, app(app(app(ty_@3, dbd), dbe), dbf)) -> new_esEs10(vwx1082, vwx1092, dbd, dbe, dbf) 28.81/13.55 new_lt18(vwx3000, vwx31000, ty_Integer) -> new_lt4(vwx3000, vwx31000) 28.81/13.55 new_lt19(vwx3000, vwx31000, app(app(app(ty_@3, bf), bg), bh)) -> new_lt5(vwx3000, vwx31000, bf, bg, bh) 28.81/13.55 new_esEs32(vwx1081, vwx1091, app(ty_Maybe, eaf)) -> new_esEs12(vwx1081, vwx1091, eaf) 28.81/13.55 new_primMulNat0(Succ(vwx30000), Succ(vwx310100)) -> new_primPlusNat0(new_primMulNat0(vwx30000, Succ(vwx310100)), vwx310100) 28.81/13.55 new_esEs34(vwx1080, vwx1090, app(ty_[], eeh)) -> new_esEs23(vwx1080, vwx1090, eeh) 28.81/13.55 new_esEs34(vwx1080, vwx1090, ty_Bool) -> new_esEs21(vwx1080, vwx1090) 28.81/13.55 new_lt18(vwx3000, vwx31000, ty_Char) -> new_lt17(vwx3000, vwx31000) 28.81/13.55 new_esEs6(vwx3002, vwx31002, app(ty_Maybe, cbh)) -> new_esEs12(vwx3002, vwx31002, cbh) 28.81/13.55 new_esEs8(vwx3001, vwx31001, app(app(ty_Either, ebf), ebg)) -> new_esEs13(vwx3001, vwx31001, ebf, ebg) 28.81/13.55 new_lt11(Nothing, Nothing, baf) -> new_esEs24(new_compare27(Nothing, Nothing, True, baf), LT) 28.81/13.55 new_primCmpNat0(Succ(vwx30000), Succ(vwx310000)) -> new_primCmpNat0(vwx30000, vwx310000) 28.81/13.55 new_lt14(LT, GT) -> new_esEs24(new_compare28(LT, GT, False), LT) 28.81/13.55 new_lt14(GT, LT) -> new_esEs24(new_compare28(GT, LT, False), LT) 28.81/13.55 new_esEs34(vwx1080, vwx1090, ty_Double) -> new_esEs20(vwx1080, vwx1090) 28.81/13.55 new_esEs31(vwx1080, vwx1090, app(ty_Maybe, dhd)) -> new_esEs12(vwx1080, vwx1090, dhd) 28.81/13.55 new_ltEs12(vwx300, vwx3100, bee) -> new_not(new_esEs24(new_compare0(vwx300, vwx3100, bee), GT)) 28.81/13.55 new_esEs9(vwx3000, vwx31000, app(app(ty_Either, dff), dfg)) -> new_esEs13(vwx3000, vwx31000, dff, dfg) 28.81/13.55 new_esEs15(vwx3000, vwx31000, ty_Float) -> new_esEs16(vwx3000, vwx31000) 28.81/13.55 new_esEs11(@2(vwx1080, vwx1081), @2(vwx1090, vwx1091), dge, dgf) -> new_asAs(new_esEs31(vwx1080, vwx1090, dge), new_esEs32(vwx1081, vwx1091, dgf)) 28.81/13.55 new_esEs4(vwx3000, vwx31000, ty_Float) -> new_esEs16(vwx3000, vwx31000) 28.81/13.55 new_compare6(Float(vwx3000, Pos(vwx30010)), Float(vwx31000, Pos(vwx310010))) -> new_compare4(new_sr0(vwx3000, Pos(vwx310010)), new_sr0(Pos(vwx30010), vwx31000)) 28.81/13.55 new_esEs9(vwx3000, vwx31000, app(app(ty_@2, dgb), dgc)) -> new_esEs11(vwx3000, vwx31000, dgb, dgc) 28.81/13.55 new_esEs33(vwx108, vwx109, ty_Bool) -> new_esEs21(vwx108, vwx109) 28.81/13.55 new_esEs6(vwx3002, vwx31002, app(app(app(ty_@3, cbc), cbd), cbe)) -> new_esEs10(vwx3002, vwx31002, cbc, cbd, cbe) 28.81/13.55 new_ltEs15(Just(vwx3000), Just(vwx31000), app(ty_Ratio, edg)) -> new_ltEs16(vwx3000, vwx31000, edg) 28.81/13.55 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 28.81/13.55 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 28.81/13.55 new_compare23(vwx300, vwx3100, False, bc, bd, be) -> new_compare1(vwx300, vwx3100, new_ltEs4(vwx300, vwx3100, bc, bd, be), bc, bd, be) 28.81/13.55 new_lt19(vwx3000, vwx31000, ty_@0) -> new_lt15(vwx3000, vwx31000) 28.81/13.55 new_esEs15(vwx3000, vwx31000, ty_Integer) -> new_esEs19(vwx3000, vwx31000) 28.81/13.55 new_esEs20(Double(vwx120, vwx121), Double(vwx150, vwx151)) -> new_esEs18(new_sr0(vwx120, vwx151), new_sr0(vwx121, vwx150)) 28.81/13.55 new_primEqNat0(Zero, Zero) -> True 28.81/13.55 new_esEs9(vwx3000, vwx31000, ty_Bool) -> new_esEs21(vwx3000, vwx31000) 28.81/13.55 new_lt7(:(vwx3000, vwx3001), [], bfc) -> new_esEs24(GT, LT) 28.81/13.55 new_ltEs15(Just(vwx3000), Just(vwx31000), ty_Ordering) -> new_ltEs5(vwx3000, vwx31000) 28.81/13.55 new_lt13(Neg(Zero), Neg(Succ(vwx310000))) -> new_esEs24(new_primCmpNat0(Succ(vwx310000), Zero), LT) 28.81/13.55 new_esEs13(Right(vwx1080), Right(vwx1090), cfb, app(app(app(ty_@3, cfc), cfd), cfe)) -> new_esEs10(vwx1080, vwx1090, cfc, cfd, cfe) 28.81/13.55 new_ltEs19(vwx3002, vwx31002, ty_Ordering) -> new_ltEs5(vwx3002, vwx31002) 28.81/13.55 new_esEs5(vwx3001, vwx31001, app(app(app(ty_@3, caa), cab), cac)) -> new_esEs10(vwx3001, vwx31001, caa, cab, cac) 28.81/13.55 new_esEs33(vwx108, vwx109, app(app(ty_@2, dge), dgf)) -> new_esEs11(vwx108, vwx109, dge, dgf) 28.81/13.55 new_esEs8(vwx3001, vwx31001, app(app(ty_@2, ecb), ecc)) -> new_esEs11(vwx3001, vwx31001, ecb, ecc) 28.81/13.55 new_asAs(False, vwx173) -> False 28.81/13.55 new_lt14(LT, LT) -> new_esEs24(new_compare28(LT, LT, True), LT) 28.81/13.55 new_compare27(vwx300, vwx3100, False, bag) -> new_compare10(vwx300, vwx3100, new_ltEs15(vwx300, vwx3100, bag), bag) 28.81/13.55 new_ltEs9(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), hd, ge) -> new_pePe(new_lt18(vwx3000, vwx31000, hd), vwx3000, vwx31000, new_ltEs18(vwx3001, vwx31001, ge), hd) 28.81/13.55 new_esEs23([], [], edc) -> True 28.81/13.55 new_esEs8(vwx3001, vwx31001, app(ty_Ratio, ecd)) -> new_esEs25(vwx3001, vwx31001, ecd) 28.81/13.55 new_pePe(True, vwx108, vwx109, vwx164, edb) -> True 28.81/13.55 new_ltEs5(GT, EQ) -> False 28.81/13.55 new_lt19(vwx3000, vwx31000, ty_Integer) -> new_lt4(vwx3000, vwx31000) 28.81/13.55 new_esEs13(Right(vwx1080), Right(vwx1090), cfb, ty_@0) -> new_esEs17(vwx1080, vwx1090) 28.81/13.55 new_esEs32(vwx1081, vwx1091, ty_Int) -> new_esEs18(vwx1081, vwx1091) 28.81/13.55 new_lt20(vwx3001, vwx31001, ty_@0) -> new_lt15(vwx3001, vwx31001) 28.81/13.55 new_esEs33(vwx108, vwx109, app(app(ty_Either, cfb), cdg)) -> new_esEs13(vwx108, vwx109, cfb, cdg) 28.81/13.55 new_lt20(vwx3001, vwx31001, ty_Float) -> new_lt12(vwx3001, vwx31001) 28.81/13.55 new_esEs26(vwx1080, vwx1090, ty_Integer) -> new_esEs19(vwx1080, vwx1090) 28.81/13.55 new_lt20(vwx3001, vwx31001, app(app(app(ty_@3, dc), dd), de)) -> new_lt5(vwx3001, vwx31001, dc, dd, de) 28.81/13.55 new_lt19(vwx3000, vwx31000, ty_Char) -> new_lt17(vwx3000, vwx31000) 28.81/13.55 new_esEs32(vwx1081, vwx1091, app(ty_Ratio, ebb)) -> new_esEs25(vwx1081, vwx1091, ebb) 28.81/13.55 new_esEs8(vwx3001, vwx31001, ty_Int) -> new_esEs18(vwx3001, vwx31001) 28.81/13.55 new_esEs7(vwx3000, vwx31000, app(ty_Maybe, cdb)) -> new_esEs12(vwx3000, vwx31000, cdb) 28.81/13.55 new_lt13(Neg(Succ(vwx30000)), Neg(vwx31000)) -> new_esEs24(new_primCmpNat0(vwx31000, Succ(vwx30000)), LT) 28.81/13.55 new_compare12(vwx300, vwx3100, True, fh, ga) -> LT 28.81/13.55 new_esEs24(LT, EQ) -> False 28.81/13.55 new_esEs24(EQ, LT) -> False 28.81/13.55 new_esEs14(vwx3000, vwx31000, ty_@0) -> new_esEs17(vwx3000, vwx31000) 28.81/13.55 new_lt20(vwx3001, vwx31001, ty_Bool) -> new_lt6(vwx3001, vwx31001) 28.81/13.55 new_lt16(:%(vwx3000, vwx3001), :%(vwx31000, vwx31001), ede) -> new_esEs24(new_compare16(vwx3000, vwx31001, vwx31000, vwx3001, ede), LT) 28.81/13.55 new_ltEs18(vwx3001, vwx31001, ty_Int) -> new_ltEs7(vwx3001, vwx31001) 28.81/13.55 28.81/13.55 The set Q consists of the following terms: 28.81/13.55 28.81/13.55 new_compare7(x0, x1, ty_Bool) 28.81/13.55 new_esEs33(x0, x1, ty_Bool) 28.81/13.55 new_primCmpNat0(Zero, Succ(x0)) 28.81/13.55 new_esEs23([], :(x0, x1), x2) 28.81/13.55 new_compare28(x0, x1, True) 28.81/13.55 new_compare7(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.55 new_lt14(EQ, GT) 28.81/13.55 new_lt14(GT, EQ) 28.81/13.55 new_lt18(x0, x1, ty_Float) 28.81/13.55 new_lt20(x0, x1, ty_Integer) 28.81/13.55 new_lt6(False, False) 28.81/13.55 new_esEs12(Nothing, Just(x0), x1) 28.81/13.55 new_esEs5(x0, x1, app(ty_[], x2)) 28.81/13.55 new_lt20(x0, x1, app(ty_Ratio, x2)) 28.81/13.55 new_primPlusNat1(Zero, Zero) 28.81/13.55 new_primCmpInt(Neg(Succ(x0)), Pos(x1)) 28.81/13.55 new_primCmpInt(Pos(Succ(x0)), Neg(x1)) 28.81/13.55 new_esEs12(Just(x0), Nothing, x1) 28.81/13.55 new_esEs5(x0, x1, ty_Bool) 28.81/13.55 new_compare5(Integer(x0), Integer(x1)) 28.81/13.55 new_esEs33(x0, x1, ty_@0) 28.81/13.55 new_ltEs11(Left(x0), Left(x1), ty_@0, x2) 28.81/13.55 new_esEs6(x0, x1, ty_Integer) 28.81/13.55 new_lt19(x0, x1, ty_Double) 28.81/13.55 new_primCmpInt(Neg(Succ(x0)), Neg(x1)) 28.81/13.55 new_esEs4(x0, x1, ty_@0) 28.81/13.55 new_esEs32(x0, x1, app(ty_Maybe, x2)) 28.81/13.55 new_esEs13(Left(x0), Left(x1), ty_Float, x2) 28.81/13.55 new_esEs13(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 28.81/13.55 new_esEs9(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.55 new_ltEs11(Left(x0), Left(x1), ty_Bool, x2) 28.81/13.55 new_esEs5(x0, x1, ty_@0) 28.81/13.55 new_primEqInt(Pos(Zero), Pos(Zero)) 28.81/13.55 new_esEs14(x0, x1, ty_@0) 28.81/13.55 new_primPlusNat0(Zero, x0) 28.81/13.55 new_esEs15(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.55 new_esEs4(x0, x1, ty_Bool) 28.81/13.55 new_compare26(x0, x1, False, x2, x3) 28.81/13.55 new_ltEs11(Left(x0), Left(x1), ty_Char, x2) 28.81/13.55 new_compare7(x0, x1, ty_Integer) 28.81/13.55 new_compare7(x0, x1, app(ty_Ratio, x2)) 28.81/13.55 new_compare6(Float(x0, Pos(x1)), Float(x2, Neg(x3))) 28.81/13.55 new_compare6(Float(x0, Neg(x1)), Float(x2, Pos(x3))) 28.81/13.55 new_ltEs15(Just(x0), Just(x1), ty_Int) 28.81/13.55 new_compare7(x0, x1, app(ty_[], x2)) 28.81/13.55 new_lt12(Float(x0, Pos(x1)), Float(x2, Pos(x3))) 28.81/13.55 new_lt17(Char(x0), Char(x1)) 28.81/13.55 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 28.81/13.55 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 28.81/13.55 new_esEs14(x0, x1, ty_Int) 28.81/13.55 new_compare14(x0, x1, True) 28.81/13.55 new_ltEs18(x0, x1, ty_Bool) 28.81/13.55 new_primPlusNat1(Zero, Succ(x0)) 28.81/13.55 new_ltEs19(x0, x1, app(ty_Maybe, x2)) 28.81/13.55 new_esEs26(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.55 new_ltEs19(x0, x1, ty_Bool) 28.81/13.55 new_esEs34(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.55 new_lt20(x0, x1, ty_@0) 28.81/13.55 new_ltEs15(Just(x0), Just(x1), ty_Char) 28.81/13.55 new_primEqInt(Neg(Zero), Neg(Zero)) 28.81/13.55 new_esEs30(x0, x1, ty_Int) 28.81/13.55 new_esEs13(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 28.81/13.55 new_esEs14(x0, x1, ty_Char) 28.81/13.55 new_primCompAux00(x0, LT) 28.81/13.55 new_esEs4(x0, x1, ty_Char) 28.81/13.55 new_compare7(x0, x1, ty_@0) 28.81/13.55 new_esEs6(x0, x1, ty_@0) 28.81/13.55 new_lt8(Right(x0), Right(x1), x2, x3) 28.81/13.55 new_lt19(x0, x1, ty_Char) 28.81/13.55 new_esEs13(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 28.81/13.55 new_ltEs5(LT, GT) 28.81/13.55 new_ltEs5(GT, LT) 28.81/13.55 new_esEs24(EQ, EQ) 28.81/13.55 new_esEs31(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.55 new_esEs8(x0, x1, app(ty_Ratio, x2)) 28.81/13.55 new_lt12(Float(x0, Neg(x1)), Float(x2, Neg(x3))) 28.81/13.55 new_esEs26(x0, x1, app(ty_Maybe, x2)) 28.81/13.55 new_esEs4(x0, x1, ty_Int) 28.81/13.55 new_ltEs18(x0, x1, ty_Integer) 28.81/13.55 new_compare10(x0, x1, True, x2) 28.81/13.55 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 28.81/13.55 new_esEs23(:(x0, x1), [], x2) 28.81/13.55 new_ltEs11(Right(x0), Right(x1), x2, ty_Float) 28.81/13.55 new_esEs14(x0, x1, ty_Bool) 28.81/13.55 new_esEs22(Char(x0), Char(x1)) 28.81/13.55 new_esEs7(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.55 new_lt13(Pos(Zero), Pos(Succ(x0))) 28.81/13.55 new_esEs26(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.55 new_esEs6(x0, x1, ty_Float) 28.81/13.55 new_ltEs15(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 28.81/13.55 new_esEs5(x0, x1, app(ty_Ratio, x2)) 28.81/13.55 new_esEs14(x0, x1, ty_Ordering) 28.81/13.55 new_ltEs15(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 28.81/13.55 new_lt18(x0, x1, app(ty_Maybe, x2)) 28.81/13.55 new_lt20(x0, x1, app(ty_Maybe, x2)) 28.81/13.55 new_ltEs15(Just(x0), Just(x1), ty_@0) 28.81/13.55 new_compare7(x0, x1, ty_Char) 28.81/13.55 new_ltEs11(Left(x0), Left(x1), ty_Int, x2) 28.81/13.55 new_ltEs19(x0, x1, ty_Char) 28.81/13.55 new_compare25(x0, x1, True, x2, x3) 28.81/13.55 new_lt11(Just(x0), Just(x1), x2) 28.81/13.55 new_ltEs11(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 28.81/13.55 new_lt8(Left(x0), Right(x1), x2, x3) 28.81/13.55 new_lt8(Right(x0), Left(x1), x2, x3) 28.81/13.55 new_esEs28(x0, x1, ty_Ordering) 28.81/13.55 new_esEs31(x0, x1, app(ty_Maybe, x2)) 28.81/13.55 new_primEqInt(Pos(Zero), Neg(Zero)) 28.81/13.55 new_primEqInt(Neg(Zero), Pos(Zero)) 28.81/13.55 new_ltEs19(x0, x1, ty_@0) 28.81/13.55 new_lt18(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.55 new_esEs34(x0, x1, ty_Ordering) 28.81/13.55 new_compare11(x0, x1, False) 28.81/13.55 new_esEs27(x0, x1, app(ty_Maybe, x2)) 28.81/13.55 new_esEs12(Just(x0), Just(x1), app(ty_Maybe, x2)) 28.81/13.55 new_esEs5(x0, x1, ty_Integer) 28.81/13.55 new_ltEs19(x0, x1, ty_Float) 28.81/13.55 new_esEs7(x0, x1, app(ty_[], x2)) 28.81/13.55 new_esEs6(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.55 new_compare4(x0, x1) 28.81/13.55 new_esEs32(x0, x1, ty_Float) 28.81/13.55 new_esEs14(x0, x1, ty_Integer) 28.81/13.55 new_compare24(x0, x1, True) 28.81/13.55 new_esEs10(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 28.81/13.55 new_ltEs15(Just(x0), Nothing, x1) 28.81/13.55 new_lt19(x0, x1, ty_Int) 28.81/13.55 new_esEs28(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.55 new_pePe(False, x0, x1, x2, x3) 28.81/13.55 new_esEs31(x0, x1, ty_Integer) 28.81/13.55 new_esEs4(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.55 new_compare6(Float(x0, Pos(x1)), Float(x2, Pos(x3))) 28.81/13.55 new_esEs32(x0, x1, ty_@0) 28.81/13.55 new_ltEs11(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 28.81/13.55 new_primCompAux0(x0, x1, x2, x3) 28.81/13.55 new_esEs13(Right(x0), Right(x1), x2, ty_Ordering) 28.81/13.55 new_lt12(Float(x0, Pos(x1)), Float(x2, Neg(x3))) 28.81/13.55 new_lt12(Float(x0, Neg(x1)), Float(x2, Pos(x3))) 28.81/13.55 new_esEs21(True, True) 28.81/13.55 new_lt10(@2(x0, x1), @2(x2, x3), x4, x5) 28.81/13.55 new_primCmpInt(Pos(Succ(x0)), Pos(x1)) 28.81/13.55 new_lt13(Pos(Zero), Pos(Zero)) 28.81/13.55 new_esEs33(x0, x1, app(ty_Maybe, x2)) 28.81/13.55 new_esEs26(x0, x1, app(ty_Ratio, x2)) 28.81/13.55 new_ltEs18(x0, x1, ty_Ordering) 28.81/13.55 new_esEs7(x0, x1, ty_Float) 28.81/13.55 new_ltEs17(x0, x1) 28.81/13.55 new_lt19(x0, x1, app(ty_Maybe, x2)) 28.81/13.55 new_esEs8(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.55 new_asAs(False, x0) 28.81/13.55 new_primPlusNat0(Succ(x0), x1) 28.81/13.55 new_ltEs12(x0, x1, x2) 28.81/13.55 new_compare28(x0, x1, False) 28.81/13.55 new_ltEs4(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 28.81/13.55 new_lt20(x0, x1, ty_Int) 28.81/13.55 new_primEqNat0(Succ(x0), Succ(x1)) 28.81/13.55 new_esEs8(x0, x1, ty_Double) 28.81/13.55 new_esEs33(x0, x1, ty_Float) 28.81/13.55 new_esEs33(x0, x1, ty_Ordering) 28.81/13.55 new_compare0(:(x0, x1), [], x2) 28.81/13.55 new_lt19(x0, x1, ty_@0) 28.81/13.55 new_ltEs11(Right(x0), Right(x1), x2, ty_Integer) 28.81/13.55 new_esEs12(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 28.81/13.55 new_ltEs19(x0, x1, ty_Int) 28.81/13.55 new_esEs24(EQ, GT) 28.81/13.55 new_esEs24(GT, EQ) 28.81/13.55 new_ltEs11(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 28.81/13.55 new_esEs27(x0, x1, ty_Ordering) 28.81/13.55 new_esEs17(@0, @0) 28.81/13.55 new_esEs13(Left(x0), Left(x1), ty_Integer, x2) 28.81/13.55 new_esEs5(x0, x1, ty_Float) 28.81/13.55 new_esEs7(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.55 new_esEs8(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.55 new_ltEs18(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.55 new_esEs13(Left(x0), Left(x1), ty_Bool, x2) 28.81/13.55 new_esEs31(x0, x1, ty_Char) 28.81/13.55 new_lt20(x0, x1, ty_Char) 28.81/13.55 new_esEs8(x0, x1, ty_Ordering) 28.81/13.55 new_ltEs18(x0, x1, ty_Double) 28.81/13.55 new_esEs28(x0, x1, ty_Int) 28.81/13.55 new_esEs33(x0, x1, app(ty_[], x2)) 28.81/13.55 new_esEs4(x0, x1, ty_Ordering) 28.81/13.55 new_lt18(x0, x1, ty_@0) 28.81/13.55 new_compare7(x0, x1, ty_Double) 28.81/13.55 new_esEs26(x0, x1, ty_Double) 28.81/13.55 new_esEs12(Just(x0), Just(x1), ty_Integer) 28.81/13.55 new_esEs15(x0, x1, ty_Integer) 28.81/13.55 new_esEs7(x0, x1, ty_Double) 28.81/13.55 new_ltEs11(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 28.81/13.55 new_esEs33(x0, x1, ty_Int) 28.81/13.55 new_lt19(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.55 new_ltEs11(Left(x0), Left(x1), ty_Double, x2) 28.81/13.55 new_esEs19(Integer(x0), Integer(x1)) 28.81/13.55 new_compare24(x0, x1, False) 28.81/13.55 new_ltEs5(EQ, GT) 28.81/13.55 new_ltEs5(GT, EQ) 28.81/13.55 new_compare16(x0, x1, x2, x3, ty_Integer) 28.81/13.55 new_esEs9(x0, x1, ty_Integer) 28.81/13.55 new_esEs33(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.55 new_esEs9(x0, x1, app(ty_[], x2)) 28.81/13.55 new_lt20(x0, x1, ty_Float) 28.81/13.55 new_esEs5(x0, x1, ty_Int) 28.81/13.55 new_esEs28(x0, x1, ty_Char) 28.81/13.55 new_lt6(False, True) 28.81/13.55 new_lt6(True, False) 28.81/13.55 new_primMulInt(Neg(x0), Neg(x1)) 28.81/13.55 new_esEs12(Just(x0), Just(x1), app(ty_[], x2)) 28.81/13.55 new_compare12(x0, x1, False, x2, x3) 28.81/13.55 new_compare23(x0, x1, False, x2, x3, x4) 28.81/13.55 new_esEs33(x0, x1, ty_Char) 28.81/13.55 new_primCmpInt(Neg(Zero), Neg(Succ(x0))) 28.81/13.55 new_esEs15(x0, x1, app(ty_[], x2)) 28.81/13.55 new_esEs13(Right(x0), Right(x1), x2, app(ty_[], x3)) 28.81/13.55 new_esEs28(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.55 new_lt18(x0, x1, app(ty_Ratio, x2)) 28.81/13.55 new_compare7(x0, x1, ty_Ordering) 28.81/13.55 new_esEs31(x0, x1, app(ty_[], x2)) 28.81/13.55 new_lt7([], :(x0, x1), x2) 28.81/13.55 new_esEs15(x0, x1, ty_Float) 28.81/13.55 new_lt20(x0, x1, ty_Ordering) 28.81/13.55 new_ltEs18(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.55 new_esEs5(x0, x1, ty_Char) 28.81/13.55 new_primCmpInt(Neg(Zero), Neg(Zero)) 28.81/13.55 new_esEs4(x0, x1, ty_Integer) 28.81/13.55 new_esEs13(Right(x0), Right(x1), x2, ty_Double) 28.81/13.55 new_esEs6(x0, x1, ty_Double) 28.81/13.55 new_lt13(Neg(Zero), Neg(Zero)) 28.81/13.55 new_esEs31(x0, x1, ty_Bool) 28.81/13.55 new_esEs34(x0, x1, ty_@0) 28.81/13.55 new_lt13(Pos(Zero), Neg(Zero)) 28.81/13.55 new_lt13(Neg(Zero), Pos(Zero)) 28.81/13.55 new_esEs26(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.55 new_esEs13(Right(x0), Right(x1), x2, ty_@0) 28.81/13.55 new_esEs7(x0, x1, app(ty_Ratio, x2)) 28.81/13.55 new_lt13(Neg(Zero), Neg(Succ(x0))) 28.81/13.55 new_esEs12(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 28.81/13.55 new_primCmpInt(Pos(Zero), Neg(Zero)) 28.81/13.55 new_primCmpInt(Neg(Zero), Pos(Zero)) 28.81/13.55 new_esEs9(x0, x1, ty_Float) 28.81/13.55 new_esEs15(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.55 new_esEs31(x0, x1, ty_Float) 28.81/13.55 new_primCmpInt(Pos(Zero), Neg(Succ(x0))) 28.81/13.55 new_primCmpInt(Neg(Zero), Pos(Succ(x0))) 28.81/13.55 new_pePe(True, x0, x1, x2, x3) 28.81/13.55 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 28.81/13.55 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 28.81/13.55 new_esEs14(x0, x1, ty_Float) 28.81/13.55 new_lt13(Pos(Zero), Neg(Succ(x0))) 28.81/13.55 new_esEs31(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.55 new_lt13(Neg(Zero), Pos(Succ(x0))) 28.81/13.55 new_ltEs15(Just(x0), Just(x1), ty_Bool) 28.81/13.55 new_esEs34(x0, x1, ty_Double) 28.81/13.55 new_esEs15(x0, x1, ty_Int) 28.81/13.55 new_ltEs18(x0, x1, app(ty_Maybe, x2)) 28.81/13.55 new_esEs9(x0, x1, ty_Bool) 28.81/13.55 new_ltEs6(False, False) 28.81/13.55 new_compare6(Float(x0, Neg(x1)), Float(x2, Neg(x3))) 28.81/13.55 new_ltEs15(Just(x0), Just(x1), ty_Ordering) 28.81/13.55 new_esEs12(Just(x0), Just(x1), ty_Float) 28.81/13.55 new_lt19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.55 new_ltEs15(Just(x0), Just(x1), app(ty_[], x2)) 28.81/13.55 new_esEs12(Just(x0), Just(x1), ty_Bool) 28.81/13.55 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 28.81/13.55 new_esEs7(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.55 new_ltEs13(x0, x1) 28.81/13.55 new_esEs32(x0, x1, app(ty_Ratio, x2)) 28.81/13.55 new_compare25(x0, x1, False, x2, x3) 28.81/13.55 new_esEs31(x0, x1, ty_Int) 28.81/13.55 new_compare8(Char(x0), Char(x1)) 28.81/13.55 new_compare13(x0, x1, False, x2, x3) 28.81/13.55 new_esEs12(Nothing, Nothing, x0) 28.81/13.55 new_ltEs11(Right(x0), Right(x1), x2, ty_Ordering) 28.81/13.55 new_esEs33(x0, x1, ty_Integer) 28.81/13.55 new_compare7(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.55 new_esEs13(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 28.81/13.55 new_primEqNat0(Zero, Succ(x0)) 28.81/13.55 new_esEs4(x0, x1, app(ty_Maybe, x2)) 28.81/13.55 new_ltEs15(Just(x0), Just(x1), ty_Integer) 28.81/13.55 new_esEs26(x0, x1, ty_@0) 28.81/13.55 new_lt20(x0, x1, ty_Bool) 28.81/13.55 new_primPlusNat1(Succ(x0), Succ(x1)) 28.81/13.55 new_esEs9(x0, x1, ty_Int) 28.81/13.55 new_ltEs19(x0, x1, ty_Integer) 28.81/13.55 new_lt19(x0, x1, app(ty_[], x2)) 28.81/13.55 new_esEs13(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 28.81/13.55 new_esEs8(x0, x1, app(ty_Maybe, x2)) 28.81/13.55 new_primPlusNat1(Succ(x0), Zero) 28.81/13.55 new_esEs13(Left(x0), Left(x1), ty_Ordering, x2) 28.81/13.55 new_esEs12(Just(x0), Just(x1), ty_Char) 28.81/13.55 new_ltEs19(x0, x1, ty_Ordering) 28.81/13.55 new_ltEs11(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 28.81/13.55 new_compare7(x0, x1, app(ty_Maybe, x2)) 28.81/13.55 new_esEs13(Left(x0), Left(x1), app(ty_[], x2), x3) 28.81/13.55 new_esEs14(x0, x1, app(ty_Ratio, x2)) 28.81/13.55 new_lt20(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.55 new_ltEs19(x0, x1, app(ty_[], x2)) 28.81/13.55 new_esEs28(x0, x1, ty_Float) 28.81/13.55 new_esEs27(x0, x1, ty_Integer) 28.81/13.55 new_esEs15(x0, x1, ty_Bool) 28.81/13.55 new_lt14(LT, LT) 28.81/13.55 new_esEs12(Just(x0), Just(x1), ty_Int) 28.81/13.55 new_esEs34(x0, x1, app(ty_Maybe, x2)) 28.81/13.55 new_esEs6(x0, x1, app(ty_Ratio, x2)) 28.81/13.55 new_esEs33(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.55 new_ltEs18(x0, x1, ty_@0) 28.81/13.55 new_esEs9(x0, x1, ty_Char) 28.81/13.55 new_esEs28(x0, x1, app(ty_[], x2)) 28.81/13.55 new_lt18(x0, x1, ty_Double) 28.81/13.55 new_esEs24(LT, GT) 28.81/13.55 new_esEs24(GT, LT) 28.81/13.55 new_lt9(Double(x0, Pos(x1)), Double(x2, Pos(x3))) 28.81/13.55 new_esEs28(x0, x1, ty_Integer) 28.81/13.55 new_esEs34(x0, x1, app(ty_[], x2)) 28.81/13.55 new_esEs5(x0, x1, app(ty_Maybe, x2)) 28.81/13.55 new_esEs27(x0, x1, ty_Bool) 28.81/13.55 new_lt9(Double(x0, Pos(x1)), Double(x2, Neg(x3))) 28.81/13.55 new_lt9(Double(x0, Neg(x1)), Double(x2, Pos(x3))) 28.81/13.55 new_lt13(Pos(Succ(x0)), Neg(x1)) 28.81/13.55 new_lt13(Neg(Succ(x0)), Pos(x1)) 28.81/13.55 new_sr0(x0, x1) 28.81/13.55 new_lt7(:(x0, x1), :(x2, x3), x4) 28.81/13.55 new_ltEs11(Left(x0), Right(x1), x2, x3) 28.81/13.55 new_ltEs11(Right(x0), Left(x1), x2, x3) 28.81/13.55 new_esEs32(x0, x1, app(ty_[], x2)) 28.81/13.55 new_esEs8(x0, x1, ty_Bool) 28.81/13.55 new_esEs27(x0, x1, ty_@0) 28.81/13.55 new_ltEs11(Right(x0), Right(x1), x2, ty_Int) 28.81/13.55 new_lt11(Nothing, Nothing, x0) 28.81/13.55 new_sr(Integer(x0), Integer(x1)) 28.81/13.55 new_esEs21(False, True) 28.81/13.55 new_esEs21(True, False) 28.81/13.55 new_primMulNat0(Zero, Zero) 28.81/13.55 new_esEs13(Right(x0), Right(x1), x2, ty_Integer) 28.81/13.55 new_compare0([], :(x0, x1), x2) 28.81/13.55 new_ltEs11(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 28.81/13.55 new_esEs32(x0, x1, ty_Double) 28.81/13.55 new_esEs15(x0, x1, ty_Char) 28.81/13.55 new_esEs24(LT, LT) 28.81/13.55 new_esEs27(x0, x1, app(ty_[], x2)) 28.81/13.55 new_primCompAux00(x0, GT) 28.81/13.55 new_lt9(Double(x0, Neg(x1)), Double(x2, Neg(x3))) 28.81/13.55 new_esEs8(x0, x1, ty_@0) 28.81/13.55 new_esEs33(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.55 new_esEs34(x0, x1, ty_Integer) 28.81/13.55 new_ltEs11(Right(x0), Right(x1), x2, app(ty_[], x3)) 28.81/13.55 new_primMulNat0(Succ(x0), Succ(x1)) 28.81/13.55 new_lt13(Neg(Succ(x0)), Neg(x1)) 28.81/13.55 new_lt18(x0, x1, ty_Ordering) 28.81/13.55 new_esEs27(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.55 new_compare9(@0, @0) 28.81/13.55 new_esEs28(x0, x1, ty_Bool) 28.81/13.55 new_esEs26(x0, x1, ty_Char) 28.81/13.55 new_esEs13(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 28.81/13.55 new_lt14(LT, EQ) 28.81/13.55 new_lt14(EQ, LT) 28.81/13.55 new_lt18(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.55 new_compare27(x0, x1, False, x2) 28.81/13.55 new_lt14(GT, GT) 28.81/13.55 new_compare15(:%(x0, x1), :%(x2, x3), ty_Integer) 28.81/13.55 new_compare16(x0, x1, x2, x3, ty_Int) 28.81/13.55 new_esEs23([], [], x0) 28.81/13.55 new_esEs33(x0, x1, app(ty_Ratio, x2)) 28.81/13.55 new_esEs15(x0, x1, ty_@0) 28.81/13.55 new_lt7([], [], x0) 28.81/13.55 new_esEs7(x0, x1, ty_Char) 28.81/13.55 new_esEs34(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.55 new_esEs18(x0, x1) 28.81/13.55 new_esEs6(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.55 new_ltEs11(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 28.81/13.55 new_esEs32(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.55 new_esEs14(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.55 new_ltEs18(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.55 new_esEs7(x0, x1, ty_Bool) 28.81/13.55 new_ltEs15(Just(x0), Just(x1), app(ty_Ratio, x2)) 28.81/13.55 new_esEs26(x0, x1, ty_Bool) 28.81/13.55 new_lt7(:(x0, x1), [], x2) 28.81/13.55 new_esEs6(x0, x1, app(ty_[], x2)) 28.81/13.55 new_compare11(x0, x1, True) 28.81/13.55 new_lt16(:%(x0, x1), :%(x2, x3), x4) 28.81/13.55 new_esEs12(Just(x0), Just(x1), ty_Ordering) 28.81/13.55 new_esEs7(x0, x1, app(ty_Maybe, x2)) 28.81/13.55 new_lt14(EQ, EQ) 28.81/13.55 new_esEs15(x0, x1, ty_Ordering) 28.81/13.55 new_esEs14(x0, x1, app(ty_Maybe, x2)) 28.81/13.55 new_lt15(@0, @0) 28.81/13.55 new_not(True) 28.81/13.55 new_ltEs18(x0, x1, app(ty_[], x2)) 28.81/13.55 new_ltEs11(Right(x0), Right(x1), x2, ty_@0) 28.81/13.55 new_compare0([], [], x0) 28.81/13.55 new_esEs27(x0, x1, ty_Char) 28.81/13.55 new_ltEs16(x0, x1, x2) 28.81/13.55 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 28.81/13.55 new_esEs32(x0, x1, ty_Int) 28.81/13.55 new_compare3(Double(x0, Neg(x1)), Double(x2, Neg(x3))) 28.81/13.55 new_compare3(Double(x0, Pos(x1)), Double(x2, Pos(x3))) 28.81/13.55 new_ltEs15(Just(x0), Just(x1), ty_Float) 28.81/13.55 new_esEs32(x0, x1, ty_Char) 28.81/13.55 new_esEs4(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.55 new_compare0(:(x0, x1), :(x2, x3), x4) 28.81/13.55 new_esEs13(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 28.81/13.55 new_lt11(Just(x0), Nothing, x1) 28.81/13.55 new_ltEs11(Right(x0), Right(x1), x2, ty_Bool) 28.81/13.55 new_compare12(x0, x1, True, x2, x3) 28.81/13.55 new_lt19(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.55 new_primMulNat0(Zero, Succ(x0)) 28.81/13.55 new_primCmpInt(Pos(Zero), Pos(Succ(x0))) 28.81/13.55 new_esEs9(x0, x1, ty_Ordering) 28.81/13.55 new_esEs32(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.55 new_ltEs19(x0, x1, app(ty_Ratio, x2)) 28.81/13.55 new_esEs25(:%(x0, x1), :%(x2, x3), x4) 28.81/13.55 new_compare1(x0, x1, False, x2, x3, x4) 28.81/13.55 new_esEs30(x0, x1, ty_Integer) 28.81/13.55 new_esEs7(x0, x1, ty_Int) 28.81/13.55 new_esEs27(x0, x1, ty_Int) 28.81/13.55 new_ltEs11(Left(x0), Left(x1), ty_Float, x2) 28.81/13.55 new_ltEs11(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 28.81/13.55 new_esEs26(x0, x1, app(ty_[], x2)) 28.81/13.55 new_esEs7(x0, x1, ty_@0) 28.81/13.55 new_esEs23(:(x0, x1), :(x2, x3), x4) 28.81/13.55 new_lt20(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.55 new_esEs29(x0, x1, ty_Integer) 28.81/13.55 new_esEs9(x0, x1, app(ty_Ratio, x2)) 28.81/13.55 new_ltEs19(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.55 new_esEs34(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.55 new_esEs4(x0, x1, ty_Float) 28.81/13.55 new_esEs13(Left(x0), Left(x1), ty_Char, x2) 28.81/13.55 new_esEs13(Left(x0), Left(x1), ty_@0, x2) 28.81/13.55 new_esEs20(Double(x0, x1), Double(x2, x3)) 28.81/13.55 new_esEs13(Left(x0), Left(x1), ty_Double, x2) 28.81/13.55 new_esEs34(x0, x1, app(ty_Ratio, x2)) 28.81/13.55 new_lt13(Pos(Succ(x0)), Pos(x1)) 28.81/13.55 new_ltEs6(True, True) 28.81/13.55 new_esEs26(x0, x1, ty_Ordering) 28.81/13.55 new_esEs6(x0, x1, app(ty_Maybe, x2)) 28.81/13.55 new_lt19(x0, x1, ty_Float) 28.81/13.55 new_ltEs11(Right(x0), Right(x1), x2, ty_Double) 28.81/13.55 new_esEs26(x0, x1, ty_Integer) 28.81/13.55 new_esEs4(x0, x1, app(ty_Ratio, x2)) 28.81/13.55 new_esEs8(x0, x1, ty_Integer) 28.81/13.55 new_esEs31(x0, x1, ty_Ordering) 28.81/13.55 new_ltEs11(Right(x0), Right(x1), x2, ty_Char) 28.81/13.55 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 28.81/13.55 new_ltEs14(x0, x1) 28.81/13.55 new_esEs9(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.55 new_ltEs5(LT, LT) 28.81/13.55 new_esEs13(Left(x0), Left(x1), ty_Int, x2) 28.81/13.55 new_compare27(x0, x1, True, x2) 28.81/13.55 new_compare14(x0, x1, False) 28.81/13.55 new_primCmpInt(Pos(Zero), Pos(Zero)) 28.81/13.55 new_compare3(Double(x0, Pos(x1)), Double(x2, Neg(x3))) 28.81/13.55 new_compare3(Double(x0, Neg(x1)), Double(x2, Pos(x3))) 28.81/13.55 new_compare23(x0, x1, True, x2, x3, x4) 28.81/13.55 new_esEs15(x0, x1, app(ty_Ratio, x2)) 28.81/13.55 new_esEs4(x0, x1, app(ty_[], x2)) 28.81/13.55 new_esEs8(x0, x1, ty_Float) 28.81/13.55 new_esEs6(x0, x1, ty_Char) 28.81/13.55 new_ltEs11(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 28.81/13.55 new_lt8(Left(x0), Left(x1), x2, x3) 28.81/13.55 new_esEs28(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.55 new_esEs27(x0, x1, ty_Float) 28.81/13.55 new_esEs9(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.55 new_esEs27(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.55 new_ltEs11(Left(x0), Left(x1), app(ty_[], x2), x3) 28.81/13.55 new_esEs15(x0, x1, app(ty_Maybe, x2)) 28.81/13.55 new_esEs13(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 28.81/13.55 new_esEs34(x0, x1, ty_Char) 28.81/13.55 new_lt18(x0, x1, ty_Bool) 28.81/13.55 new_ltEs11(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 28.81/13.55 new_ltEs5(LT, EQ) 28.81/13.55 new_ltEs5(EQ, LT) 28.81/13.55 new_esEs13(Right(x0), Right(x1), x2, ty_Char) 28.81/13.55 new_esEs28(x0, x1, app(ty_Maybe, x2)) 28.81/13.55 new_esEs27(x0, x1, ty_Double) 28.81/13.55 new_compare7(x0, x1, ty_Float) 28.81/13.55 new_ltEs5(GT, GT) 28.81/13.55 new_esEs21(False, False) 28.81/13.55 new_esEs4(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.55 new_ltEs15(Nothing, Nothing, x0) 28.81/13.55 new_esEs6(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.55 new_ltEs18(x0, x1, ty_Float) 28.81/13.55 new_lt19(x0, x1, app(ty_Ratio, x2)) 28.81/13.55 new_primMulInt(Pos(x0), Neg(x1)) 28.81/13.55 new_primMulInt(Neg(x0), Pos(x1)) 28.81/13.55 new_esEs5(x0, x1, ty_Ordering) 28.81/13.55 new_esEs5(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.55 new_ltEs19(x0, x1, ty_Double) 28.81/13.55 new_compare26(x0, x1, True, x2, x3) 28.81/13.56 new_esEs27(x0, x1, app(ty_Ratio, x2)) 28.81/13.56 new_compare15(:%(x0, x1), :%(x2, x3), ty_Int) 28.81/13.56 new_compare13(x0, x1, True, x2, x3) 28.81/13.56 new_esEs15(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.56 new_lt20(x0, x1, app(ty_[], x2)) 28.81/13.56 new_ltEs15(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 28.81/13.56 new_esEs8(x0, x1, ty_Int) 28.81/13.56 new_compare7(x0, x1, ty_Int) 28.81/13.56 new_asAs(True, x0) 28.81/13.56 new_esEs32(x0, x1, ty_Bool) 28.81/13.56 new_ltEs18(x0, x1, app(ty_Ratio, x2)) 28.81/13.56 new_esEs14(x0, x1, app(ty_[], x2)) 28.81/13.56 new_esEs8(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.56 new_esEs6(x0, x1, ty_Int) 28.81/13.56 new_esEs28(x0, x1, ty_Double) 28.81/13.56 new_esEs13(Left(x0), Right(x1), x2, x3) 28.81/13.56 new_esEs13(Right(x0), Left(x1), x2, x3) 28.81/13.56 new_esEs4(x0, x1, ty_Double) 28.81/13.56 new_ltEs8(x0, x1) 28.81/13.56 new_lt18(x0, x1, ty_Integer) 28.81/13.56 new_lt19(x0, x1, ty_Bool) 28.81/13.56 new_esEs14(x0, x1, ty_Double) 28.81/13.56 new_esEs8(x0, x1, app(ty_[], x2)) 28.81/13.56 new_esEs33(x0, x1, ty_Double) 28.81/13.56 new_ltEs19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.56 new_lt18(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.56 new_esEs5(x0, x1, ty_Double) 28.81/13.56 new_ltEs15(Just(x0), Just(x1), ty_Double) 28.81/13.56 new_primCmpNat0(Succ(x0), Zero) 28.81/13.56 new_esEs28(x0, x1, app(ty_Ratio, x2)) 28.81/13.56 new_esEs14(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.56 new_lt5(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 28.81/13.56 new_ltEs10(x0, x1) 28.81/13.56 new_primEqNat0(Zero, Zero) 28.81/13.56 new_esEs5(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.56 new_compare10(x0, x1, False, x2) 28.81/13.56 new_esEs32(x0, x1, ty_Integer) 28.81/13.56 new_ltEs9(@2(x0, x1), @2(x2, x3), x4, x5) 28.81/13.56 new_not(False) 28.81/13.56 new_esEs13(Right(x0), Right(x1), x2, ty_Bool) 28.81/13.56 new_esEs8(x0, x1, ty_Char) 28.81/13.56 new_esEs12(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 28.81/13.56 new_ltEs7(x0, x1) 28.81/13.56 new_esEs31(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.56 new_esEs26(x0, x1, ty_Int) 28.81/13.56 new_esEs11(@2(x0, x1), @2(x2, x3), x4, x5) 28.81/13.56 new_esEs14(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.56 new_esEs12(Just(x0), Just(x1), ty_Double) 28.81/13.56 new_esEs34(x0, x1, ty_Float) 28.81/13.56 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 28.81/13.56 new_esEs7(x0, x1, ty_Ordering) 28.81/13.56 new_esEs24(GT, GT) 28.81/13.56 new_esEs27(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.56 new_lt18(x0, x1, app(ty_[], x2)) 28.81/13.56 new_esEs28(x0, x1, ty_@0) 28.81/13.56 new_esEs6(x0, x1, ty_Ordering) 28.81/13.56 new_esEs15(x0, x1, ty_Double) 28.81/13.56 new_esEs34(x0, x1, ty_Bool) 28.81/13.56 new_compare1(x0, x1, True, x2, x3, x4) 28.81/13.56 new_ltEs11(Left(x0), Left(x1), ty_Ordering, x2) 28.81/13.56 new_ltEs6(True, False) 28.81/13.56 new_ltEs6(False, True) 28.81/13.56 new_esEs9(x0, x1, ty_@0) 28.81/13.56 new_lt14(LT, GT) 28.81/13.56 new_lt14(GT, LT) 28.81/13.56 new_ltEs18(x0, x1, ty_Char) 28.81/13.56 new_esEs5(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.56 new_esEs24(LT, EQ) 28.81/13.56 new_esEs24(EQ, LT) 28.81/13.56 new_primMulNat0(Succ(x0), Zero) 28.81/13.56 new_esEs6(x0, x1, ty_Bool) 28.81/13.56 new_esEs13(Right(x0), Right(x1), x2, ty_Float) 28.81/13.56 new_ltEs15(Just(x0), Just(x1), app(ty_Maybe, x2)) 28.81/13.56 new_lt20(x0, x1, ty_Double) 28.81/13.56 new_esEs31(x0, x1, ty_Double) 28.81/13.56 new_esEs29(x0, x1, ty_Int) 28.81/13.56 new_lt4(Integer(x0), Integer(x1)) 28.81/13.56 new_esEs12(Just(x0), Just(x1), app(ty_Ratio, x2)) 28.81/13.56 new_compare7(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.56 new_ltEs5(EQ, EQ) 28.81/13.56 new_esEs26(x0, x1, ty_Float) 28.81/13.56 new_primEqNat0(Succ(x0), Zero) 28.81/13.56 new_primMulInt(Pos(x0), Pos(x1)) 28.81/13.56 new_esEs32(x0, x1, ty_Ordering) 28.81/13.56 new_esEs13(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 28.81/13.56 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 28.81/13.56 new_lt18(x0, x1, ty_Int) 28.81/13.56 new_lt11(Nothing, Just(x0), x1) 28.81/13.56 new_ltEs15(Nothing, Just(x0), x1) 28.81/13.56 new_lt20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.56 new_esEs12(Just(x0), Just(x1), ty_@0) 28.81/13.56 new_esEs7(x0, x1, ty_Integer) 28.81/13.56 new_ltEs19(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.56 new_esEs9(x0, x1, app(ty_Maybe, x2)) 28.81/13.56 new_esEs9(x0, x1, ty_Double) 28.81/13.56 new_lt6(True, True) 28.81/13.56 new_primCompAux00(x0, EQ) 28.81/13.56 new_lt19(x0, x1, ty_Integer) 28.81/13.56 new_ltEs18(x0, x1, ty_Int) 28.81/13.56 new_esEs16(Float(x0, x1), Float(x2, x3)) 28.81/13.56 new_lt19(x0, x1, ty_Ordering) 28.81/13.56 new_primCmpNat0(Succ(x0), Succ(x1)) 28.81/13.56 new_esEs13(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 28.81/13.56 new_ltEs11(Left(x0), Left(x1), ty_Integer, x2) 28.81/13.56 new_primCmpNat0(Zero, Zero) 28.81/13.56 new_esEs32(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.56 new_esEs31(x0, x1, app(ty_Ratio, x2)) 28.81/13.56 new_lt18(x0, x1, ty_Char) 28.81/13.56 new_esEs34(x0, x1, ty_Int) 28.81/13.56 new_esEs31(x0, x1, ty_@0) 28.81/13.56 new_esEs13(Right(x0), Right(x1), x2, ty_Int) 28.81/13.56 28.81/13.56 We have to consider all minimal (P,Q,R)-chains. 28.81/13.56 ---------------------------------------- 28.81/13.56 28.81/13.56 (21) QDPSizeChangeProof (EQUIVALENT) 28.81/13.56 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. 28.81/13.56 28.81/13.56 From the DPs we obtained the following set of size-change graphs: 28.81/13.56 *new_compare21(vwx300, vwx3100, False, bag) -> new_ltEs1(vwx300, vwx3100, bag) 28.81/13.56 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3 28.81/13.56 28.81/13.56 28.81/13.56 *new_ltEs1(Just(vwx3000), Just(vwx31000), app(ty_Maybe, bbe)) -> new_ltEs1(vwx3000, vwx31000, bbe) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 28.81/13.56 28.81/13.56 28.81/13.56 *new_ltEs3(vwx300, vwx3100, bee) -> new_compare(vwx300, vwx3100, bee) 28.81/13.56 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3 28.81/13.56 28.81/13.56 28.81/13.56 *new_ltEs1(Just(vwx3000), Just(vwx31000), app(ty_[], bbh)) -> new_ltEs3(vwx3000, vwx31000, bbh) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 28.81/13.56 28.81/13.56 28.81/13.56 *new_primCompAux(vwx300, vwx3100, vwx209, app(ty_Maybe, bag)) -> new_compare21(vwx300, vwx3100, new_esEs12(vwx300, vwx3100, bag), bag) 28.81/13.56 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 4 28.81/13.56 28.81/13.56 28.81/13.56 *new_compare(:(vwx3000, vwx3001), :(vwx31000, vwx31001), bef) -> new_compare(vwx3001, vwx31001, bef) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 28.81/13.56 28.81/13.56 28.81/13.56 *new_compare(:(vwx3000, vwx3001), :(vwx31000, vwx31001), bef) -> new_primCompAux(vwx3000, vwx31000, new_compare0(vwx3001, vwx31001, bef), bef) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 28.81/13.56 28.81/13.56 28.81/13.56 *new_primCompAux(vwx300, vwx3100, vwx209, app(ty_[], bef)) -> new_compare(vwx300, vwx3100, bef) 28.81/13.56 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 28.81/13.56 28.81/13.56 28.81/13.56 *new_lt3(:(vwx3000, vwx3001), :(vwx31000, vwx31001), bfc) -> new_compare(vwx3001, vwx31001, bfc) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 28.81/13.56 28.81/13.56 28.81/13.56 *new_compare22(vwx300, vwx3100, False, beg, beh) -> new_ltEs2(vwx300, vwx3100, beg, beh) 28.81/13.56 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4 28.81/13.56 28.81/13.56 28.81/13.56 *new_lt3(:(vwx3000, vwx3001), :(vwx31000, vwx31001), bfc) -> new_primCompAux(vwx3000, vwx31000, new_compare0(vwx3001, vwx31001, bfc), bfc) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 28.81/13.56 28.81/13.56 28.81/13.56 *new_primCompAux(vwx300, vwx3100, vwx209, app(app(ty_Either, beg), beh)) -> new_compare22(vwx300, vwx3100, new_esEs13(vwx300, vwx3100, beg, beh), beg, beh) 28.81/13.56 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 4, 4 > 5 28.81/13.56 28.81/13.56 28.81/13.56 *new_ltEs0(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), app(ty_Maybe, gh), ge) -> new_lt1(vwx3000, vwx31000, gh) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 28.81/13.56 28.81/13.56 28.81/13.56 *new_ltEs1(Just(vwx3000), Just(vwx31000), app(app(ty_Either, bbf), bbg)) -> new_ltEs2(vwx3000, vwx31000, bbf, bbg) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 28.81/13.56 28.81/13.56 28.81/13.56 *new_ltEs0(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), hd, app(ty_Maybe, bab)) -> new_ltEs1(vwx3001, vwx31001, bab) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 28.81/13.56 28.81/13.56 28.81/13.56 *new_ltEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), db, ca, app(ty_Maybe, fa)) -> new_ltEs1(vwx3002, vwx31002, fa) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 28.81/13.56 28.81/13.56 28.81/13.56 *new_ltEs0(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), hd, app(ty_[], bae)) -> new_ltEs3(vwx3001, vwx31001, bae) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 28.81/13.56 28.81/13.56 28.81/13.56 *new_ltEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), db, ca, app(ty_[], fd)) -> new_ltEs3(vwx3002, vwx31002, fd) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 28.81/13.56 28.81/13.56 28.81/13.56 *new_ltEs0(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), hd, app(app(ty_Either, bac), bad)) -> new_ltEs2(vwx3001, vwx31001, bac, bad) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 28.81/13.56 28.81/13.56 28.81/13.56 *new_ltEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), db, ca, app(app(ty_Either, fb), fc)) -> new_ltEs2(vwx3002, vwx31002, fb, fc) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 28.81/13.56 28.81/13.56 28.81/13.56 *new_ltEs1(Just(vwx3000), Just(vwx31000), app(app(ty_@2, bbc), bbd)) -> new_ltEs0(vwx3000, vwx31000, bbc, bbd) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 28.81/13.56 28.81/13.56 28.81/13.56 *new_ltEs1(Just(vwx3000), Just(vwx31000), app(app(app(ty_@3, bah), bba), bbb)) -> new_ltEs(vwx3000, vwx31000, bah, bba, bbb) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 28.81/13.56 28.81/13.56 28.81/13.56 *new_ltEs0(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), hd, app(app(ty_@2, hh), baa)) -> new_ltEs0(vwx3001, vwx31001, hh, baa) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 28.81/13.56 28.81/13.56 28.81/13.56 *new_ltEs0(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), app(ty_[], hc), ge) -> new_lt3(vwx3000, vwx31000, hc) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 28.81/13.56 28.81/13.56 28.81/13.56 *new_compare2(vwx300, vwx3100, False, bc, bd, be) -> new_ltEs(vwx300, vwx3100, bc, bd, be) 28.81/13.56 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4, 6 >= 5 28.81/13.56 28.81/13.56 28.81/13.56 *new_primCompAux(vwx300, vwx3100, vwx209, app(app(app(ty_@3, bc), bd), be)) -> new_compare2(vwx300, vwx3100, new_esEs10(vwx300, vwx3100, bc, bd, be), bc, bd, be) 28.81/13.56 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 4, 4 > 5, 4 > 6 28.81/13.56 28.81/13.56 28.81/13.56 *new_primCompAux(vwx300, vwx3100, vwx209, app(app(ty_@2, fh), ga)) -> new_compare20(vwx300, vwx3100, new_esEs11(vwx300, vwx3100, fh, ga), fh, ga) 28.81/13.56 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 4, 4 > 5 28.81/13.56 28.81/13.56 28.81/13.56 *new_ltEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), db, ca, app(app(ty_@2, eg), eh)) -> new_ltEs0(vwx3002, vwx31002, eg, eh) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 28.81/13.56 28.81/13.56 28.81/13.56 *new_compare20(vwx300, vwx3100, False, fh, ga) -> new_ltEs0(vwx300, vwx3100, fh, ga) 28.81/13.56 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4 28.81/13.56 28.81/13.56 28.81/13.56 *new_lt(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), h, ba, bb) -> new_compare2(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), new_asAs(new_esEs4(vwx3000, vwx31000, h), new_asAs(new_esEs5(vwx3001, vwx31001, ba), new_esEs6(vwx3002, vwx31002, bb))), h, ba, bb) 28.81/13.56 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5, 5 >= 6 28.81/13.56 28.81/13.56 28.81/13.56 *new_lt0(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), ff, fg) -> new_compare20(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), new_asAs(new_esEs7(vwx3000, vwx31000, ff), new_esEs8(vwx3001, vwx31001, fg)), ff, fg) 28.81/13.56 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 28.81/13.56 28.81/13.56 28.81/13.56 *new_ltEs0(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), hd, app(app(app(ty_@3, he), hf), hg)) -> new_ltEs(vwx3001, vwx31001, he, hf, hg) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 28.81/13.56 28.81/13.56 28.81/13.56 *new_ltEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), db, ca, app(app(app(ty_@3, ed), ee), ef)) -> new_ltEs(vwx3002, vwx31002, ed, ee, ef) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 28.81/13.56 28.81/13.56 28.81/13.56 *new_ltEs0(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), app(app(ty_@2, gf), gg), ge) -> new_lt0(vwx3000, vwx31000, gf, gg) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 28.81/13.56 28.81/13.56 28.81/13.56 *new_ltEs0(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), app(app(ty_Either, ha), hb), ge) -> new_lt2(vwx3000, vwx31000, ha, hb) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 28.81/13.56 28.81/13.56 28.81/13.56 *new_ltEs0(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), app(app(app(ty_@3, gb), gc), gd), ge) -> new_lt(vwx3000, vwx31000, gb, gc, gd) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 28.81/13.56 28.81/13.56 28.81/13.56 *new_ltEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), db, app(ty_Maybe, dh), cb) -> new_lt1(vwx3001, vwx31001, dh) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 28.81/13.56 28.81/13.56 28.81/13.56 *new_ltEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), app(ty_Maybe, ce), ca, cb) -> new_lt1(vwx3000, vwx31000, ce) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 28.81/13.56 28.81/13.56 28.81/13.56 *new_lt1(Just(vwx3000), Just(vwx31000), baf) -> new_compare21(Just(vwx3000), Just(vwx31000), new_esEs9(vwx3000, vwx31000, baf), baf) 28.81/13.56 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4 28.81/13.56 28.81/13.56 28.81/13.56 *new_lt1(Nothing, Just(vwx31000), baf) -> new_compare21(Nothing, Just(vwx31000), False, baf) 28.81/13.56 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4 28.81/13.56 28.81/13.56 28.81/13.56 *new_lt1(Just(vwx3000), Nothing, baf) -> new_compare21(Just(vwx3000), Nothing, False, baf) 28.81/13.56 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4 28.81/13.56 28.81/13.56 28.81/13.56 *new_ltEs2(Right(vwx3000), Right(vwx31000), bdc, app(ty_Maybe, bea)) -> new_ltEs1(vwx3000, vwx31000, bea) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 28.81/13.56 28.81/13.56 28.81/13.56 *new_ltEs2(Left(vwx3000), Left(vwx31000), app(ty_Maybe, bcg), bcd) -> new_ltEs1(vwx3000, vwx31000, bcg) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 28.81/13.56 28.81/13.56 28.81/13.56 *new_ltEs2(Right(vwx3000), Right(vwx31000), bdc, app(ty_[], bed)) -> new_ltEs3(vwx3000, vwx31000, bed) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 28.81/13.56 28.81/13.56 28.81/13.56 *new_ltEs2(Left(vwx3000), Left(vwx31000), app(ty_[], bdb), bcd) -> new_ltEs3(vwx3000, vwx31000, bdb) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 28.81/13.56 28.81/13.56 28.81/13.56 *new_ltEs2(Right(vwx3000), Right(vwx31000), bdc, app(app(ty_Either, beb), bec)) -> new_ltEs2(vwx3000, vwx31000, beb, bec) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 28.81/13.56 28.81/13.56 28.81/13.56 *new_ltEs2(Left(vwx3000), Left(vwx31000), app(app(ty_Either, bch), bda), bcd) -> new_ltEs2(vwx3000, vwx31000, bch, bda) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 28.81/13.56 28.81/13.56 28.81/13.56 *new_ltEs2(Right(vwx3000), Right(vwx31000), bdc, app(app(ty_@2, bdg), bdh)) -> new_ltEs0(vwx3000, vwx31000, bdg, bdh) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 28.81/13.56 28.81/13.56 28.81/13.56 *new_ltEs2(Left(vwx3000), Left(vwx31000), app(app(ty_@2, bce), bcf), bcd) -> new_ltEs0(vwx3000, vwx31000, bce, bcf) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 28.81/13.56 28.81/13.56 28.81/13.56 *new_ltEs2(Right(vwx3000), Right(vwx31000), bdc, app(app(app(ty_@3, bdd), bde), bdf)) -> new_ltEs(vwx3000, vwx31000, bdd, bde, bdf) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 28.81/13.56 28.81/13.56 28.81/13.56 *new_ltEs2(Left(vwx3000), Left(vwx31000), app(app(app(ty_@3, bca), bcb), bcc), bcd) -> new_ltEs(vwx3000, vwx31000, bca, bcb, bcc) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 28.81/13.56 28.81/13.56 28.81/13.56 *new_lt2(Left(vwx3000), Right(vwx31000), bfa, bfb) -> new_compare22(Left(vwx3000), Right(vwx31000), False, bfa, bfb) 28.81/13.56 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 28.81/13.56 28.81/13.56 28.81/13.56 *new_lt2(Right(vwx3000), Left(vwx31000), bfa, bfb) -> new_compare22(Right(vwx3000), Left(vwx31000), False, bfa, bfb) 28.81/13.56 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 28.81/13.56 28.81/13.56 28.81/13.56 *new_lt2(Right(vwx3000), Right(vwx31000), bfa, bfb) -> new_compare22(Right(vwx3000), Right(vwx31000), new_esEs15(vwx3000, vwx31000, bfb), bfa, bfb) 28.81/13.56 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 28.81/13.56 28.81/13.56 28.81/13.56 *new_lt2(Left(vwx3000), Left(vwx31000), bfa, bfb) -> new_compare22(Left(vwx3000), Left(vwx31000), new_esEs14(vwx3000, vwx31000, bfa), bfa, bfb) 28.81/13.56 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 28.81/13.56 28.81/13.56 28.81/13.56 *new_ltEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), app(ty_[], da), ca, cb) -> new_lt3(vwx3000, vwx31000, da) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 28.81/13.56 28.81/13.56 28.81/13.56 *new_ltEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), db, app(ty_[], ec), cb) -> new_lt3(vwx3001, vwx31001, ec) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 28.81/13.56 28.81/13.56 28.81/13.56 *new_ltEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), app(app(ty_@2, cc), cd), ca, cb) -> new_lt0(vwx3000, vwx31000, cc, cd) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 28.81/13.56 28.81/13.56 28.81/13.56 *new_ltEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), db, app(app(ty_@2, df), dg), cb) -> new_lt0(vwx3001, vwx31001, df, dg) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 28.81/13.56 28.81/13.56 28.81/13.56 *new_ltEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), db, app(app(ty_Either, ea), eb), cb) -> new_lt2(vwx3001, vwx31001, ea, eb) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 28.81/13.56 28.81/13.56 28.81/13.56 *new_ltEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), app(app(ty_Either, cf), cg), ca, cb) -> new_lt2(vwx3000, vwx31000, cf, cg) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 28.81/13.56 28.81/13.56 28.81/13.56 *new_ltEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), app(app(app(ty_@3, bf), bg), bh), ca, cb) -> new_lt(vwx3000, vwx31000, bf, bg, bh) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 28.81/13.56 28.81/13.56 28.81/13.56 *new_ltEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), db, app(app(app(ty_@3, dc), dd), de), cb) -> new_lt(vwx3001, vwx31001, dc, dd, de) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 28.81/13.56 28.81/13.56 28.81/13.56 ---------------------------------------- 28.81/13.56 28.81/13.56 (22) 28.81/13.56 YES 28.81/13.56 28.81/13.56 ---------------------------------------- 28.81/13.56 28.81/13.56 (23) 28.81/13.56 Obligation: 28.81/13.56 Q DP problem: 28.81/13.56 The TRS P consists of the following rules: 28.81/13.56 28.81/13.56 new_esEs0(Left(vwx1080), Left(vwx1090), app(ty_Maybe, ff), fb) -> new_esEs1(vwx1080, vwx1090, ff) 28.81/13.56 new_esEs3(@2(vwx1080, vwx1081), @2(vwx1090, vwx1091), app(app(ty_Either, bcc), bcd), bcb) -> new_esEs0(vwx1080, vwx1090, bcc, bcd) 28.81/13.56 new_esEs1(Just(vwx1080), Just(vwx1090), app(app(ty_Either, hg), hh)) -> new_esEs0(vwx1080, vwx1090, hg, hh) 28.81/13.56 new_esEs2(:(vwx1080, vwx1081), :(vwx1090, vwx1091), bbf) -> new_esEs2(vwx1081, vwx1091, bbf) 28.81/13.56 new_esEs3(@2(vwx1080, vwx1081), @2(vwx1090, vwx1091), bda, app(app(ty_Either, bde), bdf)) -> new_esEs0(vwx1081, vwx1091, bde, bdf) 28.81/13.56 new_esEs(@3(vwx1080, vwx1081, vwx1082), @3(vwx1090, vwx1091, vwx1092), cc, bc, app(app(ty_@2, ee), ef)) -> new_esEs3(vwx1082, vwx1092, ee, ef) 28.81/13.56 new_esEs(@3(vwx1080, vwx1081, vwx1082), @3(vwx1090, vwx1091, vwx1092), app(app(ty_@2, ca), cb), bc, bd) -> new_esEs3(vwx1080, vwx1090, ca, cb) 28.81/13.56 new_esEs(@3(vwx1080, vwx1081, vwx1082), @3(vwx1090, vwx1091, vwx1092), cc, bc, app(app(app(ty_@3, df), dg), dh)) -> new_esEs(vwx1082, vwx1092, df, dg, dh) 28.81/13.56 new_esEs2(:(vwx1080, vwx1081), :(vwx1090, vwx1091), app(app(app(ty_@3, bae), baf), bag)) -> new_esEs(vwx1080, vwx1090, bae, baf, bag) 28.81/13.56 new_esEs0(Right(vwx1080), Right(vwx1090), gb, app(app(ty_Either, gf), gg)) -> new_esEs0(vwx1080, vwx1090, gf, gg) 28.81/13.56 new_esEs(@3(vwx1080, vwx1081, vwx1082), @3(vwx1090, vwx1091, vwx1092), app(ty_Maybe, bg), bc, bd) -> new_esEs1(vwx1080, vwx1090, bg) 28.81/13.56 new_esEs(@3(vwx1080, vwx1081, vwx1082), @3(vwx1090, vwx1091, vwx1092), app(ty_[], bh), bc, bd) -> new_esEs2(vwx1080, vwx1090, bh) 28.81/13.56 new_esEs(@3(vwx1080, vwx1081, vwx1082), @3(vwx1090, vwx1091, vwx1092), cc, app(ty_Maybe, db), bd) -> new_esEs1(vwx1081, vwx1091, db) 28.81/13.56 new_esEs1(Just(vwx1080), Just(vwx1090), app(app(ty_@2, bac), bad)) -> new_esEs3(vwx1080, vwx1090, bac, bad) 28.81/13.56 new_esEs3(@2(vwx1080, vwx1081), @2(vwx1090, vwx1091), app(ty_Maybe, bce), bcb) -> new_esEs1(vwx1080, vwx1090, bce) 28.81/13.56 new_esEs(@3(vwx1080, vwx1081, vwx1082), @3(vwx1090, vwx1091, vwx1092), cc, app(ty_[], dc), bd) -> new_esEs2(vwx1081, vwx1091, dc) 28.81/13.56 new_esEs2(:(vwx1080, vwx1081), :(vwx1090, vwx1091), app(app(ty_@2, bbd), bbe)) -> new_esEs3(vwx1080, vwx1090, bbd, bbe) 28.81/13.56 new_esEs3(@2(vwx1080, vwx1081), @2(vwx1090, vwx1091), bda, app(app(app(ty_@3, bdb), bdc), bdd)) -> new_esEs(vwx1081, vwx1091, bdb, bdc, bdd) 28.81/13.56 new_esEs3(@2(vwx1080, vwx1081), @2(vwx1090, vwx1091), bda, app(app(ty_@2, bea), beb)) -> new_esEs3(vwx1081, vwx1091, bea, beb) 28.81/13.56 new_esEs(@3(vwx1080, vwx1081, vwx1082), @3(vwx1090, vwx1091, vwx1092), cc, app(app(app(ty_@3, cd), ce), cf), bd) -> new_esEs(vwx1081, vwx1091, cd, ce, cf) 28.81/13.56 new_esEs3(@2(vwx1080, vwx1081), @2(vwx1090, vwx1091), bda, app(ty_Maybe, bdg)) -> new_esEs1(vwx1081, vwx1091, bdg) 28.81/13.56 new_esEs0(Left(vwx1080), Left(vwx1090), app(app(ty_@2, fh), ga), fb) -> new_esEs3(vwx1080, vwx1090, fh, ga) 28.81/13.56 new_esEs(@3(vwx1080, vwx1081, vwx1082), @3(vwx1090, vwx1091, vwx1092), cc, bc, app(ty_[], ed)) -> new_esEs2(vwx1082, vwx1092, ed) 28.81/13.56 new_esEs0(Left(vwx1080), Left(vwx1090), app(ty_[], fg), fb) -> new_esEs2(vwx1080, vwx1090, fg) 28.81/13.56 new_esEs1(Just(vwx1080), Just(vwx1090), app(app(app(ty_@3, hd), he), hf)) -> new_esEs(vwx1080, vwx1090, hd, he, hf) 28.81/13.56 new_esEs0(Right(vwx1080), Right(vwx1090), gb, app(app(ty_@2, hb), hc)) -> new_esEs3(vwx1080, vwx1090, hb, hc) 28.81/13.56 new_esEs(@3(vwx1080, vwx1081, vwx1082), @3(vwx1090, vwx1091, vwx1092), app(app(ty_Either, be), bf), bc, bd) -> new_esEs0(vwx1080, vwx1090, be, bf) 28.81/13.56 new_esEs0(Left(vwx1080), Left(vwx1090), app(app(ty_Either, fc), fd), fb) -> new_esEs0(vwx1080, vwx1090, fc, fd) 28.81/13.56 new_esEs2(:(vwx1080, vwx1081), :(vwx1090, vwx1091), app(app(ty_Either, bah), bba)) -> new_esEs0(vwx1080, vwx1090, bah, bba) 28.81/13.56 new_esEs(@3(vwx1080, vwx1081, vwx1082), @3(vwx1090, vwx1091, vwx1092), cc, app(app(ty_Either, cg), da), bd) -> new_esEs0(vwx1081, vwx1091, cg, da) 28.81/13.56 new_esEs(@3(vwx1080, vwx1081, vwx1082), @3(vwx1090, vwx1091, vwx1092), cc, bc, app(ty_Maybe, ec)) -> new_esEs1(vwx1082, vwx1092, ec) 28.81/13.56 new_esEs3(@2(vwx1080, vwx1081), @2(vwx1090, vwx1091), app(ty_[], bcf), bcb) -> new_esEs2(vwx1080, vwx1090, bcf) 28.81/13.56 new_esEs0(Right(vwx1080), Right(vwx1090), gb, app(app(app(ty_@3, gc), gd), ge)) -> new_esEs(vwx1080, vwx1090, gc, gd, ge) 28.81/13.56 new_esEs3(@2(vwx1080, vwx1081), @2(vwx1090, vwx1091), app(app(app(ty_@3, bbg), bbh), bca), bcb) -> new_esEs(vwx1080, vwx1090, bbg, bbh, bca) 28.81/13.56 new_esEs3(@2(vwx1080, vwx1081), @2(vwx1090, vwx1091), app(app(ty_@2, bcg), bch), bcb) -> new_esEs3(vwx1080, vwx1090, bcg, bch) 28.81/13.56 new_esEs(@3(vwx1080, vwx1081, vwx1082), @3(vwx1090, vwx1091, vwx1092), app(app(app(ty_@3, h), ba), bb), bc, bd) -> new_esEs(vwx1080, vwx1090, h, ba, bb) 28.81/13.56 new_esEs3(@2(vwx1080, vwx1081), @2(vwx1090, vwx1091), bda, app(ty_[], bdh)) -> new_esEs2(vwx1081, vwx1091, bdh) 28.81/13.56 new_esEs0(Right(vwx1080), Right(vwx1090), gb, app(ty_Maybe, gh)) -> new_esEs1(vwx1080, vwx1090, gh) 28.81/13.56 new_esEs1(Just(vwx1080), Just(vwx1090), app(ty_[], bab)) -> new_esEs2(vwx1080, vwx1090, bab) 28.81/13.56 new_esEs2(:(vwx1080, vwx1081), :(vwx1090, vwx1091), app(ty_[], bbc)) -> new_esEs2(vwx1080, vwx1090, bbc) 28.81/13.56 new_esEs0(Right(vwx1080), Right(vwx1090), gb, app(ty_[], ha)) -> new_esEs2(vwx1080, vwx1090, ha) 28.81/13.56 new_esEs1(Just(vwx1080), Just(vwx1090), app(ty_Maybe, baa)) -> new_esEs1(vwx1080, vwx1090, baa) 28.81/13.56 new_esEs(@3(vwx1080, vwx1081, vwx1082), @3(vwx1090, vwx1091, vwx1092), cc, bc, app(app(ty_Either, ea), eb)) -> new_esEs0(vwx1082, vwx1092, ea, eb) 28.81/13.56 new_esEs(@3(vwx1080, vwx1081, vwx1082), @3(vwx1090, vwx1091, vwx1092), cc, app(app(ty_@2, dd), de), bd) -> new_esEs3(vwx1081, vwx1091, dd, de) 28.81/13.56 new_esEs0(Left(vwx1080), Left(vwx1090), app(app(app(ty_@3, eg), eh), fa), fb) -> new_esEs(vwx1080, vwx1090, eg, eh, fa) 28.81/13.56 new_esEs2(:(vwx1080, vwx1081), :(vwx1090, vwx1091), app(ty_Maybe, bbb)) -> new_esEs1(vwx1080, vwx1090, bbb) 28.81/13.56 28.81/13.56 R is empty. 28.81/13.56 Q is empty. 28.81/13.56 We have to consider all minimal (P,Q,R)-chains. 28.81/13.56 ---------------------------------------- 28.81/13.56 28.81/13.56 (24) QDPSizeChangeProof (EQUIVALENT) 28.81/13.56 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. 28.81/13.56 28.81/13.56 From the DPs we obtained the following set of size-change graphs: 28.81/13.56 *new_esEs1(Just(vwx1080), Just(vwx1090), app(app(ty_Either, hg), hh)) -> new_esEs0(vwx1080, vwx1090, hg, hh) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 28.81/13.56 28.81/13.56 28.81/13.56 *new_esEs1(Just(vwx1080), Just(vwx1090), app(app(ty_@2, bac), bad)) -> new_esEs3(vwx1080, vwx1090, bac, bad) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 28.81/13.56 28.81/13.56 28.81/13.56 *new_esEs1(Just(vwx1080), Just(vwx1090), app(ty_Maybe, baa)) -> new_esEs1(vwx1080, vwx1090, baa) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 28.81/13.56 28.81/13.56 28.81/13.56 *new_esEs1(Just(vwx1080), Just(vwx1090), app(ty_[], bab)) -> new_esEs2(vwx1080, vwx1090, bab) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 28.81/13.56 28.81/13.56 28.81/13.56 *new_esEs1(Just(vwx1080), Just(vwx1090), app(app(app(ty_@3, hd), he), hf)) -> new_esEs(vwx1080, vwx1090, hd, he, hf) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 28.81/13.56 28.81/13.56 28.81/13.56 *new_esEs2(:(vwx1080, vwx1081), :(vwx1090, vwx1091), app(app(ty_Either, bah), bba)) -> new_esEs0(vwx1080, vwx1090, bah, bba) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 28.81/13.56 28.81/13.56 28.81/13.56 *new_esEs2(:(vwx1080, vwx1081), :(vwx1090, vwx1091), app(app(ty_@2, bbd), bbe)) -> new_esEs3(vwx1080, vwx1090, bbd, bbe) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 28.81/13.56 28.81/13.56 28.81/13.56 *new_esEs2(:(vwx1080, vwx1081), :(vwx1090, vwx1091), app(ty_Maybe, bbb)) -> new_esEs1(vwx1080, vwx1090, bbb) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 28.81/13.56 28.81/13.56 28.81/13.56 *new_esEs2(:(vwx1080, vwx1081), :(vwx1090, vwx1091), app(app(app(ty_@3, bae), baf), bag)) -> new_esEs(vwx1080, vwx1090, bae, baf, bag) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 28.81/13.56 28.81/13.56 28.81/13.56 *new_esEs0(Right(vwx1080), Right(vwx1090), gb, app(app(ty_Either, gf), gg)) -> new_esEs0(vwx1080, vwx1090, gf, gg) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 28.81/13.56 28.81/13.56 28.81/13.56 *new_esEs0(Left(vwx1080), Left(vwx1090), app(app(ty_Either, fc), fd), fb) -> new_esEs0(vwx1080, vwx1090, fc, fd) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 28.81/13.56 28.81/13.56 28.81/13.56 *new_esEs3(@2(vwx1080, vwx1081), @2(vwx1090, vwx1091), app(app(ty_Either, bcc), bcd), bcb) -> new_esEs0(vwx1080, vwx1090, bcc, bcd) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 28.81/13.56 28.81/13.56 28.81/13.56 *new_esEs3(@2(vwx1080, vwx1081), @2(vwx1090, vwx1091), bda, app(app(ty_Either, bde), bdf)) -> new_esEs0(vwx1081, vwx1091, bde, bdf) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 28.81/13.56 28.81/13.56 28.81/13.56 *new_esEs(@3(vwx1080, vwx1081, vwx1082), @3(vwx1090, vwx1091, vwx1092), app(app(ty_Either, be), bf), bc, bd) -> new_esEs0(vwx1080, vwx1090, be, bf) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 28.81/13.56 28.81/13.56 28.81/13.56 *new_esEs(@3(vwx1080, vwx1081, vwx1082), @3(vwx1090, vwx1091, vwx1092), cc, app(app(ty_Either, cg), da), bd) -> new_esEs0(vwx1081, vwx1091, cg, da) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 28.81/13.56 28.81/13.56 28.81/13.56 *new_esEs(@3(vwx1080, vwx1081, vwx1082), @3(vwx1090, vwx1091, vwx1092), cc, bc, app(app(ty_Either, ea), eb)) -> new_esEs0(vwx1082, vwx1092, ea, eb) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 28.81/13.56 28.81/13.56 28.81/13.56 *new_esEs0(Left(vwx1080), Left(vwx1090), app(app(ty_@2, fh), ga), fb) -> new_esEs3(vwx1080, vwx1090, fh, ga) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 28.81/13.56 28.81/13.56 28.81/13.56 *new_esEs0(Right(vwx1080), Right(vwx1090), gb, app(app(ty_@2, hb), hc)) -> new_esEs3(vwx1080, vwx1090, hb, hc) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 28.81/13.56 28.81/13.56 28.81/13.56 *new_esEs0(Left(vwx1080), Left(vwx1090), app(ty_Maybe, ff), fb) -> new_esEs1(vwx1080, vwx1090, ff) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 28.81/13.56 28.81/13.56 28.81/13.56 *new_esEs0(Right(vwx1080), Right(vwx1090), gb, app(ty_Maybe, gh)) -> new_esEs1(vwx1080, vwx1090, gh) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 28.81/13.56 28.81/13.56 28.81/13.56 *new_esEs0(Left(vwx1080), Left(vwx1090), app(ty_[], fg), fb) -> new_esEs2(vwx1080, vwx1090, fg) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 28.81/13.56 28.81/13.56 28.81/13.56 *new_esEs0(Right(vwx1080), Right(vwx1090), gb, app(ty_[], ha)) -> new_esEs2(vwx1080, vwx1090, ha) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 28.81/13.56 28.81/13.56 28.81/13.56 *new_esEs0(Right(vwx1080), Right(vwx1090), gb, app(app(app(ty_@3, gc), gd), ge)) -> new_esEs(vwx1080, vwx1090, gc, gd, ge) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 28.81/13.56 28.81/13.56 28.81/13.56 *new_esEs0(Left(vwx1080), Left(vwx1090), app(app(app(ty_@3, eg), eh), fa), fb) -> new_esEs(vwx1080, vwx1090, eg, eh, fa) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 28.81/13.56 28.81/13.56 28.81/13.56 *new_esEs3(@2(vwx1080, vwx1081), @2(vwx1090, vwx1091), bda, app(app(ty_@2, bea), beb)) -> new_esEs3(vwx1081, vwx1091, bea, beb) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 28.81/13.56 28.81/13.56 28.81/13.56 *new_esEs3(@2(vwx1080, vwx1081), @2(vwx1090, vwx1091), app(app(ty_@2, bcg), bch), bcb) -> new_esEs3(vwx1080, vwx1090, bcg, bch) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 28.81/13.56 28.81/13.56 28.81/13.56 *new_esEs(@3(vwx1080, vwx1081, vwx1082), @3(vwx1090, vwx1091, vwx1092), cc, bc, app(app(ty_@2, ee), ef)) -> new_esEs3(vwx1082, vwx1092, ee, ef) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 28.81/13.56 28.81/13.56 28.81/13.56 *new_esEs(@3(vwx1080, vwx1081, vwx1082), @3(vwx1090, vwx1091, vwx1092), app(app(ty_@2, ca), cb), bc, bd) -> new_esEs3(vwx1080, vwx1090, ca, cb) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 28.81/13.56 28.81/13.56 28.81/13.56 *new_esEs(@3(vwx1080, vwx1081, vwx1082), @3(vwx1090, vwx1091, vwx1092), cc, app(app(ty_@2, dd), de), bd) -> new_esEs3(vwx1081, vwx1091, dd, de) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 28.81/13.56 28.81/13.56 28.81/13.56 *new_esEs3(@2(vwx1080, vwx1081), @2(vwx1090, vwx1091), app(ty_Maybe, bce), bcb) -> new_esEs1(vwx1080, vwx1090, bce) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 28.81/13.56 28.81/13.56 28.81/13.56 *new_esEs3(@2(vwx1080, vwx1081), @2(vwx1090, vwx1091), bda, app(ty_Maybe, bdg)) -> new_esEs1(vwx1081, vwx1091, bdg) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 28.81/13.56 28.81/13.56 28.81/13.56 *new_esEs(@3(vwx1080, vwx1081, vwx1082), @3(vwx1090, vwx1091, vwx1092), app(ty_Maybe, bg), bc, bd) -> new_esEs1(vwx1080, vwx1090, bg) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 28.81/13.56 28.81/13.56 28.81/13.56 *new_esEs(@3(vwx1080, vwx1081, vwx1082), @3(vwx1090, vwx1091, vwx1092), cc, app(ty_Maybe, db), bd) -> new_esEs1(vwx1081, vwx1091, db) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 28.81/13.56 28.81/13.56 28.81/13.56 *new_esEs(@3(vwx1080, vwx1081, vwx1082), @3(vwx1090, vwx1091, vwx1092), cc, bc, app(ty_Maybe, ec)) -> new_esEs1(vwx1082, vwx1092, ec) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 28.81/13.56 28.81/13.56 28.81/13.56 *new_esEs2(:(vwx1080, vwx1081), :(vwx1090, vwx1091), bbf) -> new_esEs2(vwx1081, vwx1091, bbf) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 28.81/13.56 28.81/13.56 28.81/13.56 *new_esEs2(:(vwx1080, vwx1081), :(vwx1090, vwx1091), app(ty_[], bbc)) -> new_esEs2(vwx1080, vwx1090, bbc) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 28.81/13.56 28.81/13.56 28.81/13.56 *new_esEs3(@2(vwx1080, vwx1081), @2(vwx1090, vwx1091), app(ty_[], bcf), bcb) -> new_esEs2(vwx1080, vwx1090, bcf) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 28.81/13.56 28.81/13.56 28.81/13.56 *new_esEs3(@2(vwx1080, vwx1081), @2(vwx1090, vwx1091), bda, app(ty_[], bdh)) -> new_esEs2(vwx1081, vwx1091, bdh) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 28.81/13.56 28.81/13.56 28.81/13.56 *new_esEs(@3(vwx1080, vwx1081, vwx1082), @3(vwx1090, vwx1091, vwx1092), app(ty_[], bh), bc, bd) -> new_esEs2(vwx1080, vwx1090, bh) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 28.81/13.56 28.81/13.56 28.81/13.56 *new_esEs(@3(vwx1080, vwx1081, vwx1082), @3(vwx1090, vwx1091, vwx1092), cc, app(ty_[], dc), bd) -> new_esEs2(vwx1081, vwx1091, dc) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 28.81/13.56 28.81/13.56 28.81/13.56 *new_esEs(@3(vwx1080, vwx1081, vwx1082), @3(vwx1090, vwx1091, vwx1092), cc, bc, app(ty_[], ed)) -> new_esEs2(vwx1082, vwx1092, ed) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 28.81/13.56 28.81/13.56 28.81/13.56 *new_esEs3(@2(vwx1080, vwx1081), @2(vwx1090, vwx1091), bda, app(app(app(ty_@3, bdb), bdc), bdd)) -> new_esEs(vwx1081, vwx1091, bdb, bdc, bdd) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 28.81/13.56 28.81/13.56 28.81/13.56 *new_esEs3(@2(vwx1080, vwx1081), @2(vwx1090, vwx1091), app(app(app(ty_@3, bbg), bbh), bca), bcb) -> new_esEs(vwx1080, vwx1090, bbg, bbh, bca) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 28.81/13.56 28.81/13.56 28.81/13.56 *new_esEs(@3(vwx1080, vwx1081, vwx1082), @3(vwx1090, vwx1091, vwx1092), cc, bc, app(app(app(ty_@3, df), dg), dh)) -> new_esEs(vwx1082, vwx1092, df, dg, dh) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 28.81/13.56 28.81/13.56 28.81/13.56 *new_esEs(@3(vwx1080, vwx1081, vwx1082), @3(vwx1090, vwx1091, vwx1092), cc, app(app(app(ty_@3, cd), ce), cf), bd) -> new_esEs(vwx1081, vwx1091, cd, ce, cf) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 28.81/13.56 28.81/13.56 28.81/13.56 *new_esEs(@3(vwx1080, vwx1081, vwx1082), @3(vwx1090, vwx1091, vwx1092), app(app(app(ty_@3, h), ba), bb), bc, bd) -> new_esEs(vwx1080, vwx1090, h, ba, bb) 28.81/13.56 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 28.81/13.56 28.81/13.56 28.81/13.56 ---------------------------------------- 28.81/13.56 28.81/13.56 (25) 28.81/13.56 YES 28.81/13.56 28.81/13.56 ---------------------------------------- 28.81/13.56 28.81/13.56 (26) 28.81/13.56 Obligation: 28.81/13.56 Q DP problem: 28.81/13.56 The TRS P consists of the following rules: 28.81/13.56 28.81/13.56 new_primMulNat(Succ(vwx30000), Succ(vwx310100)) -> new_primMulNat(vwx30000, Succ(vwx310100)) 28.81/13.56 28.81/13.56 R is empty. 28.81/13.56 Q is empty. 28.81/13.56 We have to consider all minimal (P,Q,R)-chains. 28.81/13.56 ---------------------------------------- 28.81/13.56 28.81/13.56 (27) QDPSizeChangeProof (EQUIVALENT) 28.81/13.56 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. 28.81/13.56 28.81/13.56 From the DPs we obtained the following set of size-change graphs: 28.81/13.56 *new_primMulNat(Succ(vwx30000), Succ(vwx310100)) -> new_primMulNat(vwx30000, Succ(vwx310100)) 28.81/13.56 The graph contains the following edges 1 > 1, 2 >= 2 28.81/13.56 28.81/13.56 28.81/13.56 ---------------------------------------- 28.81/13.56 28.81/13.56 (28) 28.81/13.56 YES 28.81/13.56 28.81/13.56 ---------------------------------------- 28.81/13.56 28.81/13.56 (29) 28.81/13.56 Obligation: 28.81/13.56 Q DP problem: 28.81/13.56 The TRS P consists of the following rules: 28.81/13.56 28.81/13.56 new_foldl(vwx30, :(vwx310, vwx311), h) -> new_foldl(new_max(vwx30, vwx310, h), vwx311, h) 28.81/13.56 28.81/13.56 The TRS R consists of the following rules: 28.81/13.56 28.81/13.56 new_lt8(Left(vwx3000), Right(vwx31000), bag, bah) -> new_esEs24(new_compare26(Left(vwx3000), Right(vwx31000), False, bag, bah), LT) 28.81/13.56 new_lt8(Right(vwx3000), Left(vwx31000), bag, bah) -> new_esEs24(new_compare26(Right(vwx3000), Left(vwx31000), False, bag, bah), LT) 28.81/13.56 new_ltEs18(vwx3001, vwx31001, ty_Integer) -> new_ltEs17(vwx3001, vwx31001) 28.81/13.56 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 28.81/13.56 new_lt13(Pos(Zero), Neg(Succ(vwx310000))) -> new_esEs24(GT, LT) 28.81/13.56 new_esEs28(vwx1082, vwx1092, ty_Int) -> new_esEs18(vwx1082, vwx1092) 28.81/13.56 new_esEs23(:(vwx1080, vwx1081), :(vwx1090, vwx1091), cbf) -> new_asAs(new_esEs34(vwx1080, vwx1090, cbf), new_esEs23(vwx1081, vwx1091, cbf)) 28.81/13.56 new_ltEs22(vwx300, vwx3100, ty_@0) -> new_ltEs14(vwx300, vwx3100) 28.81/13.56 new_lt21(vwx300, vwx3100, app(app(ty_Either, bag), bah)) -> new_lt8(vwx300, vwx3100, bag, bah) 28.81/13.56 new_esEs29(vwx120, vwx150, ty_Integer) -> new_esEs19(vwx120, vwx150) 28.81/13.56 new_compare12(vwx300, vwx3100, False, cag, cah) -> GT 28.81/13.56 new_ltEs20(vwx302, vwx3102, app(ty_Maybe, faf)) -> new_ltEs15(vwx302, vwx3102, faf) 28.81/13.56 new_compare3(Double(vwx3000, Neg(vwx30010)), Double(vwx31000, Neg(vwx310010))) -> new_compare4(new_sr0(vwx3000, Neg(vwx310010)), new_sr0(Neg(vwx30010), vwx31000)) 28.81/13.56 new_compare15(:%(vwx3000, vwx3001), :%(vwx31000, vwx31001), ty_Integer) -> new_compare5(new_sr(vwx3000, vwx31001), new_sr(vwx31000, vwx3001)) 28.81/13.56 new_lt17(Char(vwx3000), Char(vwx31000)) -> new_esEs24(new_primCmpNat0(vwx3000, vwx31000), LT) 28.81/13.56 new_max111(vwx300, vwx3010, vwx3100, vwx31010, False) -> Double(vwx300, Pos(vwx3010)) 28.81/13.56 new_max(Right(vwx300), Right(vwx3100), app(app(ty_Either, egd), ege)) -> new_max15(vwx300, vwx3100, new_ltEs24(vwx300, vwx3100, ege), egd, ege) 28.81/13.56 new_compare7(vwx300, vwx3100, ty_Bool) -> new_compare24(vwx300, vwx3100, new_esEs21(vwx300, vwx3100)) 28.81/13.56 new_esEs34(vwx1080, vwx1090, ty_Ordering) -> new_esEs24(vwx1080, vwx1090) 28.81/13.56 new_lt21(vwx300, vwx3100, ty_Bool) -> new_lt6(vwx300, vwx3100) 28.81/13.56 new_ltEs11(Right(vwx3000), Right(vwx31000), eeb, ty_Int) -> new_ltEs7(vwx3000, vwx31000) 28.81/13.56 new_esEs13(Right(vwx1080), Right(vwx1090), cd, ty_Int) -> new_esEs18(vwx1080, vwx1090) 28.81/13.56 new_esEs7(vwx3000, vwx31000, app(ty_Ratio, bfd)) -> new_esEs25(vwx3000, vwx31000, bfd) 28.81/13.56 new_primCmpInt(Neg(Zero), Neg(Zero)) -> EQ 28.81/13.56 new_compare26(vwx300, vwx3100, True, bde, bdf) -> EQ 28.81/13.56 new_max127(vwx3000, vwx3100, True) -> Pos(vwx3100) 28.81/13.56 new_ltEs19(vwx3002, vwx31002, app(ty_Ratio, dcb)) -> new_ltEs16(vwx3002, vwx31002, dcb) 28.81/13.56 new_ltEs11(Right(vwx3000), Right(vwx31000), eeb, ty_Char) -> new_ltEs13(vwx3000, vwx31000) 28.81/13.56 new_lt21(vwx300, vwx3100, app(ty_Maybe, bgh)) -> new_lt11(vwx300, vwx3100, bgh) 28.81/13.56 new_ltEs11(Left(vwx3000), Left(vwx31000), app(app(app(ty_@3, ecg), ech), eda), edb) -> new_ltEs4(vwx3000, vwx31000, ecg, ech, eda) 28.81/13.56 new_ltEs19(vwx3002, vwx31002, app(ty_[], dcc)) -> new_ltEs12(vwx3002, vwx31002, dcc) 28.81/13.56 new_esEs13(Right(vwx1080), Right(vwx1090), cd, ty_Bool) -> new_esEs21(vwx1080, vwx1090) 28.81/13.56 new_esEs12(Just(vwx1080), Just(vwx1090), app(ty_Maybe, dda)) -> new_esEs12(vwx1080, vwx1090, dda) 28.81/13.56 new_esEs14(vwx3000, vwx31000, ty_Integer) -> new_esEs19(vwx3000, vwx31000) 28.81/13.56 new_lt20(vwx3001, vwx31001, ty_Double) -> new_lt9(vwx3001, vwx31001) 28.81/13.56 new_lt10(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), bea, beb) -> new_esEs24(new_compare25(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), new_asAs(new_esEs7(vwx3000, vwx31000, bea), new_esEs8(vwx3001, vwx31001, beb)), bea, beb), LT) 28.81/13.56 new_esEs34(vwx1080, vwx1090, app(app(ty_@2, cfh), cga)) -> new_esEs11(vwx1080, vwx1090, cfh, cga) 28.81/13.56 new_max123(vwx31000, True) -> Char(Succ(vwx31000)) 28.81/13.56 new_lt21(vwx300, vwx3100, ty_@0) -> new_lt15(vwx300, vwx3100) 28.81/13.56 new_ltEs24(vwx300, vwx3100, app(app(app(ty_@3, ffb), ffc), ffd)) -> new_ltEs4(vwx300, vwx3100, ffb, ffc, ffd) 28.81/13.56 new_compare6(Float(vwx3000, Neg(vwx30010)), Float(vwx31000, Neg(vwx310010))) -> new_compare4(new_sr0(vwx3000, Neg(vwx310010)), new_sr0(Neg(vwx30010), vwx31000)) 28.81/13.56 new_ltEs15(Just(vwx3000), Just(vwx31000), ty_Char) -> new_ltEs13(vwx3000, vwx31000) 28.81/13.56 new_esEs7(vwx3000, vwx31000, ty_Int) -> new_esEs18(vwx3000, vwx31000) 28.81/13.56 new_esEs12(Nothing, Just(vwx1090), cbe) -> False 28.81/13.56 new_esEs12(Just(vwx1080), Nothing, cbe) -> False 28.81/13.56 new_max140(False) -> Neg(Zero) 28.81/13.56 new_ltEs15(Just(vwx3000), Just(vwx31000), ty_Int) -> new_ltEs7(vwx3000, vwx31000) 28.81/13.56 new_esEs9(vwx3000, vwx31000, app(ty_[], bhg)) -> new_esEs23(vwx3000, vwx31000, bhg) 28.81/13.56 new_esEs12(Nothing, Nothing, cbe) -> True 28.81/13.56 new_esEs14(vwx3000, vwx31000, app(app(ty_@2, bbh), bca)) -> new_esEs11(vwx3000, vwx31000, bbh, bca) 28.81/13.56 new_esEs4(vwx3000, vwx31000, app(ty_[], deg)) -> new_esEs23(vwx3000, vwx31000, deg) 28.81/13.56 new_esEs4(vwx3000, vwx31000, ty_Char) -> new_esEs22(vwx3000, vwx31000) 28.81/13.56 new_compare16(vwx3000, vwx31001, vwx31000, vwx3001, ty_Int) -> new_compare4(new_sr0(vwx3000, vwx31001), new_sr0(vwx31000, vwx3001)) 28.81/13.56 new_esEs13(Left(vwx1080), Left(vwx1090), app(ty_Ratio, cc), ba) -> new_esEs25(vwx1080, vwx1090, cc) 28.81/13.56 new_esEs21(False, False) -> True 28.81/13.56 new_primEqNat0(Succ(vwx1200), Succ(vwx1500)) -> new_primEqNat0(vwx1200, vwx1500) 28.81/13.56 new_esEs33(vwx108, vwx109, app(ty_Maybe, cbe)) -> new_esEs12(vwx108, vwx109, cbe) 28.81/13.56 new_max([], [], app(ty_[], cac)) -> [] 28.81/13.56 new_esEs6(vwx3002, vwx31002, ty_@0) -> new_esEs17(vwx3002, vwx31002) 28.81/13.56 new_esEs32(vwx1081, vwx1091, ty_Float) -> new_esEs16(vwx1081, vwx1091) 28.81/13.56 new_not(True) -> False 28.81/13.56 new_lt22(vwx301, vwx3101, app(ty_[], ehh)) -> new_lt7(vwx301, vwx3101, ehh) 28.81/13.56 new_ltEs11(Left(vwx3000), Left(vwx31000), ty_Bool, edb) -> new_ltEs6(vwx3000, vwx31000) 28.81/13.56 new_esEs7(vwx3000, vwx31000, ty_Double) -> new_esEs20(vwx3000, vwx31000) 28.81/13.56 new_esEs15(vwx3000, vwx31000, ty_Char) -> new_esEs22(vwx3000, vwx31000) 28.81/13.56 new_primCompAux00(vwx225, LT) -> LT 28.81/13.56 new_esEs12(Just(vwx1080), Just(vwx1090), app(app(app(ty_@3, dcd), dce), dcf)) -> new_esEs10(vwx1080, vwx1090, dcd, dce, dcf) 28.81/13.56 new_esEs5(vwx3001, vwx31001, app(ty_Maybe, dfh)) -> new_esEs12(vwx3001, vwx31001, dfh) 28.81/13.56 new_ltEs19(vwx3002, vwx31002, ty_Bool) -> new_ltEs6(vwx3002, vwx31002) 28.81/13.56 new_ltEs20(vwx302, vwx3102, ty_Integer) -> new_ltEs17(vwx302, vwx3102) 28.81/13.56 new_lt19(vwx3000, vwx31000, app(app(ty_Either, chd), che)) -> new_lt8(vwx3000, vwx31000, chd, che) 28.81/13.56 new_esEs34(vwx1080, vwx1090, ty_@0) -> new_esEs17(vwx1080, vwx1090) 28.81/13.56 new_esEs30(vwx121, vwx151, ty_Int) -> new_esEs18(vwx121, vwx151) 28.81/13.56 new_esEs7(vwx3000, vwx31000, ty_Bool) -> new_esEs21(vwx3000, vwx31000) 28.81/13.56 new_ltEs23(vwx300, vwx3100, ty_Ordering) -> new_ltEs5(vwx300, vwx3100) 28.81/13.56 new_lt19(vwx3000, vwx31000, ty_Int) -> new_lt13(vwx3000, vwx31000) 28.81/13.56 new_max(Integer(Neg(Succ(vwx30000))), Integer(Neg(vwx31000)), ty_Integer) -> new_max112(vwx30000, vwx31000, new_not(new_esEs24(new_primCmpNat0(vwx31000, Succ(vwx30000)), GT))) 28.81/13.56 new_ltEs22(vwx300, vwx3100, ty_Double) -> new_ltEs8(vwx300, vwx3100) 28.81/13.56 new_esEs13(Left(vwx1080), Left(vwx1090), app(app(ty_Either, be), bf), ba) -> new_esEs13(vwx1080, vwx1090, be, bf) 28.81/13.56 new_primEqNat0(Succ(vwx1200), Zero) -> False 28.81/13.56 new_primEqNat0(Zero, Succ(vwx1500)) -> False 28.81/13.56 new_lt23(vwx300, vwx3100, ty_Char) -> new_lt17(vwx300, vwx3100) 28.81/13.56 new_lt22(vwx301, vwx3101, ty_Float) -> new_lt12(vwx301, vwx3101) 28.81/13.56 new_esEs33(vwx108, vwx109, app(app(app(ty_@3, dh), ea), eb)) -> new_esEs10(vwx108, vwx109, dh, ea, eb) 28.81/13.56 new_ltEs15(Just(vwx3000), Just(vwx31000), app(ty_[], fhe)) -> new_ltEs12(vwx3000, vwx31000, fhe) 28.81/13.56 new_esEs28(vwx1082, vwx1092, app(ty_Ratio, baa)) -> new_esEs25(vwx1082, vwx1092, baa) 28.81/13.56 new_compare4(vwx300, vwx3100) -> new_primCmpInt(vwx300, vwx3100) 28.81/13.56 new_ltEs22(vwx300, vwx3100, ty_Float) -> new_ltEs10(vwx300, vwx3100) 28.81/13.56 new_ltEs21(vwx301, vwx3101, ty_Char) -> new_ltEs13(vwx301, vwx3101) 28.81/13.56 new_primCmpInt(Pos(Succ(vwx30000)), Neg(vwx31000)) -> GT 28.81/13.56 new_esEs6(vwx3002, vwx31002, app(app(ty_Either, dgh), dha)) -> new_esEs13(vwx3002, vwx31002, dgh, dha) 28.81/13.56 new_lt22(vwx301, vwx3101, ty_Integer) -> new_lt4(vwx301, vwx3101) 28.81/13.56 new_ltEs21(vwx301, vwx3101, ty_Int) -> new_ltEs7(vwx301, vwx3101) 28.81/13.56 new_max126(False) -> Integer(Pos(Zero)) 28.81/13.56 new_esEs32(vwx1081, vwx1091, app(ty_[], ecc)) -> new_esEs23(vwx1081, vwx1091, ecc) 28.81/13.56 new_ltEs5(LT, GT) -> True 28.81/13.56 new_primPlusNat1(Succ(vwx26300), Succ(vwx3101000)) -> Succ(Succ(new_primPlusNat1(vwx26300, vwx3101000))) 28.81/13.56 new_esEs15(vwx3000, vwx31000, app(ty_[], bda)) -> new_esEs23(vwx3000, vwx31000, bda) 28.81/13.56 new_primCmpNat0(Zero, Succ(vwx310000)) -> LT 28.81/13.56 new_max(Pos(Zero), Pos(Zero), ty_Int) -> new_max124(new_not(new_esEs24(EQ, GT))) 28.81/13.56 new_ltEs24(vwx300, vwx3100, ty_Bool) -> new_ltEs6(vwx300, vwx3100) 28.81/13.56 new_esEs27(vwx1081, vwx1091, ty_Ordering) -> new_esEs24(vwx1081, vwx1091) 28.81/13.56 new_max132(vwx310000, True) -> Integer(Neg(Succ(vwx310000))) 28.81/13.56 new_esEs7(vwx3000, vwx31000, ty_Char) -> new_esEs22(vwx3000, vwx31000) 28.81/13.56 new_compare7(vwx300, vwx3100, ty_Double) -> new_compare3(vwx300, vwx3100) 28.81/13.56 new_esEs17(@0, @0) -> True 28.81/13.56 new_esEs15(vwx3000, vwx31000, ty_Double) -> new_esEs20(vwx3000, vwx31000) 28.81/13.56 new_max10(True) -> Integer(Pos(Zero)) 28.81/13.56 new_max(Double(vwx300, Neg(vwx3010)), Double(vwx3100, Pos(vwx31010)), ty_Double) -> new_max116(vwx300, vwx3010, vwx3100, vwx31010, new_not(new_esEs24(new_compare4(new_sr0(vwx300, Neg(vwx31010)), new_sr0(Pos(vwx3010), vwx3100)), GT))) 28.81/13.56 new_esEs12(Just(vwx1080), Just(vwx1090), ty_Int) -> new_esEs18(vwx1080, vwx1090) 28.81/13.56 new_ltEs11(Right(vwx3000), Right(vwx31000), eeb, ty_Ordering) -> new_ltEs5(vwx3000, vwx31000) 28.81/13.56 new_max13(False) -> Integer(Pos(Zero)) 28.81/13.56 new_esEs28(vwx1082, vwx1092, ty_Char) -> new_esEs22(vwx1082, vwx1092) 28.81/13.56 new_lt12(Float(vwx3000, Neg(vwx30010)), Float(vwx31000, Neg(vwx310010))) -> new_esEs24(new_compare4(new_sr0(vwx3000, Neg(vwx310010)), new_sr0(Neg(vwx30010), vwx31000)), LT) 28.81/13.56 new_ltEs16(vwx300, vwx3100, cbc) -> new_not(new_esEs24(new_compare15(vwx300, vwx3100, cbc), GT)) 28.81/13.56 new_lt6(True, True) -> new_esEs24(new_compare24(True, True, True), LT) 28.81/13.56 new_max119(vwx30000, vwx31000, False) -> Integer(Neg(Succ(vwx30000))) 28.81/13.56 new_max122(True) -> Neg(Zero) 28.81/13.56 new_max(GT, GT, ty_Ordering) -> GT 28.81/13.56 new_ltEs11(Left(vwx3000), Left(vwx31000), ty_Double, edb) -> new_ltEs8(vwx3000, vwx31000) 28.81/13.56 new_esEs8(vwx3001, vwx31001, ty_Ordering) -> new_esEs24(vwx3001, vwx31001) 28.81/13.56 new_esEs12(Just(vwx1080), Just(vwx1090), app(ty_Ratio, dde)) -> new_esEs25(vwx1080, vwx1090, dde) 28.81/13.56 new_esEs34(vwx1080, vwx1090, ty_Integer) -> new_esEs19(vwx1080, vwx1090) 28.81/13.56 new_ltEs19(vwx3002, vwx31002, ty_Char) -> new_ltEs13(vwx3002, vwx31002) 28.81/13.56 new_ltEs23(vwx300, vwx3100, ty_Integer) -> new_ltEs17(vwx300, vwx3100) 28.81/13.56 new_max(Neg(Succ(vwx3000)), Pos(vwx3100), ty_Int) -> new_max127(vwx3000, vwx3100, new_not(new_esEs24(LT, GT))) 28.81/13.56 new_ltEs6(False, False) -> True 28.81/13.56 new_max18(vwx31000, False) -> Neg(Zero) 28.81/13.56 new_primEqInt(Neg(Succ(vwx1200)), Neg(Succ(vwx1500))) -> new_primEqNat0(vwx1200, vwx1500) 28.81/13.56 new_primCmpInt(Neg(Zero), Pos(Succ(vwx310000))) -> LT 28.81/13.56 new_max(Integer(Pos(Zero)), Integer(Neg(Zero)), ty_Integer) -> new_max13(new_not(new_esEs24(EQ, GT))) 28.81/13.56 new_ltEs24(vwx300, vwx3100, app(ty_Ratio, fgb)) -> new_ltEs16(vwx300, vwx3100, fgb) 28.81/13.56 new_esEs4(vwx3000, vwx31000, app(ty_Ratio, dfb)) -> new_esEs25(vwx3000, vwx31000, dfb) 28.81/13.56 new_max115(vwx3000, False) -> Neg(Succ(vwx3000)) 28.81/13.56 new_primMulInt(Pos(vwx3000), Pos(vwx31010)) -> Pos(new_primMulNat0(vwx3000, vwx31010)) 28.81/13.56 new_ltEs11(Left(vwx3000), Left(vwx31000), ty_Float, edb) -> new_ltEs10(vwx3000, vwx31000) 28.81/13.56 new_max(Neg(Zero), Pos(Succ(vwx31000)), ty_Int) -> new_max139(vwx31000, new_not(new_esEs24(LT, GT))) 28.81/13.56 new_esEs28(vwx1082, vwx1092, ty_Double) -> new_esEs20(vwx1082, vwx1092) 28.81/13.56 new_esEs13(Left(vwx1080), Left(vwx1090), ty_Integer, ba) -> new_esEs19(vwx1080, vwx1090) 28.81/13.56 new_esEs21(False, True) -> False 28.81/13.56 new_esEs21(True, False) -> False 28.81/13.56 new_compare10(vwx300, vwx3100, True, cba) -> LT 28.81/13.56 new_esEs5(vwx3001, vwx31001, ty_Bool) -> new_esEs21(vwx3001, vwx31001) 28.81/13.56 new_primMulNat0(Succ(vwx30000), Zero) -> Zero 28.81/13.56 new_primMulNat0(Zero, Succ(vwx310100)) -> Zero 28.81/13.56 new_esEs4(vwx3000, vwx31000, ty_Double) -> new_esEs20(vwx3000, vwx31000) 28.81/13.56 new_esEs31(vwx1080, vwx1090, ty_Integer) -> new_esEs19(vwx1080, vwx1090) 28.81/13.56 new_max(LT, GT, ty_Ordering) -> GT 28.81/13.56 new_max(GT, LT, ty_Ordering) -> GT 28.81/13.56 new_esEs14(vwx3000, vwx31000, app(app(ty_Either, bbd), bbe)) -> new_esEs13(vwx3000, vwx31000, bbd, bbe) 28.81/13.56 new_max111(vwx300, vwx3010, vwx3100, vwx31010, True) -> Double(vwx3100, Neg(vwx31010)) 28.81/13.56 new_max127(vwx3000, vwx3100, False) -> Neg(Succ(vwx3000)) 28.81/13.56 new_ltEs5(EQ, EQ) -> True 28.81/13.56 new_max17(vwx300, vwx3010, vwx3100, vwx31010, True) -> Float(vwx3100, Pos(vwx31010)) 28.81/13.56 new_ltEs23(vwx300, vwx3100, ty_Int) -> new_ltEs7(vwx300, vwx3100) 28.81/13.56 new_compare28(vwx300, vwx3100, False) -> new_compare14(vwx300, vwx3100, new_ltEs5(vwx300, vwx3100)) 28.81/13.56 new_ltEs22(vwx300, vwx3100, app(app(ty_@2, ccc), ccd)) -> new_ltEs9(vwx300, vwx3100, ccc, ccd) 28.81/13.56 new_max(Right(vwx300), Left(vwx3100), app(app(ty_Either, egd), ege)) -> Right(vwx300) 28.81/13.56 new_max(@2(vwx300, vwx301), @2(vwx3100, vwx3101), app(app(ty_@2, ega), egb)) -> new_max130(vwx300, vwx301, vwx3100, vwx3101, new_pePe(new_lt23(vwx300, vwx3100, ega), vwx300, vwx3100, new_ltEs21(vwx301, vwx3101, egb), ega), ega, egb) 28.81/13.56 new_ltEs18(vwx3001, vwx31001, app(ty_Maybe, ced)) -> new_ltEs15(vwx3001, vwx31001, ced) 28.81/13.56 new_ltEs6(True, False) -> False 28.81/13.56 new_esEs28(vwx1082, vwx1092, app(ty_[], hf)) -> new_esEs23(vwx1082, vwx1092, hf) 28.81/13.56 new_esEs23(:(vwx1080, vwx1081), [], cbf) -> False 28.81/13.56 new_esEs23([], :(vwx1090, vwx1091), cbf) -> False 28.81/13.56 new_lt22(vwx301, vwx3101, app(app(ty_@2, ehb), ehc)) -> new_lt10(vwx301, vwx3101, ehb, ehc) 28.81/13.56 new_esEs27(vwx1081, vwx1091, app(app(ty_Either, ga), gb)) -> new_esEs13(vwx1081, vwx1091, ga, gb) 28.81/13.56 new_esEs15(vwx3000, vwx31000, app(ty_Ratio, bdd)) -> new_esEs25(vwx3000, vwx31000, bdd) 28.81/13.56 new_esEs26(vwx1080, vwx1090, app(ty_Maybe, eh)) -> new_esEs12(vwx1080, vwx1090, eh) 28.81/13.56 new_max(:%(vwx300, vwx301), :%(vwx3100, vwx3101), app(ty_Ratio, egf)) -> new_max19(vwx300, vwx301, vwx3100, vwx3101, new_not(new_esEs24(new_compare17(vwx300, vwx3101, vwx3100, vwx301, egf), GT)), egf) 28.81/13.56 new_primPlusNat1(Succ(vwx26300), Zero) -> Succ(vwx26300) 28.81/13.56 new_primPlusNat1(Zero, Succ(vwx3101000)) -> Succ(vwx3101000) 28.81/13.56 new_esEs32(vwx1081, vwx1091, ty_@0) -> new_esEs17(vwx1081, vwx1091) 28.81/13.56 new_lt4(Integer(vwx3000), Integer(vwx31000)) -> new_esEs24(new_primCmpInt(vwx3000, vwx31000), LT) 28.81/13.56 new_lt19(vwx3000, vwx31000, app(ty_Maybe, chc)) -> new_lt11(vwx3000, vwx31000, chc) 28.81/13.56 new_esEs6(vwx3002, vwx31002, app(ty_[], dhc)) -> new_esEs23(vwx3002, vwx31002, dhc) 28.81/13.56 new_max133(vwx310000, True) -> Integer(Pos(Succ(vwx310000))) 28.81/13.56 new_esEs8(vwx3001, vwx31001, ty_@0) -> new_esEs17(vwx3001, vwx31001) 28.81/13.56 new_esEs13(Left(vwx1080), Left(vwx1090), app(app(app(ty_@3, bb), bc), bd), ba) -> new_esEs10(vwx1080, vwx1090, bb, bc, bd) 28.81/13.56 new_esEs31(vwx1080, vwx1090, ty_Ordering) -> new_esEs24(vwx1080, vwx1090) 28.81/13.56 new_lt18(vwx3000, vwx31000, ty_Double) -> new_lt9(vwx3000, vwx31000) 28.81/13.56 new_lt19(vwx3000, vwx31000, app(ty_Ratio, chf)) -> new_lt16(vwx3000, vwx31000, chf) 28.81/13.56 new_max118(False) -> Neg(Zero) 28.81/13.56 new_ltEs11(Left(vwx3000), Left(vwx31000), ty_Char, edb) -> new_ltEs13(vwx3000, vwx31000) 28.81/13.56 new_ltEs20(vwx302, vwx3102, ty_@0) -> new_ltEs14(vwx302, vwx3102) 28.81/13.56 new_esEs26(vwx1080, vwx1090, ty_Int) -> new_esEs18(vwx1080, vwx1090) 28.81/13.56 new_esEs31(vwx1080, vwx1090, ty_@0) -> new_esEs17(vwx1080, vwx1090) 28.81/13.56 new_ltEs5(LT, LT) -> True 28.81/13.56 new_esEs4(vwx3000, vwx31000, ty_Bool) -> new_esEs21(vwx3000, vwx31000) 28.81/13.56 new_ltEs19(vwx3002, vwx31002, ty_Float) -> new_ltEs10(vwx3002, vwx31002) 28.81/13.56 new_esEs28(vwx1082, vwx1092, ty_Bool) -> new_esEs21(vwx1082, vwx1092) 28.81/13.56 new_esEs15(vwx3000, vwx31000, ty_Int) -> new_esEs18(vwx3000, vwx31000) 28.81/13.56 new_esEs19(Integer(vwx120), Integer(vwx150)) -> new_primEqInt(vwx120, vwx150) 28.81/13.56 new_ltEs5(LT, EQ) -> True 28.81/13.56 new_esEs27(vwx1081, vwx1091, app(app(ty_@2, ge), gf)) -> new_esEs11(vwx1081, vwx1091, ge, gf) 28.81/13.56 new_max(EQ, GT, ty_Ordering) -> GT 28.81/13.56 new_max(GT, EQ, ty_Ordering) -> GT 28.81/13.56 new_esEs9(vwx3000, vwx31000, ty_Float) -> new_esEs16(vwx3000, vwx31000) 28.81/13.56 new_esEs8(vwx3001, vwx31001, ty_Integer) -> new_esEs19(vwx3001, vwx31001) 28.81/13.56 new_esEs12(Just(vwx1080), Just(vwx1090), ty_Bool) -> new_esEs21(vwx1080, vwx1090) 28.81/13.56 new_ltEs19(vwx3002, vwx31002, ty_Double) -> new_ltEs8(vwx3002, vwx31002) 28.81/13.56 new_lt22(vwx301, vwx3101, ty_Ordering) -> new_lt14(vwx301, vwx3101) 28.81/13.56 new_max(Pos(Zero), Pos(Succ(vwx31000)), ty_Int) -> new_max114(vwx31000, new_not(new_esEs24(LT, GT))) 28.81/13.56 new_max(Double(vwx300, Neg(vwx3010)), Double(vwx3100, Neg(vwx31010)), ty_Double) -> new_max128(vwx300, vwx3010, vwx3100, vwx31010, new_not(new_esEs24(new_compare4(new_sr0(vwx300, Neg(vwx31010)), new_sr0(Neg(vwx3010), vwx3100)), GT))) 28.81/13.56 new_max131(False) -> Char(Zero) 28.81/13.56 new_ltEs24(vwx300, vwx3100, ty_Int) -> new_ltEs7(vwx300, vwx3100) 28.81/13.56 new_esEs6(vwx3002, vwx31002, ty_Ordering) -> new_esEs24(vwx3002, vwx31002) 28.81/13.56 new_max14(vwx3000, True) -> Pos(Zero) 28.81/13.56 new_max14(vwx3000, False) -> Pos(Succ(vwx3000)) 28.81/13.56 new_lt19(vwx3000, vwx31000, ty_Ordering) -> new_lt14(vwx3000, vwx31000) 28.81/13.56 new_esEs13(Right(vwx1080), Right(vwx1090), cd, app(app(ty_@2, de), df)) -> new_esEs11(vwx1080, vwx1090, de, df) 28.81/13.56 new_esEs13(Left(vwx1080), Left(vwx1090), ty_Ordering, ba) -> new_esEs24(vwx1080, vwx1090) 28.81/13.56 new_lt20(vwx3001, vwx31001, ty_Char) -> new_lt17(vwx3001, vwx31001) 28.81/13.56 new_lt19(vwx3000, vwx31000, ty_Float) -> new_lt12(vwx3000, vwx31000) 28.81/13.56 new_esEs15(vwx3000, vwx31000, app(app(ty_Either, bcf), bcg)) -> new_esEs13(vwx3000, vwx31000, bcf, bcg) 28.81/13.56 new_esEs15(vwx3000, vwx31000, ty_@0) -> new_esEs17(vwx3000, vwx31000) 28.81/13.56 new_esEs13(Left(vwx1080), Left(vwx1090), ty_Int, ba) -> new_esEs18(vwx1080, vwx1090) 28.81/13.56 new_esEs15(vwx3000, vwx31000, ty_Bool) -> new_esEs21(vwx3000, vwx31000) 28.81/13.56 new_max125(vwx30000, vwx31000, True) -> Integer(Neg(vwx31000)) 28.81/13.56 new_esEs33(vwx108, vwx109, ty_Char) -> new_esEs22(vwx108, vwx109) 28.81/13.56 new_esEs31(vwx1080, vwx1090, app(app(ty_Either, eaf), eag)) -> new_esEs13(vwx1080, vwx1090, eaf, eag) 28.81/13.56 new_esEs7(vwx3000, vwx31000, ty_Float) -> new_esEs16(vwx3000, vwx31000) 28.81/13.56 new_lt23(vwx300, vwx3100, app(app(app(ty_@3, fbc), fbd), fbe)) -> new_lt5(vwx300, vwx3100, fbc, fbd, fbe) 28.81/13.56 new_esEs34(vwx1080, vwx1090, ty_Float) -> new_esEs16(vwx1080, vwx1090) 28.81/13.56 new_esEs5(vwx3001, vwx31001, app(app(ty_@2, dgb), dgc)) -> new_esEs11(vwx3001, vwx31001, dgb, dgc) 28.81/13.56 new_compare7(vwx300, vwx3100, app(ty_Maybe, cba)) -> new_compare27(vwx300, vwx3100, new_esEs12(vwx300, vwx3100, cba), cba) 28.81/13.56 new_lt13(Neg(Succ(vwx30000)), Pos(vwx31000)) -> new_esEs24(LT, LT) 28.81/13.56 new_esEs26(vwx1080, vwx1090, app(app(ty_@2, fb), fc)) -> new_esEs11(vwx1080, vwx1090, fb, fc) 28.81/13.56 new_compare1(vwx300, vwx3100, True, cad, cae, caf) -> LT 28.81/13.56 new_compare0([], :(vwx31000, vwx31001), bdh) -> LT 28.81/13.56 new_ltEs8(vwx300, vwx3100) -> new_not(new_esEs24(new_compare3(vwx300, vwx3100), GT)) 28.81/13.56 new_esEs32(vwx1081, vwx1091, ty_Ordering) -> new_esEs24(vwx1081, vwx1091) 28.81/13.56 new_ltEs5(GT, LT) -> False 28.81/13.56 new_ltEs11(Left(vwx3000), Left(vwx31000), ty_Int, edb) -> new_ltEs7(vwx3000, vwx31000) 28.81/13.56 new_esEs13(Right(vwx1080), Right(vwx1090), cd, ty_Float) -> new_esEs16(vwx1080, vwx1090) 28.81/13.56 new_compare26(vwx300, vwx3100, False, bde, bdf) -> new_compare13(vwx300, vwx3100, new_ltEs11(vwx300, vwx3100, bde, bdf), bde, bdf) 28.81/13.56 new_esEs5(vwx3001, vwx31001, ty_Ordering) -> new_esEs24(vwx3001, vwx31001) 28.81/13.56 new_compare15(:%(vwx3000, vwx3001), :%(vwx31000, vwx31001), ty_Int) -> new_compare4(new_sr0(vwx3000, vwx31001), new_sr0(vwx31000, vwx3001)) 28.81/13.56 new_esEs12(Just(vwx1080), Just(vwx1090), ty_Double) -> new_esEs20(vwx1080, vwx1090) 28.81/13.56 new_ltEs23(vwx300, vwx3100, app(ty_[], ffa)) -> new_ltEs12(vwx300, vwx3100, ffa) 28.81/13.56 new_lt18(vwx3000, vwx31000, ty_@0) -> new_lt15(vwx3000, vwx31000) 28.81/13.56 new_ltEs4(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), cgc, cgd, cge) -> new_pePe(new_lt19(vwx3000, vwx31000, cgc), vwx3000, vwx31000, new_pePe(new_lt20(vwx3001, vwx31001, cgd), vwx3001, vwx31001, new_ltEs19(vwx3002, vwx31002, cge), cgd), cgc) 28.81/13.56 new_esEs31(vwx1080, vwx1090, app(app(app(ty_@3, eac), ead), eae)) -> new_esEs10(vwx1080, vwx1090, eac, ead, eae) 28.81/13.56 new_max(Integer(Neg(Zero)), Integer(Pos(Succ(vwx310000))), ty_Integer) -> new_max142(vwx310000, new_not(new_esEs24(LT, GT))) 28.81/13.56 new_compare16(vwx3000, vwx31001, vwx31000, vwx3001, ty_Integer) -> new_compare5(new_sr(vwx3000, vwx31001), new_sr(vwx31000, vwx3001)) 28.81/13.56 new_ltEs18(vwx3001, vwx31001, ty_@0) -> new_ltEs14(vwx3001, vwx31001) 28.81/13.56 new_primCmpInt(Pos(Succ(vwx30000)), Pos(vwx31000)) -> new_primCmpNat0(Succ(vwx30000), vwx31000) 28.81/13.56 new_max(:(vwx300, vwx301), [], app(ty_[], cac)) -> :(vwx300, vwx301) 28.81/13.56 new_max([], :(vwx3100, vwx3101), app(ty_[], cac)) -> :(vwx3100, vwx3101) 28.81/13.56 new_primCompAux00(vwx225, EQ) -> vwx225 28.81/13.56 new_compare7(vwx300, vwx3100, app(app(app(ty_@3, cad), cae), caf)) -> new_compare23(vwx300, vwx3100, new_esEs10(vwx300, vwx3100, cad, cae, caf), cad, cae, caf) 28.81/13.56 new_ltEs21(vwx301, vwx3101, ty_Double) -> new_ltEs8(vwx301, vwx3101) 28.81/13.56 new_esEs5(vwx3001, vwx31001, ty_Integer) -> new_esEs19(vwx3001, vwx31001) 28.81/13.56 new_esEs26(vwx1080, vwx1090, ty_Double) -> new_esEs20(vwx1080, vwx1090) 28.81/13.56 new_ltEs7(vwx300, vwx3100) -> new_not(new_esEs24(new_compare4(vwx300, vwx3100), GT)) 28.81/13.56 new_max126(True) -> Integer(Pos(Zero)) 28.81/13.56 new_esEs12(Just(vwx1080), Just(vwx1090), app(ty_[], ddb)) -> new_esEs23(vwx1080, vwx1090, ddb) 28.81/13.56 new_max(Pos(Zero), Neg(Zero), ty_Int) -> new_max122(new_not(new_esEs24(EQ, GT))) 28.81/13.56 new_esEs7(vwx3000, vwx31000, app(ty_[], bfa)) -> new_esEs23(vwx3000, vwx31000, bfa) 28.81/13.56 new_esEs15(vwx3000, vwx31000, ty_Ordering) -> new_esEs24(vwx3000, vwx31000) 28.81/13.56 new_esEs5(vwx3001, vwx31001, ty_@0) -> new_esEs17(vwx3001, vwx31001) 28.81/13.56 new_max(True, True, ty_Bool) -> True 28.81/13.56 new_lt20(vwx3001, vwx31001, ty_Ordering) -> new_lt14(vwx3001, vwx31001) 28.81/13.56 new_esEs6(vwx3002, vwx31002, ty_Integer) -> new_esEs19(vwx3002, vwx31002) 28.81/13.56 new_ltEs5(EQ, LT) -> False 28.81/13.56 new_esEs4(vwx3000, vwx31000, ty_Ordering) -> new_esEs24(vwx3000, vwx31000) 28.81/13.56 new_lt23(vwx300, vwx3100, ty_@0) -> new_lt15(vwx300, vwx3100) 28.81/13.56 new_lt23(vwx300, vwx3100, ty_Integer) -> new_lt4(vwx300, vwx3100) 28.81/13.56 new_esEs27(vwx1081, vwx1091, ty_Double) -> new_esEs20(vwx1081, vwx1091) 28.81/13.56 new_compare3(Double(vwx3000, Pos(vwx30010)), Double(vwx31000, Neg(vwx310010))) -> new_compare4(new_sr0(vwx3000, Pos(vwx310010)), new_sr0(Neg(vwx30010), vwx31000)) 28.81/13.56 new_compare3(Double(vwx3000, Neg(vwx30010)), Double(vwx31000, Pos(vwx310010))) -> new_compare4(new_sr0(vwx3000, Neg(vwx310010)), new_sr0(Pos(vwx30010), vwx31000)) 28.81/13.56 new_esEs27(vwx1081, vwx1091, app(ty_[], gd)) -> new_esEs23(vwx1081, vwx1091, gd) 28.81/13.56 new_lt7(:(vwx3000, vwx3001), :(vwx31000, vwx31001), dhh) -> new_esEs24(new_primCompAux0(vwx3000, vwx31000, new_compare0(vwx3001, vwx31001, dhh), dhh), LT) 28.81/13.56 new_ltEs6(False, True) -> True 28.81/13.56 new_compare7(vwx300, vwx3100, app(ty_[], bdh)) -> new_compare0(vwx300, vwx3100, bdh) 28.81/13.56 new_ltEs11(Left(vwx3000), Left(vwx31000), ty_Ordering, edb) -> new_ltEs5(vwx3000, vwx31000) 28.81/13.56 new_ltEs11(Right(vwx3000), Right(vwx31000), eeb, ty_Integer) -> new_ltEs17(vwx3000, vwx31000) 28.81/13.56 new_esEs13(Right(vwx1080), Right(vwx1090), cd, ty_Char) -> new_esEs22(vwx1080, vwx1090) 28.81/13.56 new_esEs31(vwx1080, vwx1090, ty_Bool) -> new_esEs21(vwx1080, vwx1090) 28.81/13.56 new_max138(vwx3000, vwx31000, True) -> Neg(Succ(vwx31000)) 28.81/13.56 new_esEs6(vwx3002, vwx31002, ty_Float) -> new_esEs16(vwx3002, vwx31002) 28.81/13.56 new_esEs34(vwx1080, vwx1090, app(ty_Maybe, cff)) -> new_esEs12(vwx1080, vwx1090, cff) 28.81/13.56 new_esEs4(vwx3000, vwx31000, ty_@0) -> new_esEs17(vwx3000, vwx31000) 28.81/13.56 new_esEs32(vwx1081, vwx1091, app(app(app(ty_@3, ebe), ebf), ebg)) -> new_esEs10(vwx1081, vwx1091, ebe, ebf, ebg) 28.81/13.56 new_ltEs15(Just(vwx3000), Just(vwx31000), app(app(ty_Either, fhb), fhc)) -> new_ltEs11(vwx3000, vwx31000, fhb, fhc) 28.81/13.56 new_esEs24(LT, GT) -> False 28.81/13.56 new_esEs24(GT, LT) -> False 28.81/13.56 new_esEs26(vwx1080, vwx1090, app(app(app(ty_@3, ec), ed), ee)) -> new_esEs10(vwx1080, vwx1090, ec, ed, ee) 28.81/13.56 new_ltEs11(Right(vwx3000), Right(vwx31000), eeb, ty_Bool) -> new_ltEs6(vwx3000, vwx31000) 28.81/13.56 new_esEs32(vwx1081, vwx1091, ty_Char) -> new_esEs22(vwx1081, vwx1091) 28.81/13.56 new_lt13(Neg(Zero), Neg(Zero)) -> new_esEs24(EQ, LT) 28.81/13.56 new_lt23(vwx300, vwx3100, ty_Bool) -> new_lt6(vwx300, vwx3100) 28.81/13.56 new_ltEs24(vwx300, vwx3100, app(app(ty_@2, ffe), fff)) -> new_ltEs9(vwx300, vwx3100, ffe, fff) 28.81/13.56 new_esEs6(vwx3002, vwx31002, app(app(ty_@2, dhd), dhe)) -> new_esEs11(vwx3002, vwx31002, dhd, dhe) 28.81/13.56 new_compare7(vwx300, vwx3100, ty_Integer) -> new_compare5(vwx300, vwx3100) 28.81/13.56 new_max(False, True, ty_Bool) -> True 28.81/13.56 new_max(True, False, ty_Bool) -> True 28.81/13.56 new_esEs13(Left(vwx1080), Left(vwx1090), ty_Bool, ba) -> new_esEs21(vwx1080, vwx1090) 28.81/13.56 new_ltEs11(Right(vwx3000), Right(vwx31000), eeb, app(ty_Maybe, eeh)) -> new_ltEs15(vwx3000, vwx31000, eeh) 28.81/13.56 new_max(Pos(Zero), Neg(Succ(vwx31000)), ty_Int) -> new_max1(vwx31000, new_not(new_esEs24(GT, GT))) 28.81/13.56 new_esEs28(vwx1082, vwx1092, app(ty_Maybe, he)) -> new_esEs12(vwx1082, vwx1092, he) 28.81/13.56 new_lt6(False, True) -> new_esEs24(new_compare24(False, True, False), LT) 28.81/13.56 new_lt6(True, False) -> new_esEs24(new_compare24(True, False, False), LT) 28.81/13.56 new_max19(vwx57, vwx58, vwx59, vwx60, False, bdg) -> :%(vwx57, vwx58) 28.81/13.56 new_esEs34(vwx1080, vwx1090, ty_Char) -> new_esEs22(vwx1080, vwx1090) 28.81/13.56 new_max125(vwx30000, vwx31000, False) -> Integer(Pos(Succ(vwx30000))) 28.81/13.56 new_ltEs15(Just(vwx3000), Just(vwx31000), ty_Bool) -> new_ltEs6(vwx3000, vwx31000) 28.81/13.56 new_esEs13(Right(vwx1080), Right(vwx1090), cd, ty_Integer) -> new_esEs19(vwx1080, vwx1090) 28.81/13.56 new_lt20(vwx3001, vwx31001, ty_Integer) -> new_lt4(vwx3001, vwx31001) 28.81/13.56 new_compare13(vwx300, vwx3100, True, bde, bdf) -> LT 28.81/13.56 new_lt18(vwx3000, vwx31000, ty_Float) -> new_lt12(vwx3000, vwx31000) 28.81/13.56 new_lt22(vwx301, vwx3101, app(app(app(ty_@3, egg), egh), eha)) -> new_lt5(vwx301, vwx3101, egg, egh, eha) 28.81/13.56 new_compare7(vwx300, vwx3100, ty_Char) -> new_compare8(vwx300, vwx3100) 28.81/13.56 new_max117(False) -> Integer(Neg(Zero)) 28.81/13.56 new_ltEs24(vwx300, vwx3100, app(ty_[], fgc)) -> new_ltEs12(vwx300, vwx3100, fgc) 28.81/13.56 new_esEs33(vwx108, vwx109, app(ty_Ratio, cca)) -> new_esEs25(vwx108, vwx109, cca) 28.81/13.56 new_compare23(vwx300, vwx3100, True, cad, cae, caf) -> EQ 28.81/13.56 new_lt18(vwx3000, vwx31000, ty_Ordering) -> new_lt14(vwx3000, vwx31000) 28.81/13.56 new_max(Just(vwx300), Just(vwx3100), app(ty_Maybe, egc)) -> new_max137(vwx300, vwx3100, new_ltEs22(vwx300, vwx3100, egc), egc) 28.81/13.56 new_max(Char(Succ(vwx3000)), Char(Succ(vwx31000)), ty_Char) -> new_max136(vwx3000, vwx31000, new_not(new_esEs24(new_primCmpNat0(vwx3000, vwx31000), GT))) 28.81/13.56 new_lt22(vwx301, vwx3101, app(app(ty_Either, ehe), ehf)) -> new_lt8(vwx301, vwx3101, ehe, ehf) 28.81/13.56 new_ltEs15(Nothing, Just(vwx31000), fdg) -> True 28.81/13.56 new_lt22(vwx301, vwx3101, ty_Bool) -> new_lt6(vwx301, vwx3101) 28.81/13.56 new_esEs13(Left(vwx1080), Left(vwx1090), app(app(ty_@2, ca), cb), ba) -> new_esEs11(vwx1080, vwx1090, ca, cb) 28.81/13.56 new_compare7(vwx300, vwx3100, ty_Float) -> new_compare6(vwx300, vwx3100) 28.81/13.56 new_compare0(:(vwx3000, vwx3001), [], bdh) -> GT 28.81/13.56 new_lt14(LT, EQ) -> new_esEs24(new_compare28(LT, EQ, False), LT) 28.81/13.56 new_lt14(EQ, LT) -> new_esEs24(new_compare28(EQ, LT, False), LT) 28.81/13.56 new_compare3(Double(vwx3000, Pos(vwx30010)), Double(vwx31000, Pos(vwx310010))) -> new_compare4(new_sr0(vwx3000, Pos(vwx310010)), new_sr0(Pos(vwx30010), vwx31000)) 28.81/13.56 new_esEs33(vwx108, vwx109, ty_Int) -> new_esEs18(vwx108, vwx109) 28.81/13.56 new_esEs32(vwx1081, vwx1091, app(app(ty_Either, ebh), eca)) -> new_esEs13(vwx1081, vwx1091, ebh, eca) 28.81/13.56 new_esEs14(vwx3000, vwx31000, ty_Ordering) -> new_esEs24(vwx3000, vwx31000) 28.81/13.56 new_lt6(False, False) -> new_esEs24(new_compare24(False, False, True), LT) 28.81/13.56 new_max115(vwx3000, True) -> Neg(Zero) 28.81/13.56 new_primPlusNat0(Succ(vwx2630), vwx310100) -> Succ(Succ(new_primPlusNat1(vwx2630, vwx310100))) 28.81/13.56 new_esEs14(vwx3000, vwx31000, ty_Float) -> new_esEs16(vwx3000, vwx31000) 28.81/13.56 new_esEs9(vwx3000, vwx31000, ty_Double) -> new_esEs20(vwx3000, vwx31000) 28.81/13.56 new_max(Pos(Succ(vwx3000)), Pos(Succ(vwx31000)), ty_Int) -> new_max113(vwx3000, vwx31000, new_not(new_esEs24(new_primCmpNat0(vwx3000, vwx31000), GT))) 28.81/13.56 new_compare7(vwx300, vwx3100, app(app(ty_@2, cag), cah)) -> new_compare25(vwx300, vwx3100, new_esEs11(vwx300, vwx3100, cag, cah), cag, cah) 28.81/13.56 new_ltEs24(vwx300, vwx3100, ty_Double) -> new_ltEs8(vwx300, vwx3100) 28.81/13.56 new_max141(vwx41, vwx42, True, fhg, fhh) -> Left(vwx42) 28.81/13.56 new_esEs31(vwx1080, vwx1090, app(ty_Ratio, ebd)) -> new_esEs25(vwx1080, vwx1090, ebd) 28.81/13.56 new_lt18(vwx3000, vwx31000, app(app(app(ty_@3, cce), ccf), ccg)) -> new_lt5(vwx3000, vwx31000, cce, ccf, ccg) 28.81/13.56 new_lt21(vwx300, vwx3100, ty_Char) -> new_lt17(vwx300, vwx3100) 28.81/13.56 new_esEs32(vwx1081, vwx1091, ty_Bool) -> new_esEs21(vwx1081, vwx1091) 28.81/13.56 new_compare13(vwx300, vwx3100, False, bde, bdf) -> GT 28.81/13.56 new_ltEs11(Right(vwx3000), Right(vwx31000), eeb, ty_Float) -> new_ltEs10(vwx3000, vwx31000) 28.81/13.56 new_compare0(:(vwx3000, vwx3001), :(vwx31000, vwx31001), bdh) -> new_primCompAux0(vwx3000, vwx31000, new_compare0(vwx3001, vwx31001, bdh), bdh) 28.81/13.56 new_primPlusNat1(Zero, Zero) -> Zero 28.81/13.56 new_esEs4(vwx3000, vwx31000, ty_Integer) -> new_esEs19(vwx3000, vwx31000) 28.81/13.56 new_max132(vwx310000, False) -> Integer(Neg(Zero)) 28.81/13.56 new_ltEs17(vwx300, vwx3100) -> new_not(new_esEs24(new_compare5(vwx300, vwx3100), GT)) 28.81/13.56 new_esEs13(Left(vwx1080), Left(vwx1090), app(ty_[], bh), ba) -> new_esEs23(vwx1080, vwx1090, bh) 28.81/13.56 new_max137(vwx34, vwx35, False, fhf) -> Just(vwx34) 28.81/13.56 new_esEs34(vwx1080, vwx1090, app(app(ty_Either, cfd), cfe)) -> new_esEs13(vwx1080, vwx1090, cfd, cfe) 28.81/13.56 new_ltEs11(Left(vwx3000), Left(vwx31000), app(ty_[], eea), edb) -> new_ltEs12(vwx3000, vwx31000, eea) 28.81/13.56 new_esEs21(True, True) -> True 28.81/13.56 new_lt18(vwx3000, vwx31000, ty_Bool) -> new_lt6(vwx3000, vwx31000) 28.81/13.56 new_ltEs15(Just(vwx3000), Just(vwx31000), app(app(app(ty_@3, fgd), fge), fgf)) -> new_ltEs4(vwx3000, vwx31000, fgd, fge, fgf) 28.81/13.56 new_lt19(vwx3000, vwx31000, ty_Bool) -> new_lt6(vwx3000, vwx31000) 28.81/13.56 new_esEs31(vwx1080, vwx1090, ty_Int) -> new_esEs18(vwx1080, vwx1090) 28.81/13.56 new_max140(True) -> Pos(Zero) 28.81/13.56 new_lt5(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), ddf, ddg, ddh) -> new_esEs24(new_compare23(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), new_asAs(new_esEs4(vwx3000, vwx31000, ddf), new_asAs(new_esEs5(vwx3001, vwx31001, ddg), new_esEs6(vwx3002, vwx31002, ddh))), ddf, ddg, ddh), LT) 28.81/13.56 new_esEs28(vwx1082, vwx1092, app(app(app(ty_@3, gh), ha), hb)) -> new_esEs10(vwx1082, vwx1092, gh, ha, hb) 28.81/13.56 new_lt18(vwx3000, vwx31000, ty_Integer) -> new_lt4(vwx3000, vwx31000) 28.81/13.56 new_lt19(vwx3000, vwx31000, app(app(app(ty_@3, cgf), cgg), cgh)) -> new_lt5(vwx3000, vwx31000, cgf, cgg, cgh) 28.81/13.56 new_lt21(vwx300, vwx3100, ty_Float) -> new_lt12(vwx300, vwx3100) 28.81/13.56 new_esEs32(vwx1081, vwx1091, app(ty_Maybe, ecb)) -> new_esEs12(vwx1081, vwx1091, ecb) 28.81/13.56 new_max(Integer(Pos(Zero)), Integer(Pos(Succ(vwx310000))), ty_Integer) -> new_max133(vwx310000, new_not(new_esEs24(new_primCmpNat0(Zero, Succ(vwx310000)), GT))) 28.81/13.56 new_esEs34(vwx1080, vwx1090, ty_Bool) -> new_esEs21(vwx1080, vwx1090) 28.81/13.56 new_lt18(vwx3000, vwx31000, ty_Char) -> new_lt17(vwx3000, vwx31000) 28.81/13.56 new_lt11(Nothing, Nothing, bgh) -> new_esEs24(new_compare27(Nothing, Nothing, True, bgh), LT) 28.81/13.56 new_primCmpNat0(Succ(vwx30000), Succ(vwx310000)) -> new_primCmpNat0(vwx30000, vwx310000) 28.81/13.56 new_lt14(LT, GT) -> new_esEs24(new_compare28(LT, GT, False), LT) 28.81/13.56 new_lt14(GT, LT) -> new_esEs24(new_compare28(GT, LT, False), LT) 28.81/13.56 new_max139(vwx31000, False) -> Neg(Zero) 28.81/13.56 new_esEs31(vwx1080, vwx1090, app(ty_Maybe, eah)) -> new_esEs12(vwx1080, vwx1090, eah) 28.81/13.56 new_ltEs21(vwx301, vwx3101, app(ty_[], fdf)) -> new_ltEs12(vwx301, vwx3101, fdf) 28.81/13.56 new_esEs15(vwx3000, vwx31000, ty_Float) -> new_esEs16(vwx3000, vwx31000) 28.81/13.56 new_esEs4(vwx3000, vwx31000, ty_Float) -> new_esEs16(vwx3000, vwx31000) 28.81/13.56 new_max1(vwx31000, True) -> Neg(Succ(vwx31000)) 28.81/13.56 new_max121(vwx310000, False) -> Integer(Pos(Zero)) 28.81/13.56 new_esEs9(vwx3000, vwx31000, app(app(ty_@2, bhh), caa)) -> new_esEs11(vwx3000, vwx31000, bhh, caa) 28.81/13.56 new_esEs33(vwx108, vwx109, ty_Bool) -> new_esEs21(vwx108, vwx109) 28.81/13.56 new_ltEs15(Just(vwx3000), Just(vwx31000), app(ty_Ratio, fhd)) -> new_ltEs16(vwx3000, vwx31000, fhd) 28.81/13.56 new_compare23(vwx300, vwx3100, False, cad, cae, caf) -> new_compare1(vwx300, vwx3100, new_ltEs4(vwx300, vwx3100, cad, cae, caf), cad, cae, caf) 28.81/13.56 new_max(LT, EQ, ty_Ordering) -> EQ 28.81/13.56 new_max(EQ, LT, ty_Ordering) -> EQ 28.81/13.56 new_lt19(vwx3000, vwx31000, ty_@0) -> new_lt15(vwx3000, vwx31000) 28.81/13.56 new_ltEs22(vwx300, vwx3100, app(ty_[], bgg)) -> new_ltEs12(vwx300, vwx3100, bgg) 28.81/13.56 new_esEs15(vwx3000, vwx31000, ty_Integer) -> new_esEs19(vwx3000, vwx31000) 28.81/13.56 new_ltEs15(Just(vwx3000), Just(vwx31000), ty_Ordering) -> new_ltEs5(vwx3000, vwx31000) 28.81/13.56 new_lt13(Neg(Zero), Neg(Succ(vwx310000))) -> new_esEs24(new_primCmpNat0(Succ(vwx310000), Zero), LT) 28.81/13.56 new_lt23(vwx300, vwx3100, app(app(ty_Either, fca), fcb)) -> new_lt8(vwx300, vwx3100, fca, fcb) 28.81/13.56 new_max117(True) -> Integer(Neg(Zero)) 28.81/13.56 new_esEs8(vwx3001, vwx31001, app(app(ty_@2, bgd), bge)) -> new_esEs11(vwx3001, vwx31001, bgd, bge) 28.81/13.56 new_max12(vwx30000, vwx31000, False) -> Integer(Pos(Succ(vwx30000))) 28.81/13.56 new_max112(vwx30000, vwx31000, False) -> Integer(Neg(Succ(vwx30000))) 28.81/13.56 new_esEs23([], [], cbf) -> True 28.81/13.56 new_max(Float(vwx300, Pos(vwx3010)), Float(vwx3100, Pos(vwx31010)), ty_Float) -> new_max17(vwx300, vwx3010, vwx3100, vwx31010, new_not(new_esEs24(new_compare4(new_sr0(vwx300, Pos(vwx31010)), new_sr0(Pos(vwx3010), vwx3100)), GT))) 28.81/13.56 new_pePe(True, vwx108, vwx109, vwx164, cbd) -> True 28.81/13.56 new_lt19(vwx3000, vwx31000, ty_Integer) -> new_lt4(vwx3000, vwx31000) 28.81/13.56 new_esEs13(Right(vwx1080), Right(vwx1090), cd, ty_@0) -> new_esEs17(vwx1080, vwx1090) 28.81/13.56 new_lt20(vwx3001, vwx31001, ty_@0) -> new_lt15(vwx3001, vwx31001) 28.81/13.56 new_esEs32(vwx1081, vwx1091, ty_Int) -> new_esEs18(vwx1081, vwx1091) 28.81/13.56 new_esEs33(vwx108, vwx109, app(app(ty_Either, cd), ba)) -> new_esEs13(vwx108, vwx109, cd, ba) 28.81/13.56 new_lt20(vwx3001, vwx31001, ty_Float) -> new_lt12(vwx3001, vwx31001) 28.81/13.56 new_lt20(vwx3001, vwx31001, app(app(app(ty_@3, chh), daa), dab)) -> new_lt5(vwx3001, vwx31001, chh, daa, dab) 28.81/13.56 new_lt19(vwx3000, vwx31000, ty_Char) -> new_lt17(vwx3000, vwx31000) 28.81/13.56 new_esEs32(vwx1081, vwx1091, app(ty_Ratio, ecf)) -> new_esEs25(vwx1081, vwx1091, ecf) 28.81/13.56 new_lt13(Neg(Succ(vwx30000)), Neg(vwx31000)) -> new_esEs24(new_primCmpNat0(vwx31000, Succ(vwx30000)), LT) 28.81/13.56 new_compare12(vwx300, vwx3100, True, cag, cah) -> LT 28.81/13.56 new_esEs24(LT, EQ) -> False 28.81/13.56 new_esEs24(EQ, LT) -> False 28.81/13.56 new_esEs14(vwx3000, vwx31000, ty_@0) -> new_esEs17(vwx3000, vwx31000) 28.81/13.56 new_lt20(vwx3001, vwx31001, ty_Bool) -> new_lt6(vwx3001, vwx31001) 28.81/13.56 new_max128(vwx300, vwx3010, vwx3100, vwx31010, False) -> Double(vwx300, Neg(vwx3010)) 28.81/13.56 new_lt16(:%(vwx3000, vwx3001), :%(vwx31000, vwx31001), ccb) -> new_esEs24(new_compare16(vwx3000, vwx31001, vwx31000, vwx3001, ccb), LT) 28.81/13.56 new_max11(vwx300, vwx3010, vwx3100, vwx31010, True) -> Float(vwx3100, Pos(vwx31010)) 28.81/13.56 new_esEs13(Left(vwx1080), Left(vwx1090), ty_Float, ba) -> new_esEs16(vwx1080, vwx1090) 28.81/13.56 new_primCmpInt(Neg(Succ(vwx30000)), Pos(vwx31000)) -> LT 28.81/13.56 new_lt21(vwx300, vwx3100, app(app(app(ty_@3, ddf), ddg), ddh)) -> new_lt5(vwx300, vwx3100, ddf, ddg, ddh) 28.81/13.56 new_max124(False) -> Pos(Zero) 28.81/13.56 new_max(Neg(Succ(vwx3000)), Neg(Succ(vwx31000)), ty_Int) -> new_max138(vwx3000, vwx31000, new_not(new_esEs24(new_primCmpNat0(vwx31000, vwx3000), GT))) 28.81/13.56 new_esEs28(vwx1082, vwx1092, ty_Ordering) -> new_esEs24(vwx1082, vwx1092) 28.81/13.56 new_esEs7(vwx3000, vwx31000, ty_Ordering) -> new_esEs24(vwx3000, vwx31000) 28.81/13.56 new_primCmpInt(Pos(Zero), Neg(Succ(vwx310000))) -> GT 28.81/13.56 new_ltEs23(vwx300, vwx3100, ty_Float) -> new_ltEs10(vwx300, vwx3100) 28.81/13.56 new_esEs14(vwx3000, vwx31000, ty_Double) -> new_esEs20(vwx3000, vwx31000) 28.81/13.56 new_compare1(vwx300, vwx3100, False, cad, cae, caf) -> GT 28.81/13.56 new_lt13(Pos(Zero), Pos(Zero)) -> new_esEs24(EQ, LT) 28.81/13.56 new_primCmpInt(Neg(Succ(vwx30000)), Neg(vwx31000)) -> new_primCmpNat0(vwx31000, Succ(vwx30000)) 28.81/13.56 new_esEs34(vwx1080, vwx1090, app(ty_Ratio, cgb)) -> new_esEs25(vwx1080, vwx1090, cgb) 28.81/13.56 new_compare7(vwx300, vwx3100, app(app(ty_Either, bde), bdf)) -> new_compare26(vwx300, vwx3100, new_esEs13(vwx300, vwx3100, bde, bdf), bde, bdf) 28.81/13.56 new_lt20(vwx3001, vwx31001, ty_Int) -> new_lt13(vwx3001, vwx31001) 28.81/13.56 new_max18(vwx31000, True) -> Neg(Succ(vwx31000)) 28.81/13.56 new_esEs7(vwx3000, vwx31000, app(app(ty_@2, bfb), bfc)) -> new_esEs11(vwx3000, vwx31000, bfb, bfc) 28.81/13.56 new_esEs13(Right(vwx1080), Right(vwx1090), cd, app(ty_Ratio, dg)) -> new_esEs25(vwx1080, vwx1090, dg) 28.81/13.56 new_esEs27(vwx1081, vwx1091, app(ty_Maybe, gc)) -> new_esEs12(vwx1081, vwx1091, gc) 28.81/13.56 new_max129(vwx300, vwx3010, vwx3100, vwx31010, True) -> Double(vwx3100, Pos(vwx31010)) 28.81/13.56 new_esEs24(EQ, EQ) -> True 28.81/13.56 new_max136(vwx3000, vwx31000, False) -> Char(Succ(vwx3000)) 28.81/13.56 new_primEqInt(Pos(Succ(vwx1200)), Pos(Zero)) -> False 28.81/13.56 new_primEqInt(Pos(Zero), Pos(Succ(vwx1500))) -> False 28.81/13.56 new_esEs34(vwx1080, vwx1090, ty_Int) -> new_esEs18(vwx1080, vwx1090) 28.81/13.56 new_max(Integer(Neg(Zero)), Integer(Pos(Zero)), ty_Integer) -> new_max10(new_not(new_esEs24(EQ, GT))) 28.81/13.56 new_esEs31(vwx1080, vwx1090, app(ty_[], eba)) -> new_esEs23(vwx1080, vwx1090, eba) 28.81/13.56 new_esEs28(vwx1082, vwx1092, app(app(ty_@2, hg), hh)) -> new_esEs11(vwx1082, vwx1092, hg, hh) 28.81/13.56 new_lt23(vwx300, vwx3100, app(app(ty_@2, fbf), fbg)) -> new_lt10(vwx300, vwx3100, fbf, fbg) 28.81/13.56 new_lt23(vwx300, vwx3100, ty_Ordering) -> new_lt14(vwx300, vwx3100) 28.81/13.56 new_ltEs11(Left(vwx3000), Left(vwx31000), ty_Integer, edb) -> new_ltEs17(vwx3000, vwx31000) 28.81/13.56 new_lt21(vwx300, vwx3100, ty_Integer) -> new_lt4(vwx300, vwx3100) 28.81/13.56 new_ltEs18(vwx3001, vwx31001, app(app(app(ty_@3, cdg), cdh), cea)) -> new_ltEs4(vwx3001, vwx31001, cdg, cdh, cea) 28.81/13.56 new_ltEs20(vwx302, vwx3102, ty_Bool) -> new_ltEs6(vwx302, vwx3102) 28.81/13.56 new_esEs5(vwx3001, vwx31001, ty_Float) -> new_esEs16(vwx3001, vwx31001) 28.81/13.56 new_esEs26(vwx1080, vwx1090, ty_Float) -> new_esEs16(vwx1080, vwx1090) 28.81/13.56 new_compare24(vwx300, vwx3100, False) -> new_compare11(vwx300, vwx3100, new_ltEs6(vwx300, vwx3100)) 28.81/13.56 new_esEs28(vwx1082, vwx1092, app(app(ty_Either, hc), hd)) -> new_esEs13(vwx1082, vwx1092, hc, hd) 28.81/13.56 new_esEs31(vwx1080, vwx1090, ty_Char) -> new_esEs22(vwx1080, vwx1090) 28.81/13.56 new_esEs33(vwx108, vwx109, ty_@0) -> new_esEs17(vwx108, vwx109) 28.81/13.56 new_esEs13(Right(vwx1080), Right(vwx1090), cd, ty_Ordering) -> new_esEs24(vwx1080, vwx1090) 28.81/13.56 new_esEs24(GT, GT) -> True 28.81/13.56 new_lt23(vwx300, vwx3100, app(ty_Ratio, fcc)) -> new_lt16(vwx300, vwx3100, fcc) 28.81/13.56 new_max130(vwx182, vwx183, vwx184, vwx185, True, eaa, eab) -> @2(vwx184, vwx185) 28.81/13.56 new_max142(vwx310000, True) -> Integer(Pos(Succ(vwx310000))) 28.81/13.56 new_primCmpNat0(Zero, Zero) -> EQ 28.81/13.56 new_ltEs20(vwx302, vwx3102, app(ty_[], fbb)) -> new_ltEs12(vwx302, vwx3102, fbb) 28.81/13.56 new_compare11(vwx300, vwx3100, False) -> GT 28.81/13.56 new_lt14(EQ, EQ) -> new_esEs24(new_compare28(EQ, EQ, True), LT) 28.81/13.56 new_max16(vwx70, vwx71, vwx72, vwx73, vwx74, vwx75, True, bad, bae, baf) -> @3(vwx73, vwx74, vwx75) 28.81/13.56 new_max(Float(vwx300, Neg(vwx3010)), Float(vwx3100, Pos(vwx31010)), ty_Float) -> new_max11(vwx300, vwx3010, vwx3100, vwx31010, new_not(new_esEs24(new_compare4(new_sr0(vwx300, Neg(vwx31010)), new_sr0(Pos(vwx3010), vwx3100)), GT))) 28.81/13.56 new_compare27(vwx300, vwx3100, True, cba) -> EQ 28.81/13.56 new_lt23(vwx300, vwx3100, app(ty_[], fcd)) -> new_lt7(vwx300, vwx3100, fcd) 28.81/13.56 new_lt13(Pos(Succ(vwx30000)), Pos(vwx31000)) -> new_esEs24(new_primCmpNat0(Succ(vwx30000), vwx31000), LT) 28.81/13.56 new_compare7(vwx300, vwx3100, ty_@0) -> new_compare9(vwx300, vwx3100) 28.81/13.56 new_esEs31(vwx1080, vwx1090, ty_Float) -> new_esEs16(vwx1080, vwx1090) 28.81/13.56 new_lt13(Pos(Zero), Neg(Zero)) -> new_esEs24(EQ, LT) 28.81/13.56 new_lt13(Neg(Zero), Pos(Zero)) -> new_esEs24(EQ, LT) 28.81/13.56 new_ltEs22(vwx300, vwx3100, ty_Ordering) -> new_ltEs5(vwx300, vwx3100) 28.81/13.56 new_esEs14(vwx3000, vwx31000, ty_Char) -> new_esEs22(vwx3000, vwx31000) 28.81/13.56 new_max(Neg(Zero), Neg(Succ(vwx31000)), ty_Int) -> new_max18(vwx31000, new_not(new_esEs24(GT, GT))) 28.81/13.56 new_esEs12(Just(vwx1080), Just(vwx1090), ty_@0) -> new_esEs17(vwx1080, vwx1090) 28.81/13.56 new_esEs30(vwx121, vwx151, ty_Integer) -> new_esEs19(vwx121, vwx151) 28.81/13.56 new_esEs27(vwx1081, vwx1091, app(app(app(ty_@3, ff), fg), fh)) -> new_esEs10(vwx1081, vwx1091, ff, fg, fh) 28.81/13.56 new_ltEs11(Right(vwx3000), Right(vwx31000), eeb, ty_@0) -> new_ltEs14(vwx3000, vwx31000) 28.81/13.56 new_esEs6(vwx3002, vwx31002, ty_Bool) -> new_esEs21(vwx3002, vwx31002) 28.81/13.56 new_lt13(Pos(Zero), Pos(Succ(vwx310000))) -> new_esEs24(new_primCmpNat0(Zero, Succ(vwx310000)), LT) 28.81/13.56 new_ltEs23(vwx300, vwx3100, app(app(ty_@2, fec), fed)) -> new_ltEs9(vwx300, vwx3100, fec, fed) 28.81/13.56 new_ltEs23(vwx300, vwx3100, ty_Double) -> new_ltEs8(vwx300, vwx3100) 28.81/13.56 new_ltEs22(vwx300, vwx3100, ty_Int) -> new_ltEs7(vwx300, vwx3100) 28.81/13.56 new_primCompAux00(vwx225, GT) -> GT 28.81/13.56 new_lt22(vwx301, vwx3101, ty_Char) -> new_lt17(vwx301, vwx3101) 28.81/13.56 new_max15(vwx48, vwx49, False, bab, bac) -> Right(vwx48) 28.81/13.56 new_ltEs6(True, True) -> True 28.81/13.56 new_lt23(vwx300, vwx3100, ty_Float) -> new_lt12(vwx300, vwx3100) 28.81/13.56 new_compare14(vwx300, vwx3100, True) -> LT 28.81/13.56 new_lt22(vwx301, vwx3101, ty_@0) -> new_lt15(vwx301, vwx3101) 28.81/13.56 new_esEs28(vwx1082, vwx1092, ty_@0) -> new_esEs17(vwx1082, vwx1092) 28.81/13.56 new_ltEs11(Left(vwx3000), Right(vwx31000), eeb, edb) -> True 28.81/13.56 new_esEs26(vwx1080, vwx1090, app(ty_[], fa)) -> new_esEs23(vwx1080, vwx1090, fa) 28.81/13.56 new_compare7(vwx300, vwx3100, ty_Int) -> new_compare4(vwx300, vwx3100) 28.81/13.56 new_max(Double(vwx300, Pos(vwx3010)), Double(vwx3100, Pos(vwx31010)), ty_Double) -> new_max129(vwx300, vwx3010, vwx3100, vwx31010, new_not(new_esEs24(new_compare4(new_sr0(vwx300, Pos(vwx31010)), new_sr0(Pos(vwx3010), vwx3100)), GT))) 28.81/13.56 new_max(Neg(Succ(vwx3000)), Neg(Zero), ty_Int) -> new_max115(vwx3000, new_not(new_esEs24(LT, GT))) 28.81/13.56 new_lt20(vwx3001, vwx31001, app(app(ty_Either, daf), dag)) -> new_lt8(vwx3001, vwx31001, daf, dag) 28.81/13.56 new_pePe(False, vwx108, vwx109, vwx164, cbd) -> new_asAs(new_esEs33(vwx108, vwx109, cbd), vwx164) 28.81/13.56 new_ltEs24(vwx300, vwx3100, ty_Integer) -> new_ltEs17(vwx300, vwx3100) 28.81/13.56 new_ltEs23(vwx300, vwx3100, ty_@0) -> new_ltEs14(vwx300, vwx3100) 28.81/13.56 new_compare7(vwx300, vwx3100, app(ty_Ratio, cbb)) -> new_compare15(vwx300, vwx3100, cbb) 28.81/13.56 new_ltEs18(vwx3001, vwx31001, ty_Bool) -> new_ltEs6(vwx3001, vwx31001) 28.81/13.56 new_max110(vwx300, vwx3010, vwx3100, vwx31010, False) -> Float(vwx300, Pos(vwx3010)) 28.81/13.56 new_ltEs23(vwx300, vwx3100, app(app(app(ty_@3, fdh), fea), feb)) -> new_ltEs4(vwx300, vwx3100, fdh, fea, feb) 28.81/13.56 new_esEs8(vwx3001, vwx31001, ty_Char) -> new_esEs22(vwx3001, vwx31001) 28.81/13.56 new_esEs29(vwx120, vwx150, ty_Int) -> new_esEs18(vwx120, vwx150) 28.81/13.56 new_esEs8(vwx3001, vwx31001, app(ty_[], bgc)) -> new_esEs23(vwx3001, vwx31001, bgc) 28.81/13.56 new_esEs24(LT, LT) -> True 28.81/13.56 new_max(@0, @0, ty_@0) -> @0 28.81/13.56 new_max(Left(vwx300), Right(vwx3100), app(app(ty_Either, egd), ege)) -> Right(vwx3100) 28.81/13.56 new_esEs33(vwx108, vwx109, ty_Ordering) -> new_esEs24(vwx108, vwx109) 28.81/13.56 new_esEs8(vwx3001, vwx31001, ty_Double) -> new_esEs20(vwx3001, vwx31001) 28.81/13.56 new_max141(vwx41, vwx42, False, fhg, fhh) -> Left(vwx41) 28.81/13.56 new_sr(Integer(vwx3000), Integer(vwx31010)) -> Integer(new_primMulInt(vwx3000, vwx31010)) 28.81/13.56 new_esEs12(Just(vwx1080), Just(vwx1090), ty_Ordering) -> new_esEs24(vwx1080, vwx1090) 28.81/13.56 new_primCmpNat0(Succ(vwx30000), Zero) -> GT 28.81/13.56 new_max1(vwx31000, False) -> Pos(Zero) 28.81/13.56 new_esEs8(vwx3001, vwx31001, ty_Float) -> new_esEs16(vwx3001, vwx31001) 28.81/13.56 new_lt22(vwx301, vwx3101, app(ty_Maybe, ehd)) -> new_lt11(vwx301, vwx3101, ehd) 28.81/13.56 new_esEs13(Right(vwx1080), Right(vwx1090), cd, app(ty_[], dd)) -> new_esEs23(vwx1080, vwx1090, dd) 28.81/13.56 new_compare17(vwx300, vwx3101, vwx3100, vwx301, ty_Int) -> new_compare4(new_sr0(vwx300, vwx3101), new_sr0(vwx3100, vwx301)) 28.81/13.56 new_esEs9(vwx3000, vwx31000, ty_Integer) -> new_esEs19(vwx3000, vwx31000) 28.81/13.56 new_max(Pos(Succ(vwx3000)), Pos(Zero), ty_Int) -> new_max14(vwx3000, new_not(new_esEs24(GT, GT))) 28.81/13.56 new_ltEs18(vwx3001, vwx31001, app(ty_[], ceh)) -> new_ltEs12(vwx3001, vwx31001, ceh) 28.81/13.56 new_compare25(vwx300, vwx3100, True, cag, cah) -> EQ 28.81/13.56 new_esEs10(@3(vwx1080, vwx1081, vwx1082), @3(vwx1090, vwx1091, vwx1092), dh, ea, eb) -> new_asAs(new_esEs26(vwx1080, vwx1090, dh), new_asAs(new_esEs27(vwx1081, vwx1091, ea), new_esEs28(vwx1082, vwx1092, eb))) 28.81/13.56 new_lt20(vwx3001, vwx31001, app(ty_Ratio, dah)) -> new_lt16(vwx3001, vwx31001, dah) 28.81/13.56 new_ltEs18(vwx3001, vwx31001, ty_Double) -> new_ltEs8(vwx3001, vwx31001) 28.81/13.56 new_esEs4(vwx3000, vwx31000, app(app(ty_@2, deh), dfa)) -> new_esEs11(vwx3000, vwx31000, deh, dfa) 28.81/13.56 new_lt21(vwx300, vwx3100, ty_Double) -> new_lt9(vwx300, vwx3100) 28.81/13.56 new_ltEs20(vwx302, vwx3102, ty_Char) -> new_ltEs13(vwx302, vwx3102) 28.81/13.56 new_ltEs21(vwx301, vwx3101, ty_@0) -> new_ltEs14(vwx301, vwx3101) 28.81/13.56 new_esEs27(vwx1081, vwx1091, ty_Int) -> new_esEs18(vwx1081, vwx1091) 28.81/13.56 new_ltEs19(vwx3002, vwx31002, ty_Integer) -> new_ltEs17(vwx3002, vwx31002) 28.81/13.56 new_ltEs15(Just(vwx3000), Just(vwx31000), ty_@0) -> new_ltEs14(vwx3000, vwx31000) 28.81/13.56 new_compare10(vwx300, vwx3100, False, cba) -> GT 28.81/13.56 new_max138(vwx3000, vwx31000, False) -> Neg(Succ(vwx3000)) 28.81/13.56 new_primEqInt(Pos(Zero), Neg(Succ(vwx1500))) -> False 28.81/13.56 new_primEqInt(Neg(Zero), Pos(Succ(vwx1500))) -> False 28.81/13.56 new_esEs14(vwx3000, vwx31000, ty_Bool) -> new_esEs21(vwx3000, vwx31000) 28.81/13.56 new_esEs5(vwx3001, vwx31001, app(app(ty_Either, dff), dfg)) -> new_esEs13(vwx3001, vwx31001, dff, dfg) 28.81/13.56 new_ltEs18(vwx3001, vwx31001, ty_Float) -> new_ltEs10(vwx3001, vwx31001) 28.81/13.56 new_max(Float(vwx300, Pos(vwx3010)), Float(vwx3100, Neg(vwx31010)), ty_Float) -> new_max110(vwx300, vwx3010, vwx3100, vwx31010, new_not(new_esEs24(new_compare4(new_sr0(vwx300, Pos(vwx31010)), new_sr0(Neg(vwx3010), vwx3100)), GT))) 28.81/13.56 new_ltEs15(Nothing, Nothing, fdg) -> True 28.81/13.56 new_esEs14(vwx3000, vwx31000, ty_Int) -> new_esEs18(vwx3000, vwx31000) 28.81/13.56 new_ltEs15(Just(vwx3000), Nothing, fdg) -> False 28.81/13.56 new_lt18(vwx3000, vwx31000, app(ty_Maybe, cdb)) -> new_lt11(vwx3000, vwx31000, cdb) 28.81/13.56 new_max134(vwx94, vwx95, vwx96, vwx97, True, efe) -> :(vwx96, vwx97) 28.81/13.56 new_esEs7(vwx3000, vwx31000, ty_Integer) -> new_esEs19(vwx3000, vwx31000) 28.81/13.56 new_max120(vwx3000, False) -> Char(Succ(vwx3000)) 28.81/13.56 new_max123(vwx31000, False) -> Char(Zero) 28.81/13.56 new_ltEs10(vwx300, vwx3100) -> new_not(new_esEs24(new_compare6(vwx300, vwx3100), GT)) 28.81/13.56 new_lt8(Left(vwx3000), Left(vwx31000), bag, bah) -> new_esEs24(new_compare26(Left(vwx3000), Left(vwx31000), new_esEs14(vwx3000, vwx31000, bag), bag, bah), LT) 28.81/13.56 new_esEs27(vwx1081, vwx1091, app(ty_Ratio, gg)) -> new_esEs25(vwx1081, vwx1091, gg) 28.81/13.56 new_max124(True) -> Pos(Zero) 28.81/13.56 new_esEs14(vwx3000, vwx31000, app(app(app(ty_@3, bba), bbb), bbc)) -> new_esEs10(vwx3000, vwx31000, bba, bbb, bbc) 28.81/13.56 new_ltEs11(Right(vwx3000), Right(vwx31000), eeb, app(app(app(ty_@3, eec), eed), eee)) -> new_ltEs4(vwx3000, vwx31000, eec, eed, eee) 28.81/13.56 new_lt11(Just(vwx3000), Just(vwx31000), bgh) -> new_esEs24(new_compare27(Just(vwx3000), Just(vwx31000), new_esEs9(vwx3000, vwx31000, bgh), bgh), LT) 28.81/13.56 new_esEs15(vwx3000, vwx31000, app(ty_Maybe, bch)) -> new_esEs12(vwx3000, vwx31000, bch) 28.81/13.56 new_esEs13(Left(vwx1080), Left(vwx1090), ty_Double, ba) -> new_esEs20(vwx1080, vwx1090) 28.81/13.56 new_max143(vwx300, vwx3010, vwx3100, vwx31010, True) -> Float(vwx3100, Neg(vwx31010)) 28.81/13.56 new_max(Integer(Neg(Succ(vwx30000))), Integer(Pos(vwx31000)), ty_Integer) -> new_max119(vwx30000, vwx31000, new_not(new_esEs24(LT, GT))) 28.81/13.56 new_lt18(vwx3000, vwx31000, app(app(ty_Either, cdc), cdd)) -> new_lt8(vwx3000, vwx31000, cdc, cdd) 28.81/13.56 new_esEs13(Left(vwx1080), Left(vwx1090), ty_Char, ba) -> new_esEs22(vwx1080, vwx1090) 28.81/13.56 new_ltEs21(vwx301, vwx3101, app(ty_Maybe, fdb)) -> new_ltEs15(vwx301, vwx3101, fdb) 28.81/13.56 new_primPlusNat0(Zero, vwx310100) -> Succ(vwx310100) 28.81/13.56 new_esEs34(vwx1080, vwx1090, app(app(app(ty_@3, cfa), cfb), cfc)) -> new_esEs10(vwx1080, vwx1090, cfa, cfb, cfc) 28.81/13.56 new_max(Char(Zero), Char(Zero), ty_Char) -> new_max131(new_not(new_esEs24(EQ, GT))) 28.81/13.56 new_max(Integer(Pos(Succ(vwx30000))), Integer(Neg(vwx31000)), ty_Integer) -> new_max125(vwx30000, vwx31000, new_not(new_esEs24(GT, GT))) 28.81/13.56 new_ltEs11(Right(vwx3000), Left(vwx31000), eeb, edb) -> False 28.81/13.56 new_max(LT, LT, ty_Ordering) -> LT 28.81/13.56 new_ltEs24(vwx300, vwx3100, ty_Ordering) -> new_ltEs5(vwx300, vwx3100) 28.81/13.56 new_ltEs15(Just(vwx3000), Just(vwx31000), app(app(ty_@2, fgg), fgh)) -> new_ltEs9(vwx3000, vwx31000, fgg, fgh) 28.81/13.56 new_max(Left(vwx300), Left(vwx3100), app(app(ty_Either, egd), ege)) -> new_max141(vwx300, vwx3100, new_ltEs23(vwx300, vwx3100, egd), egd, ege) 28.81/13.56 new_esEs31(vwx1080, vwx1090, ty_Double) -> new_esEs20(vwx1080, vwx1090) 28.81/13.56 new_max10(False) -> Integer(Neg(Zero)) 28.81/13.56 new_ltEs13(vwx300, vwx3100) -> new_not(new_esEs24(new_compare8(vwx300, vwx3100), GT)) 28.81/13.56 new_max17(vwx300, vwx3010, vwx3100, vwx31010, False) -> Float(vwx300, Pos(vwx3010)) 28.81/13.56 new_esEs32(vwx1081, vwx1091, ty_Integer) -> new_esEs19(vwx1081, vwx1091) 28.81/13.56 new_esEs14(vwx3000, vwx31000, app(ty_Ratio, bcb)) -> new_esEs25(vwx3000, vwx31000, bcb) 28.81/13.56 new_esEs7(vwx3000, vwx31000, ty_@0) -> new_esEs17(vwx3000, vwx31000) 28.81/13.56 new_lt21(vwx300, vwx3100, ty_Ordering) -> new_lt14(vwx300, vwx3100) 28.81/13.56 new_max114(vwx31000, False) -> Pos(Zero) 28.81/13.56 new_ltEs20(vwx302, vwx3102, ty_Double) -> new_ltEs8(vwx302, vwx3102) 28.81/13.56 new_max(:(vwx300, vwx301), :(vwx3100, vwx3101), app(ty_[], cac)) -> new_max134(vwx300, vwx301, vwx3100, vwx3101, new_not(new_esEs24(new_primCompAux0(vwx300, vwx3100, new_compare0(vwx301, vwx3101, cac), cac), GT)), cac) 28.81/13.56 new_lt19(vwx3000, vwx31000, ty_Double) -> new_lt9(vwx3000, vwx31000) 28.81/13.56 new_max(Neg(Zero), Neg(Zero), ty_Int) -> new_max118(new_not(new_esEs24(EQ, GT))) 28.81/13.56 new_max(Integer(Pos(Zero)), Integer(Pos(Zero)), ty_Integer) -> new_max126(new_not(new_esEs24(EQ, GT))) 28.81/13.56 new_ltEs19(vwx3002, vwx31002, ty_@0) -> new_ltEs14(vwx3002, vwx31002) 28.81/13.56 new_max121(vwx310000, True) -> Integer(Neg(Succ(vwx310000))) 28.81/13.56 new_esEs33(vwx108, vwx109, ty_Integer) -> new_esEs19(vwx108, vwx109) 28.81/13.56 new_esEs13(Left(vwx1080), Left(vwx1090), ty_@0, ba) -> new_esEs17(vwx1080, vwx1090) 28.81/13.56 new_ltEs11(Left(vwx3000), Left(vwx31000), app(app(ty_Either, edf), edg), edb) -> new_ltEs11(vwx3000, vwx31000, edf, edg) 28.81/13.56 new_ltEs11(Right(vwx3000), Right(vwx31000), eeb, app(ty_[], efd)) -> new_ltEs12(vwx3000, vwx31000, efd) 28.81/13.56 new_esEs16(Float(vwx120, vwx121), Float(vwx150, vwx151)) -> new_esEs18(new_sr0(vwx120, vwx151), new_sr0(vwx121, vwx150)) 28.81/13.56 new_max(@3(vwx300, vwx301, vwx302), @3(vwx3100, vwx3101, vwx3102), app(app(app(ty_@3, eff), efg), efh)) -> new_max16(vwx300, vwx301, vwx302, vwx3100, vwx3101, vwx3102, new_pePe(new_lt21(vwx300, vwx3100, eff), vwx300, vwx3100, new_pePe(new_lt22(vwx301, vwx3101, efg), vwx301, vwx3101, new_ltEs20(vwx302, vwx3102, efh), efg), eff), eff, efg, efh) 28.81/13.56 new_ltEs21(vwx301, vwx3101, ty_Integer) -> new_ltEs17(vwx301, vwx3101) 28.81/13.56 new_lt21(vwx300, vwx3100, app(app(ty_@2, bea), beb)) -> new_lt10(vwx300, vwx3100, bea, beb) 28.81/13.56 new_esEs27(vwx1081, vwx1091, ty_Bool) -> new_esEs21(vwx1081, vwx1091) 28.81/13.56 new_esEs6(vwx3002, vwx31002, ty_Double) -> new_esEs20(vwx3002, vwx31002) 28.81/13.56 new_ltEs20(vwx302, vwx3102, ty_Float) -> new_ltEs10(vwx302, vwx3102) 28.81/13.56 new_esEs26(vwx1080, vwx1090, app(app(ty_Either, ef), eg)) -> new_esEs13(vwx1080, vwx1090, ef, eg) 28.81/13.56 new_lt18(vwx3000, vwx31000, ty_Int) -> new_lt13(vwx3000, vwx31000) 28.81/13.56 new_esEs12(Just(vwx1080), Just(vwx1090), app(app(ty_Either, dcg), dch)) -> new_esEs13(vwx1080, vwx1090, dcg, dch) 28.81/13.56 new_esEs12(Just(vwx1080), Just(vwx1090), app(app(ty_@2, ddc), ddd)) -> new_esEs11(vwx1080, vwx1090, ddc, ddd) 28.81/13.56 new_lt20(vwx3001, vwx31001, app(ty_Maybe, dae)) -> new_lt11(vwx3001, vwx31001, dae) 28.81/13.56 new_max137(vwx34, vwx35, True, fhf) -> Just(vwx35) 28.81/13.56 new_esEs15(vwx3000, vwx31000, app(app(ty_@2, bdb), bdc)) -> new_esEs11(vwx3000, vwx31000, bdb, bdc) 28.81/13.56 new_esEs5(vwx3001, vwx31001, ty_Char) -> new_esEs22(vwx3001, vwx31001) 28.81/13.56 new_compare17(vwx300, vwx3101, vwx3100, vwx301, ty_Integer) -> new_compare5(new_sr(vwx300, vwx3101), new_sr(vwx3100, vwx301)) 28.81/13.56 new_primMulInt(Neg(vwx3000), Neg(vwx31010)) -> Pos(new_primMulNat0(vwx3000, vwx31010)) 28.81/13.56 new_ltEs15(Just(vwx3000), Just(vwx31000), ty_Float) -> new_ltEs10(vwx3000, vwx31000) 28.81/13.56 new_esEs33(vwx108, vwx109, ty_Float) -> new_esEs16(vwx108, vwx109) 28.81/13.56 new_primCmpInt(Pos(Zero), Pos(Succ(vwx310000))) -> new_primCmpNat0(Zero, Succ(vwx310000)) 28.81/13.56 new_max16(vwx70, vwx71, vwx72, vwx73, vwx74, vwx75, False, bad, bae, baf) -> @3(vwx70, vwx71, vwx72) 28.81/13.56 new_esEs5(vwx3001, vwx31001, app(ty_[], dga)) -> new_esEs23(vwx3001, vwx31001, dga) 28.81/13.56 new_ltEs22(vwx300, vwx3100, ty_Integer) -> new_ltEs17(vwx300, vwx3100) 28.81/13.56 new_max(Integer(Neg(Zero)), Integer(Neg(Zero)), ty_Integer) -> new_max117(new_not(new_esEs24(EQ, GT))) 28.81/13.56 new_esEs5(vwx3001, vwx31001, ty_Double) -> new_esEs20(vwx3001, vwx31001) 28.81/13.56 new_max135(vwx3000, vwx3100, True) -> Neg(vwx3100) 28.81/13.56 new_lt18(vwx3000, vwx31000, app(ty_Ratio, cde)) -> new_lt16(vwx3000, vwx31000, cde) 28.81/13.56 new_max122(False) -> Pos(Zero) 28.81/13.56 new_max134(vwx94, vwx95, vwx96, vwx97, False, efe) -> :(vwx94, vwx95) 28.81/13.56 new_ltEs19(vwx3002, vwx31002, app(ty_Maybe, dbg)) -> new_ltEs15(vwx3002, vwx31002, dbg) 28.81/13.56 new_lt13(Pos(Succ(vwx30000)), Neg(vwx31000)) -> new_esEs24(GT, LT) 28.81/13.56 new_ltEs15(Just(vwx3000), Just(vwx31000), ty_Double) -> new_ltEs8(vwx3000, vwx31000) 28.81/13.56 new_ltEs15(Just(vwx3000), Just(vwx31000), app(ty_Maybe, fha)) -> new_ltEs15(vwx3000, vwx31000, fha) 28.81/13.56 new_ltEs21(vwx301, vwx3101, app(app(ty_@2, fch), fda)) -> new_ltEs9(vwx301, vwx3101, fch, fda) 28.81/13.56 new_esEs26(vwx1080, vwx1090, app(ty_Ratio, fd)) -> new_esEs25(vwx1080, vwx1090, fd) 28.81/13.56 new_esEs14(vwx3000, vwx31000, app(ty_Maybe, bbf)) -> new_esEs12(vwx3000, vwx31000, bbf) 28.81/13.56 new_max(Pos(Succ(vwx3000)), Neg(vwx3100), ty_Int) -> new_max135(vwx3000, vwx3100, new_not(new_esEs24(GT, GT))) 28.81/13.56 new_esEs27(vwx1081, vwx1091, ty_Char) -> new_esEs22(vwx1081, vwx1091) 28.81/13.56 new_primMulInt(Pos(vwx3000), Neg(vwx31010)) -> Neg(new_primMulNat0(vwx3000, vwx31010)) 28.81/13.56 new_primMulInt(Neg(vwx3000), Pos(vwx31010)) -> Neg(new_primMulNat0(vwx3000, vwx31010)) 28.81/13.56 new_max131(True) -> Char(Zero) 28.81/13.56 new_compare28(vwx300, vwx3100, True) -> EQ 28.81/13.56 new_esEs9(vwx3000, vwx31000, ty_Int) -> new_esEs18(vwx3000, vwx31000) 28.81/13.56 new_esEs9(vwx3000, vwx31000, ty_Ordering) -> new_esEs24(vwx3000, vwx31000) 28.81/13.56 new_esEs4(vwx3000, vwx31000, app(app(ty_Either, ded), dee)) -> new_esEs13(vwx3000, vwx31000, ded, dee) 28.81/13.56 new_max(False, False, ty_Bool) -> False 28.81/13.56 new_esEs6(vwx3002, vwx31002, ty_Char) -> new_esEs22(vwx3002, vwx31002) 28.81/13.56 new_compare14(vwx300, vwx3100, False) -> GT 28.81/13.56 new_ltEs20(vwx302, vwx3102, app(app(ty_Either, fag), fah)) -> new_ltEs11(vwx302, vwx3102, fag, fah) 28.81/13.56 new_ltEs22(vwx300, vwx3100, ty_Bool) -> new_ltEs6(vwx300, vwx3100) 28.81/13.56 new_max130(vwx182, vwx183, vwx184, vwx185, False, eaa, eab) -> @2(vwx182, vwx183) 28.81/13.56 new_esEs13(Left(vwx1080), Left(vwx1090), app(ty_Maybe, bg), ba) -> new_esEs12(vwx1080, vwx1090, bg) 28.81/13.56 new_lt20(vwx3001, vwx31001, app(ty_[], dba)) -> new_lt7(vwx3001, vwx31001, dba) 28.81/13.56 new_esEs28(vwx1082, vwx1092, ty_Float) -> new_esEs16(vwx1082, vwx1092) 28.81/13.56 new_esEs32(vwx1081, vwx1091, app(app(ty_@2, ecd), ece)) -> new_esEs11(vwx1081, vwx1091, ecd, ece) 28.81/13.56 new_lt14(EQ, GT) -> new_esEs24(new_compare28(EQ, GT, False), LT) 28.81/13.56 new_lt14(GT, EQ) -> new_esEs24(new_compare28(GT, EQ, False), LT) 28.81/13.56 new_lt19(vwx3000, vwx31000, app(app(ty_@2, cha), chb)) -> new_lt10(vwx3000, vwx31000, cha, chb) 28.81/13.56 new_ltEs11(Left(vwx3000), Left(vwx31000), app(ty_Maybe, ede), edb) -> new_ltEs15(vwx3000, vwx31000, ede) 28.81/13.56 new_max13(True) -> Integer(Neg(Zero)) 28.81/13.56 new_lt21(vwx300, vwx3100, app(ty_Ratio, ccb)) -> new_lt16(vwx300, vwx3100, ccb) 28.81/13.56 new_esEs13(Left(vwx1080), Right(vwx1090), cd, ba) -> False 28.81/13.56 new_esEs13(Right(vwx1080), Left(vwx1090), cd, ba) -> False 28.81/13.56 new_esEs9(vwx3000, vwx31000, ty_@0) -> new_esEs17(vwx3000, vwx31000) 28.81/13.56 new_esEs22(Char(vwx120), Char(vwx150)) -> new_primEqNat0(vwx120, vwx150) 28.81/13.56 new_esEs18(vwx12, vwx15) -> new_primEqInt(vwx12, vwx15) 28.81/13.56 new_esEs8(vwx3001, vwx31001, app(ty_Maybe, bgb)) -> new_esEs12(vwx3001, vwx31001, bgb) 28.81/13.56 new_asAs(True, vwx173) -> vwx173 28.81/13.56 new_esEs27(vwx1081, vwx1091, ty_Integer) -> new_esEs19(vwx1081, vwx1091) 28.81/13.56 new_ltEs24(vwx300, vwx3100, ty_@0) -> new_ltEs14(vwx300, vwx3100) 28.81/13.56 new_lt20(vwx3001, vwx31001, app(app(ty_@2, dac), dad)) -> new_lt10(vwx3001, vwx31001, dac, dad) 28.81/13.56 new_ltEs18(vwx3001, vwx31001, ty_Char) -> new_ltEs13(vwx3001, vwx31001) 28.81/13.56 new_max(Nothing, Nothing, app(ty_Maybe, egc)) -> Nothing 28.81/13.56 new_lt7([], :(vwx31000, vwx31001), dhh) -> new_esEs24(LT, LT) 28.81/13.56 new_ltEs11(Left(vwx3000), Left(vwx31000), app(app(ty_@2, edc), edd), edb) -> new_ltEs9(vwx3000, vwx31000, edc, edd) 28.81/13.56 new_ltEs20(vwx302, vwx3102, app(app(ty_@2, fad), fae)) -> new_ltEs9(vwx302, vwx3102, fad, fae) 28.81/13.56 new_esEs13(Right(vwx1080), Right(vwx1090), cd, app(ty_Maybe, dc)) -> new_esEs12(vwx1080, vwx1090, dc) 28.81/13.56 new_ltEs21(vwx301, vwx3101, ty_Float) -> new_ltEs10(vwx301, vwx3101) 28.81/13.56 new_lt19(vwx3000, vwx31000, app(ty_[], chg)) -> new_lt7(vwx3000, vwx31000, chg) 28.81/13.56 new_compare6(Float(vwx3000, Pos(vwx30010)), Float(vwx31000, Neg(vwx310010))) -> new_compare4(new_sr0(vwx3000, Pos(vwx310010)), new_sr0(Neg(vwx30010), vwx31000)) 28.81/13.56 new_compare6(Float(vwx3000, Neg(vwx30010)), Float(vwx31000, Pos(vwx310010))) -> new_compare4(new_sr0(vwx3000, Neg(vwx310010)), new_sr0(Pos(vwx30010), vwx31000)) 28.81/13.56 new_esEs26(vwx1080, vwx1090, ty_Ordering) -> new_esEs24(vwx1080, vwx1090) 28.81/13.56 new_max119(vwx30000, vwx31000, True) -> Integer(Pos(vwx31000)) 28.81/13.56 new_esEs12(Just(vwx1080), Just(vwx1090), ty_Integer) -> new_esEs19(vwx1080, vwx1090) 28.81/13.56 new_esEs12(Just(vwx1080), Just(vwx1090), ty_Char) -> new_esEs22(vwx1080, vwx1090) 28.81/13.56 new_ltEs19(vwx3002, vwx31002, app(app(ty_@2, dbe), dbf)) -> new_ltEs9(vwx3002, vwx31002, dbe, dbf) 28.81/13.56 new_ltEs11(Right(vwx3000), Right(vwx31000), eeb, app(app(ty_Either, efa), efb)) -> new_ltEs11(vwx3000, vwx31000, efa, efb) 28.81/13.56 new_esEs4(vwx3000, vwx31000, app(app(app(ty_@3, dea), deb), dec)) -> new_esEs10(vwx3000, vwx31000, dea, deb, dec) 28.81/13.56 new_lt22(vwx301, vwx3101, ty_Int) -> new_lt13(vwx301, vwx3101) 28.81/13.56 new_compare8(Char(vwx3000), Char(vwx31000)) -> new_primCmpNat0(vwx3000, vwx31000) 28.81/13.56 new_lt8(Right(vwx3000), Right(vwx31000), bag, bah) -> new_esEs24(new_compare26(Right(vwx3000), Right(vwx31000), new_esEs15(vwx3000, vwx31000, bah), bag, bah), LT) 28.81/13.56 new_compare0([], [], bdh) -> EQ 28.81/13.56 new_esEs9(vwx3000, vwx31000, app(ty_Ratio, cab)) -> new_esEs25(vwx3000, vwx31000, cab) 28.81/13.56 new_max133(vwx310000, False) -> Integer(Pos(Zero)) 28.81/13.56 new_max118(True) -> Neg(Zero) 28.81/13.56 new_esEs8(vwx3001, vwx31001, app(app(app(ty_@3, bfe), bff), bfg)) -> new_esEs10(vwx3001, vwx31001, bfe, bff, bfg) 28.81/13.56 new_max113(vwx3000, vwx31000, True) -> Pos(Succ(vwx31000)) 28.81/13.56 new_max143(vwx300, vwx3010, vwx3100, vwx31010, False) -> Float(vwx300, Neg(vwx3010)) 28.81/13.56 new_esEs26(vwx1080, vwx1090, ty_Bool) -> new_esEs21(vwx1080, vwx1090) 28.81/13.56 new_primMulNat0(Zero, Zero) -> Zero 28.81/13.56 new_ltEs22(vwx300, vwx3100, app(ty_Ratio, cbc)) -> new_ltEs16(vwx300, vwx3100, cbc) 28.81/13.56 new_esEs4(vwx3000, vwx31000, ty_Int) -> new_esEs18(vwx3000, vwx31000) 28.81/13.56 new_lt11(Nothing, Just(vwx31000), bgh) -> new_esEs24(new_compare27(Nothing, Just(vwx31000), False, bgh), LT) 28.81/13.56 new_lt11(Just(vwx3000), Nothing, bgh) -> new_esEs24(new_compare27(Just(vwx3000), Nothing, False, bgh), LT) 28.81/13.56 new_lt9(Double(vwx3000, Pos(vwx30010)), Double(vwx31000, Pos(vwx310010))) -> new_esEs24(new_compare4(new_sr0(vwx3000, Pos(vwx310010)), new_sr0(Pos(vwx30010), vwx31000)), LT) 28.81/13.56 new_ltEs11(Right(vwx3000), Right(vwx31000), eeb, app(app(ty_@2, eef), eeg)) -> new_ltEs9(vwx3000, vwx31000, eef, eeg) 28.81/13.56 new_ltEs22(vwx300, vwx3100, app(app(app(ty_@3, cgc), cgd), cge)) -> new_ltEs4(vwx300, vwx3100, cgc, cgd, cge) 28.81/13.56 new_compare9(@0, @0) -> EQ 28.81/13.56 new_lt15(@0, @0) -> new_esEs24(EQ, LT) 28.81/13.56 new_ltEs11(Right(vwx3000), Right(vwx31000), eeb, app(ty_Ratio, efc)) -> new_ltEs16(vwx3000, vwx31000, efc) 28.81/13.56 new_esEs4(vwx3000, vwx31000, app(ty_Maybe, def)) -> new_esEs12(vwx3000, vwx31000, def) 28.81/13.56 new_esEs9(vwx3000, vwx31000, app(app(app(ty_@3, bha), bhb), bhc)) -> new_esEs10(vwx3000, vwx31000, bha, bhb, bhc) 28.81/13.56 new_ltEs24(vwx300, vwx3100, app(app(ty_Either, ffh), fga)) -> new_ltEs11(vwx300, vwx3100, ffh, fga) 28.81/13.56 new_ltEs23(vwx300, vwx3100, app(ty_Maybe, fee)) -> new_ltEs15(vwx300, vwx3100, fee) 28.81/13.56 new_ltEs18(vwx3001, vwx31001, app(app(ty_Either, cee), cef)) -> new_ltEs11(vwx3001, vwx31001, cee, cef) 28.81/13.56 new_esEs25(:%(vwx120, vwx121), :%(vwx150, vwx151), dhg) -> new_asAs(new_esEs29(vwx120, vwx150, dhg), new_esEs30(vwx121, vwx151, dhg)) 28.81/13.56 new_max(Integer(Pos(Zero)), Integer(Neg(Succ(vwx310000))), ty_Integer) -> new_max121(vwx310000, new_not(new_esEs24(GT, GT))) 28.81/13.56 new_ltEs15(Just(vwx3000), Just(vwx31000), ty_Integer) -> new_ltEs17(vwx3000, vwx31000) 28.81/13.56 new_esEs33(vwx108, vwx109, ty_Double) -> new_esEs20(vwx108, vwx109) 28.81/13.56 new_esEs33(vwx108, vwx109, app(ty_[], cbf)) -> new_esEs23(vwx108, vwx109, cbf) 28.81/13.56 new_esEs24(EQ, GT) -> False 28.81/13.56 new_esEs24(GT, EQ) -> False 28.81/13.56 new_max(Char(Succ(vwx3000)), Char(Zero), ty_Char) -> new_max120(vwx3000, new_not(new_esEs24(GT, GT))) 28.81/13.56 new_ltEs22(vwx300, vwx3100, app(ty_Maybe, fdg)) -> new_ltEs15(vwx300, vwx3100, fdg) 28.81/13.56 new_max(Integer(Pos(Succ(vwx30000))), Integer(Pos(vwx31000)), ty_Integer) -> new_max12(vwx30000, vwx31000, new_not(new_esEs24(new_primCmpNat0(Succ(vwx30000), vwx31000), GT))) 28.81/13.56 new_esEs32(vwx1081, vwx1091, ty_Double) -> new_esEs20(vwx1081, vwx1091) 28.81/13.56 new_lt22(vwx301, vwx3101, app(ty_Ratio, ehg)) -> new_lt16(vwx301, vwx3101, ehg) 28.81/13.56 new_primEqInt(Neg(Succ(vwx1200)), Neg(Zero)) -> False 28.81/13.56 new_primEqInt(Neg(Zero), Neg(Succ(vwx1500))) -> False 28.81/13.56 new_ltEs19(vwx3002, vwx31002, app(app(ty_Either, dbh), dca)) -> new_ltEs11(vwx3002, vwx31002, dbh, dca) 28.81/13.56 new_primEqInt(Pos(Succ(vwx1200)), Pos(Succ(vwx1500))) -> new_primEqNat0(vwx1200, vwx1500) 28.81/13.56 new_max(Integer(Neg(Zero)), Integer(Neg(Succ(vwx310000))), ty_Integer) -> new_max132(vwx310000, new_not(new_esEs24(new_primCmpNat0(Succ(vwx310000), Zero), GT))) 28.81/13.56 new_ltEs18(vwx3001, vwx31001, app(app(ty_@2, ceb), cec)) -> new_ltEs9(vwx3001, vwx31001, ceb, cec) 28.81/13.56 new_ltEs11(Left(vwx3000), Left(vwx31000), ty_@0, edb) -> new_ltEs14(vwx3000, vwx31000) 28.81/13.56 new_compare24(vwx300, vwx3100, True) -> EQ 28.81/13.56 new_max(Neg(Zero), Pos(Zero), ty_Int) -> new_max140(new_not(new_esEs24(EQ, GT))) 28.81/13.56 new_max110(vwx300, vwx3010, vwx3100, vwx31010, True) -> Float(vwx3100, Neg(vwx31010)) 28.81/13.56 new_ltEs23(vwx300, vwx3100, app(ty_Ratio, feh)) -> new_ltEs16(vwx300, vwx3100, feh) 28.81/13.56 new_esEs26(vwx1080, vwx1090, ty_Char) -> new_esEs22(vwx1080, vwx1090) 28.81/13.56 new_lt13(Neg(Zero), Pos(Succ(vwx310000))) -> new_esEs24(LT, LT) 28.81/13.56 new_esEs5(vwx3001, vwx31001, ty_Int) -> new_esEs18(vwx3001, vwx31001) 28.81/13.56 new_primEqInt(Pos(Succ(vwx1200)), Neg(vwx150)) -> False 28.81/13.56 new_primEqInt(Neg(Succ(vwx1200)), Pos(vwx150)) -> False 28.81/13.56 new_lt23(vwx300, vwx3100, app(ty_Maybe, fbh)) -> new_lt11(vwx300, vwx3100, fbh) 28.81/13.56 new_primCmpInt(Neg(Zero), Neg(Succ(vwx310000))) -> new_primCmpNat0(Succ(vwx310000), Zero) 28.81/13.56 new_esEs15(vwx3000, vwx31000, app(app(app(ty_@3, bcc), bcd), bce)) -> new_esEs10(vwx3000, vwx31000, bcc, bcd, bce) 28.81/13.56 new_esEs5(vwx3001, vwx31001, app(ty_Ratio, dgd)) -> new_esEs25(vwx3001, vwx31001, dgd) 28.81/13.56 new_max116(vwx300, vwx3010, vwx3100, vwx31010, True) -> Double(vwx3100, Pos(vwx31010)) 28.81/13.56 new_ltEs11(Left(vwx3000), Left(vwx31000), app(ty_Ratio, edh), edb) -> new_ltEs16(vwx3000, vwx31000, edh) 28.81/13.56 new_primCmpInt(Pos(Zero), Pos(Zero)) -> EQ 28.81/13.56 new_lt22(vwx301, vwx3101, ty_Double) -> new_lt9(vwx301, vwx3101) 28.81/13.56 new_ltEs19(vwx3002, vwx31002, app(app(app(ty_@3, dbb), dbc), dbd)) -> new_ltEs4(vwx3002, vwx31002, dbb, dbc, dbd) 28.81/13.56 new_primCompAux0(vwx300, vwx3100, vwx209, cac) -> new_primCompAux00(vwx209, new_compare7(vwx300, vwx3100, cac)) 28.81/13.56 new_lt9(Double(vwx3000, Neg(vwx30010)), Double(vwx31000, Neg(vwx310010))) -> new_esEs24(new_compare4(new_sr0(vwx3000, Neg(vwx310010)), new_sr0(Neg(vwx30010), vwx31000)), LT) 28.81/13.56 new_ltEs24(vwx300, vwx3100, ty_Float) -> new_ltEs10(vwx300, vwx3100) 28.81/13.56 new_max142(vwx310000, False) -> Integer(Neg(Zero)) 28.81/13.56 new_esEs12(Just(vwx1080), Just(vwx1090), ty_Float) -> new_esEs16(vwx1080, vwx1090) 28.81/13.56 new_ltEs21(vwx301, vwx3101, ty_Bool) -> new_ltEs6(vwx301, vwx3101) 28.81/13.56 new_esEs27(vwx1081, vwx1091, ty_Float) -> new_esEs16(vwx1081, vwx1091) 28.81/13.56 new_esEs31(vwx1080, vwx1090, app(app(ty_@2, ebb), ebc)) -> new_esEs11(vwx1080, vwx1090, ebb, ebc) 28.81/13.56 new_max12(vwx30000, vwx31000, True) -> Integer(Pos(vwx31000)) 28.81/13.56 new_ltEs5(EQ, GT) -> True 28.81/13.56 new_esEs6(vwx3002, vwx31002, app(ty_Ratio, dhf)) -> new_esEs25(vwx3002, vwx31002, dhf) 28.81/13.56 new_lt21(vwx300, vwx3100, ty_Int) -> new_lt13(vwx300, vwx3100) 28.81/13.56 new_esEs28(vwx1082, vwx1092, ty_Integer) -> new_esEs19(vwx1082, vwx1092) 28.81/13.56 new_lt23(vwx300, vwx3100, ty_Int) -> new_lt13(vwx300, vwx3100) 28.81/13.56 new_lt18(vwx3000, vwx31000, app(app(ty_@2, cch), cda)) -> new_lt10(vwx3000, vwx31000, cch, cda) 28.81/13.56 new_not(False) -> True 28.81/13.56 new_max(Float(vwx300, Neg(vwx3010)), Float(vwx3100, Neg(vwx31010)), ty_Float) -> new_max143(vwx300, vwx3010, vwx3100, vwx31010, new_not(new_esEs24(new_compare4(new_sr0(vwx300, Neg(vwx31010)), new_sr0(Neg(vwx3010), vwx3100)), GT))) 28.81/13.56 new_lt14(GT, GT) -> new_esEs24(new_compare28(GT, GT, True), LT) 28.81/13.56 new_esEs9(vwx3000, vwx31000, app(ty_Maybe, bhf)) -> new_esEs12(vwx3000, vwx31000, bhf) 28.81/13.56 new_max136(vwx3000, vwx31000, True) -> Char(Succ(vwx31000)) 28.81/13.56 new_esEs14(vwx3000, vwx31000, app(ty_[], bbg)) -> new_esEs23(vwx3000, vwx31000, bbg) 28.81/13.56 new_lt12(Float(vwx3000, Pos(vwx30010)), Float(vwx31000, Neg(vwx310010))) -> new_esEs24(new_compare4(new_sr0(vwx3000, Pos(vwx310010)), new_sr0(Neg(vwx30010), vwx31000)), LT) 28.81/13.56 new_lt12(Float(vwx3000, Neg(vwx30010)), Float(vwx31000, Pos(vwx310010))) -> new_esEs24(new_compare4(new_sr0(vwx3000, Neg(vwx310010)), new_sr0(Pos(vwx30010), vwx31000)), LT) 28.81/13.56 new_max19(vwx57, vwx58, vwx59, vwx60, True, bdg) -> :%(vwx59, vwx60) 28.81/13.56 new_ltEs5(GT, GT) -> True 28.81/13.56 new_max139(vwx31000, True) -> Pos(Succ(vwx31000)) 28.81/13.56 new_compare7(vwx300, vwx3100, ty_Ordering) -> new_compare28(vwx300, vwx3100, new_esEs24(vwx300, vwx3100)) 28.81/13.56 new_ltEs14(vwx300, vwx3100) -> new_not(new_esEs24(new_compare9(vwx300, vwx3100), GT)) 28.81/13.56 new_esEs13(Right(vwx1080), Right(vwx1090), cd, ty_Double) -> new_esEs20(vwx1080, vwx1090) 28.81/13.56 new_max120(vwx3000, True) -> Char(Zero) 28.81/13.56 new_ltEs21(vwx301, vwx3101, ty_Ordering) -> new_ltEs5(vwx301, vwx3101) 28.81/13.56 new_lt18(vwx3000, vwx31000, app(ty_[], cdf)) -> new_lt7(vwx3000, vwx31000, cdf) 28.81/13.56 new_ltEs21(vwx301, vwx3101, app(app(ty_Either, fdc), fdd)) -> new_ltEs11(vwx301, vwx3101, fdc, fdd) 28.81/13.56 new_esEs6(vwx3002, vwx31002, ty_Int) -> new_esEs18(vwx3002, vwx31002) 28.81/13.56 new_ltEs23(vwx300, vwx3100, ty_Bool) -> new_ltEs6(vwx300, vwx3100) 28.81/13.56 new_lt12(Float(vwx3000, Pos(vwx30010)), Float(vwx31000, Pos(vwx310010))) -> new_esEs24(new_compare4(new_sr0(vwx3000, Pos(vwx310010)), new_sr0(Pos(vwx30010), vwx31000)), LT) 28.81/13.56 new_compare5(Integer(vwx3000), Integer(vwx31000)) -> new_primCmpInt(vwx3000, vwx31000) 28.81/13.56 new_lt9(Double(vwx3000, Pos(vwx30010)), Double(vwx31000, Neg(vwx310010))) -> new_esEs24(new_compare4(new_sr0(vwx3000, Pos(vwx310010)), new_sr0(Neg(vwx30010), vwx31000)), LT) 28.81/13.56 new_lt9(Double(vwx3000, Neg(vwx30010)), Double(vwx31000, Pos(vwx310010))) -> new_esEs24(new_compare4(new_sr0(vwx3000, Neg(vwx310010)), new_sr0(Pos(vwx30010), vwx31000)), LT) 28.81/13.56 new_max(EQ, EQ, ty_Ordering) -> EQ 28.81/13.56 new_esEs9(vwx3000, vwx31000, ty_Char) -> new_esEs22(vwx3000, vwx31000) 28.81/13.56 new_ltEs22(vwx300, vwx3100, ty_Char) -> new_ltEs13(vwx300, vwx3100) 28.81/13.56 new_lt23(vwx300, vwx3100, ty_Double) -> new_lt9(vwx300, vwx3100) 28.81/13.56 new_ltEs19(vwx3002, vwx31002, ty_Int) -> new_ltEs7(vwx3002, vwx31002) 28.81/13.56 new_sr0(vwx300, vwx3101) -> new_primMulInt(vwx300, vwx3101) 28.81/13.56 new_esEs7(vwx3000, vwx31000, app(app(app(ty_@3, bec), bed), bee)) -> new_esEs10(vwx3000, vwx31000, bec, bed, bee) 28.81/13.56 new_esEs8(vwx3001, vwx31001, ty_Bool) -> new_esEs21(vwx3001, vwx31001) 28.81/13.56 new_max113(vwx3000, vwx31000, False) -> Pos(Succ(vwx3000)) 28.81/13.56 new_primCmpInt(Pos(Zero), Neg(Zero)) -> EQ 28.81/13.56 new_primCmpInt(Neg(Zero), Pos(Zero)) -> EQ 28.81/13.56 new_max128(vwx300, vwx3010, vwx3100, vwx31010, True) -> Double(vwx3100, Neg(vwx31010)) 28.81/13.56 new_esEs27(vwx1081, vwx1091, ty_@0) -> new_esEs17(vwx1081, vwx1091) 28.81/13.56 new_compare25(vwx300, vwx3100, False, cag, cah) -> new_compare12(vwx300, vwx3100, new_ltEs9(vwx300, vwx3100, cag, cah), cag, cah) 28.81/13.56 new_ltEs18(vwx3001, vwx31001, app(ty_Ratio, ceg)) -> new_ltEs16(vwx3001, vwx31001, ceg) 28.81/13.56 new_ltEs18(vwx3001, vwx31001, ty_Ordering) -> new_ltEs5(vwx3001, vwx31001) 28.81/13.56 new_esEs13(Right(vwx1080), Right(vwx1090), cd, app(app(ty_Either, da), db)) -> new_esEs13(vwx1080, vwx1090, da, db) 28.81/13.56 new_esEs7(vwx3000, vwx31000, app(app(ty_Either, bef), beg)) -> new_esEs13(vwx3000, vwx31000, bef, beg) 28.81/13.56 new_max114(vwx31000, True) -> Pos(Succ(vwx31000)) 28.81/13.56 new_ltEs11(Right(vwx3000), Right(vwx31000), eeb, ty_Double) -> new_ltEs8(vwx3000, vwx31000) 28.81/13.56 new_ltEs20(vwx302, vwx3102, ty_Int) -> new_ltEs7(vwx302, vwx3102) 28.81/13.56 new_compare11(vwx300, vwx3100, True) -> LT 28.81/13.56 new_lt7([], [], dhh) -> new_esEs24(EQ, LT) 28.81/13.56 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 28.81/13.56 new_esEs26(vwx1080, vwx1090, ty_@0) -> new_esEs17(vwx1080, vwx1090) 28.81/13.56 new_ltEs23(vwx300, vwx3100, app(app(ty_Either, fef), feg)) -> new_ltEs11(vwx300, vwx3100, fef, feg) 28.81/13.56 new_ltEs21(vwx301, vwx3101, app(app(app(ty_@3, fce), fcf), fcg)) -> new_ltEs4(vwx301, vwx3101, fce, fcf, fcg) 28.81/13.56 new_primMulNat0(Succ(vwx30000), Succ(vwx310100)) -> new_primPlusNat0(new_primMulNat0(vwx30000, Succ(vwx310100)), vwx310100) 28.81/13.56 new_esEs34(vwx1080, vwx1090, app(ty_[], cfg)) -> new_esEs23(vwx1080, vwx1090, cfg) 28.81/13.56 new_ltEs24(vwx300, vwx3100, app(ty_Maybe, ffg)) -> new_ltEs15(vwx300, vwx3100, ffg) 28.81/13.56 new_ltEs24(vwx300, vwx3100, ty_Char) -> new_ltEs13(vwx300, vwx3100) 28.81/13.56 new_max135(vwx3000, vwx3100, False) -> Pos(Succ(vwx3000)) 28.81/13.56 new_max112(vwx30000, vwx31000, True) -> Integer(Neg(vwx31000)) 28.81/13.56 new_esEs6(vwx3002, vwx31002, app(ty_Maybe, dhb)) -> new_esEs12(vwx3002, vwx31002, dhb) 28.81/13.56 new_esEs8(vwx3001, vwx31001, app(app(ty_Either, bfh), bga)) -> new_esEs13(vwx3001, vwx31001, bfh, bga) 28.81/13.56 new_esEs34(vwx1080, vwx1090, ty_Double) -> new_esEs20(vwx1080, vwx1090) 28.81/13.56 new_ltEs12(vwx300, vwx3100, bgg) -> new_not(new_esEs24(new_compare0(vwx300, vwx3100, bgg), GT)) 28.81/13.56 new_esEs9(vwx3000, vwx31000, app(app(ty_Either, bhd), bhe)) -> new_esEs13(vwx3000, vwx31000, bhd, bhe) 28.81/13.56 new_esEs11(@2(vwx1080, vwx1081), @2(vwx1090, vwx1091), cbg, cbh) -> new_asAs(new_esEs31(vwx1080, vwx1090, cbg), new_esEs32(vwx1081, vwx1091, cbh)) 28.81/13.56 new_max(Nothing, Just(vwx3100), app(ty_Maybe, egc)) -> Just(vwx3100) 28.81/13.56 new_max(Just(vwx300), Nothing, app(ty_Maybe, egc)) -> Just(vwx300) 28.81/13.56 new_compare6(Float(vwx3000, Pos(vwx30010)), Float(vwx31000, Pos(vwx310010))) -> new_compare4(new_sr0(vwx3000, Pos(vwx310010)), new_sr0(Pos(vwx30010), vwx31000)) 28.81/13.56 new_ltEs21(vwx301, vwx3101, app(ty_Ratio, fde)) -> new_ltEs16(vwx301, vwx3101, fde) 28.81/13.56 new_esEs6(vwx3002, vwx31002, app(app(app(ty_@3, dge), dgf), dgg)) -> new_esEs10(vwx3002, vwx31002, dge, dgf, dgg) 28.81/13.56 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 28.81/13.56 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 28.81/13.56 new_max116(vwx300, vwx3010, vwx3100, vwx31010, False) -> Double(vwx300, Neg(vwx3010)) 28.81/13.56 new_esEs20(Double(vwx120, vwx121), Double(vwx150, vwx151)) -> new_esEs18(new_sr0(vwx120, vwx151), new_sr0(vwx121, vwx150)) 28.81/13.56 new_primEqNat0(Zero, Zero) -> True 28.81/13.56 new_esEs9(vwx3000, vwx31000, ty_Bool) -> new_esEs21(vwx3000, vwx31000) 28.81/13.56 new_lt7(:(vwx3000, vwx3001), [], dhh) -> new_esEs24(GT, LT) 28.81/13.56 new_esEs13(Right(vwx1080), Right(vwx1090), cd, app(app(app(ty_@3, ce), cf), cg)) -> new_esEs10(vwx1080, vwx1090, ce, cf, cg) 28.81/13.56 new_max15(vwx48, vwx49, True, bab, bac) -> Right(vwx49) 28.81/13.56 new_ltEs20(vwx302, vwx3102, app(ty_Ratio, fba)) -> new_ltEs16(vwx302, vwx3102, fba) 28.81/13.56 new_lt21(vwx300, vwx3100, app(ty_[], dhh)) -> new_lt7(vwx300, vwx3100, dhh) 28.81/13.56 new_ltEs19(vwx3002, vwx31002, ty_Ordering) -> new_ltEs5(vwx3002, vwx31002) 28.81/13.56 new_esEs33(vwx108, vwx109, app(app(ty_@2, cbg), cbh)) -> new_esEs11(vwx108, vwx109, cbg, cbh) 28.81/13.56 new_esEs5(vwx3001, vwx31001, app(app(app(ty_@3, dfc), dfd), dfe)) -> new_esEs10(vwx3001, vwx31001, dfc, dfd, dfe) 28.81/13.56 new_asAs(False, vwx173) -> False 28.81/13.56 new_lt14(LT, LT) -> new_esEs24(new_compare28(LT, LT, True), LT) 28.81/13.56 new_ltEs9(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), ccc, ccd) -> new_pePe(new_lt18(vwx3000, vwx31000, ccc), vwx3000, vwx31000, new_ltEs18(vwx3001, vwx31001, ccd), ccc) 28.81/13.56 new_compare27(vwx300, vwx3100, False, cba) -> new_compare10(vwx300, vwx3100, new_ltEs15(vwx300, vwx3100, cba), cba) 28.81/13.56 new_esEs8(vwx3001, vwx31001, app(ty_Ratio, bgf)) -> new_esEs25(vwx3001, vwx31001, bgf) 28.81/13.56 new_max(Char(Zero), Char(Succ(vwx31000)), ty_Char) -> new_max123(vwx31000, new_not(new_esEs24(LT, GT))) 28.81/13.56 new_ltEs5(GT, EQ) -> False 28.81/13.56 new_ltEs22(vwx300, vwx3100, app(app(ty_Either, eeb), edb)) -> new_ltEs11(vwx300, vwx3100, eeb, edb) 28.81/13.56 new_ltEs20(vwx302, vwx3102, ty_Ordering) -> new_ltEs5(vwx302, vwx3102) 28.81/13.56 new_max(Double(vwx300, Pos(vwx3010)), Double(vwx3100, Neg(vwx31010)), ty_Double) -> new_max111(vwx300, vwx3010, vwx3100, vwx31010, new_not(new_esEs24(new_compare4(new_sr0(vwx300, Pos(vwx31010)), new_sr0(Neg(vwx3010), vwx3100)), GT))) 28.81/13.56 new_esEs26(vwx1080, vwx1090, ty_Integer) -> new_esEs19(vwx1080, vwx1090) 28.81/13.56 new_ltEs20(vwx302, vwx3102, app(app(app(ty_@3, faa), fab), fac)) -> new_ltEs4(vwx302, vwx3102, faa, fab, fac) 28.81/13.56 new_esEs8(vwx3001, vwx31001, ty_Int) -> new_esEs18(vwx3001, vwx31001) 28.81/13.56 new_esEs7(vwx3000, vwx31000, app(ty_Maybe, beh)) -> new_esEs12(vwx3000, vwx31000, beh) 28.81/13.56 new_max11(vwx300, vwx3010, vwx3100, vwx31010, False) -> Float(vwx300, Neg(vwx3010)) 28.81/13.56 new_ltEs23(vwx300, vwx3100, ty_Char) -> new_ltEs13(vwx300, vwx3100) 28.81/13.56 new_ltEs18(vwx3001, vwx31001, ty_Int) -> new_ltEs7(vwx3001, vwx31001) 28.81/13.56 new_max129(vwx300, vwx3010, vwx3100, vwx31010, False) -> Double(vwx300, Pos(vwx3010)) 28.81/13.56 28.81/13.56 The set Q consists of the following terms: 28.81/13.56 28.81/13.56 new_esEs34(x0, x1, app(ty_Ratio, x2)) 28.81/13.56 new_ltEs12(x0, x1, x2) 28.81/13.56 new_esEs33(x0, x1, ty_Bool) 28.81/13.56 new_max(Integer(Neg(Succ(x0))), Integer(Pos(x1)), ty_Integer) 28.81/13.56 new_max(Integer(Pos(Succ(x0))), Integer(Neg(x1)), ty_Integer) 28.81/13.56 new_ltEs22(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.56 new_max(Nothing, Just(x0), app(ty_Maybe, x1)) 28.81/13.56 new_compare28(x0, x1, True) 28.81/13.56 new_esEs4(x0, x1, app(ty_Ratio, x2)) 28.81/13.56 new_compare7(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.56 new_lt14(EQ, GT) 28.81/13.56 new_lt14(GT, EQ) 28.81/13.56 new_ltEs22(x0, x1, ty_@0) 28.81/13.56 new_lt18(x0, x1, ty_Float) 28.81/13.56 new_lt20(x0, x1, ty_Integer) 28.81/13.56 new_ltEs21(x0, x1, ty_Integer) 28.81/13.56 new_esEs9(x0, x1, app(ty_[], x2)) 28.81/13.56 new_lt23(x0, x1, app(ty_Ratio, x2)) 28.81/13.56 new_lt8(Left(x0), Left(x1), x2, x3) 28.81/13.56 new_lt18(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.56 new_primPlusNat1(Zero, Zero) 28.81/13.56 new_primCmpInt(Pos(Succ(x0)), Neg(x1)) 28.81/13.56 new_primCmpInt(Neg(Succ(x0)), Pos(x1)) 28.81/13.56 new_max119(x0, x1, True) 28.81/13.56 new_lt18(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.56 new_compare5(Integer(x0), Integer(x1)) 28.81/13.56 new_esEs33(x0, x1, ty_@0) 28.81/13.56 new_max133(x0, False) 28.81/13.56 new_esEs6(x0, x1, ty_Integer) 28.81/13.56 new_lt19(x0, x1, ty_Double) 28.81/13.56 new_max(Right(x0), Right(x1), app(app(ty_Either, x2), x3)) 28.81/13.56 new_esEs33(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.56 new_primCmpInt(Neg(Succ(x0)), Neg(x1)) 28.81/13.56 new_esEs4(x0, x1, ty_@0) 28.81/13.56 new_ltEs11(Left(x0), Left(x1), ty_Int, x2) 28.81/13.56 new_primEqInt(Pos(Zero), Pos(Zero)) 28.81/13.56 new_max(EQ, EQ, ty_Ordering) 28.81/13.56 new_primPlusNat0(Zero, x0) 28.81/13.56 new_ltEs20(x0, x1, ty_Float) 28.81/13.56 new_esEs4(x0, x1, ty_Bool) 28.81/13.56 new_ltEs21(x0, x1, ty_Bool) 28.81/13.56 new_lt19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.56 new_max122(False) 28.81/13.56 new_compare6(Float(x0, Pos(x1)), Float(x2, Neg(x3))) 28.81/13.56 new_compare6(Float(x0, Neg(x1)), Float(x2, Pos(x3))) 28.81/13.56 new_lt12(Float(x0, Pos(x1)), Float(x2, Pos(x3))) 28.81/13.56 new_ltEs23(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.56 new_max11(x0, x1, x2, x3, False) 28.81/13.56 new_ltEs22(x0, x1, ty_Integer) 28.81/13.56 new_ltEs18(x0, x1, ty_Bool) 28.81/13.56 new_esEs32(x0, x1, app(ty_[], x2)) 28.81/13.56 new_esEs13(Left(x0), Left(x1), ty_Int, x2) 28.81/13.56 new_max126(False) 28.81/13.56 new_max(:(x0, x1), [], app(ty_[], x2)) 28.81/13.56 new_max(Neg(Zero), Neg(Succ(x0)), ty_Int) 28.81/13.56 new_ltEs24(x0, x1, ty_Char) 28.81/13.56 new_lt20(x0, x1, ty_@0) 28.81/13.56 new_ltEs15(Just(x0), Just(x1), ty_Char) 28.81/13.56 new_primEqInt(Neg(Zero), Neg(Zero)) 28.81/13.56 new_esEs30(x0, x1, ty_Int) 28.81/13.56 new_esEs14(x0, x1, ty_Char) 28.81/13.56 new_esEs6(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.56 new_compare1(x0, x1, True, x2, x3, x4) 28.81/13.56 new_max19(x0, x1, x2, x3, False, x4) 28.81/13.56 new_esEs13(Left(x0), Left(x1), ty_@0, x2) 28.81/13.56 new_esEs6(x0, x1, ty_@0) 28.81/13.56 new_lt19(x0, x1, ty_Char) 28.81/13.56 new_lt12(Float(x0, Neg(x1)), Float(x2, Neg(x3))) 28.81/13.56 new_lt21(x0, x1, ty_Float) 28.81/13.56 new_max(Integer(Neg(Zero)), Integer(Neg(Zero)), ty_Integer) 28.81/13.56 new_esEs4(x0, x1, ty_Int) 28.81/13.56 new_ltEs18(x0, x1, ty_Integer) 28.81/13.56 new_max137(x0, x1, False, x2) 28.81/13.56 new_ltEs19(x0, x1, app(ty_Ratio, x2)) 28.81/13.56 new_ltEs11(Left(x0), Left(x1), app(ty_[], x2), x3) 28.81/13.56 new_esEs7(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.56 new_esEs6(x0, x1, ty_Float) 28.81/13.56 new_esEs14(x0, x1, ty_Ordering) 28.81/13.56 new_esEs9(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.56 new_max16(x0, x1, x2, x3, x4, x5, False, x6, x7, x8) 28.81/13.56 new_max17(x0, x1, x2, x3, True) 28.81/13.56 new_compare7(x0, x1, ty_Char) 28.81/13.56 new_max121(x0, False) 28.81/13.56 new_ltEs19(x0, x1, ty_Char) 28.81/13.56 new_ltEs18(x0, x1, app(ty_Maybe, x2)) 28.81/13.56 new_primEqInt(Pos(Zero), Neg(Zero)) 28.81/13.56 new_primEqInt(Neg(Zero), Pos(Zero)) 28.81/13.56 new_ltEs20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.56 new_ltEs21(x0, x1, app(ty_Maybe, x2)) 28.81/13.56 new_compare11(x0, x1, False) 28.81/13.56 new_max(Neg(Zero), Pos(Succ(x0)), ty_Int) 28.81/13.56 new_max(Pos(Zero), Neg(Succ(x0)), ty_Int) 28.81/13.56 new_lt20(x0, x1, app(ty_[], x2)) 28.81/13.56 new_esEs13(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 28.81/13.56 new_max138(x0, x1, False) 28.81/13.56 new_ltEs15(Just(x0), Nothing, x1) 28.81/13.56 new_max(@3(x0, x1, x2), @3(x3, x4, x5), app(app(app(ty_@3, x6), x7), x8)) 28.81/13.56 new_ltEs20(x0, x1, app(ty_[], x2)) 28.81/13.56 new_compare4(x0, x1) 28.81/13.56 new_ltEs11(Right(x0), Right(x1), x2, ty_Ordering) 28.81/13.56 new_esEs6(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.56 new_compare24(x0, x1, True) 28.81/13.56 new_ltEs21(x0, x1, ty_Float) 28.81/13.56 new_max142(x0, True) 28.81/13.56 new_max10(True) 28.81/13.56 new_esEs31(x0, x1, ty_Integer) 28.81/13.56 new_lt22(x0, x1, app(ty_Maybe, x2)) 28.81/13.56 new_esEs21(True, True) 28.81/13.56 new_ltEs23(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.56 new_primCmpInt(Pos(Succ(x0)), Pos(x1)) 28.81/13.56 new_esEs13(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 28.81/13.56 new_max(Pos(Succ(x0)), Pos(Succ(x1)), ty_Int) 28.81/13.56 new_ltEs21(x0, x1, ty_@0) 28.81/13.56 new_ltEs17(x0, x1) 28.81/13.56 new_max129(x0, x1, x2, x3, False) 28.81/13.56 new_ltEs22(x0, x1, ty_Bool) 28.81/13.56 new_max114(x0, True) 28.81/13.56 new_lt20(x0, x1, ty_Int) 28.81/13.56 new_esEs8(x0, x1, ty_Double) 28.81/13.56 new_esEs33(x0, x1, ty_Float) 28.81/13.56 new_lt21(x0, x1, app(ty_[], x2)) 28.81/13.56 new_esEs23([], :(x0, x1), x2) 28.81/13.56 new_ltEs23(x0, x1, ty_Double) 28.81/13.56 new_compare12(x0, x1, False, x2, x3) 28.81/13.56 new_ltEs4(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 28.81/13.56 new_esEs14(x0, x1, app(ty_Maybe, x2)) 28.81/13.56 new_max120(x0, False) 28.81/13.56 new_esEs24(EQ, GT) 28.81/13.56 new_esEs24(GT, EQ) 28.81/13.56 new_esEs26(x0, x1, app(ty_Maybe, x2)) 28.81/13.56 new_ltEs21(x0, x1, app(ty_[], x2)) 28.81/13.56 new_esEs27(x0, x1, ty_Ordering) 28.81/13.56 new_max13(False) 28.81/13.56 new_max139(x0, False) 28.81/13.56 new_esEs17(@0, @0) 28.81/13.56 new_esEs14(x0, x1, app(ty_[], x2)) 28.81/13.56 new_esEs13(Left(x0), Left(x1), ty_Integer, x2) 28.81/13.56 new_esEs8(x0, x1, ty_Ordering) 28.81/13.56 new_max(Double(x0, Pos(x1)), Double(x2, Pos(x3)), ty_Double) 28.81/13.56 new_esEs28(x0, x1, ty_Int) 28.81/13.56 new_esEs28(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.56 new_lt18(x0, x1, ty_@0) 28.81/13.56 new_compare7(x0, x1, ty_Double) 28.81/13.56 new_esEs14(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.56 new_esEs12(Just(x0), Just(x1), ty_Integer) 28.81/13.56 new_max15(x0, x1, True, x2, x3) 28.81/13.56 new_esEs33(x0, x1, ty_Int) 28.81/13.56 new_lt18(x0, x1, app(ty_Maybe, x2)) 28.81/13.56 new_esEs13(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 28.81/13.56 new_esEs19(Integer(x0), Integer(x1)) 28.81/13.56 new_max([], [], app(ty_[], x0)) 28.81/13.56 new_ltEs11(Right(x0), Right(x1), x2, ty_Double) 28.81/13.56 new_esEs28(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.56 new_esEs9(x0, x1, ty_Integer) 28.81/13.56 new_lt20(x0, x1, ty_Float) 28.81/13.56 new_esEs27(x0, x1, app(ty_[], x2)) 28.81/13.56 new_max134(x0, x1, x2, x3, True, x4) 28.81/13.56 new_lt6(False, True) 28.81/13.56 new_lt6(True, False) 28.81/13.56 new_compare0(:(x0, x1), :(x2, x3), x4) 28.81/13.56 new_esEs10(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 28.81/13.56 new_esEs28(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.56 new_lt23(x0, x1, app(ty_Maybe, x2)) 28.81/13.56 new_lt8(Left(x0), Right(x1), x2, x3) 28.81/13.56 new_lt8(Right(x0), Left(x1), x2, x3) 28.81/13.56 new_max(Right(x0), Left(x1), app(app(ty_Either, x2), x3)) 28.81/13.56 new_max(Float(x0, Pos(x1)), Float(x2, Pos(x3)), ty_Float) 28.81/13.56 new_max(Left(x0), Right(x1), app(app(ty_Either, x2), x3)) 28.81/13.56 new_ltEs24(x0, x1, ty_Double) 28.81/13.56 new_compare7(x0, x1, ty_Ordering) 28.81/13.56 new_max(Double(x0, Neg(x1)), Double(x2, Neg(x3)), ty_Double) 28.81/13.56 new_esEs5(x0, x1, ty_Char) 28.81/13.56 new_max(Integer(Pos(Zero)), Integer(Pos(Succ(x0))), ty_Integer) 28.81/13.56 new_esEs4(x0, x1, ty_Integer) 28.81/13.56 new_esEs27(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.56 new_ltEs19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.56 new_compare0([], [], x0) 28.81/13.56 new_ltEs20(x0, x1, ty_Int) 28.81/13.56 new_esEs31(x0, x1, ty_Bool) 28.81/13.56 new_esEs34(x0, x1, ty_@0) 28.81/13.56 new_ltEs11(Left(x0), Left(x1), ty_@0, x2) 28.81/13.56 new_compare13(x0, x1, True, x2, x3) 28.81/13.56 new_esEs13(Left(x0), Left(x1), ty_Bool, x2) 28.81/13.56 new_esEs9(x0, x1, ty_Float) 28.81/13.56 new_esEs31(x0, x1, ty_Float) 28.81/13.56 new_esEs15(x0, x1, app(ty_Maybe, x2)) 28.81/13.56 new_lt22(x0, x1, app(ty_Ratio, x2)) 28.81/13.56 new_lt7(:(x0, x1), [], x2) 28.81/13.56 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 28.81/13.56 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 28.81/13.56 new_esEs4(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.56 new_esEs15(x0, x1, ty_Int) 28.81/13.56 new_ltEs20(x0, x1, ty_Integer) 28.81/13.56 new_esEs9(x0, x1, ty_Bool) 28.81/13.56 new_ltEs6(False, False) 28.81/13.56 new_max(False, True, ty_Bool) 28.81/13.56 new_max(True, False, ty_Bool) 28.81/13.56 new_ltEs15(Just(x0), Just(x1), ty_Ordering) 28.81/13.56 new_esEs12(Just(x0), Just(x1), ty_Float) 28.81/13.56 new_esEs8(x0, x1, app(ty_Ratio, x2)) 28.81/13.56 new_esEs12(Just(x0), Just(x1), ty_Bool) 28.81/13.56 new_lt8(Right(x0), Right(x1), x2, x3) 28.81/13.56 new_esEs23(:(x0, x1), [], x2) 28.81/13.56 new_ltEs13(x0, x1) 28.81/13.56 new_ltEs15(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 28.81/13.56 new_esEs31(x0, x1, ty_Int) 28.81/13.56 new_ltEs15(Nothing, Nothing, x0) 28.81/13.56 new_max115(x0, True) 28.81/13.56 new_compare8(Char(x0), Char(x1)) 28.81/13.56 new_max(Neg(Succ(x0)), Neg(Succ(x1)), ty_Int) 28.81/13.56 new_ltEs11(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 28.81/13.56 new_esEs33(x0, x1, ty_Integer) 28.81/13.56 new_esEs9(x0, x1, app(ty_Maybe, x2)) 28.81/13.56 new_lt20(x0, x1, ty_Bool) 28.81/13.56 new_primPlusNat1(Succ(x0), Succ(x1)) 28.81/13.56 new_esEs6(x0, x1, app(ty_Ratio, x2)) 28.81/13.56 new_ltEs20(x0, x1, ty_Bool) 28.81/13.56 new_esEs4(x0, x1, app(ty_[], x2)) 28.81/13.56 new_esEs12(Just(x0), Just(x1), ty_Char) 28.81/13.56 new_max(Integer(Pos(Zero)), Integer(Pos(Zero)), ty_Integer) 28.81/13.56 new_ltEs19(x0, x1, ty_Ordering) 28.81/13.56 new_max(@0, @0, ty_@0) 28.81/13.56 new_esEs27(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.56 new_esEs31(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.56 new_esEs27(x0, x1, ty_Integer) 28.81/13.56 new_lt14(LT, LT) 28.81/13.56 new_ltEs18(x0, x1, ty_@0) 28.81/13.56 new_esEs9(x0, x1, ty_Char) 28.81/13.56 new_esEs24(LT, GT) 28.81/13.56 new_esEs24(GT, LT) 28.81/13.56 new_lt9(Double(x0, Pos(x1)), Double(x2, Pos(x3))) 28.81/13.56 new_compare23(x0, x1, False, x2, x3, x4) 28.81/13.56 new_max13(True) 28.81/13.56 new_esEs27(x0, x1, ty_Bool) 28.81/13.56 new_max140(True) 28.81/13.56 new_lt22(x0, x1, app(ty_[], x2)) 28.81/13.56 new_lt13(Neg(Succ(x0)), Pos(x1)) 28.81/13.56 new_lt13(Pos(Succ(x0)), Neg(x1)) 28.81/13.56 new_max130(x0, x1, x2, x3, False, x4, x5) 28.81/13.56 new_esEs4(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.56 new_esEs8(x0, x1, ty_Bool) 28.81/13.56 new_esEs26(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.56 new_sr(Integer(x0), Integer(x1)) 28.81/13.56 new_lt23(x0, x1, ty_Char) 28.81/13.56 new_lt11(Just(x0), Nothing, x1) 28.81/13.56 new_esEs21(False, True) 28.81/13.56 new_esEs21(True, False) 28.81/13.56 new_lt16(:%(x0, x1), :%(x2, x3), x4) 28.81/13.56 new_ltEs18(x0, x1, app(ty_[], x2)) 28.81/13.56 new_esEs7(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.56 new_compare27(x0, x1, True, x2) 28.81/13.56 new_esEs34(x0, x1, ty_Integer) 28.81/13.56 new_primMulNat0(Succ(x0), Succ(x1)) 28.81/13.56 new_lt18(x0, x1, ty_Ordering) 28.81/13.56 new_ltEs11(Right(x0), Right(x1), x2, ty_Bool) 28.81/13.56 new_compare9(@0, @0) 28.81/13.56 new_lt23(x0, x1, ty_Ordering) 28.81/13.56 new_esEs32(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.56 new_esEs26(x0, x1, ty_Char) 28.81/13.56 new_esEs13(Right(x0), Right(x1), x2, app(ty_[], x3)) 28.81/13.56 new_esEs13(Right(x0), Right(x1), x2, ty_@0) 28.81/13.56 new_compare15(:%(x0, x1), :%(x2, x3), ty_Integer) 28.81/13.56 new_lt20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.56 new_esEs15(x0, x1, ty_@0) 28.81/13.56 new_esEs7(x0, x1, ty_Char) 28.81/13.56 new_max1(x0, True) 28.81/13.56 new_esEs12(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 28.81/13.56 new_esEs7(x0, x1, ty_Bool) 28.81/13.56 new_max(:(x0, x1), :(x2, x3), app(ty_[], x4)) 28.81/13.56 new_lt23(x0, x1, ty_Int) 28.81/13.56 new_esEs26(x0, x1, ty_Bool) 28.81/13.56 new_max143(x0, x1, x2, x3, True) 28.81/13.56 new_primCompAux0(x0, x1, x2, x3) 28.81/13.56 new_compare11(x0, x1, True) 28.81/13.56 new_lt14(EQ, EQ) 28.81/13.56 new_not(True) 28.81/13.56 new_max116(x0, x1, x2, x3, False) 28.81/13.56 new_esEs13(Right(x0), Right(x1), x2, ty_Int) 28.81/13.56 new_max(Char(Succ(x0)), Char(Succ(x1)), ty_Char) 28.81/13.56 new_max112(x0, x1, True) 28.81/13.56 new_lt11(Nothing, Just(x0), x1) 28.81/13.56 new_ltEs24(x0, x1, app(ty_Ratio, x2)) 28.81/13.56 new_esEs27(x0, x1, ty_Char) 28.81/13.56 new_esEs32(x0, x1, ty_Int) 28.81/13.56 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 28.81/13.56 new_pePe(False, x0, x1, x2, x3) 28.81/13.56 new_compare3(Double(x0, Pos(x1)), Double(x2, Pos(x3))) 28.81/13.56 new_esEs32(x0, x1, ty_Char) 28.81/13.56 new_ltEs21(x0, x1, ty_Double) 28.81/13.56 new_lt22(x0, x1, ty_Ordering) 28.81/13.56 new_max(Just(x0), Nothing, app(ty_Maybe, x1)) 28.81/13.56 new_esEs13(Right(x0), Right(x1), x2, ty_Char) 28.81/13.56 new_esEs30(x0, x1, ty_Integer) 28.81/13.56 new_esEs7(x0, x1, ty_Int) 28.81/13.56 new_esEs27(x0, x1, ty_Int) 28.81/13.56 new_max14(x0, False) 28.81/13.56 new_esEs7(x0, x1, ty_@0) 28.81/13.56 new_ltEs11(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 28.81/13.56 new_esEs29(x0, x1, ty_Integer) 28.81/13.56 new_ltEs22(x0, x1, app(ty_Ratio, x2)) 28.81/13.56 new_lt11(Nothing, Nothing, x0) 28.81/13.56 new_ltEs23(x0, x1, ty_Ordering) 28.81/13.56 new_max113(x0, x1, True) 28.81/13.56 new_compare26(x0, x1, False, x2, x3) 28.81/13.56 new_max(EQ, GT, ty_Ordering) 28.81/13.56 new_max(GT, EQ, ty_Ordering) 28.81/13.56 new_max12(x0, x1, False) 28.81/13.56 new_ltEs6(True, True) 28.81/13.56 new_lt19(x0, x1, ty_Float) 28.81/13.56 new_ltEs24(x0, x1, ty_Float) 28.81/13.56 new_esEs26(x0, x1, ty_Integer) 28.81/13.56 new_esEs8(x0, x1, ty_Integer) 28.81/13.56 new_esEs7(x0, x1, app(ty_[], x2)) 28.81/13.56 new_ltEs14(x0, x1) 28.81/13.56 new_ltEs11(Right(x0), Right(x1), x2, ty_Integer) 28.81/13.56 new_esEs32(x0, x1, app(ty_Ratio, x2)) 28.81/13.56 new_lt21(x0, x1, ty_Double) 28.81/13.56 new_compare14(x0, x1, False) 28.81/13.56 new_esEs13(Right(x0), Right(x1), x2, ty_Bool) 28.81/13.56 new_compare3(Double(x0, Pos(x1)), Double(x2, Neg(x3))) 28.81/13.56 new_compare3(Double(x0, Neg(x1)), Double(x2, Pos(x3))) 28.81/13.56 new_esEs28(x0, x1, app(ty_Maybe, x2)) 28.81/13.56 new_max132(x0, False) 28.81/13.56 new_esEs8(x0, x1, ty_Float) 28.81/13.56 new_lt18(x0, x1, app(ty_Ratio, x2)) 28.81/13.56 new_esEs6(x0, x1, ty_Char) 28.81/13.56 new_esEs4(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.56 new_max(LT, EQ, ty_Ordering) 28.81/13.56 new_max(EQ, LT, ty_Ordering) 28.81/13.56 new_esEs27(x0, x1, ty_Float) 28.81/13.56 new_esEs34(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.56 new_lt11(Just(x0), Just(x1), x2) 28.81/13.56 new_esEs34(x0, x1, ty_Char) 28.81/13.56 new_compare27(x0, x1, False, x2) 28.81/13.56 new_esEs13(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 28.81/13.56 new_ltEs5(LT, EQ) 28.81/13.56 new_ltEs5(EQ, LT) 28.81/13.56 new_max(GT, GT, ty_Ordering) 28.81/13.56 new_esEs13(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 28.81/13.56 new_esEs27(x0, x1, ty_Double) 28.81/13.57 new_compare7(x0, x1, ty_Float) 28.81/13.57 new_ltEs5(GT, GT) 28.81/13.57 new_ltEs21(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.57 new_esEs28(x0, x1, app(ty_[], x2)) 28.81/13.57 new_esEs21(False, False) 28.81/13.57 new_lt10(@2(x0, x1), @2(x2, x3), x4, x5) 28.81/13.57 new_ltEs18(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.57 new_max(Float(x0, Neg(x1)), Float(x2, Pos(x3)), ty_Float) 28.81/13.57 new_max(Float(x0, Pos(x1)), Float(x2, Neg(x3)), ty_Float) 28.81/13.57 new_max(Float(x0, Neg(x1)), Float(x2, Neg(x3)), ty_Float) 28.81/13.57 new_max14(x0, True) 28.81/13.57 new_ltEs11(Right(x0), Right(x1), x2, ty_Int) 28.81/13.57 new_lt23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.57 new_compare15(:%(x0, x1), :%(x2, x3), ty_Int) 28.81/13.57 new_lt19(x0, x1, app(ty_Maybe, x2)) 28.81/13.57 new_max(Char(Zero), Char(Zero), ty_Char) 28.81/13.57 new_max142(x0, False) 28.81/13.57 new_esEs8(x0, x1, ty_Int) 28.81/13.57 new_compare7(x0, x1, ty_Int) 28.81/13.57 new_asAs(True, x0) 28.81/13.57 new_max111(x0, x1, x2, x3, True) 28.81/13.57 new_esEs32(x0, x1, ty_Bool) 28.81/13.57 new_esEs13(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 28.81/13.57 new_ltEs22(x0, x1, ty_Int) 28.81/13.57 new_compare17(x0, x1, x2, x3, ty_Int) 28.81/13.57 new_esEs6(x0, x1, ty_Int) 28.81/13.57 new_ltEs20(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.57 new_ltEs11(Right(x0), Right(x1), x2, ty_Char) 28.81/13.57 new_esEs28(x0, x1, ty_Double) 28.81/13.57 new_esEs31(x0, x1, app(ty_Maybe, x2)) 28.81/13.57 new_max124(True) 28.81/13.57 new_lt20(x0, x1, app(ty_Ratio, x2)) 28.81/13.57 new_lt19(x0, x1, ty_Bool) 28.81/13.57 new_esEs13(Right(x0), Right(x1), x2, ty_Integer) 28.81/13.57 new_max129(x0, x1, x2, x3, True) 28.81/13.57 new_ltEs24(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.57 new_esEs14(x0, x1, ty_Double) 28.81/13.57 new_ltEs20(x0, x1, ty_@0) 28.81/13.57 new_esEs26(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.57 new_ltEs22(x0, x1, ty_Float) 28.81/13.57 new_esEs5(x0, x1, app(ty_Maybe, x2)) 28.81/13.57 new_primCmpNat0(Succ(x0), Zero) 28.81/13.57 new_lt22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.57 new_compare7(x0, x1, app(ty_Ratio, x2)) 28.81/13.57 new_max130(x0, x1, x2, x3, True, x4, x5) 28.81/13.57 new_lt19(x0, x1, app(ty_Ratio, x2)) 28.81/13.57 new_primEqNat0(Zero, Zero) 28.81/13.57 new_pePe(True, x0, x1, x2, x3) 28.81/13.57 new_max112(x0, x1, False) 28.81/13.57 new_esEs32(x0, x1, ty_Integer) 28.81/13.57 new_esEs12(Nothing, Nothing, x0) 28.81/13.57 new_max116(x0, x1, x2, x3, True) 28.81/13.57 new_ltEs24(x0, x1, ty_Integer) 28.81/13.57 new_not(False) 28.81/13.57 new_esEs8(x0, x1, ty_Char) 28.81/13.57 new_ltEs7(x0, x1) 28.81/13.57 new_esEs26(x0, x1, ty_Int) 28.81/13.57 new_esEs34(x0, x1, ty_Float) 28.81/13.57 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 28.81/13.57 new_esEs24(GT, GT) 28.81/13.57 new_max123(x0, False) 28.81/13.57 new_lt23(x0, x1, ty_Double) 28.81/13.57 new_esEs6(x0, x1, app(ty_[], x2)) 28.81/13.57 new_esEs34(x0, x1, ty_Bool) 28.81/13.57 new_lt21(x0, x1, ty_Ordering) 28.81/13.57 new_max(True, True, ty_Bool) 28.81/13.57 new_ltEs6(True, False) 28.81/13.57 new_ltEs6(False, True) 28.81/13.57 new_esEs9(x0, x1, ty_@0) 28.81/13.57 new_esEs24(LT, EQ) 28.81/13.57 new_esEs24(EQ, LT) 28.81/13.57 new_primMulNat0(Succ(x0), Zero) 28.81/13.57 new_max(Integer(Pos(Zero)), Integer(Neg(Zero)), ty_Integer) 28.81/13.57 new_max(Integer(Neg(Zero)), Integer(Pos(Zero)), ty_Integer) 28.81/13.57 new_esEs14(x0, x1, app(ty_Ratio, x2)) 28.81/13.57 new_esEs26(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.57 new_esEs6(x0, x1, ty_Bool) 28.81/13.57 new_max113(x0, x1, False) 28.81/13.57 new_esEs29(x0, x1, ty_Int) 28.81/13.57 new_max136(x0, x1, True) 28.81/13.57 new_max(Pos(Zero), Pos(Succ(x0)), ty_Int) 28.81/13.57 new_lt4(Integer(x0), Integer(x1)) 28.81/13.57 new_compare17(x0, x1, x2, x3, ty_Integer) 28.81/13.57 new_ltEs22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.57 new_esEs32(x0, x1, app(ty_Maybe, x2)) 28.81/13.57 new_lt7([], :(x0, x1), x2) 28.81/13.57 new_ltEs21(x0, x1, ty_Ordering) 28.81/13.57 new_esEs26(x0, x1, ty_Float) 28.81/13.57 new_primEqNat0(Succ(x0), Zero) 28.81/13.57 new_primMulInt(Pos(x0), Pos(x1)) 28.81/13.57 new_max143(x0, x1, x2, x3, False) 28.81/13.57 new_max(Nothing, Nothing, app(ty_Maybe, x0)) 28.81/13.57 new_esEs12(Just(x0), Just(x1), ty_@0) 28.81/13.57 new_esEs7(x0, x1, ty_Integer) 28.81/13.57 new_lt6(True, True) 28.81/13.57 new_lt21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.57 new_lt19(x0, x1, ty_Integer) 28.81/13.57 new_esEs13(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 28.81/13.57 new_lt20(x0, x1, app(ty_Maybe, x2)) 28.81/13.57 new_max120(x0, True) 28.81/13.57 new_max125(x0, x1, False) 28.81/13.57 new_ltEs11(Right(x0), Right(x1), x2, ty_Float) 28.81/13.57 new_esEs34(x0, x1, ty_Int) 28.81/13.57 new_esEs31(x0, x1, ty_@0) 28.81/13.57 new_max(Neg(Zero), Neg(Zero), ty_Int) 28.81/13.57 new_compare7(x0, x1, ty_Bool) 28.81/13.57 new_esEs13(Left(x0), Left(x1), ty_Char, x2) 28.81/13.57 new_primCmpNat0(Zero, Succ(x0)) 28.81/13.57 new_max(Integer(Pos(Succ(x0))), Integer(Pos(x1)), ty_Integer) 28.81/13.57 new_max(Integer(Neg(Succ(x0))), Integer(Neg(x1)), ty_Integer) 28.81/13.57 new_max(Pos(Zero), Neg(Zero), ty_Int) 28.81/13.57 new_max(Neg(Zero), Pos(Zero), ty_Int) 28.81/13.57 new_max114(x0, False) 28.81/13.57 new_lt5(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 28.81/13.57 new_max118(True) 28.81/13.57 new_ltEs11(Left(x0), Left(x1), ty_Char, x2) 28.81/13.57 new_esEs15(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.57 new_ltEs20(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.57 new_ltEs11(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 28.81/13.57 new_compare0([], :(x0, x1), x2) 28.81/13.57 new_lt6(False, False) 28.81/13.57 new_lt21(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.57 new_esEs5(x0, x1, ty_Bool) 28.81/13.57 new_ltEs24(x0, x1, ty_@0) 28.81/13.57 new_esEs12(Just(x0), Just(x1), app(ty_[], x2)) 28.81/13.57 new_esEs6(x0, x1, app(ty_Maybe, x2)) 28.81/13.57 new_lt19(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.57 new_esEs8(x0, x1, app(ty_Maybe, x2)) 28.81/13.57 new_esEs5(x0, x1, ty_@0) 28.81/13.57 new_ltEs19(x0, x1, app(ty_[], x2)) 28.81/13.57 new_max136(x0, x1, False) 28.81/13.57 new_esEs14(x0, x1, ty_@0) 28.81/13.57 new_max115(x0, False) 28.81/13.57 new_esEs15(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.57 new_compare7(x0, x1, ty_Integer) 28.81/13.57 new_esEs5(x0, x1, app(ty_Ratio, x2)) 28.81/13.57 new_lt7(:(x0, x1), :(x2, x3), x4) 28.81/13.57 new_ltEs15(Just(x0), Just(x1), ty_Int) 28.81/13.57 new_ltEs24(x0, x1, ty_Bool) 28.81/13.57 new_lt17(Char(x0), Char(x1)) 28.81/13.57 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 28.81/13.57 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 28.81/13.57 new_esEs14(x0, x1, ty_Int) 28.81/13.57 new_compare14(x0, x1, True) 28.81/13.57 new_primPlusNat1(Zero, Succ(x0)) 28.81/13.57 new_lt19(x0, x1, app(ty_[], x2)) 28.81/13.57 new_ltEs19(x0, x1, ty_Bool) 28.81/13.57 new_esEs7(x0, x1, app(ty_Ratio, x2)) 28.81/13.57 new_primCompAux00(x0, LT) 28.81/13.57 new_compare26(x0, x1, True, x2, x3) 28.81/13.57 new_esEs4(x0, x1, ty_Char) 28.81/13.57 new_compare7(x0, x1, ty_@0) 28.81/13.57 new_esEs13(Left(x0), Left(x1), ty_Ordering, x2) 28.81/13.57 new_lt23(x0, x1, app(ty_[], x2)) 28.81/13.57 new_lt21(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.57 new_ltEs5(LT, GT) 28.81/13.57 new_ltEs5(GT, LT) 28.81/13.57 new_esEs24(EQ, EQ) 28.81/13.57 new_ltEs22(x0, x1, ty_Char) 28.81/13.57 new_max16(x0, x1, x2, x3, x4, x5, True, x6, x7, x8) 28.81/13.57 new_esEs5(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.57 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 28.81/13.57 new_esEs32(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.57 new_esEs32(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.57 new_esEs14(x0, x1, ty_Bool) 28.81/13.57 new_max121(x0, True) 28.81/13.57 new_max(LT, GT, ty_Ordering) 28.81/13.57 new_max(GT, LT, ty_Ordering) 28.81/13.57 new_ltEs24(x0, x1, ty_Int) 28.81/13.57 new_esEs22(Char(x0), Char(x1)) 28.81/13.57 new_ltEs11(Left(x0), Left(x1), ty_Ordering, x2) 28.81/13.57 new_lt13(Pos(Zero), Pos(Succ(x0))) 28.81/13.57 new_esEs26(x0, x1, app(ty_Ratio, x2)) 28.81/13.57 new_ltEs24(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.57 new_max18(x0, True) 28.81/13.57 new_ltEs15(Just(x0), Just(x1), ty_@0) 28.81/13.57 new_ltEs15(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 28.81/13.57 new_ltEs11(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 28.81/13.57 new_lt23(x0, x1, ty_Float) 28.81/13.57 new_compare13(x0, x1, False, x2, x3) 28.81/13.57 new_max122(True) 28.81/13.57 new_esEs12(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 28.81/13.57 new_esEs28(x0, x1, ty_Ordering) 28.81/13.57 new_max(@2(x0, x1), @2(x2, x3), app(app(ty_@2, x4), x5)) 28.81/13.57 new_ltEs19(x0, x1, ty_@0) 28.81/13.57 new_esEs34(x0, x1, ty_Ordering) 28.81/13.57 new_esEs15(x0, x1, app(ty_Ratio, x2)) 28.81/13.57 new_ltEs20(x0, x1, app(ty_Ratio, x2)) 28.81/13.57 new_esEs5(x0, x1, ty_Integer) 28.81/13.57 new_ltEs19(x0, x1, ty_Float) 28.81/13.57 new_esEs32(x0, x1, ty_Float) 28.81/13.57 new_esEs14(x0, x1, ty_Integer) 28.81/13.57 new_lt19(x0, x1, ty_Int) 28.81/13.57 new_lt7([], [], x0) 28.81/13.57 new_compare6(Float(x0, Pos(x1)), Float(x2, Pos(x3))) 28.81/13.57 new_esEs32(x0, x1, ty_@0) 28.81/13.57 new_ltEs24(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.57 new_ltEs11(Right(x0), Right(x1), x2, app(ty_[], x3)) 28.81/13.57 new_max(Pos(Zero), Pos(Zero), ty_Int) 28.81/13.57 new_max11(x0, x1, x2, x3, True) 28.81/13.57 new_lt12(Float(x0, Pos(x1)), Float(x2, Neg(x3))) 28.81/13.57 new_lt12(Float(x0, Neg(x1)), Float(x2, Pos(x3))) 28.81/13.57 new_lt13(Pos(Zero), Pos(Zero)) 28.81/13.57 new_ltEs18(x0, x1, ty_Ordering) 28.81/13.57 new_ltEs23(x0, x1, app(ty_Maybe, x2)) 28.81/13.57 new_esEs7(x0, x1, ty_Float) 28.81/13.57 new_esEs12(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 28.81/13.57 new_asAs(False, x0) 28.81/13.57 new_lt23(x0, x1, ty_Integer) 28.81/13.57 new_primPlusNat0(Succ(x0), x1) 28.81/13.57 new_ltEs11(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 28.81/13.57 new_compare0(:(x0, x1), [], x2) 28.81/13.57 new_max140(False) 28.81/13.57 new_ltEs22(x0, x1, ty_Double) 28.81/13.57 new_compare28(x0, x1, False) 28.81/13.57 new_primEqNat0(Succ(x0), Succ(x1)) 28.81/13.57 new_esEs33(x0, x1, ty_Ordering) 28.81/13.57 new_compare23(x0, x1, True, x2, x3, x4) 28.81/13.57 new_max117(False) 28.81/13.57 new_lt19(x0, x1, ty_@0) 28.81/13.57 new_compare7(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.57 new_ltEs15(Just(x0), Just(x1), app(ty_Ratio, x2)) 28.81/13.57 new_max(Just(x0), Just(x1), app(ty_Maybe, x2)) 28.81/13.57 new_lt22(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.57 new_ltEs19(x0, x1, ty_Int) 28.81/13.57 new_max128(x0, x1, x2, x3, True) 28.81/13.57 new_esEs23([], [], x0) 28.81/13.57 new_esEs5(x0, x1, ty_Float) 28.81/13.57 new_max133(x0, True) 28.81/13.57 new_max119(x0, x1, False) 28.81/13.57 new_esEs31(x0, x1, ty_Char) 28.81/13.57 new_lt20(x0, x1, ty_Char) 28.81/13.57 new_ltEs18(x0, x1, ty_Double) 28.81/13.57 new_esEs4(x0, x1, ty_Ordering) 28.81/13.57 new_esEs26(x0, x1, ty_Double) 28.81/13.57 new_esEs15(x0, x1, ty_Integer) 28.81/13.57 new_esEs7(x0, x1, ty_Double) 28.81/13.57 new_esEs13(Right(x0), Right(x1), x2, ty_Float) 28.81/13.57 new_ltEs20(x0, x1, ty_Char) 28.81/13.57 new_compare24(x0, x1, False) 28.81/13.57 new_ltEs5(EQ, GT) 28.81/13.57 new_ltEs5(GT, EQ) 28.81/13.57 new_max138(x0, x1, True) 28.81/13.57 new_max([], :(x0, x1), app(ty_[], x2)) 28.81/13.57 new_compare16(x0, x1, x2, x3, ty_Integer) 28.81/13.57 new_lt21(x0, x1, app(ty_Maybe, x2)) 28.81/13.57 new_max(:%(x0, x1), :%(x2, x3), app(ty_Ratio, x4)) 28.81/13.57 new_esEs5(x0, x1, ty_Int) 28.81/13.57 new_esEs28(x0, x1, ty_Char) 28.81/13.57 new_ltEs22(x0, x1, ty_Ordering) 28.81/13.57 new_primMulInt(Neg(x0), Neg(x1)) 28.81/13.57 new_max125(x0, x1, True) 28.81/13.57 new_max132(x0, True) 28.81/13.57 new_esEs33(x0, x1, ty_Char) 28.81/13.57 new_ltEs11(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 28.81/13.57 new_max141(x0, x1, False, x2, x3) 28.81/13.57 new_primCmpInt(Neg(Zero), Neg(Succ(x0))) 28.81/13.57 new_lt23(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.57 new_esEs15(x0, x1, ty_Float) 28.81/13.57 new_lt18(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.57 new_lt20(x0, x1, ty_Ordering) 28.81/13.57 new_esEs15(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.57 new_primCmpInt(Neg(Zero), Neg(Zero)) 28.81/13.57 new_compare25(x0, x1, False, x2, x3) 28.81/13.57 new_esEs27(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.57 new_compare1(x0, x1, False, x2, x3, x4) 28.81/13.57 new_ltEs11(Left(x0), Left(x1), ty_Double, x2) 28.81/13.57 new_lt13(Neg(Zero), Neg(Zero)) 28.81/13.57 new_esEs6(x0, x1, ty_Double) 28.81/13.57 new_lt13(Pos(Zero), Neg(Zero)) 28.81/13.57 new_lt13(Neg(Zero), Pos(Zero)) 28.81/13.57 new_ltEs16(x0, x1, x2) 28.81/13.57 new_lt13(Neg(Zero), Neg(Succ(x0))) 28.81/13.57 new_primCmpInt(Pos(Zero), Neg(Zero)) 28.81/13.57 new_primCmpInt(Neg(Zero), Pos(Zero)) 28.81/13.57 new_ltEs21(x0, x1, app(ty_Ratio, x2)) 28.81/13.57 new_max(Char(Zero), Char(Succ(x0)), ty_Char) 28.81/13.57 new_primCmpInt(Neg(Zero), Pos(Succ(x0))) 28.81/13.57 new_ltEs15(Nothing, Just(x0), x1) 28.81/13.57 new_compare7(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.57 new_primCmpInt(Pos(Zero), Neg(Succ(x0))) 28.81/13.57 new_compare7(x0, x1, app(ty_[], x2)) 28.81/13.57 new_ltEs11(Right(x0), Right(x1), x2, ty_@0) 28.81/13.57 new_esEs14(x0, x1, ty_Float) 28.81/13.57 new_lt13(Pos(Zero), Neg(Succ(x0))) 28.81/13.57 new_ltEs15(Just(x0), Just(x1), ty_Bool) 28.81/13.57 new_lt13(Neg(Zero), Pos(Succ(x0))) 28.81/13.57 new_max(Neg(Succ(x0)), Pos(x1), ty_Int) 28.81/13.57 new_max(Pos(Succ(x0)), Neg(x1), ty_Int) 28.81/13.57 new_esEs34(x0, x1, ty_Double) 28.81/13.57 new_ltEs15(Just(x0), Just(x1), app(ty_Maybe, x2)) 28.81/13.57 new_compare6(Float(x0, Neg(x1)), Float(x2, Neg(x3))) 28.81/13.57 new_ltEs20(x0, x1, app(ty_Maybe, x2)) 28.81/13.57 new_esEs31(x0, x1, app(ty_[], x2)) 28.81/13.57 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 28.81/13.57 new_esEs33(x0, x1, app(ty_Maybe, x2)) 28.81/13.57 new_max137(x0, x1, True, x2) 28.81/13.57 new_max123(x0, True) 28.81/13.57 new_max111(x0, x1, x2, x3, False) 28.81/13.57 new_lt22(x0, x1, ty_Double) 28.81/13.57 new_esEs5(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.57 new_lt23(x0, x1, ty_Bool) 28.81/13.57 new_primEqNat0(Zero, Succ(x0)) 28.81/13.57 new_lt22(x0, x1, ty_@0) 28.81/13.57 new_ltEs15(Just(x0), Just(x1), ty_Integer) 28.81/13.57 new_esEs26(x0, x1, ty_@0) 28.81/13.57 new_max19(x0, x1, x2, x3, True, x4) 28.81/13.57 new_esEs9(x0, x1, ty_Int) 28.81/13.57 new_ltEs19(x0, x1, ty_Integer) 28.81/13.57 new_max(Pos(Succ(x0)), Pos(Zero), ty_Int) 28.81/13.57 new_ltEs23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.57 new_primPlusNat1(Succ(x0), Zero) 28.81/13.57 new_ltEs19(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.57 new_esEs28(x0, x1, ty_Float) 28.81/13.57 new_max126(True) 28.81/13.57 new_max124(False) 28.81/13.57 new_esEs15(x0, x1, ty_Bool) 28.81/13.57 new_esEs12(Just(x0), Just(x1), ty_Int) 28.81/13.57 new_esEs14(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.57 new_lt18(x0, x1, ty_Double) 28.81/13.57 new_esEs8(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.57 new_esEs8(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.57 new_ltEs23(x0, x1, ty_@0) 28.81/13.57 new_esEs28(x0, x1, ty_Integer) 28.81/13.57 new_max128(x0, x1, x2, x3, False) 28.81/13.57 new_lt9(Double(x0, Pos(x1)), Double(x2, Neg(x3))) 28.81/13.57 new_lt9(Double(x0, Neg(x1)), Double(x2, Pos(x3))) 28.81/13.57 new_esEs13(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 28.81/13.57 new_esEs9(x0, x1, app(ty_Ratio, x2)) 28.81/13.57 new_sr0(x0, x1) 28.81/13.57 new_max117(True) 28.81/13.57 new_esEs27(x0, x1, ty_@0) 28.81/13.57 new_primMulNat0(Zero, Zero) 28.81/13.57 new_esEs32(x0, x1, ty_Double) 28.81/13.57 new_esEs15(x0, x1, ty_Char) 28.81/13.57 new_esEs24(LT, LT) 28.81/13.57 new_compare12(x0, x1, True, x2, x3) 28.81/13.57 new_ltEs23(x0, x1, ty_Bool) 28.81/13.57 new_primCompAux00(x0, GT) 28.81/13.57 new_lt9(Double(x0, Neg(x1)), Double(x2, Neg(x3))) 28.81/13.57 new_esEs12(Nothing, Just(x0), x1) 28.81/13.57 new_esEs8(x0, x1, ty_@0) 28.81/13.57 new_esEs31(x0, x1, app(ty_Ratio, x2)) 28.81/13.57 new_max127(x0, x1, False) 28.81/13.57 new_lt13(Neg(Succ(x0)), Neg(x1)) 28.81/13.57 new_ltEs11(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 28.81/13.57 new_esEs28(x0, x1, ty_Bool) 28.81/13.57 new_max(LT, LT, ty_Ordering) 28.81/13.57 new_lt14(LT, EQ) 28.81/13.57 new_lt14(EQ, LT) 28.81/13.57 new_lt20(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.57 new_compare7(x0, x1, app(ty_Maybe, x2)) 28.81/13.57 new_ltEs22(x0, x1, app(ty_[], x2)) 28.81/13.57 new_ltEs20(x0, x1, ty_Double) 28.81/13.57 new_ltEs21(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.57 new_lt14(GT, GT) 28.81/13.57 new_lt21(x0, x1, app(ty_Ratio, x2)) 28.81/13.57 new_esEs13(Left(x0), Left(x1), app(ty_[], x2), x3) 28.81/13.57 new_compare16(x0, x1, x2, x3, ty_Int) 28.81/13.57 new_esEs13(Left(x0), Right(x1), x2, x3) 28.81/13.57 new_esEs13(Right(x0), Left(x1), x2, x3) 28.81/13.57 new_esEs33(x0, x1, app(ty_[], x2)) 28.81/13.57 new_esEs18(x0, x1) 28.81/13.57 new_max131(False) 28.81/13.57 new_max12(x0, x1, True) 28.81/13.57 new_ltEs18(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.57 new_ltEs20(x0, x1, ty_Ordering) 28.81/13.57 new_ltEs19(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.57 new_esEs34(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.57 new_lt21(x0, x1, ty_@0) 28.81/13.57 new_esEs12(Just(x0), Just(x1), ty_Ordering) 28.81/13.57 new_ltEs18(x0, x1, app(ty_Ratio, x2)) 28.81/13.57 new_esEs15(x0, x1, ty_Ordering) 28.81/13.57 new_esEs8(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.57 new_ltEs9(@2(x0, x1), @2(x2, x3), x4, x5) 28.81/13.57 new_lt15(@0, @0) 28.81/13.57 new_max135(x0, x1, False) 28.81/13.57 new_ltEs15(Just(x0), Just(x1), app(ty_[], x2)) 28.81/13.57 new_ltEs21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.57 new_esEs13(Left(x0), Left(x1), ty_Float, x2) 28.81/13.57 new_lt23(x0, x1, ty_@0) 28.81/13.57 new_ltEs15(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 28.81/13.57 new_max(Left(x0), Left(x1), app(app(ty_Either, x2), x3)) 28.81/13.57 new_compare3(Double(x0, Neg(x1)), Double(x2, Neg(x3))) 28.81/13.57 new_esEs9(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.57 new_ltEs15(Just(x0), Just(x1), ty_Float) 28.81/13.57 new_esEs33(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.57 new_ltEs19(x0, x1, app(ty_Maybe, x2)) 28.81/13.57 new_lt21(x0, x1, ty_Bool) 28.81/13.57 new_primMulNat0(Zero, Succ(x0)) 28.81/13.57 new_lt22(x0, x1, ty_Integer) 28.81/13.57 new_primCmpInt(Pos(Zero), Pos(Succ(x0))) 28.81/13.57 new_esEs14(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.57 new_esEs9(x0, x1, ty_Ordering) 28.81/13.57 new_compare10(x0, x1, False, x2) 28.81/13.57 new_ltEs23(x0, x1, ty_Integer) 28.81/13.57 new_esEs33(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.57 new_esEs28(x0, x1, app(ty_Ratio, x2)) 28.81/13.57 new_max110(x0, x1, x2, x3, False) 28.81/13.57 new_esEs13(Right(x0), Right(x1), x2, ty_Double) 28.81/13.57 new_esEs12(Just(x0), Nothing, x1) 28.81/13.57 new_esEs12(Just(x0), Just(x1), app(ty_Ratio, x2)) 28.81/13.57 new_esEs7(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.57 new_ltEs24(x0, x1, app(ty_[], x2)) 28.81/13.57 new_esEs4(x0, x1, ty_Float) 28.81/13.57 new_max(False, False, ty_Bool) 28.81/13.57 new_esEs20(Double(x0, x1), Double(x2, x3)) 28.81/13.57 new_esEs34(x0, x1, app(ty_Maybe, x2)) 28.81/13.57 new_esEs5(x0, x1, app(ty_[], x2)) 28.81/13.57 new_esEs27(x0, x1, app(ty_Ratio, x2)) 28.81/13.57 new_lt21(x0, x1, ty_Int) 28.81/13.57 new_ltEs22(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.57 new_esEs34(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.57 new_lt13(Pos(Succ(x0)), Pos(x1)) 28.81/13.57 new_esEs26(x0, x1, ty_Ordering) 28.81/13.57 new_esEs31(x0, x1, ty_Ordering) 28.81/13.57 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 28.81/13.57 new_esEs31(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.57 new_ltEs5(LT, LT) 28.81/13.57 new_primCmpInt(Pos(Zero), Pos(Zero)) 28.81/13.57 new_lt21(x0, x1, ty_Char) 28.81/13.57 new_max1(x0, False) 28.81/13.57 new_ltEs11(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 28.81/13.57 new_esEs31(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.57 new_lt19(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.57 new_lt18(x0, x1, ty_Bool) 28.81/13.57 new_max(Neg(Succ(x0)), Neg(Zero), ty_Int) 28.81/13.57 new_esEs11(@2(x0, x1), @2(x2, x3), x4, x5) 28.81/13.57 new_ltEs21(x0, x1, ty_Int) 28.81/13.57 new_max(Integer(Neg(Zero)), Integer(Pos(Succ(x0))), ty_Integer) 28.81/13.57 new_lt21(x0, x1, ty_Integer) 28.81/13.57 new_max(Integer(Pos(Zero)), Integer(Neg(Succ(x0))), ty_Integer) 28.81/13.57 new_lt20(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.57 new_max127(x0, x1, True) 28.81/13.57 new_esEs33(x0, x1, app(ty_Ratio, x2)) 28.81/13.57 new_ltEs18(x0, x1, ty_Float) 28.81/13.57 new_esEs9(x0, x1, app(app(ty_@2, x2), x3)) 28.81/13.57 new_esEs15(x0, x1, app(ty_[], x2)) 28.81/13.57 new_primMulInt(Pos(x0), Neg(x1)) 28.81/13.57 new_primMulInt(Neg(x0), Pos(x1)) 28.81/13.57 new_max118(False) 28.81/13.57 new_max(Integer(Neg(Zero)), Integer(Neg(Succ(x0))), ty_Integer) 28.81/13.57 new_max10(False) 28.81/13.57 new_esEs5(x0, x1, ty_Ordering) 28.81/13.57 new_ltEs21(x0, x1, ty_Char) 28.81/13.57 new_ltEs23(x0, x1, ty_Float) 28.81/13.57 new_esEs34(x0, x1, app(ty_[], x2)) 28.81/13.57 new_ltEs19(x0, x1, ty_Double) 28.81/13.57 new_lt23(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.57 new_max110(x0, x1, x2, x3, True) 28.81/13.57 new_lt22(x0, x1, ty_Float) 28.81/13.57 new_esEs4(x0, x1, app(ty_Maybe, x2)) 28.81/13.57 new_esEs23(:(x0, x1), :(x2, x3), x4) 28.81/13.57 new_max17(x0, x1, x2, x3, False) 28.81/13.57 new_esEs4(x0, x1, ty_Double) 28.81/13.57 new_esEs7(x0, x1, app(ty_Maybe, x2)) 28.81/13.57 new_ltEs8(x0, x1) 28.81/13.57 new_lt18(x0, x1, ty_Integer) 28.81/13.57 new_esEs5(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 28.81/13.57 new_esEs13(Right(x0), Right(x1), x2, ty_Ordering) 28.81/13.57 new_esEs13(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 28.81/13.57 new_esEs33(x0, x1, ty_Double) 28.81/13.57 new_esEs5(x0, x1, ty_Double) 28.81/13.57 new_ltEs15(Just(x0), Just(x1), ty_Double) 28.81/13.57 new_ltEs11(Left(x0), Left(x1), ty_Integer, x2) 28.81/13.57 new_ltEs11(Left(x0), Right(x1), x2, x3) 28.81/13.57 new_ltEs11(Right(x0), Left(x1), x2, x3) 28.81/13.57 new_compare25(x0, x1, True, x2, x3) 28.81/13.57 new_ltEs10(x0, x1) 28.81/13.57 new_ltEs11(Left(x0), Left(x1), ty_Float, x2) 28.81/13.57 new_ltEs11(Left(x0), Left(x1), ty_Bool, x2) 28.81/13.57 new_lt22(x0, x1, ty_Int) 28.81/13.57 new_ltEs23(x0, x1, ty_Char) 28.81/13.57 new_esEs12(Just(x0), Just(x1), ty_Double) 28.81/13.57 new_lt18(x0, x1, app(ty_[], x2)) 28.81/13.57 new_esEs7(x0, x1, ty_Ordering) 28.81/13.57 new_esEs28(x0, x1, ty_@0) 28.81/13.57 new_esEs6(x0, x1, ty_Ordering) 28.81/13.57 new_esEs15(x0, x1, ty_Double) 28.81/13.57 new_lt14(LT, GT) 28.81/13.57 new_lt14(GT, LT) 28.81/13.57 new_esEs27(x0, x1, app(ty_Maybe, x2)) 28.81/13.57 new_lt22(x0, x1, ty_Bool) 28.81/13.57 new_ltEs18(x0, x1, ty_Char) 28.81/13.57 new_esEs26(x0, x1, app(ty_[], x2)) 28.81/13.57 new_esEs13(Left(x0), Left(x1), ty_Double, x2) 28.81/13.57 new_ltEs23(x0, x1, app(ty_Ratio, x2)) 28.81/13.57 new_esEs8(x0, x1, app(ty_[], x2)) 28.81/13.57 new_max134(x0, x1, x2, x3, False, x4) 28.81/13.57 new_lt20(x0, x1, ty_Double) 28.81/13.57 new_esEs31(x0, x1, ty_Double) 28.81/13.57 new_ltEs22(x0, x1, app(ty_Maybe, x2)) 28.81/13.57 new_lt22(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.57 new_ltEs5(EQ, EQ) 28.81/13.57 new_lt22(x0, x1, ty_Char) 28.81/13.57 new_max18(x0, False) 28.81/13.57 new_ltEs24(x0, x1, ty_Ordering) 28.81/13.57 new_ltEs11(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 28.81/13.57 new_esEs32(x0, x1, ty_Ordering) 28.81/13.57 new_max(Double(x0, Neg(x1)), Double(x2, Pos(x3)), ty_Double) 28.81/13.57 new_max(Double(x0, Pos(x1)), Double(x2, Neg(x3)), ty_Double) 28.81/13.57 new_compare10(x0, x1, True, x2) 28.81/13.57 new_ltEs23(x0, x1, app(ty_[], x2)) 28.81/13.57 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 28.81/13.57 new_lt18(x0, x1, ty_Int) 28.81/13.57 new_max15(x0, x1, False, x2, x3) 28.81/13.57 new_ltEs11(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 28.81/13.57 new_esEs12(Just(x0), Just(x1), app(ty_Maybe, x2)) 28.81/13.57 new_esEs9(x0, x1, ty_Double) 28.81/13.57 new_esEs13(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 28.81/13.57 new_primCompAux00(x0, EQ) 28.81/13.57 new_max139(x0, True) 28.81/13.57 new_max141(x0, x1, True, x2, x3) 28.81/13.57 new_max131(True) 28.81/13.57 new_ltEs18(x0, x1, ty_Int) 28.81/13.57 new_esEs6(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.57 new_esEs16(Float(x0, x1), Float(x2, x3)) 28.81/13.57 new_lt19(x0, x1, ty_Ordering) 28.81/13.57 new_primCmpNat0(Succ(x0), Succ(x1)) 28.81/13.57 new_max(Char(Succ(x0)), Char(Zero), ty_Char) 28.81/13.57 new_primCmpNat0(Zero, Zero) 28.81/13.57 new_max135(x0, x1, True) 28.81/13.57 new_ltEs24(x0, x1, app(ty_Maybe, x2)) 28.81/13.57 new_lt18(x0, x1, ty_Char) 28.81/13.57 new_ltEs23(x0, x1, ty_Int) 28.81/13.57 new_esEs25(:%(x0, x1), :%(x2, x3), x4) 28.81/13.57 new_ltEs18(x0, x1, app(app(ty_Either, x2), x3)) 28.81/13.57 28.81/13.57 We have to consider all minimal (P,Q,R)-chains. 28.81/13.57 ---------------------------------------- 28.81/13.57 28.81/13.57 (30) QDPSizeChangeProof (EQUIVALENT) 28.81/13.57 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. 28.81/13.57 28.81/13.57 From the DPs we obtained the following set of size-change graphs: 28.81/13.57 *new_foldl(vwx30, :(vwx310, vwx311), h) -> new_foldl(new_max(vwx30, vwx310, h), vwx311, h) 28.81/13.57 The graph contains the following edges 2 > 2, 3 >= 3 28.81/13.57 28.81/13.57 28.81/13.57 ---------------------------------------- 28.81/13.57 28.81/13.57 (31) 28.81/13.57 YES 28.81/13.57 28.81/13.57 ---------------------------------------- 28.81/13.57 28.81/13.57 (32) 28.81/13.57 Obligation: 28.81/13.57 Q DP problem: 28.81/13.57 The TRS P consists of the following rules: 28.81/13.57 28.81/13.57 new_primPlusNat(Succ(vwx26300), Succ(vwx3101000)) -> new_primPlusNat(vwx26300, vwx3101000) 28.81/13.57 28.81/13.57 R is empty. 28.81/13.57 Q is empty. 28.81/13.57 We have to consider all minimal (P,Q,R)-chains. 28.81/13.57 ---------------------------------------- 28.81/13.57 28.81/13.57 (33) QDPSizeChangeProof (EQUIVALENT) 28.81/13.57 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. 28.81/13.57 28.81/13.57 From the DPs we obtained the following set of size-change graphs: 28.81/13.57 *new_primPlusNat(Succ(vwx26300), Succ(vwx3101000)) -> new_primPlusNat(vwx26300, vwx3101000) 28.81/13.57 The graph contains the following edges 1 > 1, 2 > 2 28.81/13.57 28.81/13.57 28.81/13.57 ---------------------------------------- 28.81/13.57 28.81/13.57 (34) 28.81/13.57 YES 28.81/13.57 28.81/13.57 ---------------------------------------- 28.81/13.57 28.81/13.57 (35) 28.81/13.57 Obligation: 28.81/13.57 Q DP problem: 28.81/13.57 The TRS P consists of the following rules: 28.81/13.57 28.81/13.57 new_primEqNat(Succ(vwx1200), Succ(vwx1500)) -> new_primEqNat(vwx1200, vwx1500) 28.81/13.57 28.81/13.57 R is empty. 28.81/13.57 Q is empty. 28.81/13.57 We have to consider all minimal (P,Q,R)-chains. 28.81/13.57 ---------------------------------------- 28.81/13.57 28.81/13.57 (36) QDPSizeChangeProof (EQUIVALENT) 28.81/13.57 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. 28.81/13.57 28.81/13.57 From the DPs we obtained the following set of size-change graphs: 28.81/13.57 *new_primEqNat(Succ(vwx1200), Succ(vwx1500)) -> new_primEqNat(vwx1200, vwx1500) 28.81/13.57 The graph contains the following edges 1 > 1, 2 > 2 28.81/13.57 28.81/13.57 28.81/13.57 ---------------------------------------- 28.81/13.57 28.81/13.57 (37) 28.81/13.57 YES 28.94/13.63 EOF