16.85/6.68 YES 19.48/7.44 proof of /export/starexec/sandbox/benchmark/theBenchmark.hs 19.48/7.44 # AProVE Commit ID: 48fb2092695e11cc9f56e44b17a92a5f88ffb256 marcel 20180622 unpublished dirty 19.48/7.44 19.48/7.44 19.48/7.44 H-Termination with start terms of the given HASKELL could be proven: 19.48/7.44 19.48/7.44 (0) HASKELL 19.48/7.44 (1) CR [EQUIVALENT, 0 ms] 19.48/7.44 (2) HASKELL 19.48/7.44 (3) IFR [EQUIVALENT, 0 ms] 19.48/7.44 (4) HASKELL 19.48/7.44 (5) BR [EQUIVALENT, 0 ms] 19.48/7.44 (6) HASKELL 19.48/7.44 (7) COR [EQUIVALENT, 8 ms] 19.48/7.44 (8) HASKELL 19.48/7.44 (9) LetRed [EQUIVALENT, 0 ms] 19.48/7.44 (10) HASKELL 19.48/7.44 (11) NumRed [SOUND, 3 ms] 19.48/7.44 (12) HASKELL 19.48/7.44 (13) Narrow [SOUND, 0 ms] 19.48/7.44 (14) AND 19.48/7.44 (15) QDP 19.48/7.44 (16) QDPSizeChangeProof [EQUIVALENT, 0 ms] 19.48/7.44 (17) YES 19.48/7.44 (18) QDP 19.48/7.44 (19) QDPSizeChangeProof [EQUIVALENT, 56 ms] 19.48/7.44 (20) YES 19.48/7.44 (21) QDP 19.48/7.44 (22) QDPSizeChangeProof [EQUIVALENT, 0 ms] 19.48/7.44 (23) YES 19.48/7.44 (24) QDP 19.48/7.44 (25) QDPSizeChangeProof [EQUIVALENT, 0 ms] 19.48/7.44 (26) YES 19.48/7.44 (27) QDP 19.48/7.44 (28) QDPSizeChangeProof [EQUIVALENT, 0 ms] 19.48/7.44 (29) YES 19.48/7.44 (30) QDP 19.48/7.44 (31) QDPSizeChangeProof [EQUIVALENT, 0 ms] 19.48/7.44 (32) YES 19.48/7.44 19.48/7.44 19.48/7.44 ---------------------------------------- 19.48/7.44 19.48/7.44 (0) 19.48/7.44 Obligation: 19.48/7.44 mainModule Main 19.48/7.44 module Main where { 19.48/7.44 import qualified Prelude; 19.48/7.44 } 19.48/7.44 19.48/7.44 ---------------------------------------- 19.48/7.44 19.48/7.44 (1) CR (EQUIVALENT) 19.48/7.44 Case Reductions: 19.48/7.44 The following Case expression 19.48/7.44 "case compare x y of { 19.48/7.44 EQ -> o; 19.48/7.44 LT -> LT; 19.48/7.44 GT -> GT} 19.48/7.44 " 19.48/7.44 is transformed to 19.48/7.44 "primCompAux0 o EQ = o; 19.48/7.44 primCompAux0 o LT = LT; 19.48/7.44 primCompAux0 o GT = GT; 19.48/7.44 " 19.48/7.44 19.48/7.44 ---------------------------------------- 19.48/7.44 19.48/7.44 (2) 19.48/7.44 Obligation: 19.48/7.44 mainModule Main 19.48/7.44 module Main where { 19.48/7.44 import qualified Prelude; 19.48/7.44 } 19.48/7.44 19.48/7.44 ---------------------------------------- 19.48/7.44 19.48/7.44 (3) IFR (EQUIVALENT) 19.48/7.44 If Reductions: 19.48/7.44 The following If expression 19.48/7.44 "if primGEqNatS x y then Succ (primDivNatS (primMinusNatS x y) (Succ y)) else Zero" 19.48/7.44 is transformed to 19.48/7.44 "primDivNatS0 x y True = Succ (primDivNatS (primMinusNatS x y) (Succ y)); 19.48/7.44 primDivNatS0 x y False = Zero; 19.48/7.44 " 19.48/7.44 The following If expression 19.48/7.44 "if primGEqNatS x y then primModNatS (primMinusNatS x y) (Succ y) else Succ x" 19.48/7.44 is transformed to 19.48/7.44 "primModNatS0 x y True = primModNatS (primMinusNatS x y) (Succ y); 19.48/7.44 primModNatS0 x y False = Succ x; 19.48/7.44 " 19.48/7.45 19.48/7.45 ---------------------------------------- 19.48/7.45 19.48/7.45 (4) 19.48/7.45 Obligation: 19.48/7.45 mainModule Main 19.48/7.45 module Main where { 19.48/7.45 import qualified Prelude; 19.48/7.45 } 19.48/7.45 19.48/7.45 ---------------------------------------- 19.48/7.45 19.48/7.45 (5) BR (EQUIVALENT) 19.48/7.45 Replaced joker patterns by fresh variables and removed binding patterns. 19.48/7.45 ---------------------------------------- 19.48/7.45 19.48/7.45 (6) 19.48/7.45 Obligation: 19.48/7.45 mainModule Main 19.48/7.45 module Main where { 19.48/7.45 import qualified Prelude; 19.48/7.45 } 19.48/7.45 19.48/7.45 ---------------------------------------- 19.48/7.45 19.48/7.45 (7) COR (EQUIVALENT) 19.48/7.45 Cond Reductions: 19.48/7.45 The following Function with conditions 19.48/7.45 "min x y|x <= yx|otherwisey; 19.48/7.45 " 19.48/7.45 is transformed to 19.48/7.45 "min x y = min2 x y; 19.48/7.45 " 19.48/7.45 "min0 x y True = y; 19.48/7.45 " 19.48/7.45 "min1 x y True = x; 19.48/7.45 min1 x y False = min0 x y otherwise; 19.48/7.45 " 19.48/7.45 "min2 x y = min1 x y (x <= y); 19.48/7.45 " 19.48/7.45 The following Function with conditions 19.48/7.45 "compare x y|x == yEQ|x <= yLT|otherwiseGT; 19.48/7.45 " 19.48/7.45 is transformed to 19.48/7.45 "compare x y = compare3 x y; 19.48/7.45 " 19.48/7.45 "compare2 x y True = EQ; 19.48/7.45 compare2 x y False = compare1 x y (x <= y); 19.48/7.45 " 19.48/7.45 "compare1 x y True = LT; 19.48/7.45 compare1 x y False = compare0 x y otherwise; 19.48/7.45 " 19.48/7.45 "compare0 x y True = GT; 19.48/7.45 " 19.48/7.45 "compare3 x y = compare2 x y (x == y); 19.48/7.45 " 19.48/7.45 The following Function with conditions 19.48/7.45 "absReal x|x >= 0x|otherwise`negate` x; 19.48/7.45 " 19.48/7.45 is transformed to 19.48/7.45 "absReal x = absReal2 x; 19.48/7.45 " 19.48/7.45 "absReal0 x True = `negate` x; 19.48/7.45 " 19.48/7.45 "absReal1 x True = x; 19.48/7.45 absReal1 x False = absReal0 x otherwise; 19.48/7.45 " 19.48/7.45 "absReal2 x = absReal1 x (x >= 0); 19.48/7.45 " 19.48/7.45 The following Function with conditions 19.48/7.45 "gcd' x 0 = x; 19.48/7.45 gcd' x y = gcd' y (x `rem` y); 19.48/7.45 " 19.48/7.45 is transformed to 19.48/7.45 "gcd' x zx = gcd'2 x zx; 19.48/7.45 gcd' x y = gcd'0 x y; 19.48/7.45 " 19.48/7.45 "gcd'0 x y = gcd' y (x `rem` y); 19.48/7.45 " 19.48/7.45 "gcd'1 True x zx = x; 19.48/7.45 gcd'1 zy zz vuu = gcd'0 zz vuu; 19.48/7.45 " 19.48/7.45 "gcd'2 x zx = gcd'1 (zx == 0) x zx; 19.48/7.45 gcd'2 vuv vuw = gcd'0 vuv vuw; 19.48/7.45 " 19.48/7.45 The following Function with conditions 19.48/7.45 "gcd 0 0 = error []; 19.48/7.45 gcd x y = gcd' (abs x) (abs y) where { 19.48/7.45 gcd' x 0 = x; 19.48/7.45 gcd' x y = gcd' y (x `rem` y); 19.48/7.45 } 19.48/7.45 ; 19.48/7.45 " 19.48/7.45 is transformed to 19.48/7.45 "gcd vux vuy = gcd3 vux vuy; 19.48/7.45 gcd x y = gcd0 x y; 19.48/7.45 " 19.48/7.45 "gcd0 x y = gcd' (abs x) (abs y) where { 19.48/7.45 gcd' x zx = gcd'2 x zx; 19.48/7.45 gcd' x y = gcd'0 x y; 19.48/7.45 ; 19.48/7.45 gcd'0 x y = gcd' y (x `rem` y); 19.48/7.45 ; 19.48/7.45 gcd'1 True x zx = x; 19.48/7.45 gcd'1 zy zz vuu = gcd'0 zz vuu; 19.48/7.45 ; 19.48/7.45 gcd'2 x zx = gcd'1 (zx == 0) x zx; 19.48/7.45 gcd'2 vuv vuw = gcd'0 vuv vuw; 19.48/7.45 } 19.48/7.45 ; 19.48/7.45 " 19.48/7.45 "gcd1 True vux vuy = error []; 19.48/7.45 gcd1 vuz vvu vvv = gcd0 vvu vvv; 19.48/7.45 " 19.48/7.45 "gcd2 True vux vuy = gcd1 (vuy == 0) vux vuy; 19.48/7.45 gcd2 vvw vvx vvy = gcd0 vvx vvy; 19.48/7.45 " 19.48/7.45 "gcd3 vux vuy = gcd2 (vux == 0) vux vuy; 19.48/7.45 gcd3 vvz vwu = gcd0 vvz vwu; 19.48/7.45 " 19.48/7.45 The following Function with conditions 19.48/7.45 "undefined |Falseundefined; 19.48/7.45 " 19.48/7.45 is transformed to 19.48/7.45 "undefined = undefined1; 19.48/7.45 " 19.48/7.45 "undefined0 True = undefined; 19.48/7.45 " 19.48/7.45 "undefined1 = undefined0 False; 19.48/7.45 " 19.48/7.45 The following Function with conditions 19.48/7.45 "reduce x y|y == 0error []|otherwisex `quot` d :% (y `quot` d) where { 19.48/7.45 d = gcd x y; 19.48/7.45 } 19.48/7.45 ; 19.48/7.45 " 19.48/7.45 is transformed to 19.48/7.45 "reduce x y = reduce2 x y; 19.48/7.45 " 19.48/7.45 "reduce2 x y = reduce1 x y (y == 0) where { 19.48/7.45 d = gcd x y; 19.48/7.45 ; 19.48/7.45 reduce0 x y True = x `quot` d :% (y `quot` d); 19.48/7.45 ; 19.48/7.45 reduce1 x y True = error []; 19.48/7.45 reduce1 x y False = reduce0 x y otherwise; 19.48/7.45 } 19.48/7.45 ; 19.48/7.45 " 19.48/7.45 19.48/7.45 ---------------------------------------- 19.48/7.45 19.48/7.45 (8) 19.48/7.45 Obligation: 19.48/7.45 mainModule Main 19.48/7.45 module Main where { 19.48/7.45 import qualified Prelude; 19.48/7.45 } 19.48/7.45 19.48/7.45 ---------------------------------------- 19.48/7.45 19.48/7.45 (9) LetRed (EQUIVALENT) 19.48/7.45 Let/Where Reductions: 19.48/7.45 The bindings of the following Let/Where expression 19.48/7.45 "gcd' (abs x) (abs y) where { 19.48/7.45 gcd' x zx = gcd'2 x zx; 19.48/7.45 gcd' x y = gcd'0 x y; 19.48/7.45 ; 19.48/7.45 gcd'0 x y = gcd' y (x `rem` y); 19.48/7.45 ; 19.48/7.45 gcd'1 True x zx = x; 19.48/7.45 gcd'1 zy zz vuu = gcd'0 zz vuu; 19.48/7.45 ; 19.48/7.45 gcd'2 x zx = gcd'1 (zx == 0) x zx; 19.48/7.45 gcd'2 vuv vuw = gcd'0 vuv vuw; 19.48/7.45 } 19.48/7.45 " 19.48/7.45 are unpacked to the following functions on top level 19.48/7.45 "gcd0Gcd'2 x zx = gcd0Gcd'1 (zx == 0) x zx; 19.48/7.45 gcd0Gcd'2 vuv vuw = gcd0Gcd'0 vuv vuw; 19.48/7.45 " 19.48/7.45 "gcd0Gcd' x zx = gcd0Gcd'2 x zx; 19.48/7.45 gcd0Gcd' x y = gcd0Gcd'0 x y; 19.48/7.45 " 19.48/7.45 "gcd0Gcd'1 True x zx = x; 19.48/7.45 gcd0Gcd'1 zy zz vuu = gcd0Gcd'0 zz vuu; 19.48/7.45 " 19.48/7.45 "gcd0Gcd'0 x y = gcd0Gcd' y (x `rem` y); 19.48/7.45 " 19.48/7.45 The bindings of the following Let/Where expression 19.48/7.45 "reduce1 x y (y == 0) where { 19.48/7.45 d = gcd x y; 19.48/7.45 ; 19.48/7.45 reduce0 x y True = x `quot` d :% (y `quot` d); 19.48/7.45 ; 19.48/7.45 reduce1 x y True = error []; 19.48/7.45 reduce1 x y False = reduce0 x y otherwise; 19.48/7.45 } 19.48/7.45 " 19.48/7.45 are unpacked to the following functions on top level 19.48/7.45 "reduce2Reduce1 vwv vww x y True = error []; 19.48/7.45 reduce2Reduce1 vwv vww x y False = reduce2Reduce0 vwv vww x y otherwise; 19.48/7.45 " 19.48/7.45 "reduce2Reduce0 vwv vww x y True = x `quot` reduce2D vwv vww :% (y `quot` reduce2D vwv vww); 19.48/7.45 " 19.48/7.45 "reduce2D vwv vww = gcd vwv vww; 19.48/7.45 " 19.48/7.45 19.48/7.45 ---------------------------------------- 19.48/7.45 19.48/7.45 (10) 19.48/7.45 Obligation: 19.48/7.45 mainModule Main 19.48/7.45 module Main where { 19.48/7.45 import qualified Prelude; 19.48/7.45 } 19.48/7.45 19.48/7.45 ---------------------------------------- 19.48/7.45 19.48/7.45 (11) NumRed (SOUND) 19.48/7.45 Num Reduction:All numbers are transformed to their corresponding representation with Succ, Pred and Zero. 19.48/7.45 ---------------------------------------- 19.48/7.45 19.48/7.45 (12) 19.48/7.45 Obligation: 19.48/7.45 mainModule Main 19.48/7.45 module Main where { 19.48/7.45 import qualified Prelude; 19.48/7.45 } 19.48/7.45 19.48/7.45 ---------------------------------------- 19.48/7.45 19.48/7.45 (13) Narrow (SOUND) 19.48/7.45 Haskell To QDPs 19.48/7.45 19.48/7.45 digraph dp_graph { 19.48/7.45 node [outthreshold=100, inthreshold=100];1[label="min",fontsize=16,color="grey",shape="box"];1 -> 3[label="",style="dashed", color="grey", weight=3]; 19.48/7.45 3[label="min vwx3",fontsize=16,color="grey",shape="box"];3 -> 4[label="",style="dashed", color="grey", weight=3]; 19.48/7.45 4[label="min vwx3 vwx4",fontsize=16,color="black",shape="triangle"];4 -> 5[label="",style="solid", color="black", weight=3]; 19.48/7.45 5[label="min2 vwx3 vwx4",fontsize=16,color="black",shape="box"];5 -> 6[label="",style="solid", color="black", weight=3]; 19.48/7.45 6[label="min1 vwx3 vwx4 (vwx3 <= vwx4)",fontsize=16,color="burlywood",shape="box"];1579[label="vwx3/Nothing",fontsize=10,color="white",style="solid",shape="box"];6 -> 1579[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1579 -> 7[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1580[label="vwx3/Just vwx30",fontsize=10,color="white",style="solid",shape="box"];6 -> 1580[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1580 -> 8[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 7[label="min1 Nothing vwx4 (Nothing <= vwx4)",fontsize=16,color="burlywood",shape="box"];1581[label="vwx4/Nothing",fontsize=10,color="white",style="solid",shape="box"];7 -> 1581[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1581 -> 9[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1582[label="vwx4/Just vwx40",fontsize=10,color="white",style="solid",shape="box"];7 -> 1582[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1582 -> 10[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 8[label="min1 (Just vwx30) vwx4 (Just vwx30 <= vwx4)",fontsize=16,color="burlywood",shape="box"];1583[label="vwx4/Nothing",fontsize=10,color="white",style="solid",shape="box"];8 -> 1583[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1583 -> 11[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1584[label="vwx4/Just vwx40",fontsize=10,color="white",style="solid",shape="box"];8 -> 1584[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1584 -> 12[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 9[label="min1 Nothing Nothing (Nothing <= Nothing)",fontsize=16,color="black",shape="box"];9 -> 13[label="",style="solid", color="black", weight=3]; 19.48/7.45 10[label="min1 Nothing (Just vwx40) (Nothing <= Just vwx40)",fontsize=16,color="black",shape="box"];10 -> 14[label="",style="solid", color="black", weight=3]; 19.48/7.45 11[label="min1 (Just vwx30) Nothing (Just vwx30 <= Nothing)",fontsize=16,color="black",shape="box"];11 -> 15[label="",style="solid", color="black", weight=3]; 19.48/7.45 12[label="min1 (Just vwx30) (Just vwx40) (Just vwx30 <= Just vwx40)",fontsize=16,color="black",shape="box"];12 -> 16[label="",style="solid", color="black", weight=3]; 19.48/7.45 13[label="min1 Nothing Nothing True",fontsize=16,color="black",shape="box"];13 -> 17[label="",style="solid", color="black", weight=3]; 19.48/7.45 14[label="min1 Nothing (Just vwx40) True",fontsize=16,color="black",shape="box"];14 -> 18[label="",style="solid", color="black", weight=3]; 19.48/7.45 15[label="min1 (Just vwx30) Nothing False",fontsize=16,color="black",shape="box"];15 -> 19[label="",style="solid", color="black", weight=3]; 19.48/7.45 16 -> 20[label="",style="dashed", color="red", weight=0]; 19.48/7.45 16[label="min1 (Just vwx30) (Just vwx40) (vwx30 <= vwx40)",fontsize=16,color="magenta"];16 -> 21[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 16 -> 22[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 16 -> 23[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 17[label="Nothing",fontsize=16,color="green",shape="box"];18[label="Nothing",fontsize=16,color="green",shape="box"];19[label="min0 (Just vwx30) Nothing otherwise",fontsize=16,color="black",shape="box"];19 -> 24[label="",style="solid", color="black", weight=3]; 19.48/7.45 21[label="vwx40",fontsize=16,color="green",shape="box"];22[label="vwx30",fontsize=16,color="green",shape="box"];23[label="vwx30 <= vwx40",fontsize=16,color="blue",shape="box"];1585[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 1585[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1585 -> 25[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1586[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 1586[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1586 -> 26[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1587[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 1587[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1587 -> 27[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1588[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 1588[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1588 -> 28[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1589[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 1589[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1589 -> 29[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1590[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 1590[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1590 -> 30[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1591[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 1591[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1591 -> 31[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1592[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 1592[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1592 -> 32[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1593[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 1593[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1593 -> 33[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1594[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 1594[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1594 -> 34[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1595[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 1595[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1595 -> 35[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1596[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 1596[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1596 -> 36[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1597[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 1597[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1597 -> 37[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1598[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 1598[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1598 -> 38[label="",style="solid", color="blue", weight=3]; 19.48/7.45 20[label="min1 (Just vwx9) (Just vwx10) vwx11",fontsize=16,color="burlywood",shape="triangle"];1599[label="vwx11/False",fontsize=10,color="white",style="solid",shape="box"];20 -> 1599[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1599 -> 39[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1600[label="vwx11/True",fontsize=10,color="white",style="solid",shape="box"];20 -> 1600[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1600 -> 40[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 24[label="min0 (Just vwx30) Nothing True",fontsize=16,color="black",shape="box"];24 -> 41[label="",style="solid", color="black", weight=3]; 19.48/7.45 25[label="vwx30 <= vwx40",fontsize=16,color="black",shape="triangle"];25 -> 42[label="",style="solid", color="black", weight=3]; 19.48/7.45 26[label="vwx30 <= vwx40",fontsize=16,color="burlywood",shape="triangle"];1601[label="vwx30/(vwx300,vwx301)",fontsize=10,color="white",style="solid",shape="box"];26 -> 1601[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1601 -> 43[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 27[label="vwx30 <= vwx40",fontsize=16,color="black",shape="triangle"];27 -> 44[label="",style="solid", color="black", weight=3]; 19.48/7.45 28[label="vwx30 <= vwx40",fontsize=16,color="black",shape="triangle"];28 -> 45[label="",style="solid", color="black", weight=3]; 19.48/7.45 29[label="vwx30 <= vwx40",fontsize=16,color="black",shape="triangle"];29 -> 46[label="",style="solid", color="black", weight=3]; 19.48/7.45 30[label="vwx30 <= vwx40",fontsize=16,color="burlywood",shape="triangle"];1602[label="vwx30/(vwx300,vwx301,vwx302)",fontsize=10,color="white",style="solid",shape="box"];30 -> 1602[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1602 -> 47[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 31[label="vwx30 <= vwx40",fontsize=16,color="black",shape="triangle"];31 -> 48[label="",style="solid", color="black", weight=3]; 19.48/7.45 32[label="vwx30 <= vwx40",fontsize=16,color="black",shape="triangle"];32 -> 49[label="",style="solid", color="black", weight=3]; 19.48/7.45 33[label="vwx30 <= vwx40",fontsize=16,color="black",shape="triangle"];33 -> 50[label="",style="solid", color="black", weight=3]; 19.48/7.45 34[label="vwx30 <= vwx40",fontsize=16,color="burlywood",shape="triangle"];1603[label="vwx30/LT",fontsize=10,color="white",style="solid",shape="box"];34 -> 1603[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1603 -> 51[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1604[label="vwx30/EQ",fontsize=10,color="white",style="solid",shape="box"];34 -> 1604[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1604 -> 52[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1605[label="vwx30/GT",fontsize=10,color="white",style="solid",shape="box"];34 -> 1605[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1605 -> 53[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 35[label="vwx30 <= vwx40",fontsize=16,color="burlywood",shape="triangle"];1606[label="vwx30/False",fontsize=10,color="white",style="solid",shape="box"];35 -> 1606[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1606 -> 54[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1607[label="vwx30/True",fontsize=10,color="white",style="solid",shape="box"];35 -> 1607[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1607 -> 55[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 36[label="vwx30 <= vwx40",fontsize=16,color="black",shape="triangle"];36 -> 56[label="",style="solid", color="black", weight=3]; 19.48/7.45 37[label="vwx30 <= vwx40",fontsize=16,color="burlywood",shape="triangle"];1608[label="vwx30/Left vwx300",fontsize=10,color="white",style="solid",shape="box"];37 -> 1608[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1608 -> 57[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1609[label="vwx30/Right vwx300",fontsize=10,color="white",style="solid",shape="box"];37 -> 1609[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1609 -> 58[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 38[label="vwx30 <= vwx40",fontsize=16,color="burlywood",shape="triangle"];1610[label="vwx30/Nothing",fontsize=10,color="white",style="solid",shape="box"];38 -> 1610[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1610 -> 59[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1611[label="vwx30/Just vwx300",fontsize=10,color="white",style="solid",shape="box"];38 -> 1611[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1611 -> 60[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 39[label="min1 (Just vwx9) (Just vwx10) False",fontsize=16,color="black",shape="box"];39 -> 61[label="",style="solid", color="black", weight=3]; 19.48/7.45 40[label="min1 (Just vwx9) (Just vwx10) True",fontsize=16,color="black",shape="box"];40 -> 62[label="",style="solid", color="black", weight=3]; 19.48/7.45 41[label="Nothing",fontsize=16,color="green",shape="box"];42[label="compare vwx30 vwx40 /= GT",fontsize=16,color="black",shape="box"];42 -> 63[label="",style="solid", color="black", weight=3]; 19.48/7.45 43[label="(vwx300,vwx301) <= vwx40",fontsize=16,color="burlywood",shape="box"];1612[label="vwx40/(vwx400,vwx401)",fontsize=10,color="white",style="solid",shape="box"];43 -> 1612[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1612 -> 64[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 44[label="compare vwx30 vwx40 /= GT",fontsize=16,color="black",shape="box"];44 -> 65[label="",style="solid", color="black", weight=3]; 19.48/7.45 45[label="compare vwx30 vwx40 /= GT",fontsize=16,color="black",shape="box"];45 -> 66[label="",style="solid", color="black", weight=3]; 19.48/7.45 46[label="compare vwx30 vwx40 /= GT",fontsize=16,color="black",shape="box"];46 -> 67[label="",style="solid", color="black", weight=3]; 19.48/7.45 47[label="(vwx300,vwx301,vwx302) <= vwx40",fontsize=16,color="burlywood",shape="box"];1613[label="vwx40/(vwx400,vwx401,vwx402)",fontsize=10,color="white",style="solid",shape="box"];47 -> 1613[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1613 -> 68[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 48[label="compare vwx30 vwx40 /= GT",fontsize=16,color="black",shape="box"];48 -> 69[label="",style="solid", color="black", weight=3]; 19.48/7.45 49[label="compare vwx30 vwx40 /= GT",fontsize=16,color="black",shape="box"];49 -> 70[label="",style="solid", color="black", weight=3]; 19.48/7.45 50[label="compare vwx30 vwx40 /= GT",fontsize=16,color="black",shape="box"];50 -> 71[label="",style="solid", color="black", weight=3]; 19.48/7.45 51[label="LT <= vwx40",fontsize=16,color="burlywood",shape="box"];1614[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];51 -> 1614[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1614 -> 72[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1615[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];51 -> 1615[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1615 -> 73[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1616[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];51 -> 1616[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1616 -> 74[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 52[label="EQ <= vwx40",fontsize=16,color="burlywood",shape="box"];1617[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];52 -> 1617[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1617 -> 75[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1618[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];52 -> 1618[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1618 -> 76[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1619[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];52 -> 1619[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1619 -> 77[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 53[label="GT <= vwx40",fontsize=16,color="burlywood",shape="box"];1620[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];53 -> 1620[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1620 -> 78[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1621[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];53 -> 1621[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1621 -> 79[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1622[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];53 -> 1622[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1622 -> 80[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 54[label="False <= vwx40",fontsize=16,color="burlywood",shape="box"];1623[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];54 -> 1623[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1623 -> 81[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1624[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];54 -> 1624[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1624 -> 82[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 55[label="True <= vwx40",fontsize=16,color="burlywood",shape="box"];1625[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];55 -> 1625[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1625 -> 83[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1626[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];55 -> 1626[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1626 -> 84[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 56[label="compare vwx30 vwx40 /= GT",fontsize=16,color="black",shape="box"];56 -> 85[label="",style="solid", color="black", weight=3]; 19.48/7.45 57[label="Left vwx300 <= vwx40",fontsize=16,color="burlywood",shape="box"];1627[label="vwx40/Left vwx400",fontsize=10,color="white",style="solid",shape="box"];57 -> 1627[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1627 -> 86[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1628[label="vwx40/Right vwx400",fontsize=10,color="white",style="solid",shape="box"];57 -> 1628[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1628 -> 87[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 58[label="Right vwx300 <= vwx40",fontsize=16,color="burlywood",shape="box"];1629[label="vwx40/Left vwx400",fontsize=10,color="white",style="solid",shape="box"];58 -> 1629[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1629 -> 88[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1630[label="vwx40/Right vwx400",fontsize=10,color="white",style="solid",shape="box"];58 -> 1630[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1630 -> 89[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 59[label="Nothing <= vwx40",fontsize=16,color="burlywood",shape="box"];1631[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];59 -> 1631[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1631 -> 90[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1632[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];59 -> 1632[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1632 -> 91[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 60[label="Just vwx300 <= vwx40",fontsize=16,color="burlywood",shape="box"];1633[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];60 -> 1633[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1633 -> 92[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1634[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];60 -> 1634[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1634 -> 93[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 61[label="min0 (Just vwx9) (Just vwx10) otherwise",fontsize=16,color="black",shape="box"];61 -> 94[label="",style="solid", color="black", weight=3]; 19.48/7.45 62[label="Just vwx9",fontsize=16,color="green",shape="box"];63 -> 421[label="",style="dashed", color="red", weight=0]; 19.48/7.45 63[label="not (compare vwx30 vwx40 == GT)",fontsize=16,color="magenta"];63 -> 422[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 64[label="(vwx300,vwx301) <= (vwx400,vwx401)",fontsize=16,color="black",shape="box"];64 -> 96[label="",style="solid", color="black", weight=3]; 19.48/7.45 65 -> 421[label="",style="dashed", color="red", weight=0]; 19.48/7.45 65[label="not (compare vwx30 vwx40 == GT)",fontsize=16,color="magenta"];65 -> 423[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 66 -> 421[label="",style="dashed", color="red", weight=0]; 19.48/7.45 66[label="not (compare vwx30 vwx40 == GT)",fontsize=16,color="magenta"];66 -> 424[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 67 -> 421[label="",style="dashed", color="red", weight=0]; 19.48/7.45 67[label="not (compare vwx30 vwx40 == GT)",fontsize=16,color="magenta"];67 -> 425[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 68[label="(vwx300,vwx301,vwx302) <= (vwx400,vwx401,vwx402)",fontsize=16,color="black",shape="box"];68 -> 100[label="",style="solid", color="black", weight=3]; 19.48/7.45 69 -> 421[label="",style="dashed", color="red", weight=0]; 19.48/7.45 69[label="not (compare vwx30 vwx40 == GT)",fontsize=16,color="magenta"];69 -> 426[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 70 -> 421[label="",style="dashed", color="red", weight=0]; 19.48/7.45 70[label="not (compare vwx30 vwx40 == GT)",fontsize=16,color="magenta"];70 -> 427[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 71 -> 421[label="",style="dashed", color="red", weight=0]; 19.48/7.45 71[label="not (compare vwx30 vwx40 == GT)",fontsize=16,color="magenta"];71 -> 428[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 72[label="LT <= LT",fontsize=16,color="black",shape="box"];72 -> 105[label="",style="solid", color="black", weight=3]; 19.48/7.45 73[label="LT <= EQ",fontsize=16,color="black",shape="box"];73 -> 106[label="",style="solid", color="black", weight=3]; 19.48/7.45 74[label="LT <= GT",fontsize=16,color="black",shape="box"];74 -> 107[label="",style="solid", color="black", weight=3]; 19.48/7.45 75[label="EQ <= LT",fontsize=16,color="black",shape="box"];75 -> 108[label="",style="solid", color="black", weight=3]; 19.48/7.45 76[label="EQ <= EQ",fontsize=16,color="black",shape="box"];76 -> 109[label="",style="solid", color="black", weight=3]; 19.48/7.45 77[label="EQ <= GT",fontsize=16,color="black",shape="box"];77 -> 110[label="",style="solid", color="black", weight=3]; 19.48/7.45 78[label="GT <= LT",fontsize=16,color="black",shape="box"];78 -> 111[label="",style="solid", color="black", weight=3]; 19.48/7.45 79[label="GT <= EQ",fontsize=16,color="black",shape="box"];79 -> 112[label="",style="solid", color="black", weight=3]; 19.48/7.45 80[label="GT <= GT",fontsize=16,color="black",shape="box"];80 -> 113[label="",style="solid", color="black", weight=3]; 19.48/7.45 81[label="False <= False",fontsize=16,color="black",shape="box"];81 -> 114[label="",style="solid", color="black", weight=3]; 19.48/7.45 82[label="False <= True",fontsize=16,color="black",shape="box"];82 -> 115[label="",style="solid", color="black", weight=3]; 19.48/7.45 83[label="True <= False",fontsize=16,color="black",shape="box"];83 -> 116[label="",style="solid", color="black", weight=3]; 19.48/7.45 84[label="True <= True",fontsize=16,color="black",shape="box"];84 -> 117[label="",style="solid", color="black", weight=3]; 19.48/7.45 85 -> 421[label="",style="dashed", color="red", weight=0]; 19.48/7.45 85[label="not (compare vwx30 vwx40 == GT)",fontsize=16,color="magenta"];85 -> 429[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 86[label="Left vwx300 <= Left vwx400",fontsize=16,color="black",shape="box"];86 -> 119[label="",style="solid", color="black", weight=3]; 19.48/7.45 87[label="Left vwx300 <= Right vwx400",fontsize=16,color="black",shape="box"];87 -> 120[label="",style="solid", color="black", weight=3]; 19.48/7.45 88[label="Right vwx300 <= Left vwx400",fontsize=16,color="black",shape="box"];88 -> 121[label="",style="solid", color="black", weight=3]; 19.48/7.45 89[label="Right vwx300 <= Right vwx400",fontsize=16,color="black",shape="box"];89 -> 122[label="",style="solid", color="black", weight=3]; 19.48/7.45 90[label="Nothing <= Nothing",fontsize=16,color="black",shape="box"];90 -> 123[label="",style="solid", color="black", weight=3]; 19.48/7.45 91[label="Nothing <= Just vwx400",fontsize=16,color="black",shape="box"];91 -> 124[label="",style="solid", color="black", weight=3]; 19.48/7.45 92[label="Just vwx300 <= Nothing",fontsize=16,color="black",shape="box"];92 -> 125[label="",style="solid", color="black", weight=3]; 19.48/7.45 93[label="Just vwx300 <= Just vwx400",fontsize=16,color="black",shape="box"];93 -> 126[label="",style="solid", color="black", weight=3]; 19.48/7.45 94[label="min0 (Just vwx9) (Just vwx10) True",fontsize=16,color="black",shape="box"];94 -> 127[label="",style="solid", color="black", weight=3]; 19.48/7.45 422[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];422 -> 441[label="",style="solid", color="black", weight=3]; 19.48/7.45 421[label="not (vwx35 == GT)",fontsize=16,color="burlywood",shape="triangle"];1635[label="vwx35/LT",fontsize=10,color="white",style="solid",shape="box"];421 -> 1635[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1635 -> 442[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1636[label="vwx35/EQ",fontsize=10,color="white",style="solid",shape="box"];421 -> 1636[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1636 -> 443[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1637[label="vwx35/GT",fontsize=10,color="white",style="solid",shape="box"];421 -> 1637[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1637 -> 444[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 96 -> 209[label="",style="dashed", color="red", weight=0]; 19.48/7.45 96[label="vwx300 < vwx400 || vwx300 == vwx400 && vwx301 <= vwx401",fontsize=16,color="magenta"];96 -> 210[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 96 -> 211[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 96 -> 212[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 96 -> 213[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 423[label="compare vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];1638[label="vwx30/()",fontsize=10,color="white",style="solid",shape="box"];423 -> 1638[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1638 -> 445[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 424[label="compare vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];1639[label="vwx30/Integer vwx300",fontsize=10,color="white",style="solid",shape="box"];424 -> 1639[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1639 -> 446[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 425[label="compare vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];1640[label="vwx30/vwx300 :% vwx301",fontsize=10,color="white",style="solid",shape="box"];425 -> 1640[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1640 -> 447[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 100 -> 209[label="",style="dashed", color="red", weight=0]; 19.48/7.45 100[label="vwx300 < vwx400 || vwx300 == vwx400 && (vwx301 < vwx401 || vwx301 == vwx401 && vwx302 <= vwx402)",fontsize=16,color="magenta"];100 -> 214[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 100 -> 215[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 100 -> 216[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 100 -> 217[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 426[label="compare vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];1641[label="vwx30/vwx300 : vwx301",fontsize=10,color="white",style="solid",shape="box"];426 -> 1641[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1641 -> 448[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1642[label="vwx30/[]",fontsize=10,color="white",style="solid",shape="box"];426 -> 1642[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1642 -> 449[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 427[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];427 -> 450[label="",style="solid", color="black", weight=3]; 19.48/7.45 428[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];428 -> 451[label="",style="solid", color="black", weight=3]; 19.48/7.45 105[label="True",fontsize=16,color="green",shape="box"];106[label="True",fontsize=16,color="green",shape="box"];107[label="True",fontsize=16,color="green",shape="box"];108[label="False",fontsize=16,color="green",shape="box"];109[label="True",fontsize=16,color="green",shape="box"];110[label="True",fontsize=16,color="green",shape="box"];111[label="False",fontsize=16,color="green",shape="box"];112[label="False",fontsize=16,color="green",shape="box"];113[label="True",fontsize=16,color="green",shape="box"];114[label="True",fontsize=16,color="green",shape="box"];115[label="True",fontsize=16,color="green",shape="box"];116[label="False",fontsize=16,color="green",shape="box"];117[label="True",fontsize=16,color="green",shape="box"];429[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];429 -> 452[label="",style="solid", color="black", weight=3]; 19.48/7.45 119[label="vwx300 <= vwx400",fontsize=16,color="blue",shape="box"];1643[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];119 -> 1643[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1643 -> 151[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1644[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];119 -> 1644[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1644 -> 152[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1645[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];119 -> 1645[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1645 -> 153[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1646[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];119 -> 1646[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1646 -> 154[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1647[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];119 -> 1647[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1647 -> 155[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1648[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];119 -> 1648[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1648 -> 156[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1649[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];119 -> 1649[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1649 -> 157[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1650[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];119 -> 1650[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1650 -> 158[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1651[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];119 -> 1651[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1651 -> 159[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1652[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];119 -> 1652[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1652 -> 160[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1653[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];119 -> 1653[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1653 -> 161[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1654[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];119 -> 1654[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1654 -> 162[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1655[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];119 -> 1655[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1655 -> 163[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1656[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];119 -> 1656[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1656 -> 164[label="",style="solid", color="blue", weight=3]; 19.48/7.45 120[label="True",fontsize=16,color="green",shape="box"];121[label="False",fontsize=16,color="green",shape="box"];122[label="vwx300 <= vwx400",fontsize=16,color="blue",shape="box"];1657[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];122 -> 1657[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1657 -> 165[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1658[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];122 -> 1658[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1658 -> 166[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1659[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];122 -> 1659[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1659 -> 167[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1660[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];122 -> 1660[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1660 -> 168[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1661[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];122 -> 1661[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1661 -> 169[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1662[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];122 -> 1662[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1662 -> 170[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1663[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];122 -> 1663[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1663 -> 171[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1664[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];122 -> 1664[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1664 -> 172[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1665[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];122 -> 1665[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1665 -> 173[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1666[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];122 -> 1666[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1666 -> 174[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1667[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];122 -> 1667[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1667 -> 175[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1668[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];122 -> 1668[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1668 -> 176[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1669[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];122 -> 1669[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1669 -> 177[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1670[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];122 -> 1670[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1670 -> 178[label="",style="solid", color="blue", weight=3]; 19.48/7.45 123[label="True",fontsize=16,color="green",shape="box"];124[label="True",fontsize=16,color="green",shape="box"];125[label="False",fontsize=16,color="green",shape="box"];126[label="vwx300 <= vwx400",fontsize=16,color="blue",shape="box"];1671[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];126 -> 1671[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1671 -> 179[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1672[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];126 -> 1672[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1672 -> 180[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1673[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];126 -> 1673[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1673 -> 181[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1674[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];126 -> 1674[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1674 -> 182[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1675[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];126 -> 1675[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1675 -> 183[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1676[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];126 -> 1676[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1676 -> 184[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1677[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];126 -> 1677[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1677 -> 185[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1678[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];126 -> 1678[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1678 -> 186[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1679[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];126 -> 1679[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1679 -> 187[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1680[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];126 -> 1680[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1680 -> 188[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1681[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];126 -> 1681[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1681 -> 189[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1682[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];126 -> 1682[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1682 -> 190[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1683[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];126 -> 1683[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1683 -> 191[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1684[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];126 -> 1684[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1684 -> 192[label="",style="solid", color="blue", weight=3]; 19.48/7.45 127[label="Just vwx10",fontsize=16,color="green",shape="box"];441[label="primCmpFloat vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];1685[label="vwx30/Float vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];441 -> 1685[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1685 -> 524[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 442[label="not (LT == GT)",fontsize=16,color="black",shape="box"];442 -> 525[label="",style="solid", color="black", weight=3]; 19.48/7.45 443[label="not (EQ == GT)",fontsize=16,color="black",shape="box"];443 -> 526[label="",style="solid", color="black", weight=3]; 19.48/7.45 444[label="not (GT == GT)",fontsize=16,color="black",shape="box"];444 -> 527[label="",style="solid", color="black", weight=3]; 19.48/7.45 210[label="vwx300",fontsize=16,color="green",shape="box"];211[label="vwx300 < vwx400",fontsize=16,color="blue",shape="box"];1686[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];211 -> 1686[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1686 -> 226[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1687[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];211 -> 1687[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1687 -> 227[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1688[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];211 -> 1688[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1688 -> 228[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1689[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];211 -> 1689[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1689 -> 229[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1690[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];211 -> 1690[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1690 -> 230[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1691[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];211 -> 1691[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1691 -> 231[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1692[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];211 -> 1692[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1692 -> 232[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1693[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];211 -> 1693[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1693 -> 233[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1694[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];211 -> 1694[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1694 -> 234[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1695[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];211 -> 1695[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1695 -> 235[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1696[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];211 -> 1696[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1696 -> 236[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1697[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];211 -> 1697[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1697 -> 237[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1698[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];211 -> 1698[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1698 -> 238[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1699[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];211 -> 1699[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1699 -> 239[label="",style="solid", color="blue", weight=3]; 19.48/7.45 212[label="vwx301 <= vwx401",fontsize=16,color="blue",shape="box"];1700[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];212 -> 1700[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1700 -> 240[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1701[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];212 -> 1701[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1701 -> 241[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1702[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];212 -> 1702[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1702 -> 242[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1703[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];212 -> 1703[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1703 -> 243[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1704[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];212 -> 1704[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1704 -> 244[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1705[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];212 -> 1705[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1705 -> 245[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1706[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];212 -> 1706[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1706 -> 246[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1707[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];212 -> 1707[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1707 -> 247[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1708[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];212 -> 1708[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1708 -> 248[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1709[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];212 -> 1709[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1709 -> 249[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1710[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];212 -> 1710[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1710 -> 250[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1711[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];212 -> 1711[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1711 -> 251[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1712[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];212 -> 1712[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1712 -> 252[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1713[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];212 -> 1713[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1713 -> 253[label="",style="solid", color="blue", weight=3]; 19.48/7.45 213[label="vwx400",fontsize=16,color="green",shape="box"];209[label="vwx29 || vwx30 == vwx31 && vwx32",fontsize=16,color="burlywood",shape="triangle"];1714[label="vwx29/False",fontsize=10,color="white",style="solid",shape="box"];209 -> 1714[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1714 -> 254[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1715[label="vwx29/True",fontsize=10,color="white",style="solid",shape="box"];209 -> 1715[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1715 -> 255[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 445[label="compare () vwx40",fontsize=16,color="burlywood",shape="box"];1716[label="vwx40/()",fontsize=10,color="white",style="solid",shape="box"];445 -> 1716[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1716 -> 528[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 446[label="compare (Integer vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];1717[label="vwx40/Integer vwx400",fontsize=10,color="white",style="solid",shape="box"];446 -> 1717[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1717 -> 529[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 447[label="compare (vwx300 :% vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];1718[label="vwx40/vwx400 :% vwx401",fontsize=10,color="white",style="solid",shape="box"];447 -> 1718[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1718 -> 530[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 214[label="vwx300",fontsize=16,color="green",shape="box"];215[label="vwx300 < vwx400",fontsize=16,color="blue",shape="box"];1719[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];215 -> 1719[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1719 -> 259[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1720[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];215 -> 1720[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1720 -> 260[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1721[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];215 -> 1721[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1721 -> 261[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1722[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];215 -> 1722[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1722 -> 262[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1723[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];215 -> 1723[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1723 -> 263[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1724[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];215 -> 1724[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1724 -> 264[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1725[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];215 -> 1725[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1725 -> 265[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1726[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];215 -> 1726[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1726 -> 266[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1727[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];215 -> 1727[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1727 -> 267[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1728[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];215 -> 1728[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1728 -> 268[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1729[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];215 -> 1729[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1729 -> 269[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1730[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];215 -> 1730[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1730 -> 270[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1731[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];215 -> 1731[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1731 -> 271[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1732[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];215 -> 1732[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1732 -> 272[label="",style="solid", color="blue", weight=3]; 19.48/7.45 216 -> 209[label="",style="dashed", color="red", weight=0]; 19.48/7.45 216[label="vwx301 < vwx401 || vwx301 == vwx401 && vwx302 <= vwx402",fontsize=16,color="magenta"];216 -> 273[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 216 -> 274[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 216 -> 275[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 216 -> 276[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 217[label="vwx400",fontsize=16,color="green",shape="box"];448[label="compare (vwx300 : vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];1733[label="vwx40/vwx400 : vwx401",fontsize=10,color="white",style="solid",shape="box"];448 -> 1733[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1733 -> 531[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1734[label="vwx40/[]",fontsize=10,color="white",style="solid",shape="box"];448 -> 1734[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1734 -> 532[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 449[label="compare [] vwx40",fontsize=16,color="burlywood",shape="box"];1735[label="vwx40/vwx400 : vwx401",fontsize=10,color="white",style="solid",shape="box"];449 -> 1735[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1735 -> 533[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1736[label="vwx40/[]",fontsize=10,color="white",style="solid",shape="box"];449 -> 1736[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1736 -> 534[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 450[label="primCmpInt vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];1737[label="vwx30/Pos vwx300",fontsize=10,color="white",style="solid",shape="box"];450 -> 1737[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1737 -> 535[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1738[label="vwx30/Neg vwx300",fontsize=10,color="white",style="solid",shape="box"];450 -> 1738[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1738 -> 536[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 451[label="primCmpChar vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];1739[label="vwx30/Char vwx300",fontsize=10,color="white",style="solid",shape="box"];451 -> 1739[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1739 -> 537[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 452[label="primCmpDouble vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];1740[label="vwx30/Double vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];452 -> 1740[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1740 -> 538[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 151 -> 25[label="",style="dashed", color="red", weight=0]; 19.48/7.45 151[label="vwx300 <= vwx400",fontsize=16,color="magenta"];151 -> 288[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 151 -> 289[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 152 -> 26[label="",style="dashed", color="red", weight=0]; 19.48/7.45 152[label="vwx300 <= vwx400",fontsize=16,color="magenta"];152 -> 290[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 152 -> 291[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 153 -> 27[label="",style="dashed", color="red", weight=0]; 19.48/7.45 153[label="vwx300 <= vwx400",fontsize=16,color="magenta"];153 -> 292[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 153 -> 293[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 154 -> 28[label="",style="dashed", color="red", weight=0]; 19.48/7.45 154[label="vwx300 <= vwx400",fontsize=16,color="magenta"];154 -> 294[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 154 -> 295[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 155 -> 29[label="",style="dashed", color="red", weight=0]; 19.48/7.45 155[label="vwx300 <= vwx400",fontsize=16,color="magenta"];155 -> 296[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 155 -> 297[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 156 -> 30[label="",style="dashed", color="red", weight=0]; 19.48/7.45 156[label="vwx300 <= vwx400",fontsize=16,color="magenta"];156 -> 298[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 156 -> 299[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 157 -> 31[label="",style="dashed", color="red", weight=0]; 19.48/7.45 157[label="vwx300 <= vwx400",fontsize=16,color="magenta"];157 -> 300[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 157 -> 301[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 158 -> 32[label="",style="dashed", color="red", weight=0]; 19.48/7.45 158[label="vwx300 <= vwx400",fontsize=16,color="magenta"];158 -> 302[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 158 -> 303[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 159 -> 33[label="",style="dashed", color="red", weight=0]; 19.48/7.45 159[label="vwx300 <= vwx400",fontsize=16,color="magenta"];159 -> 304[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 159 -> 305[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 160 -> 34[label="",style="dashed", color="red", weight=0]; 19.48/7.45 160[label="vwx300 <= vwx400",fontsize=16,color="magenta"];160 -> 306[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 160 -> 307[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 161 -> 35[label="",style="dashed", color="red", weight=0]; 19.48/7.45 161[label="vwx300 <= vwx400",fontsize=16,color="magenta"];161 -> 308[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 161 -> 309[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 162 -> 36[label="",style="dashed", color="red", weight=0]; 19.48/7.45 162[label="vwx300 <= vwx400",fontsize=16,color="magenta"];162 -> 310[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 162 -> 311[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 163 -> 37[label="",style="dashed", color="red", weight=0]; 19.48/7.45 163[label="vwx300 <= vwx400",fontsize=16,color="magenta"];163 -> 312[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 163 -> 313[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 164 -> 38[label="",style="dashed", color="red", weight=0]; 19.48/7.45 164[label="vwx300 <= vwx400",fontsize=16,color="magenta"];164 -> 314[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 164 -> 315[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 165 -> 25[label="",style="dashed", color="red", weight=0]; 19.48/7.45 165[label="vwx300 <= vwx400",fontsize=16,color="magenta"];165 -> 316[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 165 -> 317[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 166 -> 26[label="",style="dashed", color="red", weight=0]; 19.48/7.45 166[label="vwx300 <= vwx400",fontsize=16,color="magenta"];166 -> 318[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 166 -> 319[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 167 -> 27[label="",style="dashed", color="red", weight=0]; 19.48/7.45 167[label="vwx300 <= vwx400",fontsize=16,color="magenta"];167 -> 320[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 167 -> 321[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 168 -> 28[label="",style="dashed", color="red", weight=0]; 19.48/7.45 168[label="vwx300 <= vwx400",fontsize=16,color="magenta"];168 -> 322[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 168 -> 323[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 169 -> 29[label="",style="dashed", color="red", weight=0]; 19.48/7.45 169[label="vwx300 <= vwx400",fontsize=16,color="magenta"];169 -> 324[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 169 -> 325[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 170 -> 30[label="",style="dashed", color="red", weight=0]; 19.48/7.45 170[label="vwx300 <= vwx400",fontsize=16,color="magenta"];170 -> 326[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 170 -> 327[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 171 -> 31[label="",style="dashed", color="red", weight=0]; 19.48/7.45 171[label="vwx300 <= vwx400",fontsize=16,color="magenta"];171 -> 328[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 171 -> 329[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 172 -> 32[label="",style="dashed", color="red", weight=0]; 19.48/7.45 172[label="vwx300 <= vwx400",fontsize=16,color="magenta"];172 -> 330[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 172 -> 331[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 173 -> 33[label="",style="dashed", color="red", weight=0]; 19.48/7.45 173[label="vwx300 <= vwx400",fontsize=16,color="magenta"];173 -> 332[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 173 -> 333[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 174 -> 34[label="",style="dashed", color="red", weight=0]; 19.48/7.45 174[label="vwx300 <= vwx400",fontsize=16,color="magenta"];174 -> 334[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 174 -> 335[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 175 -> 35[label="",style="dashed", color="red", weight=0]; 19.48/7.45 175[label="vwx300 <= vwx400",fontsize=16,color="magenta"];175 -> 336[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 175 -> 337[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 176 -> 36[label="",style="dashed", color="red", weight=0]; 19.48/7.45 176[label="vwx300 <= vwx400",fontsize=16,color="magenta"];176 -> 338[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 176 -> 339[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 177 -> 37[label="",style="dashed", color="red", weight=0]; 19.48/7.45 177[label="vwx300 <= vwx400",fontsize=16,color="magenta"];177 -> 340[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 177 -> 341[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 178 -> 38[label="",style="dashed", color="red", weight=0]; 19.48/7.45 178[label="vwx300 <= vwx400",fontsize=16,color="magenta"];178 -> 342[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 178 -> 343[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 179 -> 25[label="",style="dashed", color="red", weight=0]; 19.48/7.45 179[label="vwx300 <= vwx400",fontsize=16,color="magenta"];179 -> 344[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 179 -> 345[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 180 -> 26[label="",style="dashed", color="red", weight=0]; 19.48/7.45 180[label="vwx300 <= vwx400",fontsize=16,color="magenta"];180 -> 346[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 180 -> 347[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 181 -> 27[label="",style="dashed", color="red", weight=0]; 19.48/7.45 181[label="vwx300 <= vwx400",fontsize=16,color="magenta"];181 -> 348[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 181 -> 349[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 182 -> 28[label="",style="dashed", color="red", weight=0]; 19.48/7.45 182[label="vwx300 <= vwx400",fontsize=16,color="magenta"];182 -> 350[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 182 -> 351[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 183 -> 29[label="",style="dashed", color="red", weight=0]; 19.48/7.45 183[label="vwx300 <= vwx400",fontsize=16,color="magenta"];183 -> 352[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 183 -> 353[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 184 -> 30[label="",style="dashed", color="red", weight=0]; 19.48/7.45 184[label="vwx300 <= vwx400",fontsize=16,color="magenta"];184 -> 354[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 184 -> 355[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 185 -> 31[label="",style="dashed", color="red", weight=0]; 19.48/7.45 185[label="vwx300 <= vwx400",fontsize=16,color="magenta"];185 -> 356[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 185 -> 357[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 186 -> 32[label="",style="dashed", color="red", weight=0]; 19.48/7.45 186[label="vwx300 <= vwx400",fontsize=16,color="magenta"];186 -> 358[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 186 -> 359[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 187 -> 33[label="",style="dashed", color="red", weight=0]; 19.48/7.45 187[label="vwx300 <= vwx400",fontsize=16,color="magenta"];187 -> 360[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 187 -> 361[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 188 -> 34[label="",style="dashed", color="red", weight=0]; 19.48/7.45 188[label="vwx300 <= vwx400",fontsize=16,color="magenta"];188 -> 362[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 188 -> 363[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 189 -> 35[label="",style="dashed", color="red", weight=0]; 19.48/7.45 189[label="vwx300 <= vwx400",fontsize=16,color="magenta"];189 -> 364[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 189 -> 365[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 190 -> 36[label="",style="dashed", color="red", weight=0]; 19.48/7.45 190[label="vwx300 <= vwx400",fontsize=16,color="magenta"];190 -> 366[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 190 -> 367[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 191 -> 37[label="",style="dashed", color="red", weight=0]; 19.48/7.45 191[label="vwx300 <= vwx400",fontsize=16,color="magenta"];191 -> 368[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 191 -> 369[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 192 -> 38[label="",style="dashed", color="red", weight=0]; 19.48/7.45 192[label="vwx300 <= vwx400",fontsize=16,color="magenta"];192 -> 370[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 192 -> 371[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 524[label="primCmpFloat (Float vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];1741[label="vwx301/Pos vwx3010",fontsize=10,color="white",style="solid",shape="box"];524 -> 1741[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1741 -> 542[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1742[label="vwx301/Neg vwx3010",fontsize=10,color="white",style="solid",shape="box"];524 -> 1742[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1742 -> 543[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 525[label="not False",fontsize=16,color="black",shape="triangle"];525 -> 544[label="",style="solid", color="black", weight=3]; 19.48/7.45 526 -> 525[label="",style="dashed", color="red", weight=0]; 19.48/7.45 526[label="not False",fontsize=16,color="magenta"];527[label="not True",fontsize=16,color="black",shape="box"];527 -> 545[label="",style="solid", color="black", weight=3]; 19.48/7.45 226[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];226 -> 374[label="",style="solid", color="black", weight=3]; 19.48/7.45 227[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];227 -> 375[label="",style="solid", color="black", weight=3]; 19.48/7.45 228[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];228 -> 376[label="",style="solid", color="black", weight=3]; 19.48/7.45 229[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];229 -> 377[label="",style="solid", color="black", weight=3]; 19.48/7.45 230[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];230 -> 378[label="",style="solid", color="black", weight=3]; 19.48/7.45 231[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];231 -> 379[label="",style="solid", color="black", weight=3]; 19.48/7.45 232[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];232 -> 380[label="",style="solid", color="black", weight=3]; 19.48/7.45 233[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];233 -> 381[label="",style="solid", color="black", weight=3]; 19.48/7.45 234[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];234 -> 382[label="",style="solid", color="black", weight=3]; 19.48/7.45 235[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];235 -> 383[label="",style="solid", color="black", weight=3]; 19.48/7.45 236[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];236 -> 384[label="",style="solid", color="black", weight=3]; 19.48/7.45 237[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];237 -> 385[label="",style="solid", color="black", weight=3]; 19.48/7.45 238[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];238 -> 386[label="",style="solid", color="black", weight=3]; 19.48/7.45 239[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];239 -> 387[label="",style="solid", color="black", weight=3]; 19.48/7.45 240 -> 25[label="",style="dashed", color="red", weight=0]; 19.48/7.45 240[label="vwx301 <= vwx401",fontsize=16,color="magenta"];240 -> 388[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 240 -> 389[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 241 -> 26[label="",style="dashed", color="red", weight=0]; 19.48/7.45 241[label="vwx301 <= vwx401",fontsize=16,color="magenta"];241 -> 390[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 241 -> 391[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 242 -> 27[label="",style="dashed", color="red", weight=0]; 19.48/7.45 242[label="vwx301 <= vwx401",fontsize=16,color="magenta"];242 -> 392[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 242 -> 393[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 243 -> 28[label="",style="dashed", color="red", weight=0]; 19.48/7.45 243[label="vwx301 <= vwx401",fontsize=16,color="magenta"];243 -> 394[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 243 -> 395[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 244 -> 29[label="",style="dashed", color="red", weight=0]; 19.48/7.45 244[label="vwx301 <= vwx401",fontsize=16,color="magenta"];244 -> 396[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 244 -> 397[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 245 -> 30[label="",style="dashed", color="red", weight=0]; 19.48/7.45 245[label="vwx301 <= vwx401",fontsize=16,color="magenta"];245 -> 398[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 245 -> 399[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 246 -> 31[label="",style="dashed", color="red", weight=0]; 19.48/7.45 246[label="vwx301 <= vwx401",fontsize=16,color="magenta"];246 -> 400[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 246 -> 401[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 247 -> 32[label="",style="dashed", color="red", weight=0]; 19.48/7.45 247[label="vwx301 <= vwx401",fontsize=16,color="magenta"];247 -> 402[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 247 -> 403[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 248 -> 33[label="",style="dashed", color="red", weight=0]; 19.48/7.45 248[label="vwx301 <= vwx401",fontsize=16,color="magenta"];248 -> 404[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 248 -> 405[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 249 -> 34[label="",style="dashed", color="red", weight=0]; 19.48/7.45 249[label="vwx301 <= vwx401",fontsize=16,color="magenta"];249 -> 406[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 249 -> 407[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 250 -> 35[label="",style="dashed", color="red", weight=0]; 19.48/7.45 250[label="vwx301 <= vwx401",fontsize=16,color="magenta"];250 -> 408[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 250 -> 409[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 251 -> 36[label="",style="dashed", color="red", weight=0]; 19.48/7.45 251[label="vwx301 <= vwx401",fontsize=16,color="magenta"];251 -> 410[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 251 -> 411[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 252 -> 37[label="",style="dashed", color="red", weight=0]; 19.48/7.45 252[label="vwx301 <= vwx401",fontsize=16,color="magenta"];252 -> 412[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 252 -> 413[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 253 -> 38[label="",style="dashed", color="red", weight=0]; 19.48/7.45 253[label="vwx301 <= vwx401",fontsize=16,color="magenta"];253 -> 414[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 253 -> 415[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 254[label="False || vwx30 == vwx31 && vwx32",fontsize=16,color="black",shape="box"];254 -> 416[label="",style="solid", color="black", weight=3]; 19.48/7.45 255[label="True || vwx30 == vwx31 && vwx32",fontsize=16,color="black",shape="box"];255 -> 417[label="",style="solid", color="black", weight=3]; 19.48/7.45 528[label="compare () ()",fontsize=16,color="black",shape="box"];528 -> 546[label="",style="solid", color="black", weight=3]; 19.48/7.45 529[label="compare (Integer vwx300) (Integer vwx400)",fontsize=16,color="black",shape="box"];529 -> 547[label="",style="solid", color="black", weight=3]; 19.48/7.45 530[label="compare (vwx300 :% vwx301) (vwx400 :% vwx401)",fontsize=16,color="black",shape="box"];530 -> 548[label="",style="solid", color="black", weight=3]; 19.48/7.45 259 -> 226[label="",style="dashed", color="red", weight=0]; 19.48/7.45 259[label="vwx300 < vwx400",fontsize=16,color="magenta"];259 -> 453[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 259 -> 454[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 260 -> 227[label="",style="dashed", color="red", weight=0]; 19.48/7.45 260[label="vwx300 < vwx400",fontsize=16,color="magenta"];260 -> 455[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 260 -> 456[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 261 -> 228[label="",style="dashed", color="red", weight=0]; 19.48/7.45 261[label="vwx300 < vwx400",fontsize=16,color="magenta"];261 -> 457[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 261 -> 458[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 262 -> 229[label="",style="dashed", color="red", weight=0]; 19.48/7.45 262[label="vwx300 < vwx400",fontsize=16,color="magenta"];262 -> 459[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 262 -> 460[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 263 -> 230[label="",style="dashed", color="red", weight=0]; 19.48/7.45 263[label="vwx300 < vwx400",fontsize=16,color="magenta"];263 -> 461[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 263 -> 462[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 264 -> 231[label="",style="dashed", color="red", weight=0]; 19.48/7.45 264[label="vwx300 < vwx400",fontsize=16,color="magenta"];264 -> 463[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 264 -> 464[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 265 -> 232[label="",style="dashed", color="red", weight=0]; 19.48/7.45 265[label="vwx300 < vwx400",fontsize=16,color="magenta"];265 -> 465[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 265 -> 466[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 266 -> 233[label="",style="dashed", color="red", weight=0]; 19.48/7.45 266[label="vwx300 < vwx400",fontsize=16,color="magenta"];266 -> 467[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 266 -> 468[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 267 -> 234[label="",style="dashed", color="red", weight=0]; 19.48/7.45 267[label="vwx300 < vwx400",fontsize=16,color="magenta"];267 -> 469[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 267 -> 470[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 268 -> 235[label="",style="dashed", color="red", weight=0]; 19.48/7.45 268[label="vwx300 < vwx400",fontsize=16,color="magenta"];268 -> 471[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 268 -> 472[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 269 -> 236[label="",style="dashed", color="red", weight=0]; 19.48/7.45 269[label="vwx300 < vwx400",fontsize=16,color="magenta"];269 -> 473[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 269 -> 474[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 270 -> 237[label="",style="dashed", color="red", weight=0]; 19.48/7.45 270[label="vwx300 < vwx400",fontsize=16,color="magenta"];270 -> 475[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 270 -> 476[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 271 -> 238[label="",style="dashed", color="red", weight=0]; 19.48/7.45 271[label="vwx300 < vwx400",fontsize=16,color="magenta"];271 -> 477[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 271 -> 478[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 272 -> 239[label="",style="dashed", color="red", weight=0]; 19.48/7.45 272[label="vwx300 < vwx400",fontsize=16,color="magenta"];272 -> 479[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 272 -> 480[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 273[label="vwx301",fontsize=16,color="green",shape="box"];274[label="vwx301 < vwx401",fontsize=16,color="blue",shape="box"];1743[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];274 -> 1743[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1743 -> 481[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1744[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];274 -> 1744[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1744 -> 482[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1745[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];274 -> 1745[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1745 -> 483[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1746[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];274 -> 1746[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1746 -> 484[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1747[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];274 -> 1747[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1747 -> 485[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1748[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];274 -> 1748[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1748 -> 486[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1749[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];274 -> 1749[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1749 -> 487[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1750[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];274 -> 1750[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1750 -> 488[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1751[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];274 -> 1751[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1751 -> 489[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1752[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];274 -> 1752[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1752 -> 490[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1753[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];274 -> 1753[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1753 -> 491[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1754[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];274 -> 1754[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1754 -> 492[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1755[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];274 -> 1755[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1755 -> 493[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1756[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];274 -> 1756[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1756 -> 494[label="",style="solid", color="blue", weight=3]; 19.48/7.45 275[label="vwx302 <= vwx402",fontsize=16,color="blue",shape="box"];1757[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];275 -> 1757[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1757 -> 495[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1758[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];275 -> 1758[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1758 -> 496[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1759[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];275 -> 1759[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1759 -> 497[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1760[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];275 -> 1760[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1760 -> 498[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1761[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];275 -> 1761[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1761 -> 499[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1762[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];275 -> 1762[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1762 -> 500[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1763[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];275 -> 1763[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1763 -> 501[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1764[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];275 -> 1764[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1764 -> 502[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1765[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];275 -> 1765[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1765 -> 503[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1766[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];275 -> 1766[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1766 -> 504[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1767[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];275 -> 1767[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1767 -> 505[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1768[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];275 -> 1768[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1768 -> 506[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1769[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];275 -> 1769[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1769 -> 507[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1770[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];275 -> 1770[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1770 -> 508[label="",style="solid", color="blue", weight=3]; 19.48/7.45 276[label="vwx401",fontsize=16,color="green",shape="box"];531[label="compare (vwx300 : vwx301) (vwx400 : vwx401)",fontsize=16,color="black",shape="box"];531 -> 549[label="",style="solid", color="black", weight=3]; 19.48/7.45 532[label="compare (vwx300 : vwx301) []",fontsize=16,color="black",shape="box"];532 -> 550[label="",style="solid", color="black", weight=3]; 19.48/7.45 533[label="compare [] (vwx400 : vwx401)",fontsize=16,color="black",shape="box"];533 -> 551[label="",style="solid", color="black", weight=3]; 19.48/7.45 534[label="compare [] []",fontsize=16,color="black",shape="box"];534 -> 552[label="",style="solid", color="black", weight=3]; 19.48/7.45 535[label="primCmpInt (Pos vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];1771[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];535 -> 1771[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1771 -> 553[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1772[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];535 -> 1772[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1772 -> 554[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 536[label="primCmpInt (Neg vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];1773[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];536 -> 1773[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1773 -> 555[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1774[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];536 -> 1774[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1774 -> 556[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 537[label="primCmpChar (Char vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];1775[label="vwx40/Char vwx400",fontsize=10,color="white",style="solid",shape="box"];537 -> 1775[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1775 -> 557[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 538[label="primCmpDouble (Double vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];1776[label="vwx301/Pos vwx3010",fontsize=10,color="white",style="solid",shape="box"];538 -> 1776[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1776 -> 558[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1777[label="vwx301/Neg vwx3010",fontsize=10,color="white",style="solid",shape="box"];538 -> 1777[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1777 -> 559[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 288[label="vwx300",fontsize=16,color="green",shape="box"];289[label="vwx400",fontsize=16,color="green",shape="box"];290[label="vwx300",fontsize=16,color="green",shape="box"];291[label="vwx400",fontsize=16,color="green",shape="box"];292[label="vwx300",fontsize=16,color="green",shape="box"];293[label="vwx400",fontsize=16,color="green",shape="box"];294[label="vwx300",fontsize=16,color="green",shape="box"];295[label="vwx400",fontsize=16,color="green",shape="box"];296[label="vwx300",fontsize=16,color="green",shape="box"];297[label="vwx400",fontsize=16,color="green",shape="box"];298[label="vwx300",fontsize=16,color="green",shape="box"];299[label="vwx400",fontsize=16,color="green",shape="box"];300[label="vwx300",fontsize=16,color="green",shape="box"];301[label="vwx400",fontsize=16,color="green",shape="box"];302[label="vwx300",fontsize=16,color="green",shape="box"];303[label="vwx400",fontsize=16,color="green",shape="box"];304[label="vwx300",fontsize=16,color="green",shape="box"];305[label="vwx400",fontsize=16,color="green",shape="box"];306[label="vwx300",fontsize=16,color="green",shape="box"];307[label="vwx400",fontsize=16,color="green",shape="box"];308[label="vwx300",fontsize=16,color="green",shape="box"];309[label="vwx400",fontsize=16,color="green",shape="box"];310[label="vwx300",fontsize=16,color="green",shape="box"];311[label="vwx400",fontsize=16,color="green",shape="box"];312[label="vwx300",fontsize=16,color="green",shape="box"];313[label="vwx400",fontsize=16,color="green",shape="box"];314[label="vwx300",fontsize=16,color="green",shape="box"];315[label="vwx400",fontsize=16,color="green",shape="box"];316[label="vwx300",fontsize=16,color="green",shape="box"];317[label="vwx400",fontsize=16,color="green",shape="box"];318[label="vwx300",fontsize=16,color="green",shape="box"];319[label="vwx400",fontsize=16,color="green",shape="box"];320[label="vwx300",fontsize=16,color="green",shape="box"];321[label="vwx400",fontsize=16,color="green",shape="box"];322[label="vwx300",fontsize=16,color="green",shape="box"];323[label="vwx400",fontsize=16,color="green",shape="box"];324[label="vwx300",fontsize=16,color="green",shape="box"];325[label="vwx400",fontsize=16,color="green",shape="box"];326[label="vwx300",fontsize=16,color="green",shape="box"];327[label="vwx400",fontsize=16,color="green",shape="box"];328[label="vwx300",fontsize=16,color="green",shape="box"];329[label="vwx400",fontsize=16,color="green",shape="box"];330[label="vwx300",fontsize=16,color="green",shape="box"];331[label="vwx400",fontsize=16,color="green",shape="box"];332[label="vwx300",fontsize=16,color="green",shape="box"];333[label="vwx400",fontsize=16,color="green",shape="box"];334[label="vwx300",fontsize=16,color="green",shape="box"];335[label="vwx400",fontsize=16,color="green",shape="box"];336[label="vwx300",fontsize=16,color="green",shape="box"];337[label="vwx400",fontsize=16,color="green",shape="box"];338[label="vwx300",fontsize=16,color="green",shape="box"];339[label="vwx400",fontsize=16,color="green",shape="box"];340[label="vwx300",fontsize=16,color="green",shape="box"];341[label="vwx400",fontsize=16,color="green",shape="box"];342[label="vwx300",fontsize=16,color="green",shape="box"];343[label="vwx400",fontsize=16,color="green",shape="box"];344[label="vwx300",fontsize=16,color="green",shape="box"];345[label="vwx400",fontsize=16,color="green",shape="box"];346[label="vwx300",fontsize=16,color="green",shape="box"];347[label="vwx400",fontsize=16,color="green",shape="box"];348[label="vwx300",fontsize=16,color="green",shape="box"];349[label="vwx400",fontsize=16,color="green",shape="box"];350[label="vwx300",fontsize=16,color="green",shape="box"];351[label="vwx400",fontsize=16,color="green",shape="box"];352[label="vwx300",fontsize=16,color="green",shape="box"];353[label="vwx400",fontsize=16,color="green",shape="box"];354[label="vwx300",fontsize=16,color="green",shape="box"];355[label="vwx400",fontsize=16,color="green",shape="box"];356[label="vwx300",fontsize=16,color="green",shape="box"];357[label="vwx400",fontsize=16,color="green",shape="box"];358[label="vwx300",fontsize=16,color="green",shape="box"];359[label="vwx400",fontsize=16,color="green",shape="box"];360[label="vwx300",fontsize=16,color="green",shape="box"];361[label="vwx400",fontsize=16,color="green",shape="box"];362[label="vwx300",fontsize=16,color="green",shape="box"];363[label="vwx400",fontsize=16,color="green",shape="box"];364[label="vwx300",fontsize=16,color="green",shape="box"];365[label="vwx400",fontsize=16,color="green",shape="box"];366[label="vwx300",fontsize=16,color="green",shape="box"];367[label="vwx400",fontsize=16,color="green",shape="box"];368[label="vwx300",fontsize=16,color="green",shape="box"];369[label="vwx400",fontsize=16,color="green",shape="box"];370[label="vwx300",fontsize=16,color="green",shape="box"];371[label="vwx400",fontsize=16,color="green",shape="box"];542[label="primCmpFloat (Float vwx300 (Pos vwx3010)) vwx40",fontsize=16,color="burlywood",shape="box"];1778[label="vwx40/Float vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];542 -> 1778[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1778 -> 657[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 543[label="primCmpFloat (Float vwx300 (Neg vwx3010)) vwx40",fontsize=16,color="burlywood",shape="box"];1779[label="vwx40/Float vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];543 -> 1779[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1779 -> 658[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 544[label="True",fontsize=16,color="green",shape="box"];545[label="False",fontsize=16,color="green",shape="box"];374 -> 509[label="",style="dashed", color="red", weight=0]; 19.48/7.45 374[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];374 -> 510[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 375 -> 509[label="",style="dashed", color="red", weight=0]; 19.48/7.45 375[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];375 -> 511[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 376 -> 509[label="",style="dashed", color="red", weight=0]; 19.48/7.45 376[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];376 -> 512[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 377 -> 509[label="",style="dashed", color="red", weight=0]; 19.48/7.45 377[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];377 -> 513[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 378 -> 509[label="",style="dashed", color="red", weight=0]; 19.48/7.45 378[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];378 -> 514[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 379 -> 509[label="",style="dashed", color="red", weight=0]; 19.48/7.45 379[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];379 -> 515[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 380 -> 509[label="",style="dashed", color="red", weight=0]; 19.48/7.45 380[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];380 -> 516[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 381 -> 509[label="",style="dashed", color="red", weight=0]; 19.48/7.45 381[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];381 -> 517[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 382 -> 509[label="",style="dashed", color="red", weight=0]; 19.48/7.45 382[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];382 -> 518[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 383 -> 509[label="",style="dashed", color="red", weight=0]; 19.48/7.45 383[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];383 -> 519[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 384 -> 509[label="",style="dashed", color="red", weight=0]; 19.48/7.45 384[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];384 -> 520[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 385 -> 509[label="",style="dashed", color="red", weight=0]; 19.48/7.45 385[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];385 -> 521[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 386 -> 509[label="",style="dashed", color="red", weight=0]; 19.48/7.45 386[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];386 -> 522[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 387 -> 509[label="",style="dashed", color="red", weight=0]; 19.48/7.45 387[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];387 -> 523[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 388[label="vwx301",fontsize=16,color="green",shape="box"];389[label="vwx401",fontsize=16,color="green",shape="box"];390[label="vwx301",fontsize=16,color="green",shape="box"];391[label="vwx401",fontsize=16,color="green",shape="box"];392[label="vwx301",fontsize=16,color="green",shape="box"];393[label="vwx401",fontsize=16,color="green",shape="box"];394[label="vwx301",fontsize=16,color="green",shape="box"];395[label="vwx401",fontsize=16,color="green",shape="box"];396[label="vwx301",fontsize=16,color="green",shape="box"];397[label="vwx401",fontsize=16,color="green",shape="box"];398[label="vwx301",fontsize=16,color="green",shape="box"];399[label="vwx401",fontsize=16,color="green",shape="box"];400[label="vwx301",fontsize=16,color="green",shape="box"];401[label="vwx401",fontsize=16,color="green",shape="box"];402[label="vwx301",fontsize=16,color="green",shape="box"];403[label="vwx401",fontsize=16,color="green",shape="box"];404[label="vwx301",fontsize=16,color="green",shape="box"];405[label="vwx401",fontsize=16,color="green",shape="box"];406[label="vwx301",fontsize=16,color="green",shape="box"];407[label="vwx401",fontsize=16,color="green",shape="box"];408[label="vwx301",fontsize=16,color="green",shape="box"];409[label="vwx401",fontsize=16,color="green",shape="box"];410[label="vwx301",fontsize=16,color="green",shape="box"];411[label="vwx401",fontsize=16,color="green",shape="box"];412[label="vwx301",fontsize=16,color="green",shape="box"];413[label="vwx401",fontsize=16,color="green",shape="box"];414[label="vwx301",fontsize=16,color="green",shape="box"];415[label="vwx401",fontsize=16,color="green",shape="box"];416 -> 539[label="",style="dashed", color="red", weight=0]; 19.48/7.45 416[label="vwx30 == vwx31 && vwx32",fontsize=16,color="magenta"];416 -> 540[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 416 -> 541[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 417[label="True",fontsize=16,color="green",shape="box"];546[label="EQ",fontsize=16,color="green",shape="box"];547 -> 450[label="",style="dashed", color="red", weight=0]; 19.48/7.45 547[label="primCmpInt vwx300 vwx400",fontsize=16,color="magenta"];547 -> 659[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 547 -> 660[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 548[label="compare (vwx300 * vwx401) (vwx400 * vwx301)",fontsize=16,color="blue",shape="box"];1780[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];548 -> 1780[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1780 -> 661[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1781[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];548 -> 1781[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1781 -> 662[label="",style="solid", color="blue", weight=3]; 19.48/7.45 453[label="vwx300",fontsize=16,color="green",shape="box"];454[label="vwx400",fontsize=16,color="green",shape="box"];455[label="vwx300",fontsize=16,color="green",shape="box"];456[label="vwx400",fontsize=16,color="green",shape="box"];457[label="vwx300",fontsize=16,color="green",shape="box"];458[label="vwx400",fontsize=16,color="green",shape="box"];459[label="vwx300",fontsize=16,color="green",shape="box"];460[label="vwx400",fontsize=16,color="green",shape="box"];461[label="vwx300",fontsize=16,color="green",shape="box"];462[label="vwx400",fontsize=16,color="green",shape="box"];463[label="vwx300",fontsize=16,color="green",shape="box"];464[label="vwx400",fontsize=16,color="green",shape="box"];465[label="vwx300",fontsize=16,color="green",shape="box"];466[label="vwx400",fontsize=16,color="green",shape="box"];467[label="vwx300",fontsize=16,color="green",shape="box"];468[label="vwx400",fontsize=16,color="green",shape="box"];469[label="vwx300",fontsize=16,color="green",shape="box"];470[label="vwx400",fontsize=16,color="green",shape="box"];471[label="vwx300",fontsize=16,color="green",shape="box"];472[label="vwx400",fontsize=16,color="green",shape="box"];473[label="vwx300",fontsize=16,color="green",shape="box"];474[label="vwx400",fontsize=16,color="green",shape="box"];475[label="vwx300",fontsize=16,color="green",shape="box"];476[label="vwx400",fontsize=16,color="green",shape="box"];477[label="vwx300",fontsize=16,color="green",shape="box"];478[label="vwx400",fontsize=16,color="green",shape="box"];479[label="vwx300",fontsize=16,color="green",shape="box"];480[label="vwx400",fontsize=16,color="green",shape="box"];481 -> 226[label="",style="dashed", color="red", weight=0]; 19.48/7.45 481[label="vwx301 < vwx401",fontsize=16,color="magenta"];481 -> 560[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 481 -> 561[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 482 -> 227[label="",style="dashed", color="red", weight=0]; 19.48/7.45 482[label="vwx301 < vwx401",fontsize=16,color="magenta"];482 -> 562[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 482 -> 563[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 483 -> 228[label="",style="dashed", color="red", weight=0]; 19.48/7.45 483[label="vwx301 < vwx401",fontsize=16,color="magenta"];483 -> 564[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 483 -> 565[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 484 -> 229[label="",style="dashed", color="red", weight=0]; 19.48/7.45 484[label="vwx301 < vwx401",fontsize=16,color="magenta"];484 -> 566[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 484 -> 567[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 485 -> 230[label="",style="dashed", color="red", weight=0]; 19.48/7.45 485[label="vwx301 < vwx401",fontsize=16,color="magenta"];485 -> 568[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 485 -> 569[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 486 -> 231[label="",style="dashed", color="red", weight=0]; 19.48/7.45 486[label="vwx301 < vwx401",fontsize=16,color="magenta"];486 -> 570[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 486 -> 571[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 487 -> 232[label="",style="dashed", color="red", weight=0]; 19.48/7.45 487[label="vwx301 < vwx401",fontsize=16,color="magenta"];487 -> 572[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 487 -> 573[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 488 -> 233[label="",style="dashed", color="red", weight=0]; 19.48/7.45 488[label="vwx301 < vwx401",fontsize=16,color="magenta"];488 -> 574[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 488 -> 575[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 489 -> 234[label="",style="dashed", color="red", weight=0]; 19.48/7.45 489[label="vwx301 < vwx401",fontsize=16,color="magenta"];489 -> 576[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 489 -> 577[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 490 -> 235[label="",style="dashed", color="red", weight=0]; 19.48/7.45 490[label="vwx301 < vwx401",fontsize=16,color="magenta"];490 -> 578[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 490 -> 579[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 491 -> 236[label="",style="dashed", color="red", weight=0]; 19.48/7.45 491[label="vwx301 < vwx401",fontsize=16,color="magenta"];491 -> 580[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 491 -> 581[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 492 -> 237[label="",style="dashed", color="red", weight=0]; 19.48/7.45 492[label="vwx301 < vwx401",fontsize=16,color="magenta"];492 -> 582[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 492 -> 583[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 493 -> 238[label="",style="dashed", color="red", weight=0]; 19.48/7.45 493[label="vwx301 < vwx401",fontsize=16,color="magenta"];493 -> 584[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 493 -> 585[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 494 -> 239[label="",style="dashed", color="red", weight=0]; 19.48/7.45 494[label="vwx301 < vwx401",fontsize=16,color="magenta"];494 -> 586[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 494 -> 587[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 495 -> 25[label="",style="dashed", color="red", weight=0]; 19.48/7.45 495[label="vwx302 <= vwx402",fontsize=16,color="magenta"];495 -> 588[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 495 -> 589[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 496 -> 26[label="",style="dashed", color="red", weight=0]; 19.48/7.45 496[label="vwx302 <= vwx402",fontsize=16,color="magenta"];496 -> 590[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 496 -> 591[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 497 -> 27[label="",style="dashed", color="red", weight=0]; 19.48/7.45 497[label="vwx302 <= vwx402",fontsize=16,color="magenta"];497 -> 592[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 497 -> 593[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 498 -> 28[label="",style="dashed", color="red", weight=0]; 19.48/7.45 498[label="vwx302 <= vwx402",fontsize=16,color="magenta"];498 -> 594[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 498 -> 595[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 499 -> 29[label="",style="dashed", color="red", weight=0]; 19.48/7.45 499[label="vwx302 <= vwx402",fontsize=16,color="magenta"];499 -> 596[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 499 -> 597[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 500 -> 30[label="",style="dashed", color="red", weight=0]; 19.48/7.45 500[label="vwx302 <= vwx402",fontsize=16,color="magenta"];500 -> 598[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 500 -> 599[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 501 -> 31[label="",style="dashed", color="red", weight=0]; 19.48/7.45 501[label="vwx302 <= vwx402",fontsize=16,color="magenta"];501 -> 600[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 501 -> 601[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 502 -> 32[label="",style="dashed", color="red", weight=0]; 19.48/7.45 502[label="vwx302 <= vwx402",fontsize=16,color="magenta"];502 -> 602[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 502 -> 603[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 503 -> 33[label="",style="dashed", color="red", weight=0]; 19.48/7.45 503[label="vwx302 <= vwx402",fontsize=16,color="magenta"];503 -> 604[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 503 -> 605[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 504 -> 34[label="",style="dashed", color="red", weight=0]; 19.48/7.45 504[label="vwx302 <= vwx402",fontsize=16,color="magenta"];504 -> 606[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 504 -> 607[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 505 -> 35[label="",style="dashed", color="red", weight=0]; 19.48/7.45 505[label="vwx302 <= vwx402",fontsize=16,color="magenta"];505 -> 608[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 505 -> 609[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 506 -> 36[label="",style="dashed", color="red", weight=0]; 19.48/7.45 506[label="vwx302 <= vwx402",fontsize=16,color="magenta"];506 -> 610[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 506 -> 611[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 507 -> 37[label="",style="dashed", color="red", weight=0]; 19.48/7.45 507[label="vwx302 <= vwx402",fontsize=16,color="magenta"];507 -> 612[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 507 -> 613[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 508 -> 38[label="",style="dashed", color="red", weight=0]; 19.48/7.45 508[label="vwx302 <= vwx402",fontsize=16,color="magenta"];508 -> 614[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 508 -> 615[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 549 -> 663[label="",style="dashed", color="red", weight=0]; 19.48/7.45 549[label="primCompAux vwx300 vwx400 (compare vwx301 vwx401)",fontsize=16,color="magenta"];549 -> 664[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 550[label="GT",fontsize=16,color="green",shape="box"];551[label="LT",fontsize=16,color="green",shape="box"];552[label="EQ",fontsize=16,color="green",shape="box"];553[label="primCmpInt (Pos (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];1782[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];553 -> 1782[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1782 -> 665[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1783[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];553 -> 1783[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1783 -> 666[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 554[label="primCmpInt (Pos Zero) vwx40",fontsize=16,color="burlywood",shape="box"];1784[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];554 -> 1784[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1784 -> 667[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1785[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];554 -> 1785[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1785 -> 668[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 555[label="primCmpInt (Neg (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];1786[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];555 -> 1786[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1786 -> 669[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1787[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];555 -> 1787[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1787 -> 670[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 556[label="primCmpInt (Neg Zero) vwx40",fontsize=16,color="burlywood",shape="box"];1788[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];556 -> 1788[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1788 -> 671[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1789[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];556 -> 1789[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1789 -> 672[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 557[label="primCmpChar (Char vwx300) (Char vwx400)",fontsize=16,color="black",shape="box"];557 -> 673[label="",style="solid", color="black", weight=3]; 19.48/7.45 558[label="primCmpDouble (Double vwx300 (Pos vwx3010)) vwx40",fontsize=16,color="burlywood",shape="box"];1790[label="vwx40/Double vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];558 -> 1790[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1790 -> 674[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 559[label="primCmpDouble (Double vwx300 (Neg vwx3010)) vwx40",fontsize=16,color="burlywood",shape="box"];1791[label="vwx40/Double vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];559 -> 1791[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1791 -> 675[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 657[label="primCmpFloat (Float vwx300 (Pos vwx3010)) (Float vwx400 vwx401)",fontsize=16,color="burlywood",shape="box"];1792[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];657 -> 1792[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1792 -> 676[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1793[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];657 -> 1793[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1793 -> 677[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 658[label="primCmpFloat (Float vwx300 (Neg vwx3010)) (Float vwx400 vwx401)",fontsize=16,color="burlywood",shape="box"];1794[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];658 -> 1794[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1794 -> 678[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1795[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];658 -> 1795[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1795 -> 679[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 510 -> 422[label="",style="dashed", color="red", weight=0]; 19.48/7.45 510[label="compare vwx300 vwx400",fontsize=16,color="magenta"];510 -> 616[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 510 -> 617[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 509[label="vwx36 == LT",fontsize=16,color="burlywood",shape="triangle"];1796[label="vwx36/LT",fontsize=10,color="white",style="solid",shape="box"];509 -> 1796[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1796 -> 618[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1797[label="vwx36/EQ",fontsize=10,color="white",style="solid",shape="box"];509 -> 1797[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1797 -> 619[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1798[label="vwx36/GT",fontsize=10,color="white",style="solid",shape="box"];509 -> 1798[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1798 -> 620[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 511[label="compare vwx300 vwx400",fontsize=16,color="black",shape="triangle"];511 -> 621[label="",style="solid", color="black", weight=3]; 19.48/7.45 512 -> 423[label="",style="dashed", color="red", weight=0]; 19.48/7.45 512[label="compare vwx300 vwx400",fontsize=16,color="magenta"];512 -> 622[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 512 -> 623[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 513 -> 424[label="",style="dashed", color="red", weight=0]; 19.48/7.45 513[label="compare vwx300 vwx400",fontsize=16,color="magenta"];513 -> 624[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 513 -> 625[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 514 -> 425[label="",style="dashed", color="red", weight=0]; 19.48/7.45 514[label="compare vwx300 vwx400",fontsize=16,color="magenta"];514 -> 626[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 514 -> 627[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 515[label="compare vwx300 vwx400",fontsize=16,color="black",shape="triangle"];515 -> 628[label="",style="solid", color="black", weight=3]; 19.48/7.45 516 -> 426[label="",style="dashed", color="red", weight=0]; 19.48/7.45 516[label="compare vwx300 vwx400",fontsize=16,color="magenta"];516 -> 629[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 516 -> 630[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 517 -> 427[label="",style="dashed", color="red", weight=0]; 19.48/7.45 517[label="compare vwx300 vwx400",fontsize=16,color="magenta"];517 -> 631[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 517 -> 632[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 518 -> 428[label="",style="dashed", color="red", weight=0]; 19.48/7.45 518[label="compare vwx300 vwx400",fontsize=16,color="magenta"];518 -> 633[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 518 -> 634[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 519[label="compare vwx300 vwx400",fontsize=16,color="black",shape="triangle"];519 -> 635[label="",style="solid", color="black", weight=3]; 19.48/7.45 520[label="compare vwx300 vwx400",fontsize=16,color="black",shape="triangle"];520 -> 636[label="",style="solid", color="black", weight=3]; 19.48/7.45 521 -> 429[label="",style="dashed", color="red", weight=0]; 19.48/7.45 521[label="compare vwx300 vwx400",fontsize=16,color="magenta"];521 -> 637[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 521 -> 638[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 522[label="compare vwx300 vwx400",fontsize=16,color="black",shape="triangle"];522 -> 639[label="",style="solid", color="black", weight=3]; 19.48/7.45 523[label="compare vwx300 vwx400",fontsize=16,color="black",shape="triangle"];523 -> 640[label="",style="solid", color="black", weight=3]; 19.48/7.45 540[label="vwx30 == vwx31",fontsize=16,color="blue",shape="box"];1799[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];540 -> 1799[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1799 -> 641[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1800[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];540 -> 1800[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1800 -> 642[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1801[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];540 -> 1801[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1801 -> 643[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1802[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];540 -> 1802[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1802 -> 644[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1803[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];540 -> 1803[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1803 -> 645[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1804[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];540 -> 1804[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1804 -> 646[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1805[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];540 -> 1805[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1805 -> 647[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1806[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];540 -> 1806[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1806 -> 648[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1807[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];540 -> 1807[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1807 -> 649[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1808[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];540 -> 1808[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1808 -> 650[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1809[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];540 -> 1809[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1809 -> 651[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1810[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];540 -> 1810[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1810 -> 652[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1811[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];540 -> 1811[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1811 -> 653[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1812[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];540 -> 1812[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1812 -> 654[label="",style="solid", color="blue", weight=3]; 19.48/7.45 541[label="vwx32",fontsize=16,color="green",shape="box"];539[label="vwx40 && vwx41",fontsize=16,color="burlywood",shape="triangle"];1813[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];539 -> 1813[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1813 -> 655[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1814[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];539 -> 1814[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1814 -> 656[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 659[label="vwx300",fontsize=16,color="green",shape="box"];660[label="vwx400",fontsize=16,color="green",shape="box"];661 -> 424[label="",style="dashed", color="red", weight=0]; 19.48/7.45 661[label="compare (vwx300 * vwx401) (vwx400 * vwx301)",fontsize=16,color="magenta"];661 -> 680[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 661 -> 681[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 662 -> 427[label="",style="dashed", color="red", weight=0]; 19.48/7.45 662[label="compare (vwx300 * vwx401) (vwx400 * vwx301)",fontsize=16,color="magenta"];662 -> 682[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 662 -> 683[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 560[label="vwx301",fontsize=16,color="green",shape="box"];561[label="vwx401",fontsize=16,color="green",shape="box"];562[label="vwx301",fontsize=16,color="green",shape="box"];563[label="vwx401",fontsize=16,color="green",shape="box"];564[label="vwx301",fontsize=16,color="green",shape="box"];565[label="vwx401",fontsize=16,color="green",shape="box"];566[label="vwx301",fontsize=16,color="green",shape="box"];567[label="vwx401",fontsize=16,color="green",shape="box"];568[label="vwx301",fontsize=16,color="green",shape="box"];569[label="vwx401",fontsize=16,color="green",shape="box"];570[label="vwx301",fontsize=16,color="green",shape="box"];571[label="vwx401",fontsize=16,color="green",shape="box"];572[label="vwx301",fontsize=16,color="green",shape="box"];573[label="vwx401",fontsize=16,color="green",shape="box"];574[label="vwx301",fontsize=16,color="green",shape="box"];575[label="vwx401",fontsize=16,color="green",shape="box"];576[label="vwx301",fontsize=16,color="green",shape="box"];577[label="vwx401",fontsize=16,color="green",shape="box"];578[label="vwx301",fontsize=16,color="green",shape="box"];579[label="vwx401",fontsize=16,color="green",shape="box"];580[label="vwx301",fontsize=16,color="green",shape="box"];581[label="vwx401",fontsize=16,color="green",shape="box"];582[label="vwx301",fontsize=16,color="green",shape="box"];583[label="vwx401",fontsize=16,color="green",shape="box"];584[label="vwx301",fontsize=16,color="green",shape="box"];585[label="vwx401",fontsize=16,color="green",shape="box"];586[label="vwx301",fontsize=16,color="green",shape="box"];587[label="vwx401",fontsize=16,color="green",shape="box"];588[label="vwx302",fontsize=16,color="green",shape="box"];589[label="vwx402",fontsize=16,color="green",shape="box"];590[label="vwx302",fontsize=16,color="green",shape="box"];591[label="vwx402",fontsize=16,color="green",shape="box"];592[label="vwx302",fontsize=16,color="green",shape="box"];593[label="vwx402",fontsize=16,color="green",shape="box"];594[label="vwx302",fontsize=16,color="green",shape="box"];595[label="vwx402",fontsize=16,color="green",shape="box"];596[label="vwx302",fontsize=16,color="green",shape="box"];597[label="vwx402",fontsize=16,color="green",shape="box"];598[label="vwx302",fontsize=16,color="green",shape="box"];599[label="vwx402",fontsize=16,color="green",shape="box"];600[label="vwx302",fontsize=16,color="green",shape="box"];601[label="vwx402",fontsize=16,color="green",shape="box"];602[label="vwx302",fontsize=16,color="green",shape="box"];603[label="vwx402",fontsize=16,color="green",shape="box"];604[label="vwx302",fontsize=16,color="green",shape="box"];605[label="vwx402",fontsize=16,color="green",shape="box"];606[label="vwx302",fontsize=16,color="green",shape="box"];607[label="vwx402",fontsize=16,color="green",shape="box"];608[label="vwx302",fontsize=16,color="green",shape="box"];609[label="vwx402",fontsize=16,color="green",shape="box"];610[label="vwx302",fontsize=16,color="green",shape="box"];611[label="vwx402",fontsize=16,color="green",shape="box"];612[label="vwx302",fontsize=16,color="green",shape="box"];613[label="vwx402",fontsize=16,color="green",shape="box"];614[label="vwx302",fontsize=16,color="green",shape="box"];615[label="vwx402",fontsize=16,color="green",shape="box"];664 -> 426[label="",style="dashed", color="red", weight=0]; 19.48/7.45 664[label="compare vwx301 vwx401",fontsize=16,color="magenta"];664 -> 684[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 664 -> 685[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 663[label="primCompAux vwx300 vwx400 vwx42",fontsize=16,color="black",shape="triangle"];663 -> 686[label="",style="solid", color="black", weight=3]; 19.48/7.45 665[label="primCmpInt (Pos (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="black",shape="box"];665 -> 718[label="",style="solid", color="black", weight=3]; 19.48/7.45 666[label="primCmpInt (Pos (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="black",shape="box"];666 -> 719[label="",style="solid", color="black", weight=3]; 19.48/7.45 667[label="primCmpInt (Pos Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];1815[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];667 -> 1815[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1815 -> 720[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1816[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];667 -> 1816[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1816 -> 721[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 668[label="primCmpInt (Pos Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];1817[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];668 -> 1817[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1817 -> 722[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1818[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];668 -> 1818[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1818 -> 723[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 669[label="primCmpInt (Neg (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="black",shape="box"];669 -> 724[label="",style="solid", color="black", weight=3]; 19.48/7.45 670[label="primCmpInt (Neg (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="black",shape="box"];670 -> 725[label="",style="solid", color="black", weight=3]; 19.48/7.45 671[label="primCmpInt (Neg Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];1819[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];671 -> 1819[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1819 -> 726[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1820[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];671 -> 1820[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1820 -> 727[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 672[label="primCmpInt (Neg Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];1821[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];672 -> 1821[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1821 -> 728[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1822[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];672 -> 1822[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1822 -> 729[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 673[label="primCmpNat vwx300 vwx400",fontsize=16,color="burlywood",shape="triangle"];1823[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];673 -> 1823[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1823 -> 730[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1824[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];673 -> 1824[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1824 -> 731[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 674[label="primCmpDouble (Double vwx300 (Pos vwx3010)) (Double vwx400 vwx401)",fontsize=16,color="burlywood",shape="box"];1825[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];674 -> 1825[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1825 -> 732[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1826[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];674 -> 1826[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1826 -> 733[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 675[label="primCmpDouble (Double vwx300 (Neg vwx3010)) (Double vwx400 vwx401)",fontsize=16,color="burlywood",shape="box"];1827[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];675 -> 1827[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1827 -> 734[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1828[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];675 -> 1828[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1828 -> 735[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 676[label="primCmpFloat (Float vwx300 (Pos vwx3010)) (Float vwx400 (Pos vwx4010))",fontsize=16,color="black",shape="box"];676 -> 736[label="",style="solid", color="black", weight=3]; 19.48/7.45 677[label="primCmpFloat (Float vwx300 (Pos vwx3010)) (Float vwx400 (Neg vwx4010))",fontsize=16,color="black",shape="box"];677 -> 737[label="",style="solid", color="black", weight=3]; 19.48/7.45 678[label="primCmpFloat (Float vwx300 (Neg vwx3010)) (Float vwx400 (Pos vwx4010))",fontsize=16,color="black",shape="box"];678 -> 738[label="",style="solid", color="black", weight=3]; 19.48/7.45 679[label="primCmpFloat (Float vwx300 (Neg vwx3010)) (Float vwx400 (Neg vwx4010))",fontsize=16,color="black",shape="box"];679 -> 739[label="",style="solid", color="black", weight=3]; 19.48/7.45 616[label="vwx300",fontsize=16,color="green",shape="box"];617[label="vwx400",fontsize=16,color="green",shape="box"];618[label="LT == LT",fontsize=16,color="black",shape="box"];618 -> 687[label="",style="solid", color="black", weight=3]; 19.48/7.45 619[label="EQ == LT",fontsize=16,color="black",shape="box"];619 -> 688[label="",style="solid", color="black", weight=3]; 19.48/7.45 620[label="GT == LT",fontsize=16,color="black",shape="box"];620 -> 689[label="",style="solid", color="black", weight=3]; 19.48/7.45 621[label="compare3 vwx300 vwx400",fontsize=16,color="black",shape="box"];621 -> 690[label="",style="solid", color="black", weight=3]; 19.48/7.45 622[label="vwx300",fontsize=16,color="green",shape="box"];623[label="vwx400",fontsize=16,color="green",shape="box"];624[label="vwx300",fontsize=16,color="green",shape="box"];625[label="vwx400",fontsize=16,color="green",shape="box"];626[label="vwx300",fontsize=16,color="green",shape="box"];627[label="vwx400",fontsize=16,color="green",shape="box"];628[label="compare3 vwx300 vwx400",fontsize=16,color="black",shape="box"];628 -> 691[label="",style="solid", color="black", weight=3]; 19.48/7.45 629[label="vwx300",fontsize=16,color="green",shape="box"];630[label="vwx400",fontsize=16,color="green",shape="box"];631[label="vwx300",fontsize=16,color="green",shape="box"];632[label="vwx400",fontsize=16,color="green",shape="box"];633[label="vwx300",fontsize=16,color="green",shape="box"];634[label="vwx400",fontsize=16,color="green",shape="box"];635[label="compare3 vwx300 vwx400",fontsize=16,color="black",shape="box"];635 -> 692[label="",style="solid", color="black", weight=3]; 19.48/7.45 636[label="compare3 vwx300 vwx400",fontsize=16,color="black",shape="box"];636 -> 693[label="",style="solid", color="black", weight=3]; 19.48/7.45 637[label="vwx300",fontsize=16,color="green",shape="box"];638[label="vwx400",fontsize=16,color="green",shape="box"];639[label="compare3 vwx300 vwx400",fontsize=16,color="black",shape="box"];639 -> 694[label="",style="solid", color="black", weight=3]; 19.48/7.45 640[label="compare3 vwx300 vwx400",fontsize=16,color="black",shape="box"];640 -> 695[label="",style="solid", color="black", weight=3]; 19.48/7.45 641[label="vwx30 == vwx31",fontsize=16,color="burlywood",shape="triangle"];1829[label="vwx30/()",fontsize=10,color="white",style="solid",shape="box"];641 -> 1829[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1829 -> 696[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 642[label="vwx30 == vwx31",fontsize=16,color="burlywood",shape="triangle"];1830[label="vwx30/LT",fontsize=10,color="white",style="solid",shape="box"];642 -> 1830[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1830 -> 697[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1831[label="vwx30/EQ",fontsize=10,color="white",style="solid",shape="box"];642 -> 1831[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1831 -> 698[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1832[label="vwx30/GT",fontsize=10,color="white",style="solid",shape="box"];642 -> 1832[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1832 -> 699[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 643[label="vwx30 == vwx31",fontsize=16,color="burlywood",shape="triangle"];1833[label="vwx30/(vwx300,vwx301,vwx302)",fontsize=10,color="white",style="solid",shape="box"];643 -> 1833[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1833 -> 700[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 644[label="vwx30 == vwx31",fontsize=16,color="burlywood",shape="triangle"];1834[label="vwx30/Left vwx300",fontsize=10,color="white",style="solid",shape="box"];644 -> 1834[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1834 -> 701[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1835[label="vwx30/Right vwx300",fontsize=10,color="white",style="solid",shape="box"];644 -> 1835[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1835 -> 702[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 645[label="vwx30 == vwx31",fontsize=16,color="black",shape="triangle"];645 -> 703[label="",style="solid", color="black", weight=3]; 19.48/7.45 646[label="vwx30 == vwx31",fontsize=16,color="black",shape="triangle"];646 -> 704[label="",style="solid", color="black", weight=3]; 19.48/7.45 647[label="vwx30 == vwx31",fontsize=16,color="black",shape="triangle"];647 -> 705[label="",style="solid", color="black", weight=3]; 19.48/7.45 648[label="vwx30 == vwx31",fontsize=16,color="burlywood",shape="triangle"];1836[label="vwx30/False",fontsize=10,color="white",style="solid",shape="box"];648 -> 1836[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1836 -> 706[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1837[label="vwx30/True",fontsize=10,color="white",style="solid",shape="box"];648 -> 1837[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1837 -> 707[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 649[label="vwx30 == vwx31",fontsize=16,color="burlywood",shape="triangle"];1838[label="vwx30/Nothing",fontsize=10,color="white",style="solid",shape="box"];649 -> 1838[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1838 -> 708[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1839[label="vwx30/Just vwx300",fontsize=10,color="white",style="solid",shape="box"];649 -> 1839[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1839 -> 709[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 650[label="vwx30 == vwx31",fontsize=16,color="burlywood",shape="triangle"];1840[label="vwx30/vwx300 :% vwx301",fontsize=10,color="white",style="solid",shape="box"];650 -> 1840[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1840 -> 710[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 651[label="vwx30 == vwx31",fontsize=16,color="burlywood",shape="triangle"];1841[label="vwx30/(vwx300,vwx301)",fontsize=10,color="white",style="solid",shape="box"];651 -> 1841[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1841 -> 711[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 652[label="vwx30 == vwx31",fontsize=16,color="burlywood",shape="triangle"];1842[label="vwx30/vwx300 : vwx301",fontsize=10,color="white",style="solid",shape="box"];652 -> 1842[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1842 -> 712[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1843[label="vwx30/[]",fontsize=10,color="white",style="solid",shape="box"];652 -> 1843[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1843 -> 713[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 653[label="vwx30 == vwx31",fontsize=16,color="burlywood",shape="triangle"];1844[label="vwx30/Integer vwx300",fontsize=10,color="white",style="solid",shape="box"];653 -> 1844[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1844 -> 714[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 654[label="vwx30 == vwx31",fontsize=16,color="black",shape="triangle"];654 -> 715[label="",style="solid", color="black", weight=3]; 19.48/7.45 655[label="False && vwx41",fontsize=16,color="black",shape="box"];655 -> 716[label="",style="solid", color="black", weight=3]; 19.48/7.45 656[label="True && vwx41",fontsize=16,color="black",shape="box"];656 -> 717[label="",style="solid", color="black", weight=3]; 19.48/7.45 680[label="vwx300 * vwx401",fontsize=16,color="burlywood",shape="triangle"];1845[label="vwx300/Integer vwx3000",fontsize=10,color="white",style="solid",shape="box"];680 -> 1845[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1845 -> 740[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 681 -> 680[label="",style="dashed", color="red", weight=0]; 19.48/7.45 681[label="vwx400 * vwx301",fontsize=16,color="magenta"];681 -> 741[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 681 -> 742[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 682[label="vwx300 * vwx401",fontsize=16,color="black",shape="triangle"];682 -> 743[label="",style="solid", color="black", weight=3]; 19.48/7.45 683 -> 682[label="",style="dashed", color="red", weight=0]; 19.48/7.45 683[label="vwx400 * vwx301",fontsize=16,color="magenta"];683 -> 744[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 683 -> 745[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 684[label="vwx301",fontsize=16,color="green",shape="box"];685[label="vwx401",fontsize=16,color="green",shape="box"];686 -> 746[label="",style="dashed", color="red", weight=0]; 19.48/7.45 686[label="primCompAux0 vwx42 (compare vwx300 vwx400)",fontsize=16,color="magenta"];686 -> 747[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 686 -> 748[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 718 -> 673[label="",style="dashed", color="red", weight=0]; 19.48/7.45 718[label="primCmpNat (Succ vwx3000) vwx400",fontsize=16,color="magenta"];718 -> 749[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 718 -> 750[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 719[label="GT",fontsize=16,color="green",shape="box"];720[label="primCmpInt (Pos Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];720 -> 751[label="",style="solid", color="black", weight=3]; 19.48/7.45 721[label="primCmpInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];721 -> 752[label="",style="solid", color="black", weight=3]; 19.48/7.45 722[label="primCmpInt (Pos Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];722 -> 753[label="",style="solid", color="black", weight=3]; 19.48/7.45 723[label="primCmpInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];723 -> 754[label="",style="solid", color="black", weight=3]; 19.48/7.45 724[label="LT",fontsize=16,color="green",shape="box"];725 -> 673[label="",style="dashed", color="red", weight=0]; 19.48/7.45 725[label="primCmpNat vwx400 (Succ vwx3000)",fontsize=16,color="magenta"];725 -> 755[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 725 -> 756[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 726[label="primCmpInt (Neg Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];726 -> 757[label="",style="solid", color="black", weight=3]; 19.48/7.45 727[label="primCmpInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];727 -> 758[label="",style="solid", color="black", weight=3]; 19.48/7.45 728[label="primCmpInt (Neg Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];728 -> 759[label="",style="solid", color="black", weight=3]; 19.48/7.45 729[label="primCmpInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];729 -> 760[label="",style="solid", color="black", weight=3]; 19.48/7.45 730[label="primCmpNat (Succ vwx3000) vwx400",fontsize=16,color="burlywood",shape="box"];1846[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];730 -> 1846[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1846 -> 761[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1847[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];730 -> 1847[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1847 -> 762[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 731[label="primCmpNat Zero vwx400",fontsize=16,color="burlywood",shape="box"];1848[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];731 -> 1848[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1848 -> 763[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1849[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];731 -> 1849[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1849 -> 764[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 732[label="primCmpDouble (Double vwx300 (Pos vwx3010)) (Double vwx400 (Pos vwx4010))",fontsize=16,color="black",shape="box"];732 -> 765[label="",style="solid", color="black", weight=3]; 19.48/7.45 733[label="primCmpDouble (Double vwx300 (Pos vwx3010)) (Double vwx400 (Neg vwx4010))",fontsize=16,color="black",shape="box"];733 -> 766[label="",style="solid", color="black", weight=3]; 19.48/7.45 734[label="primCmpDouble (Double vwx300 (Neg vwx3010)) (Double vwx400 (Pos vwx4010))",fontsize=16,color="black",shape="box"];734 -> 767[label="",style="solid", color="black", weight=3]; 19.48/7.45 735[label="primCmpDouble (Double vwx300 (Neg vwx3010)) (Double vwx400 (Neg vwx4010))",fontsize=16,color="black",shape="box"];735 -> 768[label="",style="solid", color="black", weight=3]; 19.48/7.45 736 -> 427[label="",style="dashed", color="red", weight=0]; 19.48/7.45 736[label="compare (vwx300 * Pos vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];736 -> 769[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 736 -> 770[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 737 -> 427[label="",style="dashed", color="red", weight=0]; 19.48/7.45 737[label="compare (vwx300 * Pos vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];737 -> 771[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 737 -> 772[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 738 -> 427[label="",style="dashed", color="red", weight=0]; 19.48/7.45 738[label="compare (vwx300 * Neg vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];738 -> 773[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 738 -> 774[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 739 -> 427[label="",style="dashed", color="red", weight=0]; 19.48/7.45 739[label="compare (vwx300 * Neg vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];739 -> 775[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 739 -> 776[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 687[label="True",fontsize=16,color="green",shape="box"];688[label="False",fontsize=16,color="green",shape="box"];689[label="False",fontsize=16,color="green",shape="box"];690 -> 777[label="",style="dashed", color="red", weight=0]; 19.48/7.45 690[label="compare2 vwx300 vwx400 (vwx300 == vwx400)",fontsize=16,color="magenta"];690 -> 778[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 691 -> 779[label="",style="dashed", color="red", weight=0]; 19.48/7.45 691[label="compare2 vwx300 vwx400 (vwx300 == vwx400)",fontsize=16,color="magenta"];691 -> 780[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 692 -> 781[label="",style="dashed", color="red", weight=0]; 19.48/7.45 692[label="compare2 vwx300 vwx400 (vwx300 == vwx400)",fontsize=16,color="magenta"];692 -> 782[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 693 -> 783[label="",style="dashed", color="red", weight=0]; 19.48/7.45 693[label="compare2 vwx300 vwx400 (vwx300 == vwx400)",fontsize=16,color="magenta"];693 -> 784[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 694 -> 785[label="",style="dashed", color="red", weight=0]; 19.48/7.45 694[label="compare2 vwx300 vwx400 (vwx300 == vwx400)",fontsize=16,color="magenta"];694 -> 786[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 695 -> 787[label="",style="dashed", color="red", weight=0]; 19.48/7.45 695[label="compare2 vwx300 vwx400 (vwx300 == vwx400)",fontsize=16,color="magenta"];695 -> 788[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 696[label="() == vwx31",fontsize=16,color="burlywood",shape="box"];1850[label="vwx31/()",fontsize=10,color="white",style="solid",shape="box"];696 -> 1850[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1850 -> 789[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 697[label="LT == vwx31",fontsize=16,color="burlywood",shape="box"];1851[label="vwx31/LT",fontsize=10,color="white",style="solid",shape="box"];697 -> 1851[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1851 -> 790[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1852[label="vwx31/EQ",fontsize=10,color="white",style="solid",shape="box"];697 -> 1852[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1852 -> 791[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1853[label="vwx31/GT",fontsize=10,color="white",style="solid",shape="box"];697 -> 1853[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1853 -> 792[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 698[label="EQ == vwx31",fontsize=16,color="burlywood",shape="box"];1854[label="vwx31/LT",fontsize=10,color="white",style="solid",shape="box"];698 -> 1854[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1854 -> 793[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1855[label="vwx31/EQ",fontsize=10,color="white",style="solid",shape="box"];698 -> 1855[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1855 -> 794[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1856[label="vwx31/GT",fontsize=10,color="white",style="solid",shape="box"];698 -> 1856[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1856 -> 795[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 699[label="GT == vwx31",fontsize=16,color="burlywood",shape="box"];1857[label="vwx31/LT",fontsize=10,color="white",style="solid",shape="box"];699 -> 1857[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1857 -> 796[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1858[label="vwx31/EQ",fontsize=10,color="white",style="solid",shape="box"];699 -> 1858[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1858 -> 797[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1859[label="vwx31/GT",fontsize=10,color="white",style="solid",shape="box"];699 -> 1859[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1859 -> 798[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 700[label="(vwx300,vwx301,vwx302) == vwx31",fontsize=16,color="burlywood",shape="box"];1860[label="vwx31/(vwx310,vwx311,vwx312)",fontsize=10,color="white",style="solid",shape="box"];700 -> 1860[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1860 -> 799[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 701[label="Left vwx300 == vwx31",fontsize=16,color="burlywood",shape="box"];1861[label="vwx31/Left vwx310",fontsize=10,color="white",style="solid",shape="box"];701 -> 1861[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1861 -> 800[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1862[label="vwx31/Right vwx310",fontsize=10,color="white",style="solid",shape="box"];701 -> 1862[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1862 -> 801[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 702[label="Right vwx300 == vwx31",fontsize=16,color="burlywood",shape="box"];1863[label="vwx31/Left vwx310",fontsize=10,color="white",style="solid",shape="box"];702 -> 1863[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1863 -> 802[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1864[label="vwx31/Right vwx310",fontsize=10,color="white",style="solid",shape="box"];702 -> 1864[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1864 -> 803[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 703[label="primEqChar vwx30 vwx31",fontsize=16,color="burlywood",shape="box"];1865[label="vwx30/Char vwx300",fontsize=10,color="white",style="solid",shape="box"];703 -> 1865[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1865 -> 804[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 704[label="primEqInt vwx30 vwx31",fontsize=16,color="burlywood",shape="triangle"];1866[label="vwx30/Pos vwx300",fontsize=10,color="white",style="solid",shape="box"];704 -> 1866[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1866 -> 805[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1867[label="vwx30/Neg vwx300",fontsize=10,color="white",style="solid",shape="box"];704 -> 1867[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1867 -> 806[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 705[label="primEqDouble vwx30 vwx31",fontsize=16,color="burlywood",shape="box"];1868[label="vwx30/Double vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];705 -> 1868[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1868 -> 807[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 706[label="False == vwx31",fontsize=16,color="burlywood",shape="box"];1869[label="vwx31/False",fontsize=10,color="white",style="solid",shape="box"];706 -> 1869[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1869 -> 808[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1870[label="vwx31/True",fontsize=10,color="white",style="solid",shape="box"];706 -> 1870[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1870 -> 809[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 707[label="True == vwx31",fontsize=16,color="burlywood",shape="box"];1871[label="vwx31/False",fontsize=10,color="white",style="solid",shape="box"];707 -> 1871[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1871 -> 810[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1872[label="vwx31/True",fontsize=10,color="white",style="solid",shape="box"];707 -> 1872[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1872 -> 811[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 708[label="Nothing == vwx31",fontsize=16,color="burlywood",shape="box"];1873[label="vwx31/Nothing",fontsize=10,color="white",style="solid",shape="box"];708 -> 1873[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1873 -> 812[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1874[label="vwx31/Just vwx310",fontsize=10,color="white",style="solid",shape="box"];708 -> 1874[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1874 -> 813[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 709[label="Just vwx300 == vwx31",fontsize=16,color="burlywood",shape="box"];1875[label="vwx31/Nothing",fontsize=10,color="white",style="solid",shape="box"];709 -> 1875[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1875 -> 814[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1876[label="vwx31/Just vwx310",fontsize=10,color="white",style="solid",shape="box"];709 -> 1876[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1876 -> 815[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 710[label="vwx300 :% vwx301 == vwx31",fontsize=16,color="burlywood",shape="box"];1877[label="vwx31/vwx310 :% vwx311",fontsize=10,color="white",style="solid",shape="box"];710 -> 1877[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1877 -> 816[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 711[label="(vwx300,vwx301) == vwx31",fontsize=16,color="burlywood",shape="box"];1878[label="vwx31/(vwx310,vwx311)",fontsize=10,color="white",style="solid",shape="box"];711 -> 1878[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1878 -> 817[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 712[label="vwx300 : vwx301 == vwx31",fontsize=16,color="burlywood",shape="box"];1879[label="vwx31/vwx310 : vwx311",fontsize=10,color="white",style="solid",shape="box"];712 -> 1879[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1879 -> 818[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1880[label="vwx31/[]",fontsize=10,color="white",style="solid",shape="box"];712 -> 1880[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1880 -> 819[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 713[label="[] == vwx31",fontsize=16,color="burlywood",shape="box"];1881[label="vwx31/vwx310 : vwx311",fontsize=10,color="white",style="solid",shape="box"];713 -> 1881[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1881 -> 820[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1882[label="vwx31/[]",fontsize=10,color="white",style="solid",shape="box"];713 -> 1882[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1882 -> 821[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 714[label="Integer vwx300 == vwx31",fontsize=16,color="burlywood",shape="box"];1883[label="vwx31/Integer vwx310",fontsize=10,color="white",style="solid",shape="box"];714 -> 1883[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1883 -> 822[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 715[label="primEqFloat vwx30 vwx31",fontsize=16,color="burlywood",shape="box"];1884[label="vwx30/Float vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];715 -> 1884[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1884 -> 823[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 716[label="False",fontsize=16,color="green",shape="box"];717[label="vwx41",fontsize=16,color="green",shape="box"];740[label="Integer vwx3000 * vwx401",fontsize=16,color="burlywood",shape="box"];1885[label="vwx401/Integer vwx4010",fontsize=10,color="white",style="solid",shape="box"];740 -> 1885[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1885 -> 824[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 741[label="vwx301",fontsize=16,color="green",shape="box"];742[label="vwx400",fontsize=16,color="green",shape="box"];743[label="primMulInt vwx300 vwx401",fontsize=16,color="burlywood",shape="triangle"];1886[label="vwx300/Pos vwx3000",fontsize=10,color="white",style="solid",shape="box"];743 -> 1886[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1886 -> 825[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1887[label="vwx300/Neg vwx3000",fontsize=10,color="white",style="solid",shape="box"];743 -> 1887[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1887 -> 826[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 744[label="vwx301",fontsize=16,color="green",shape="box"];745[label="vwx400",fontsize=16,color="green",shape="box"];747[label="vwx42",fontsize=16,color="green",shape="box"];748[label="compare vwx300 vwx400",fontsize=16,color="blue",shape="box"];1888[label="compare :: Float -> Float -> Ordering",fontsize=10,color="white",style="solid",shape="box"];748 -> 1888[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1888 -> 827[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1889[label="compare :: ((@2) a b) -> ((@2) a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];748 -> 1889[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1889 -> 828[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1890[label="compare :: () -> () -> Ordering",fontsize=10,color="white",style="solid",shape="box"];748 -> 1890[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1890 -> 829[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1891[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];748 -> 1891[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1891 -> 830[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1892[label="compare :: (Ratio a) -> (Ratio a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];748 -> 1892[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1892 -> 831[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1893[label="compare :: ((@3) a b c) -> ((@3) a b c) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];748 -> 1893[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1893 -> 832[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1894[label="compare :: ([] a) -> ([] a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];748 -> 1894[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1894 -> 833[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1895[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];748 -> 1895[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1895 -> 834[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1896[label="compare :: Char -> Char -> Ordering",fontsize=10,color="white",style="solid",shape="box"];748 -> 1896[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1896 -> 835[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1897[label="compare :: Ordering -> Ordering -> Ordering",fontsize=10,color="white",style="solid",shape="box"];748 -> 1897[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1897 -> 836[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1898[label="compare :: Bool -> Bool -> Ordering",fontsize=10,color="white",style="solid",shape="box"];748 -> 1898[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1898 -> 837[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1899[label="compare :: Double -> Double -> Ordering",fontsize=10,color="white",style="solid",shape="box"];748 -> 1899[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1899 -> 838[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1900[label="compare :: (Either a b) -> (Either a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];748 -> 1900[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1900 -> 839[label="",style="solid", color="blue", weight=3]; 19.48/7.45 1901[label="compare :: (Maybe a) -> (Maybe a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];748 -> 1901[label="",style="solid", color="blue", weight=9]; 19.48/7.45 1901 -> 840[label="",style="solid", color="blue", weight=3]; 19.48/7.45 746[label="primCompAux0 vwx46 vwx47",fontsize=16,color="burlywood",shape="triangle"];1902[label="vwx47/LT",fontsize=10,color="white",style="solid",shape="box"];746 -> 1902[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1902 -> 841[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1903[label="vwx47/EQ",fontsize=10,color="white",style="solid",shape="box"];746 -> 1903[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1903 -> 842[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1904[label="vwx47/GT",fontsize=10,color="white",style="solid",shape="box"];746 -> 1904[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1904 -> 843[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 749[label="vwx400",fontsize=16,color="green",shape="box"];750[label="Succ vwx3000",fontsize=16,color="green",shape="box"];751 -> 673[label="",style="dashed", color="red", weight=0]; 19.48/7.45 751[label="primCmpNat Zero (Succ vwx4000)",fontsize=16,color="magenta"];751 -> 844[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 751 -> 845[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 752[label="EQ",fontsize=16,color="green",shape="box"];753[label="GT",fontsize=16,color="green",shape="box"];754[label="EQ",fontsize=16,color="green",shape="box"];755[label="Succ vwx3000",fontsize=16,color="green",shape="box"];756[label="vwx400",fontsize=16,color="green",shape="box"];757[label="LT",fontsize=16,color="green",shape="box"];758[label="EQ",fontsize=16,color="green",shape="box"];759 -> 673[label="",style="dashed", color="red", weight=0]; 19.48/7.45 759[label="primCmpNat (Succ vwx4000) Zero",fontsize=16,color="magenta"];759 -> 846[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 759 -> 847[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 760[label="EQ",fontsize=16,color="green",shape="box"];761[label="primCmpNat (Succ vwx3000) (Succ vwx4000)",fontsize=16,color="black",shape="box"];761 -> 848[label="",style="solid", color="black", weight=3]; 19.48/7.45 762[label="primCmpNat (Succ vwx3000) Zero",fontsize=16,color="black",shape="box"];762 -> 849[label="",style="solid", color="black", weight=3]; 19.48/7.45 763[label="primCmpNat Zero (Succ vwx4000)",fontsize=16,color="black",shape="box"];763 -> 850[label="",style="solid", color="black", weight=3]; 19.48/7.45 764[label="primCmpNat Zero Zero",fontsize=16,color="black",shape="box"];764 -> 851[label="",style="solid", color="black", weight=3]; 19.48/7.45 765 -> 427[label="",style="dashed", color="red", weight=0]; 19.48/7.45 765[label="compare (vwx300 * Pos vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];765 -> 852[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 765 -> 853[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 766 -> 427[label="",style="dashed", color="red", weight=0]; 19.48/7.45 766[label="compare (vwx300 * Pos vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];766 -> 854[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 766 -> 855[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 767 -> 427[label="",style="dashed", color="red", weight=0]; 19.48/7.45 767[label="compare (vwx300 * Neg vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];767 -> 856[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 767 -> 857[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 768 -> 427[label="",style="dashed", color="red", weight=0]; 19.48/7.45 768[label="compare (vwx300 * Neg vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];768 -> 858[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 768 -> 859[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 769 -> 682[label="",style="dashed", color="red", weight=0]; 19.48/7.45 769[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];769 -> 860[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 769 -> 861[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 770 -> 682[label="",style="dashed", color="red", weight=0]; 19.48/7.45 770[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];770 -> 862[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 770 -> 863[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 771 -> 682[label="",style="dashed", color="red", weight=0]; 19.48/7.45 771[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];771 -> 864[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 771 -> 865[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 772 -> 682[label="",style="dashed", color="red", weight=0]; 19.48/7.45 772[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];772 -> 866[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 772 -> 867[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 773 -> 682[label="",style="dashed", color="red", weight=0]; 19.48/7.45 773[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];773 -> 868[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 773 -> 869[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 774 -> 682[label="",style="dashed", color="red", weight=0]; 19.48/7.45 774[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];774 -> 870[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 774 -> 871[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 775 -> 682[label="",style="dashed", color="red", weight=0]; 19.48/7.45 775[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];775 -> 872[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 775 -> 873[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 776 -> 682[label="",style="dashed", color="red", weight=0]; 19.48/7.45 776[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];776 -> 874[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 776 -> 875[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 778 -> 651[label="",style="dashed", color="red", weight=0]; 19.48/7.45 778[label="vwx300 == vwx400",fontsize=16,color="magenta"];778 -> 876[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 778 -> 877[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 777[label="compare2 vwx300 vwx400 vwx48",fontsize=16,color="burlywood",shape="triangle"];1905[label="vwx48/False",fontsize=10,color="white",style="solid",shape="box"];777 -> 1905[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1905 -> 878[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1906[label="vwx48/True",fontsize=10,color="white",style="solid",shape="box"];777 -> 1906[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1906 -> 879[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 780 -> 643[label="",style="dashed", color="red", weight=0]; 19.48/7.45 780[label="vwx300 == vwx400",fontsize=16,color="magenta"];780 -> 880[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 780 -> 881[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 779[label="compare2 vwx300 vwx400 vwx49",fontsize=16,color="burlywood",shape="triangle"];1907[label="vwx49/False",fontsize=10,color="white",style="solid",shape="box"];779 -> 1907[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1907 -> 882[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1908[label="vwx49/True",fontsize=10,color="white",style="solid",shape="box"];779 -> 1908[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1908 -> 883[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 782 -> 642[label="",style="dashed", color="red", weight=0]; 19.48/7.45 782[label="vwx300 == vwx400",fontsize=16,color="magenta"];782 -> 884[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 782 -> 885[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 781[label="compare2 vwx300 vwx400 vwx50",fontsize=16,color="burlywood",shape="triangle"];1909[label="vwx50/False",fontsize=10,color="white",style="solid",shape="box"];781 -> 1909[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1909 -> 886[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1910[label="vwx50/True",fontsize=10,color="white",style="solid",shape="box"];781 -> 1910[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1910 -> 887[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 784 -> 648[label="",style="dashed", color="red", weight=0]; 19.48/7.45 784[label="vwx300 == vwx400",fontsize=16,color="magenta"];784 -> 888[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 784 -> 889[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 783[label="compare2 vwx300 vwx400 vwx51",fontsize=16,color="burlywood",shape="triangle"];1911[label="vwx51/False",fontsize=10,color="white",style="solid",shape="box"];783 -> 1911[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1911 -> 890[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1912[label="vwx51/True",fontsize=10,color="white",style="solid",shape="box"];783 -> 1912[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1912 -> 891[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 786 -> 644[label="",style="dashed", color="red", weight=0]; 19.48/7.45 786[label="vwx300 == vwx400",fontsize=16,color="magenta"];786 -> 892[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 786 -> 893[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 785[label="compare2 vwx300 vwx400 vwx52",fontsize=16,color="burlywood",shape="triangle"];1913[label="vwx52/False",fontsize=10,color="white",style="solid",shape="box"];785 -> 1913[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1913 -> 894[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1914[label="vwx52/True",fontsize=10,color="white",style="solid",shape="box"];785 -> 1914[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1914 -> 895[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 788 -> 649[label="",style="dashed", color="red", weight=0]; 19.48/7.45 788[label="vwx300 == vwx400",fontsize=16,color="magenta"];788 -> 896[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 788 -> 897[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 787[label="compare2 vwx300 vwx400 vwx53",fontsize=16,color="burlywood",shape="triangle"];1915[label="vwx53/False",fontsize=10,color="white",style="solid",shape="box"];787 -> 1915[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1915 -> 898[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1916[label="vwx53/True",fontsize=10,color="white",style="solid",shape="box"];787 -> 1916[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1916 -> 899[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 789[label="() == ()",fontsize=16,color="black",shape="box"];789 -> 900[label="",style="solid", color="black", weight=3]; 19.48/7.45 790[label="LT == LT",fontsize=16,color="black",shape="box"];790 -> 901[label="",style="solid", color="black", weight=3]; 19.48/7.45 791[label="LT == EQ",fontsize=16,color="black",shape="box"];791 -> 902[label="",style="solid", color="black", weight=3]; 19.48/7.45 792[label="LT == GT",fontsize=16,color="black",shape="box"];792 -> 903[label="",style="solid", color="black", weight=3]; 19.48/7.45 793[label="EQ == LT",fontsize=16,color="black",shape="box"];793 -> 904[label="",style="solid", color="black", weight=3]; 19.48/7.45 794[label="EQ == EQ",fontsize=16,color="black",shape="box"];794 -> 905[label="",style="solid", color="black", weight=3]; 19.48/7.45 795[label="EQ == GT",fontsize=16,color="black",shape="box"];795 -> 906[label="",style="solid", color="black", weight=3]; 19.48/7.45 796[label="GT == LT",fontsize=16,color="black",shape="box"];796 -> 907[label="",style="solid", color="black", weight=3]; 19.48/7.45 797[label="GT == EQ",fontsize=16,color="black",shape="box"];797 -> 908[label="",style="solid", color="black", weight=3]; 19.48/7.45 798[label="GT == GT",fontsize=16,color="black",shape="box"];798 -> 909[label="",style="solid", color="black", weight=3]; 19.48/7.45 799[label="(vwx300,vwx301,vwx302) == (vwx310,vwx311,vwx312)",fontsize=16,color="black",shape="box"];799 -> 910[label="",style="solid", color="black", weight=3]; 19.48/7.45 800[label="Left vwx300 == Left vwx310",fontsize=16,color="black",shape="box"];800 -> 911[label="",style="solid", color="black", weight=3]; 19.48/7.45 801[label="Left vwx300 == Right vwx310",fontsize=16,color="black",shape="box"];801 -> 912[label="",style="solid", color="black", weight=3]; 19.48/7.45 802[label="Right vwx300 == Left vwx310",fontsize=16,color="black",shape="box"];802 -> 913[label="",style="solid", color="black", weight=3]; 19.48/7.45 803[label="Right vwx300 == Right vwx310",fontsize=16,color="black",shape="box"];803 -> 914[label="",style="solid", color="black", weight=3]; 19.48/7.45 804[label="primEqChar (Char vwx300) vwx31",fontsize=16,color="burlywood",shape="box"];1917[label="vwx31/Char vwx310",fontsize=10,color="white",style="solid",shape="box"];804 -> 1917[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1917 -> 915[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 805[label="primEqInt (Pos vwx300) vwx31",fontsize=16,color="burlywood",shape="box"];1918[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];805 -> 1918[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1918 -> 916[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1919[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];805 -> 1919[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1919 -> 917[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 806[label="primEqInt (Neg vwx300) vwx31",fontsize=16,color="burlywood",shape="box"];1920[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];806 -> 1920[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1920 -> 918[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1921[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];806 -> 1921[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1921 -> 919[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 807[label="primEqDouble (Double vwx300 vwx301) vwx31",fontsize=16,color="burlywood",shape="box"];1922[label="vwx31/Double vwx310 vwx311",fontsize=10,color="white",style="solid",shape="box"];807 -> 1922[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1922 -> 920[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 808[label="False == False",fontsize=16,color="black",shape="box"];808 -> 921[label="",style="solid", color="black", weight=3]; 19.48/7.45 809[label="False == True",fontsize=16,color="black",shape="box"];809 -> 922[label="",style="solid", color="black", weight=3]; 19.48/7.45 810[label="True == False",fontsize=16,color="black",shape="box"];810 -> 923[label="",style="solid", color="black", weight=3]; 19.48/7.45 811[label="True == True",fontsize=16,color="black",shape="box"];811 -> 924[label="",style="solid", color="black", weight=3]; 19.48/7.45 812[label="Nothing == Nothing",fontsize=16,color="black",shape="box"];812 -> 925[label="",style="solid", color="black", weight=3]; 19.48/7.45 813[label="Nothing == Just vwx310",fontsize=16,color="black",shape="box"];813 -> 926[label="",style="solid", color="black", weight=3]; 19.48/7.45 814[label="Just vwx300 == Nothing",fontsize=16,color="black",shape="box"];814 -> 927[label="",style="solid", color="black", weight=3]; 19.48/7.45 815[label="Just vwx300 == Just vwx310",fontsize=16,color="black",shape="box"];815 -> 928[label="",style="solid", color="black", weight=3]; 19.48/7.45 816[label="vwx300 :% vwx301 == vwx310 :% vwx311",fontsize=16,color="black",shape="box"];816 -> 929[label="",style="solid", color="black", weight=3]; 19.48/7.45 817[label="(vwx300,vwx301) == (vwx310,vwx311)",fontsize=16,color="black",shape="box"];817 -> 930[label="",style="solid", color="black", weight=3]; 19.48/7.45 818[label="vwx300 : vwx301 == vwx310 : vwx311",fontsize=16,color="black",shape="box"];818 -> 931[label="",style="solid", color="black", weight=3]; 19.48/7.45 819[label="vwx300 : vwx301 == []",fontsize=16,color="black",shape="box"];819 -> 932[label="",style="solid", color="black", weight=3]; 19.48/7.45 820[label="[] == vwx310 : vwx311",fontsize=16,color="black",shape="box"];820 -> 933[label="",style="solid", color="black", weight=3]; 19.48/7.45 821[label="[] == []",fontsize=16,color="black",shape="box"];821 -> 934[label="",style="solid", color="black", weight=3]; 19.48/7.45 822[label="Integer vwx300 == Integer vwx310",fontsize=16,color="black",shape="box"];822 -> 935[label="",style="solid", color="black", weight=3]; 19.48/7.45 823[label="primEqFloat (Float vwx300 vwx301) vwx31",fontsize=16,color="burlywood",shape="box"];1923[label="vwx31/Float vwx310 vwx311",fontsize=10,color="white",style="solid",shape="box"];823 -> 1923[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1923 -> 936[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 824[label="Integer vwx3000 * Integer vwx4010",fontsize=16,color="black",shape="box"];824 -> 937[label="",style="solid", color="black", weight=3]; 19.48/7.45 825[label="primMulInt (Pos vwx3000) vwx401",fontsize=16,color="burlywood",shape="box"];1924[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];825 -> 1924[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1924 -> 938[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1925[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];825 -> 1925[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1925 -> 939[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 826[label="primMulInt (Neg vwx3000) vwx401",fontsize=16,color="burlywood",shape="box"];1926[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];826 -> 1926[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1926 -> 940[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 1927[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];826 -> 1927[label="",style="solid", color="burlywood", weight=9]; 19.48/7.45 1927 -> 941[label="",style="solid", color="burlywood", weight=3]; 19.48/7.45 827 -> 422[label="",style="dashed", color="red", weight=0]; 19.48/7.45 827[label="compare vwx300 vwx400",fontsize=16,color="magenta"];827 -> 942[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 827 -> 943[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 828 -> 511[label="",style="dashed", color="red", weight=0]; 19.48/7.45 828[label="compare vwx300 vwx400",fontsize=16,color="magenta"];828 -> 944[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 828 -> 945[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 829 -> 423[label="",style="dashed", color="red", weight=0]; 19.48/7.45 829[label="compare vwx300 vwx400",fontsize=16,color="magenta"];829 -> 946[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 829 -> 947[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 830 -> 424[label="",style="dashed", color="red", weight=0]; 19.48/7.45 830[label="compare vwx300 vwx400",fontsize=16,color="magenta"];830 -> 948[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 830 -> 949[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 831 -> 425[label="",style="dashed", color="red", weight=0]; 19.48/7.45 831[label="compare vwx300 vwx400",fontsize=16,color="magenta"];831 -> 950[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 831 -> 951[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 832 -> 515[label="",style="dashed", color="red", weight=0]; 19.48/7.45 832[label="compare vwx300 vwx400",fontsize=16,color="magenta"];832 -> 952[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 832 -> 953[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 833 -> 426[label="",style="dashed", color="red", weight=0]; 19.48/7.45 833[label="compare vwx300 vwx400",fontsize=16,color="magenta"];833 -> 954[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 833 -> 955[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 834 -> 427[label="",style="dashed", color="red", weight=0]; 19.48/7.45 834[label="compare vwx300 vwx400",fontsize=16,color="magenta"];834 -> 956[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 834 -> 957[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 835 -> 428[label="",style="dashed", color="red", weight=0]; 19.48/7.45 835[label="compare vwx300 vwx400",fontsize=16,color="magenta"];835 -> 958[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 835 -> 959[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 836 -> 519[label="",style="dashed", color="red", weight=0]; 19.48/7.45 836[label="compare vwx300 vwx400",fontsize=16,color="magenta"];836 -> 960[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 836 -> 961[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 837 -> 520[label="",style="dashed", color="red", weight=0]; 19.48/7.45 837[label="compare vwx300 vwx400",fontsize=16,color="magenta"];837 -> 962[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 837 -> 963[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 838 -> 429[label="",style="dashed", color="red", weight=0]; 19.48/7.45 838[label="compare vwx300 vwx400",fontsize=16,color="magenta"];838 -> 964[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 838 -> 965[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 839 -> 522[label="",style="dashed", color="red", weight=0]; 19.48/7.45 839[label="compare vwx300 vwx400",fontsize=16,color="magenta"];839 -> 966[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 839 -> 967[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 840 -> 523[label="",style="dashed", color="red", weight=0]; 19.48/7.45 840[label="compare vwx300 vwx400",fontsize=16,color="magenta"];840 -> 968[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 840 -> 969[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 841[label="primCompAux0 vwx46 LT",fontsize=16,color="black",shape="box"];841 -> 970[label="",style="solid", color="black", weight=3]; 19.48/7.45 842[label="primCompAux0 vwx46 EQ",fontsize=16,color="black",shape="box"];842 -> 971[label="",style="solid", color="black", weight=3]; 19.48/7.45 843[label="primCompAux0 vwx46 GT",fontsize=16,color="black",shape="box"];843 -> 972[label="",style="solid", color="black", weight=3]; 19.48/7.45 844[label="Succ vwx4000",fontsize=16,color="green",shape="box"];845[label="Zero",fontsize=16,color="green",shape="box"];846[label="Zero",fontsize=16,color="green",shape="box"];847[label="Succ vwx4000",fontsize=16,color="green",shape="box"];848 -> 673[label="",style="dashed", color="red", weight=0]; 19.48/7.45 848[label="primCmpNat vwx3000 vwx4000",fontsize=16,color="magenta"];848 -> 973[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 848 -> 974[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 849[label="GT",fontsize=16,color="green",shape="box"];850[label="LT",fontsize=16,color="green",shape="box"];851[label="EQ",fontsize=16,color="green",shape="box"];852 -> 682[label="",style="dashed", color="red", weight=0]; 19.48/7.45 852[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];852 -> 975[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 852 -> 976[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 853 -> 682[label="",style="dashed", color="red", weight=0]; 19.48/7.45 853[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];853 -> 977[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 853 -> 978[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 854 -> 682[label="",style="dashed", color="red", weight=0]; 19.48/7.45 854[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];854 -> 979[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 854 -> 980[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 855 -> 682[label="",style="dashed", color="red", weight=0]; 19.48/7.45 855[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];855 -> 981[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 855 -> 982[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 856 -> 682[label="",style="dashed", color="red", weight=0]; 19.48/7.45 856[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];856 -> 983[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 856 -> 984[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 857 -> 682[label="",style="dashed", color="red", weight=0]; 19.48/7.45 857[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];857 -> 985[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 857 -> 986[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 858 -> 682[label="",style="dashed", color="red", weight=0]; 19.48/7.45 858[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];858 -> 987[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 858 -> 988[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 859 -> 682[label="",style="dashed", color="red", weight=0]; 19.48/7.45 859[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];859 -> 989[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 859 -> 990[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 860[label="Pos vwx4010",fontsize=16,color="green",shape="box"];861[label="vwx300",fontsize=16,color="green",shape="box"];862[label="vwx400",fontsize=16,color="green",shape="box"];863[label="Pos vwx3010",fontsize=16,color="green",shape="box"];864[label="Pos vwx4010",fontsize=16,color="green",shape="box"];865[label="vwx300",fontsize=16,color="green",shape="box"];866[label="vwx400",fontsize=16,color="green",shape="box"];867[label="Neg vwx3010",fontsize=16,color="green",shape="box"];868[label="Neg vwx4010",fontsize=16,color="green",shape="box"];869[label="vwx300",fontsize=16,color="green",shape="box"];870[label="vwx400",fontsize=16,color="green",shape="box"];871[label="Pos vwx3010",fontsize=16,color="green",shape="box"];872[label="Neg vwx4010",fontsize=16,color="green",shape="box"];873[label="vwx300",fontsize=16,color="green",shape="box"];874[label="vwx400",fontsize=16,color="green",shape="box"];875[label="Neg vwx3010",fontsize=16,color="green",shape="box"];876[label="vwx300",fontsize=16,color="green",shape="box"];877[label="vwx400",fontsize=16,color="green",shape="box"];878[label="compare2 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];878 -> 991[label="",style="solid", color="black", weight=3]; 19.48/7.45 879[label="compare2 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];879 -> 992[label="",style="solid", color="black", weight=3]; 19.48/7.45 880[label="vwx300",fontsize=16,color="green",shape="box"];881[label="vwx400",fontsize=16,color="green",shape="box"];882[label="compare2 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];882 -> 993[label="",style="solid", color="black", weight=3]; 19.48/7.45 883[label="compare2 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];883 -> 994[label="",style="solid", color="black", weight=3]; 19.48/7.45 884[label="vwx300",fontsize=16,color="green",shape="box"];885[label="vwx400",fontsize=16,color="green",shape="box"];886[label="compare2 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];886 -> 995[label="",style="solid", color="black", weight=3]; 19.48/7.45 887[label="compare2 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];887 -> 996[label="",style="solid", color="black", weight=3]; 19.48/7.45 888[label="vwx300",fontsize=16,color="green",shape="box"];889[label="vwx400",fontsize=16,color="green",shape="box"];890[label="compare2 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];890 -> 997[label="",style="solid", color="black", weight=3]; 19.48/7.45 891[label="compare2 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];891 -> 998[label="",style="solid", color="black", weight=3]; 19.48/7.45 892[label="vwx300",fontsize=16,color="green",shape="box"];893[label="vwx400",fontsize=16,color="green",shape="box"];894[label="compare2 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];894 -> 999[label="",style="solid", color="black", weight=3]; 19.48/7.45 895[label="compare2 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];895 -> 1000[label="",style="solid", color="black", weight=3]; 19.48/7.45 896[label="vwx300",fontsize=16,color="green",shape="box"];897[label="vwx400",fontsize=16,color="green",shape="box"];898[label="compare2 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];898 -> 1001[label="",style="solid", color="black", weight=3]; 19.48/7.45 899[label="compare2 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];899 -> 1002[label="",style="solid", color="black", weight=3]; 19.48/7.45 900[label="True",fontsize=16,color="green",shape="box"];901[label="True",fontsize=16,color="green",shape="box"];902[label="False",fontsize=16,color="green",shape="box"];903[label="False",fontsize=16,color="green",shape="box"];904[label="False",fontsize=16,color="green",shape="box"];905[label="True",fontsize=16,color="green",shape="box"];906[label="False",fontsize=16,color="green",shape="box"];907[label="False",fontsize=16,color="green",shape="box"];908[label="False",fontsize=16,color="green",shape="box"];909[label="True",fontsize=16,color="green",shape="box"];910 -> 539[label="",style="dashed", color="red", weight=0]; 19.48/7.45 910[label="vwx300 == vwx310 && vwx301 == vwx311 && vwx302 == vwx312",fontsize=16,color="magenta"];910 -> 1003[label="",style="dashed", color="magenta", weight=3]; 19.48/7.45 910 -> 1004[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 911[label="vwx300 == vwx310",fontsize=16,color="blue",shape="box"];1928[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];911 -> 1928[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1928 -> 1005[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1929[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];911 -> 1929[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1929 -> 1006[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1930[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];911 -> 1930[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1930 -> 1007[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1931[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];911 -> 1931[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1931 -> 1008[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1932[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];911 -> 1932[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1932 -> 1009[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1933[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];911 -> 1933[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1933 -> 1010[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1934[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];911 -> 1934[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1934 -> 1011[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1935[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];911 -> 1935[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1935 -> 1012[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1936[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];911 -> 1936[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1936 -> 1013[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1937[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];911 -> 1937[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1937 -> 1014[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1938[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];911 -> 1938[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1938 -> 1015[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1939[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];911 -> 1939[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1939 -> 1016[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1940[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];911 -> 1940[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1940 -> 1017[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1941[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];911 -> 1941[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1941 -> 1018[label="",style="solid", color="blue", weight=3]; 19.48/7.46 912[label="False",fontsize=16,color="green",shape="box"];913[label="False",fontsize=16,color="green",shape="box"];914[label="vwx300 == vwx310",fontsize=16,color="blue",shape="box"];1942[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];914 -> 1942[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1942 -> 1019[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1943[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];914 -> 1943[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1943 -> 1020[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1944[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];914 -> 1944[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1944 -> 1021[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1945[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];914 -> 1945[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1945 -> 1022[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1946[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];914 -> 1946[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1946 -> 1023[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1947[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];914 -> 1947[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1947 -> 1024[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1948[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];914 -> 1948[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1948 -> 1025[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1949[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];914 -> 1949[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1949 -> 1026[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1950[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];914 -> 1950[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1950 -> 1027[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1951[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];914 -> 1951[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1951 -> 1028[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1952[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];914 -> 1952[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1952 -> 1029[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1953[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];914 -> 1953[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1953 -> 1030[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1954[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];914 -> 1954[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1954 -> 1031[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1955[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];914 -> 1955[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1955 -> 1032[label="",style="solid", color="blue", weight=3]; 19.48/7.46 915[label="primEqChar (Char vwx300) (Char vwx310)",fontsize=16,color="black",shape="box"];915 -> 1033[label="",style="solid", color="black", weight=3]; 19.48/7.46 916[label="primEqInt (Pos (Succ vwx3000)) vwx31",fontsize=16,color="burlywood",shape="box"];1956[label="vwx31/Pos vwx310",fontsize=10,color="white",style="solid",shape="box"];916 -> 1956[label="",style="solid", color="burlywood", weight=9]; 19.48/7.46 1956 -> 1034[label="",style="solid", color="burlywood", weight=3]; 19.48/7.46 1957[label="vwx31/Neg vwx310",fontsize=10,color="white",style="solid",shape="box"];916 -> 1957[label="",style="solid", color="burlywood", weight=9]; 19.48/7.46 1957 -> 1035[label="",style="solid", color="burlywood", weight=3]; 19.48/7.46 917[label="primEqInt (Pos Zero) vwx31",fontsize=16,color="burlywood",shape="box"];1958[label="vwx31/Pos vwx310",fontsize=10,color="white",style="solid",shape="box"];917 -> 1958[label="",style="solid", color="burlywood", weight=9]; 19.48/7.46 1958 -> 1036[label="",style="solid", color="burlywood", weight=3]; 19.48/7.46 1959[label="vwx31/Neg vwx310",fontsize=10,color="white",style="solid",shape="box"];917 -> 1959[label="",style="solid", color="burlywood", weight=9]; 19.48/7.46 1959 -> 1037[label="",style="solid", color="burlywood", weight=3]; 19.48/7.46 918[label="primEqInt (Neg (Succ vwx3000)) vwx31",fontsize=16,color="burlywood",shape="box"];1960[label="vwx31/Pos vwx310",fontsize=10,color="white",style="solid",shape="box"];918 -> 1960[label="",style="solid", color="burlywood", weight=9]; 19.48/7.46 1960 -> 1038[label="",style="solid", color="burlywood", weight=3]; 19.48/7.46 1961[label="vwx31/Neg vwx310",fontsize=10,color="white",style="solid",shape="box"];918 -> 1961[label="",style="solid", color="burlywood", weight=9]; 19.48/7.46 1961 -> 1039[label="",style="solid", color="burlywood", weight=3]; 19.48/7.46 919[label="primEqInt (Neg Zero) vwx31",fontsize=16,color="burlywood",shape="box"];1962[label="vwx31/Pos vwx310",fontsize=10,color="white",style="solid",shape="box"];919 -> 1962[label="",style="solid", color="burlywood", weight=9]; 19.48/7.46 1962 -> 1040[label="",style="solid", color="burlywood", weight=3]; 19.48/7.46 1963[label="vwx31/Neg vwx310",fontsize=10,color="white",style="solid",shape="box"];919 -> 1963[label="",style="solid", color="burlywood", weight=9]; 19.48/7.46 1963 -> 1041[label="",style="solid", color="burlywood", weight=3]; 19.48/7.46 920[label="primEqDouble (Double vwx300 vwx301) (Double vwx310 vwx311)",fontsize=16,color="black",shape="box"];920 -> 1042[label="",style="solid", color="black", weight=3]; 19.48/7.46 921[label="True",fontsize=16,color="green",shape="box"];922[label="False",fontsize=16,color="green",shape="box"];923[label="False",fontsize=16,color="green",shape="box"];924[label="True",fontsize=16,color="green",shape="box"];925[label="True",fontsize=16,color="green",shape="box"];926[label="False",fontsize=16,color="green",shape="box"];927[label="False",fontsize=16,color="green",shape="box"];928[label="vwx300 == vwx310",fontsize=16,color="blue",shape="box"];1964[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];928 -> 1964[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1964 -> 1043[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1965[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];928 -> 1965[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1965 -> 1044[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1966[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];928 -> 1966[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1966 -> 1045[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1967[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];928 -> 1967[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1967 -> 1046[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1968[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];928 -> 1968[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1968 -> 1047[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1969[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];928 -> 1969[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1969 -> 1048[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1970[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];928 -> 1970[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1970 -> 1049[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1971[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];928 -> 1971[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1971 -> 1050[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1972[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];928 -> 1972[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1972 -> 1051[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1973[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];928 -> 1973[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1973 -> 1052[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1974[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];928 -> 1974[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1974 -> 1053[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1975[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];928 -> 1975[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1975 -> 1054[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1976[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];928 -> 1976[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1976 -> 1055[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1977[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];928 -> 1977[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1977 -> 1056[label="",style="solid", color="blue", weight=3]; 19.48/7.46 929 -> 539[label="",style="dashed", color="red", weight=0]; 19.48/7.46 929[label="vwx300 == vwx310 && vwx301 == vwx311",fontsize=16,color="magenta"];929 -> 1057[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 929 -> 1058[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 930 -> 539[label="",style="dashed", color="red", weight=0]; 19.48/7.46 930[label="vwx300 == vwx310 && vwx301 == vwx311",fontsize=16,color="magenta"];930 -> 1059[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 930 -> 1060[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 931 -> 539[label="",style="dashed", color="red", weight=0]; 19.48/7.46 931[label="vwx300 == vwx310 && vwx301 == vwx311",fontsize=16,color="magenta"];931 -> 1061[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 931 -> 1062[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 932[label="False",fontsize=16,color="green",shape="box"];933[label="False",fontsize=16,color="green",shape="box"];934[label="True",fontsize=16,color="green",shape="box"];935 -> 704[label="",style="dashed", color="red", weight=0]; 19.48/7.46 935[label="primEqInt vwx300 vwx310",fontsize=16,color="magenta"];935 -> 1063[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 935 -> 1064[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 936[label="primEqFloat (Float vwx300 vwx301) (Float vwx310 vwx311)",fontsize=16,color="black",shape="box"];936 -> 1065[label="",style="solid", color="black", weight=3]; 19.48/7.46 937[label="Integer (primMulInt vwx3000 vwx4010)",fontsize=16,color="green",shape="box"];937 -> 1066[label="",style="dashed", color="green", weight=3]; 19.48/7.46 938[label="primMulInt (Pos vwx3000) (Pos vwx4010)",fontsize=16,color="black",shape="box"];938 -> 1067[label="",style="solid", color="black", weight=3]; 19.48/7.46 939[label="primMulInt (Pos vwx3000) (Neg vwx4010)",fontsize=16,color="black",shape="box"];939 -> 1068[label="",style="solid", color="black", weight=3]; 19.48/7.46 940[label="primMulInt (Neg vwx3000) (Pos vwx4010)",fontsize=16,color="black",shape="box"];940 -> 1069[label="",style="solid", color="black", weight=3]; 19.48/7.46 941[label="primMulInt (Neg vwx3000) (Neg vwx4010)",fontsize=16,color="black",shape="box"];941 -> 1070[label="",style="solid", color="black", weight=3]; 19.48/7.46 942[label="vwx300",fontsize=16,color="green",shape="box"];943[label="vwx400",fontsize=16,color="green",shape="box"];944[label="vwx300",fontsize=16,color="green",shape="box"];945[label="vwx400",fontsize=16,color="green",shape="box"];946[label="vwx300",fontsize=16,color="green",shape="box"];947[label="vwx400",fontsize=16,color="green",shape="box"];948[label="vwx300",fontsize=16,color="green",shape="box"];949[label="vwx400",fontsize=16,color="green",shape="box"];950[label="vwx300",fontsize=16,color="green",shape="box"];951[label="vwx400",fontsize=16,color="green",shape="box"];952[label="vwx300",fontsize=16,color="green",shape="box"];953[label="vwx400",fontsize=16,color="green",shape="box"];954[label="vwx300",fontsize=16,color="green",shape="box"];955[label="vwx400",fontsize=16,color="green",shape="box"];956[label="vwx300",fontsize=16,color="green",shape="box"];957[label="vwx400",fontsize=16,color="green",shape="box"];958[label="vwx300",fontsize=16,color="green",shape="box"];959[label="vwx400",fontsize=16,color="green",shape="box"];960[label="vwx300",fontsize=16,color="green",shape="box"];961[label="vwx400",fontsize=16,color="green",shape="box"];962[label="vwx300",fontsize=16,color="green",shape="box"];963[label="vwx400",fontsize=16,color="green",shape="box"];964[label="vwx300",fontsize=16,color="green",shape="box"];965[label="vwx400",fontsize=16,color="green",shape="box"];966[label="vwx300",fontsize=16,color="green",shape="box"];967[label="vwx400",fontsize=16,color="green",shape="box"];968[label="vwx300",fontsize=16,color="green",shape="box"];969[label="vwx400",fontsize=16,color="green",shape="box"];970[label="LT",fontsize=16,color="green",shape="box"];971[label="vwx46",fontsize=16,color="green",shape="box"];972[label="GT",fontsize=16,color="green",shape="box"];973[label="vwx4000",fontsize=16,color="green",shape="box"];974[label="vwx3000",fontsize=16,color="green",shape="box"];975[label="Pos vwx4010",fontsize=16,color="green",shape="box"];976[label="vwx300",fontsize=16,color="green",shape="box"];977[label="vwx400",fontsize=16,color="green",shape="box"];978[label="Pos vwx3010",fontsize=16,color="green",shape="box"];979[label="Pos vwx4010",fontsize=16,color="green",shape="box"];980[label="vwx300",fontsize=16,color="green",shape="box"];981[label="vwx400",fontsize=16,color="green",shape="box"];982[label="Neg vwx3010",fontsize=16,color="green",shape="box"];983[label="Neg vwx4010",fontsize=16,color="green",shape="box"];984[label="vwx300",fontsize=16,color="green",shape="box"];985[label="vwx400",fontsize=16,color="green",shape="box"];986[label="Pos vwx3010",fontsize=16,color="green",shape="box"];987[label="Neg vwx4010",fontsize=16,color="green",shape="box"];988[label="vwx300",fontsize=16,color="green",shape="box"];989[label="vwx400",fontsize=16,color="green",shape="box"];990[label="Neg vwx3010",fontsize=16,color="green",shape="box"];991 -> 1071[label="",style="dashed", color="red", weight=0]; 19.48/7.46 991[label="compare1 vwx300 vwx400 (vwx300 <= vwx400)",fontsize=16,color="magenta"];991 -> 1072[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 992[label="EQ",fontsize=16,color="green",shape="box"];993 -> 1073[label="",style="dashed", color="red", weight=0]; 19.48/7.46 993[label="compare1 vwx300 vwx400 (vwx300 <= vwx400)",fontsize=16,color="magenta"];993 -> 1074[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 994[label="EQ",fontsize=16,color="green",shape="box"];995 -> 1075[label="",style="dashed", color="red", weight=0]; 19.48/7.46 995[label="compare1 vwx300 vwx400 (vwx300 <= vwx400)",fontsize=16,color="magenta"];995 -> 1076[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 996[label="EQ",fontsize=16,color="green",shape="box"];997 -> 1077[label="",style="dashed", color="red", weight=0]; 19.48/7.46 997[label="compare1 vwx300 vwx400 (vwx300 <= vwx400)",fontsize=16,color="magenta"];997 -> 1078[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 998[label="EQ",fontsize=16,color="green",shape="box"];999 -> 1079[label="",style="dashed", color="red", weight=0]; 19.48/7.46 999[label="compare1 vwx300 vwx400 (vwx300 <= vwx400)",fontsize=16,color="magenta"];999 -> 1080[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1000[label="EQ",fontsize=16,color="green",shape="box"];1001 -> 1081[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1001[label="compare1 vwx300 vwx400 (vwx300 <= vwx400)",fontsize=16,color="magenta"];1001 -> 1082[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1002[label="EQ",fontsize=16,color="green",shape="box"];1003[label="vwx300 == vwx310",fontsize=16,color="blue",shape="box"];1978[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1003 -> 1978[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1978 -> 1083[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1979[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1003 -> 1979[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1979 -> 1084[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1980[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1003 -> 1980[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1980 -> 1085[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1981[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1003 -> 1981[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1981 -> 1086[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1982[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1003 -> 1982[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1982 -> 1087[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1983[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1003 -> 1983[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1983 -> 1088[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1984[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1003 -> 1984[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1984 -> 1089[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1985[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1003 -> 1985[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1985 -> 1090[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1986[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1003 -> 1986[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1986 -> 1091[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1987[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1003 -> 1987[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1987 -> 1092[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1988[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1003 -> 1988[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1988 -> 1093[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1989[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1003 -> 1989[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1989 -> 1094[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1990[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1003 -> 1990[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1990 -> 1095[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1991[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1003 -> 1991[label="",style="solid", color="blue", weight=9]; 19.48/7.46 1991 -> 1096[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1004 -> 539[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1004[label="vwx301 == vwx311 && vwx302 == vwx312",fontsize=16,color="magenta"];1004 -> 1097[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1004 -> 1098[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1005 -> 641[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1005[label="vwx300 == vwx310",fontsize=16,color="magenta"];1005 -> 1099[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1005 -> 1100[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1006 -> 642[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1006[label="vwx300 == vwx310",fontsize=16,color="magenta"];1006 -> 1101[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1006 -> 1102[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1007 -> 643[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1007[label="vwx300 == vwx310",fontsize=16,color="magenta"];1007 -> 1103[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1007 -> 1104[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1008 -> 644[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1008[label="vwx300 == vwx310",fontsize=16,color="magenta"];1008 -> 1105[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1008 -> 1106[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1009 -> 645[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1009[label="vwx300 == vwx310",fontsize=16,color="magenta"];1009 -> 1107[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1009 -> 1108[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1010 -> 646[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1010[label="vwx300 == vwx310",fontsize=16,color="magenta"];1010 -> 1109[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1010 -> 1110[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1011 -> 647[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1011[label="vwx300 == vwx310",fontsize=16,color="magenta"];1011 -> 1111[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1011 -> 1112[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1012 -> 648[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1012[label="vwx300 == vwx310",fontsize=16,color="magenta"];1012 -> 1113[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1012 -> 1114[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1013 -> 649[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1013[label="vwx300 == vwx310",fontsize=16,color="magenta"];1013 -> 1115[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1013 -> 1116[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1014 -> 650[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1014[label="vwx300 == vwx310",fontsize=16,color="magenta"];1014 -> 1117[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1014 -> 1118[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1015 -> 651[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1015[label="vwx300 == vwx310",fontsize=16,color="magenta"];1015 -> 1119[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1015 -> 1120[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1016 -> 652[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1016[label="vwx300 == vwx310",fontsize=16,color="magenta"];1016 -> 1121[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1016 -> 1122[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1017 -> 653[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1017[label="vwx300 == vwx310",fontsize=16,color="magenta"];1017 -> 1123[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1017 -> 1124[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1018 -> 654[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1018[label="vwx300 == vwx310",fontsize=16,color="magenta"];1018 -> 1125[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1018 -> 1126[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1019 -> 641[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1019[label="vwx300 == vwx310",fontsize=16,color="magenta"];1019 -> 1127[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1019 -> 1128[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1020 -> 642[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1020[label="vwx300 == vwx310",fontsize=16,color="magenta"];1020 -> 1129[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1020 -> 1130[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1021 -> 643[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1021[label="vwx300 == vwx310",fontsize=16,color="magenta"];1021 -> 1131[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1021 -> 1132[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1022 -> 644[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1022[label="vwx300 == vwx310",fontsize=16,color="magenta"];1022 -> 1133[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1022 -> 1134[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1023 -> 645[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1023[label="vwx300 == vwx310",fontsize=16,color="magenta"];1023 -> 1135[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1023 -> 1136[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1024 -> 646[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1024[label="vwx300 == vwx310",fontsize=16,color="magenta"];1024 -> 1137[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1024 -> 1138[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1025 -> 647[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1025[label="vwx300 == vwx310",fontsize=16,color="magenta"];1025 -> 1139[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1025 -> 1140[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1026 -> 648[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1026[label="vwx300 == vwx310",fontsize=16,color="magenta"];1026 -> 1141[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1026 -> 1142[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1027 -> 649[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1027[label="vwx300 == vwx310",fontsize=16,color="magenta"];1027 -> 1143[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1027 -> 1144[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1028 -> 650[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1028[label="vwx300 == vwx310",fontsize=16,color="magenta"];1028 -> 1145[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1028 -> 1146[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1029 -> 651[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1029[label="vwx300 == vwx310",fontsize=16,color="magenta"];1029 -> 1147[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1029 -> 1148[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1030 -> 652[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1030[label="vwx300 == vwx310",fontsize=16,color="magenta"];1030 -> 1149[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1030 -> 1150[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1031 -> 653[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1031[label="vwx300 == vwx310",fontsize=16,color="magenta"];1031 -> 1151[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1031 -> 1152[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1032 -> 654[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1032[label="vwx300 == vwx310",fontsize=16,color="magenta"];1032 -> 1153[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1032 -> 1154[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1033[label="primEqNat vwx300 vwx310",fontsize=16,color="burlywood",shape="triangle"];1992[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];1033 -> 1992[label="",style="solid", color="burlywood", weight=9]; 19.48/7.46 1992 -> 1155[label="",style="solid", color="burlywood", weight=3]; 19.48/7.46 1993[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];1033 -> 1993[label="",style="solid", color="burlywood", weight=9]; 19.48/7.46 1993 -> 1156[label="",style="solid", color="burlywood", weight=3]; 19.48/7.46 1034[label="primEqInt (Pos (Succ vwx3000)) (Pos vwx310)",fontsize=16,color="burlywood",shape="box"];1994[label="vwx310/Succ vwx3100",fontsize=10,color="white",style="solid",shape="box"];1034 -> 1994[label="",style="solid", color="burlywood", weight=9]; 19.48/7.46 1994 -> 1157[label="",style="solid", color="burlywood", weight=3]; 19.48/7.46 1995[label="vwx310/Zero",fontsize=10,color="white",style="solid",shape="box"];1034 -> 1995[label="",style="solid", color="burlywood", weight=9]; 19.48/7.46 1995 -> 1158[label="",style="solid", color="burlywood", weight=3]; 19.48/7.46 1035[label="primEqInt (Pos (Succ vwx3000)) (Neg vwx310)",fontsize=16,color="black",shape="box"];1035 -> 1159[label="",style="solid", color="black", weight=3]; 19.48/7.46 1036[label="primEqInt (Pos Zero) (Pos vwx310)",fontsize=16,color="burlywood",shape="box"];1996[label="vwx310/Succ vwx3100",fontsize=10,color="white",style="solid",shape="box"];1036 -> 1996[label="",style="solid", color="burlywood", weight=9]; 19.48/7.46 1996 -> 1160[label="",style="solid", color="burlywood", weight=3]; 19.48/7.46 1997[label="vwx310/Zero",fontsize=10,color="white",style="solid",shape="box"];1036 -> 1997[label="",style="solid", color="burlywood", weight=9]; 19.48/7.46 1997 -> 1161[label="",style="solid", color="burlywood", weight=3]; 19.48/7.46 1037[label="primEqInt (Pos Zero) (Neg vwx310)",fontsize=16,color="burlywood",shape="box"];1998[label="vwx310/Succ vwx3100",fontsize=10,color="white",style="solid",shape="box"];1037 -> 1998[label="",style="solid", color="burlywood", weight=9]; 19.48/7.46 1998 -> 1162[label="",style="solid", color="burlywood", weight=3]; 19.48/7.46 1999[label="vwx310/Zero",fontsize=10,color="white",style="solid",shape="box"];1037 -> 1999[label="",style="solid", color="burlywood", weight=9]; 19.48/7.46 1999 -> 1163[label="",style="solid", color="burlywood", weight=3]; 19.48/7.46 1038[label="primEqInt (Neg (Succ vwx3000)) (Pos vwx310)",fontsize=16,color="black",shape="box"];1038 -> 1164[label="",style="solid", color="black", weight=3]; 19.48/7.46 1039[label="primEqInt (Neg (Succ vwx3000)) (Neg vwx310)",fontsize=16,color="burlywood",shape="box"];2000[label="vwx310/Succ vwx3100",fontsize=10,color="white",style="solid",shape="box"];1039 -> 2000[label="",style="solid", color="burlywood", weight=9]; 19.48/7.46 2000 -> 1165[label="",style="solid", color="burlywood", weight=3]; 19.48/7.46 2001[label="vwx310/Zero",fontsize=10,color="white",style="solid",shape="box"];1039 -> 2001[label="",style="solid", color="burlywood", weight=9]; 19.48/7.46 2001 -> 1166[label="",style="solid", color="burlywood", weight=3]; 19.48/7.46 1040[label="primEqInt (Neg Zero) (Pos vwx310)",fontsize=16,color="burlywood",shape="box"];2002[label="vwx310/Succ vwx3100",fontsize=10,color="white",style="solid",shape="box"];1040 -> 2002[label="",style="solid", color="burlywood", weight=9]; 19.48/7.46 2002 -> 1167[label="",style="solid", color="burlywood", weight=3]; 19.48/7.46 2003[label="vwx310/Zero",fontsize=10,color="white",style="solid",shape="box"];1040 -> 2003[label="",style="solid", color="burlywood", weight=9]; 19.48/7.46 2003 -> 1168[label="",style="solid", color="burlywood", weight=3]; 19.48/7.46 1041[label="primEqInt (Neg Zero) (Neg vwx310)",fontsize=16,color="burlywood",shape="box"];2004[label="vwx310/Succ vwx3100",fontsize=10,color="white",style="solid",shape="box"];1041 -> 2004[label="",style="solid", color="burlywood", weight=9]; 19.48/7.46 2004 -> 1169[label="",style="solid", color="burlywood", weight=3]; 19.48/7.46 2005[label="vwx310/Zero",fontsize=10,color="white",style="solid",shape="box"];1041 -> 2005[label="",style="solid", color="burlywood", weight=9]; 19.48/7.46 2005 -> 1170[label="",style="solid", color="burlywood", weight=3]; 19.48/7.46 1042 -> 646[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1042[label="vwx300 * vwx311 == vwx301 * vwx310",fontsize=16,color="magenta"];1042 -> 1171[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1042 -> 1172[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1043 -> 641[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1043[label="vwx300 == vwx310",fontsize=16,color="magenta"];1043 -> 1173[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1043 -> 1174[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1044 -> 642[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1044[label="vwx300 == vwx310",fontsize=16,color="magenta"];1044 -> 1175[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1044 -> 1176[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1045 -> 643[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1045[label="vwx300 == vwx310",fontsize=16,color="magenta"];1045 -> 1177[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1045 -> 1178[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1046 -> 644[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1046[label="vwx300 == vwx310",fontsize=16,color="magenta"];1046 -> 1179[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1046 -> 1180[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1047 -> 645[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1047[label="vwx300 == vwx310",fontsize=16,color="magenta"];1047 -> 1181[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1047 -> 1182[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1048 -> 646[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1048[label="vwx300 == vwx310",fontsize=16,color="magenta"];1048 -> 1183[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1048 -> 1184[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1049 -> 647[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1049[label="vwx300 == vwx310",fontsize=16,color="magenta"];1049 -> 1185[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1049 -> 1186[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1050 -> 648[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1050[label="vwx300 == vwx310",fontsize=16,color="magenta"];1050 -> 1187[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1050 -> 1188[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1051 -> 649[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1051[label="vwx300 == vwx310",fontsize=16,color="magenta"];1051 -> 1189[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1051 -> 1190[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1052 -> 650[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1052[label="vwx300 == vwx310",fontsize=16,color="magenta"];1052 -> 1191[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1052 -> 1192[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1053 -> 651[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1053[label="vwx300 == vwx310",fontsize=16,color="magenta"];1053 -> 1193[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1053 -> 1194[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1054 -> 652[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1054[label="vwx300 == vwx310",fontsize=16,color="magenta"];1054 -> 1195[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1054 -> 1196[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1055 -> 653[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1055[label="vwx300 == vwx310",fontsize=16,color="magenta"];1055 -> 1197[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1055 -> 1198[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1056 -> 654[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1056[label="vwx300 == vwx310",fontsize=16,color="magenta"];1056 -> 1199[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1056 -> 1200[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1057[label="vwx300 == vwx310",fontsize=16,color="blue",shape="box"];2006[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1057 -> 2006[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2006 -> 1201[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2007[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1057 -> 2007[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2007 -> 1202[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1058[label="vwx301 == vwx311",fontsize=16,color="blue",shape="box"];2008[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1058 -> 2008[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2008 -> 1203[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2009[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1058 -> 2009[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2009 -> 1204[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1059[label="vwx300 == vwx310",fontsize=16,color="blue",shape="box"];2010[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1059 -> 2010[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2010 -> 1205[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2011[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1059 -> 2011[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2011 -> 1206[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2012[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1059 -> 2012[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2012 -> 1207[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2013[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1059 -> 2013[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2013 -> 1208[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2014[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1059 -> 2014[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2014 -> 1209[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2015[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1059 -> 2015[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2015 -> 1210[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2016[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1059 -> 2016[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2016 -> 1211[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2017[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1059 -> 2017[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2017 -> 1212[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2018[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1059 -> 2018[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2018 -> 1213[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2019[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1059 -> 2019[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2019 -> 1214[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2020[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1059 -> 2020[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2020 -> 1215[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2021[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1059 -> 2021[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2021 -> 1216[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2022[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1059 -> 2022[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2022 -> 1217[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2023[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1059 -> 2023[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2023 -> 1218[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1060[label="vwx301 == vwx311",fontsize=16,color="blue",shape="box"];2024[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1060 -> 2024[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2024 -> 1219[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2025[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1060 -> 2025[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2025 -> 1220[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2026[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1060 -> 2026[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2026 -> 1221[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2027[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1060 -> 2027[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2027 -> 1222[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2028[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1060 -> 2028[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2028 -> 1223[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2029[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1060 -> 2029[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2029 -> 1224[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2030[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1060 -> 2030[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2030 -> 1225[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2031[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1060 -> 2031[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2031 -> 1226[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2032[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1060 -> 2032[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2032 -> 1227[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2033[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1060 -> 2033[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2033 -> 1228[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2034[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1060 -> 2034[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2034 -> 1229[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2035[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1060 -> 2035[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2035 -> 1230[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2036[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1060 -> 2036[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2036 -> 1231[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2037[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1060 -> 2037[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2037 -> 1232[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1061[label="vwx300 == vwx310",fontsize=16,color="blue",shape="box"];2038[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1061 -> 2038[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2038 -> 1233[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2039[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1061 -> 2039[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2039 -> 1234[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2040[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1061 -> 2040[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2040 -> 1235[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2041[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1061 -> 2041[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2041 -> 1236[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2042[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1061 -> 2042[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2042 -> 1237[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2043[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1061 -> 2043[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2043 -> 1238[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2044[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1061 -> 2044[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2044 -> 1239[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2045[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1061 -> 2045[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2045 -> 1240[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2046[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1061 -> 2046[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2046 -> 1241[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2047[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1061 -> 2047[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2047 -> 1242[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2048[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1061 -> 2048[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2048 -> 1243[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2049[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1061 -> 2049[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2049 -> 1244[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2050[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1061 -> 2050[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2050 -> 1245[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2051[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1061 -> 2051[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2051 -> 1246[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1062 -> 652[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1062[label="vwx301 == vwx311",fontsize=16,color="magenta"];1062 -> 1247[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1062 -> 1248[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1063[label="vwx300",fontsize=16,color="green",shape="box"];1064[label="vwx310",fontsize=16,color="green",shape="box"];1065 -> 646[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1065[label="vwx300 * vwx311 == vwx301 * vwx310",fontsize=16,color="magenta"];1065 -> 1249[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1065 -> 1250[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1066 -> 743[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1066[label="primMulInt vwx3000 vwx4010",fontsize=16,color="magenta"];1066 -> 1251[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1066 -> 1252[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1067[label="Pos (primMulNat vwx3000 vwx4010)",fontsize=16,color="green",shape="box"];1067 -> 1253[label="",style="dashed", color="green", weight=3]; 19.48/7.46 1068[label="Neg (primMulNat vwx3000 vwx4010)",fontsize=16,color="green",shape="box"];1068 -> 1254[label="",style="dashed", color="green", weight=3]; 19.48/7.46 1069[label="Neg (primMulNat vwx3000 vwx4010)",fontsize=16,color="green",shape="box"];1069 -> 1255[label="",style="dashed", color="green", weight=3]; 19.48/7.46 1070[label="Pos (primMulNat vwx3000 vwx4010)",fontsize=16,color="green",shape="box"];1070 -> 1256[label="",style="dashed", color="green", weight=3]; 19.48/7.46 1072 -> 26[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1072[label="vwx300 <= vwx400",fontsize=16,color="magenta"];1072 -> 1257[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1072 -> 1258[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1071[label="compare1 vwx300 vwx400 vwx54",fontsize=16,color="burlywood",shape="triangle"];2052[label="vwx54/False",fontsize=10,color="white",style="solid",shape="box"];1071 -> 2052[label="",style="solid", color="burlywood", weight=9]; 19.48/7.46 2052 -> 1259[label="",style="solid", color="burlywood", weight=3]; 19.48/7.46 2053[label="vwx54/True",fontsize=10,color="white",style="solid",shape="box"];1071 -> 2053[label="",style="solid", color="burlywood", weight=9]; 19.48/7.46 2053 -> 1260[label="",style="solid", color="burlywood", weight=3]; 19.48/7.46 1074 -> 30[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1074[label="vwx300 <= vwx400",fontsize=16,color="magenta"];1074 -> 1261[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1074 -> 1262[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1073[label="compare1 vwx300 vwx400 vwx55",fontsize=16,color="burlywood",shape="triangle"];2054[label="vwx55/False",fontsize=10,color="white",style="solid",shape="box"];1073 -> 2054[label="",style="solid", color="burlywood", weight=9]; 19.48/7.46 2054 -> 1263[label="",style="solid", color="burlywood", weight=3]; 19.48/7.46 2055[label="vwx55/True",fontsize=10,color="white",style="solid",shape="box"];1073 -> 2055[label="",style="solid", color="burlywood", weight=9]; 19.48/7.46 2055 -> 1264[label="",style="solid", color="burlywood", weight=3]; 19.48/7.46 1076 -> 34[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1076[label="vwx300 <= vwx400",fontsize=16,color="magenta"];1076 -> 1265[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1076 -> 1266[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1075[label="compare1 vwx300 vwx400 vwx56",fontsize=16,color="burlywood",shape="triangle"];2056[label="vwx56/False",fontsize=10,color="white",style="solid",shape="box"];1075 -> 2056[label="",style="solid", color="burlywood", weight=9]; 19.48/7.46 2056 -> 1267[label="",style="solid", color="burlywood", weight=3]; 19.48/7.46 2057[label="vwx56/True",fontsize=10,color="white",style="solid",shape="box"];1075 -> 2057[label="",style="solid", color="burlywood", weight=9]; 19.48/7.46 2057 -> 1268[label="",style="solid", color="burlywood", weight=3]; 19.48/7.46 1078 -> 35[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1078[label="vwx300 <= vwx400",fontsize=16,color="magenta"];1078 -> 1269[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1078 -> 1270[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1077[label="compare1 vwx300 vwx400 vwx57",fontsize=16,color="burlywood",shape="triangle"];2058[label="vwx57/False",fontsize=10,color="white",style="solid",shape="box"];1077 -> 2058[label="",style="solid", color="burlywood", weight=9]; 19.48/7.46 2058 -> 1271[label="",style="solid", color="burlywood", weight=3]; 19.48/7.46 2059[label="vwx57/True",fontsize=10,color="white",style="solid",shape="box"];1077 -> 2059[label="",style="solid", color="burlywood", weight=9]; 19.48/7.46 2059 -> 1272[label="",style="solid", color="burlywood", weight=3]; 19.48/7.46 1080 -> 37[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1080[label="vwx300 <= vwx400",fontsize=16,color="magenta"];1080 -> 1273[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1080 -> 1274[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1079[label="compare1 vwx300 vwx400 vwx58",fontsize=16,color="burlywood",shape="triangle"];2060[label="vwx58/False",fontsize=10,color="white",style="solid",shape="box"];1079 -> 2060[label="",style="solid", color="burlywood", weight=9]; 19.48/7.46 2060 -> 1275[label="",style="solid", color="burlywood", weight=3]; 19.48/7.46 2061[label="vwx58/True",fontsize=10,color="white",style="solid",shape="box"];1079 -> 2061[label="",style="solid", color="burlywood", weight=9]; 19.48/7.46 2061 -> 1276[label="",style="solid", color="burlywood", weight=3]; 19.48/7.46 1082 -> 38[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1082[label="vwx300 <= vwx400",fontsize=16,color="magenta"];1082 -> 1277[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1082 -> 1278[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1081[label="compare1 vwx300 vwx400 vwx59",fontsize=16,color="burlywood",shape="triangle"];2062[label="vwx59/False",fontsize=10,color="white",style="solid",shape="box"];1081 -> 2062[label="",style="solid", color="burlywood", weight=9]; 19.48/7.46 2062 -> 1279[label="",style="solid", color="burlywood", weight=3]; 19.48/7.46 2063[label="vwx59/True",fontsize=10,color="white",style="solid",shape="box"];1081 -> 2063[label="",style="solid", color="burlywood", weight=9]; 19.48/7.46 2063 -> 1280[label="",style="solid", color="burlywood", weight=3]; 19.48/7.46 1083 -> 641[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1083[label="vwx300 == vwx310",fontsize=16,color="magenta"];1083 -> 1281[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1083 -> 1282[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1084 -> 642[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1084[label="vwx300 == vwx310",fontsize=16,color="magenta"];1084 -> 1283[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1084 -> 1284[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1085 -> 643[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1085[label="vwx300 == vwx310",fontsize=16,color="magenta"];1085 -> 1285[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1085 -> 1286[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1086 -> 644[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1086[label="vwx300 == vwx310",fontsize=16,color="magenta"];1086 -> 1287[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1086 -> 1288[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1087 -> 645[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1087[label="vwx300 == vwx310",fontsize=16,color="magenta"];1087 -> 1289[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1087 -> 1290[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1088 -> 646[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1088[label="vwx300 == vwx310",fontsize=16,color="magenta"];1088 -> 1291[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1088 -> 1292[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1089 -> 647[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1089[label="vwx300 == vwx310",fontsize=16,color="magenta"];1089 -> 1293[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1089 -> 1294[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1090 -> 648[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1090[label="vwx300 == vwx310",fontsize=16,color="magenta"];1090 -> 1295[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1090 -> 1296[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1091 -> 649[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1091[label="vwx300 == vwx310",fontsize=16,color="magenta"];1091 -> 1297[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1091 -> 1298[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1092 -> 650[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1092[label="vwx300 == vwx310",fontsize=16,color="magenta"];1092 -> 1299[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1092 -> 1300[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1093 -> 651[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1093[label="vwx300 == vwx310",fontsize=16,color="magenta"];1093 -> 1301[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1093 -> 1302[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1094 -> 652[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1094[label="vwx300 == vwx310",fontsize=16,color="magenta"];1094 -> 1303[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1094 -> 1304[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1095 -> 653[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1095[label="vwx300 == vwx310",fontsize=16,color="magenta"];1095 -> 1305[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1095 -> 1306[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1096 -> 654[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1096[label="vwx300 == vwx310",fontsize=16,color="magenta"];1096 -> 1307[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1096 -> 1308[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1097[label="vwx301 == vwx311",fontsize=16,color="blue",shape="box"];2064[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1097 -> 2064[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2064 -> 1309[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2065[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1097 -> 2065[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2065 -> 1310[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2066[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1097 -> 2066[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2066 -> 1311[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2067[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1097 -> 2067[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2067 -> 1312[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2068[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1097 -> 2068[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2068 -> 1313[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2069[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1097 -> 2069[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2069 -> 1314[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2070[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1097 -> 2070[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2070 -> 1315[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2071[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1097 -> 2071[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2071 -> 1316[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2072[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1097 -> 2072[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2072 -> 1317[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2073[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1097 -> 2073[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2073 -> 1318[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2074[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1097 -> 2074[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2074 -> 1319[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2075[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1097 -> 2075[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2075 -> 1320[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2076[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1097 -> 2076[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2076 -> 1321[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2077[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1097 -> 2077[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2077 -> 1322[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1098[label="vwx302 == vwx312",fontsize=16,color="blue",shape="box"];2078[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1098 -> 2078[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2078 -> 1323[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2079[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1098 -> 2079[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2079 -> 1324[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2080[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1098 -> 2080[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2080 -> 1325[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2081[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1098 -> 2081[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2081 -> 1326[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2082[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1098 -> 2082[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2082 -> 1327[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2083[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1098 -> 2083[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2083 -> 1328[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2084[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1098 -> 2084[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2084 -> 1329[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2085[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1098 -> 2085[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2085 -> 1330[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2086[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1098 -> 2086[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2086 -> 1331[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2087[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1098 -> 2087[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2087 -> 1332[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2088[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1098 -> 2088[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2088 -> 1333[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2089[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1098 -> 2089[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2089 -> 1334[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2090[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1098 -> 2090[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2090 -> 1335[label="",style="solid", color="blue", weight=3]; 19.48/7.46 2091[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1098 -> 2091[label="",style="solid", color="blue", weight=9]; 19.48/7.46 2091 -> 1336[label="",style="solid", color="blue", weight=3]; 19.48/7.46 1099[label="vwx300",fontsize=16,color="green",shape="box"];1100[label="vwx310",fontsize=16,color="green",shape="box"];1101[label="vwx300",fontsize=16,color="green",shape="box"];1102[label="vwx310",fontsize=16,color="green",shape="box"];1103[label="vwx300",fontsize=16,color="green",shape="box"];1104[label="vwx310",fontsize=16,color="green",shape="box"];1105[label="vwx300",fontsize=16,color="green",shape="box"];1106[label="vwx310",fontsize=16,color="green",shape="box"];1107[label="vwx300",fontsize=16,color="green",shape="box"];1108[label="vwx310",fontsize=16,color="green",shape="box"];1109[label="vwx300",fontsize=16,color="green",shape="box"];1110[label="vwx310",fontsize=16,color="green",shape="box"];1111[label="vwx300",fontsize=16,color="green",shape="box"];1112[label="vwx310",fontsize=16,color="green",shape="box"];1113[label="vwx300",fontsize=16,color="green",shape="box"];1114[label="vwx310",fontsize=16,color="green",shape="box"];1115[label="vwx300",fontsize=16,color="green",shape="box"];1116[label="vwx310",fontsize=16,color="green",shape="box"];1117[label="vwx300",fontsize=16,color="green",shape="box"];1118[label="vwx310",fontsize=16,color="green",shape="box"];1119[label="vwx300",fontsize=16,color="green",shape="box"];1120[label="vwx310",fontsize=16,color="green",shape="box"];1121[label="vwx300",fontsize=16,color="green",shape="box"];1122[label="vwx310",fontsize=16,color="green",shape="box"];1123[label="vwx300",fontsize=16,color="green",shape="box"];1124[label="vwx310",fontsize=16,color="green",shape="box"];1125[label="vwx300",fontsize=16,color="green",shape="box"];1126[label="vwx310",fontsize=16,color="green",shape="box"];1127[label="vwx300",fontsize=16,color="green",shape="box"];1128[label="vwx310",fontsize=16,color="green",shape="box"];1129[label="vwx300",fontsize=16,color="green",shape="box"];1130[label="vwx310",fontsize=16,color="green",shape="box"];1131[label="vwx300",fontsize=16,color="green",shape="box"];1132[label="vwx310",fontsize=16,color="green",shape="box"];1133[label="vwx300",fontsize=16,color="green",shape="box"];1134[label="vwx310",fontsize=16,color="green",shape="box"];1135[label="vwx300",fontsize=16,color="green",shape="box"];1136[label="vwx310",fontsize=16,color="green",shape="box"];1137[label="vwx300",fontsize=16,color="green",shape="box"];1138[label="vwx310",fontsize=16,color="green",shape="box"];1139[label="vwx300",fontsize=16,color="green",shape="box"];1140[label="vwx310",fontsize=16,color="green",shape="box"];1141[label="vwx300",fontsize=16,color="green",shape="box"];1142[label="vwx310",fontsize=16,color="green",shape="box"];1143[label="vwx300",fontsize=16,color="green",shape="box"];1144[label="vwx310",fontsize=16,color="green",shape="box"];1145[label="vwx300",fontsize=16,color="green",shape="box"];1146[label="vwx310",fontsize=16,color="green",shape="box"];1147[label="vwx300",fontsize=16,color="green",shape="box"];1148[label="vwx310",fontsize=16,color="green",shape="box"];1149[label="vwx300",fontsize=16,color="green",shape="box"];1150[label="vwx310",fontsize=16,color="green",shape="box"];1151[label="vwx300",fontsize=16,color="green",shape="box"];1152[label="vwx310",fontsize=16,color="green",shape="box"];1153[label="vwx300",fontsize=16,color="green",shape="box"];1154[label="vwx310",fontsize=16,color="green",shape="box"];1155[label="primEqNat (Succ vwx3000) vwx310",fontsize=16,color="burlywood",shape="box"];2092[label="vwx310/Succ vwx3100",fontsize=10,color="white",style="solid",shape="box"];1155 -> 2092[label="",style="solid", color="burlywood", weight=9]; 19.48/7.46 2092 -> 1337[label="",style="solid", color="burlywood", weight=3]; 19.48/7.46 2093[label="vwx310/Zero",fontsize=10,color="white",style="solid",shape="box"];1155 -> 2093[label="",style="solid", color="burlywood", weight=9]; 19.48/7.46 2093 -> 1338[label="",style="solid", color="burlywood", weight=3]; 19.48/7.46 1156[label="primEqNat Zero vwx310",fontsize=16,color="burlywood",shape="box"];2094[label="vwx310/Succ vwx3100",fontsize=10,color="white",style="solid",shape="box"];1156 -> 2094[label="",style="solid", color="burlywood", weight=9]; 19.48/7.46 2094 -> 1339[label="",style="solid", color="burlywood", weight=3]; 19.48/7.46 2095[label="vwx310/Zero",fontsize=10,color="white",style="solid",shape="box"];1156 -> 2095[label="",style="solid", color="burlywood", weight=9]; 19.48/7.46 2095 -> 1340[label="",style="solid", color="burlywood", weight=3]; 19.48/7.46 1157[label="primEqInt (Pos (Succ vwx3000)) (Pos (Succ vwx3100))",fontsize=16,color="black",shape="box"];1157 -> 1341[label="",style="solid", color="black", weight=3]; 19.48/7.46 1158[label="primEqInt (Pos (Succ vwx3000)) (Pos Zero)",fontsize=16,color="black",shape="box"];1158 -> 1342[label="",style="solid", color="black", weight=3]; 19.48/7.46 1159[label="False",fontsize=16,color="green",shape="box"];1160[label="primEqInt (Pos Zero) (Pos (Succ vwx3100))",fontsize=16,color="black",shape="box"];1160 -> 1343[label="",style="solid", color="black", weight=3]; 19.48/7.46 1161[label="primEqInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];1161 -> 1344[label="",style="solid", color="black", weight=3]; 19.48/7.46 1162[label="primEqInt (Pos Zero) (Neg (Succ vwx3100))",fontsize=16,color="black",shape="box"];1162 -> 1345[label="",style="solid", color="black", weight=3]; 19.48/7.46 1163[label="primEqInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];1163 -> 1346[label="",style="solid", color="black", weight=3]; 19.48/7.46 1164[label="False",fontsize=16,color="green",shape="box"];1165[label="primEqInt (Neg (Succ vwx3000)) (Neg (Succ vwx3100))",fontsize=16,color="black",shape="box"];1165 -> 1347[label="",style="solid", color="black", weight=3]; 19.48/7.46 1166[label="primEqInt (Neg (Succ vwx3000)) (Neg Zero)",fontsize=16,color="black",shape="box"];1166 -> 1348[label="",style="solid", color="black", weight=3]; 19.48/7.46 1167[label="primEqInt (Neg Zero) (Pos (Succ vwx3100))",fontsize=16,color="black",shape="box"];1167 -> 1349[label="",style="solid", color="black", weight=3]; 19.48/7.46 1168[label="primEqInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];1168 -> 1350[label="",style="solid", color="black", weight=3]; 19.48/7.46 1169[label="primEqInt (Neg Zero) (Neg (Succ vwx3100))",fontsize=16,color="black",shape="box"];1169 -> 1351[label="",style="solid", color="black", weight=3]; 19.48/7.46 1170[label="primEqInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];1170 -> 1352[label="",style="solid", color="black", weight=3]; 19.48/7.46 1171 -> 682[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1171[label="vwx300 * vwx311",fontsize=16,color="magenta"];1171 -> 1353[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1171 -> 1354[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1172 -> 682[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1172[label="vwx301 * vwx310",fontsize=16,color="magenta"];1172 -> 1355[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1172 -> 1356[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1173[label="vwx300",fontsize=16,color="green",shape="box"];1174[label="vwx310",fontsize=16,color="green",shape="box"];1175[label="vwx300",fontsize=16,color="green",shape="box"];1176[label="vwx310",fontsize=16,color="green",shape="box"];1177[label="vwx300",fontsize=16,color="green",shape="box"];1178[label="vwx310",fontsize=16,color="green",shape="box"];1179[label="vwx300",fontsize=16,color="green",shape="box"];1180[label="vwx310",fontsize=16,color="green",shape="box"];1181[label="vwx300",fontsize=16,color="green",shape="box"];1182[label="vwx310",fontsize=16,color="green",shape="box"];1183[label="vwx300",fontsize=16,color="green",shape="box"];1184[label="vwx310",fontsize=16,color="green",shape="box"];1185[label="vwx300",fontsize=16,color="green",shape="box"];1186[label="vwx310",fontsize=16,color="green",shape="box"];1187[label="vwx300",fontsize=16,color="green",shape="box"];1188[label="vwx310",fontsize=16,color="green",shape="box"];1189[label="vwx300",fontsize=16,color="green",shape="box"];1190[label="vwx310",fontsize=16,color="green",shape="box"];1191[label="vwx300",fontsize=16,color="green",shape="box"];1192[label="vwx310",fontsize=16,color="green",shape="box"];1193[label="vwx300",fontsize=16,color="green",shape="box"];1194[label="vwx310",fontsize=16,color="green",shape="box"];1195[label="vwx300",fontsize=16,color="green",shape="box"];1196[label="vwx310",fontsize=16,color="green",shape="box"];1197[label="vwx300",fontsize=16,color="green",shape="box"];1198[label="vwx310",fontsize=16,color="green",shape="box"];1199[label="vwx300",fontsize=16,color="green",shape="box"];1200[label="vwx310",fontsize=16,color="green",shape="box"];1201 -> 646[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1201[label="vwx300 == vwx310",fontsize=16,color="magenta"];1201 -> 1357[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1201 -> 1358[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1202 -> 653[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1202[label="vwx300 == vwx310",fontsize=16,color="magenta"];1202 -> 1359[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1202 -> 1360[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1203 -> 646[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1203[label="vwx301 == vwx311",fontsize=16,color="magenta"];1203 -> 1361[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1203 -> 1362[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1204 -> 653[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1204[label="vwx301 == vwx311",fontsize=16,color="magenta"];1204 -> 1363[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1204 -> 1364[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1205 -> 641[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1205[label="vwx300 == vwx310",fontsize=16,color="magenta"];1205 -> 1365[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1205 -> 1366[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1206 -> 642[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1206[label="vwx300 == vwx310",fontsize=16,color="magenta"];1206 -> 1367[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1206 -> 1368[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1207 -> 643[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1207[label="vwx300 == vwx310",fontsize=16,color="magenta"];1207 -> 1369[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1207 -> 1370[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1208 -> 644[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1208[label="vwx300 == vwx310",fontsize=16,color="magenta"];1208 -> 1371[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1208 -> 1372[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1209 -> 645[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1209[label="vwx300 == vwx310",fontsize=16,color="magenta"];1209 -> 1373[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1209 -> 1374[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1210 -> 646[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1210[label="vwx300 == vwx310",fontsize=16,color="magenta"];1210 -> 1375[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1210 -> 1376[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1211 -> 647[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1211[label="vwx300 == vwx310",fontsize=16,color="magenta"];1211 -> 1377[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1211 -> 1378[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1212 -> 648[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1212[label="vwx300 == vwx310",fontsize=16,color="magenta"];1212 -> 1379[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1212 -> 1380[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1213 -> 649[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1213[label="vwx300 == vwx310",fontsize=16,color="magenta"];1213 -> 1381[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1213 -> 1382[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1214 -> 650[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1214[label="vwx300 == vwx310",fontsize=16,color="magenta"];1214 -> 1383[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1214 -> 1384[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1215 -> 651[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1215[label="vwx300 == vwx310",fontsize=16,color="magenta"];1215 -> 1385[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1215 -> 1386[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1216 -> 652[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1216[label="vwx300 == vwx310",fontsize=16,color="magenta"];1216 -> 1387[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1216 -> 1388[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1217 -> 653[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1217[label="vwx300 == vwx310",fontsize=16,color="magenta"];1217 -> 1389[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1217 -> 1390[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1218 -> 654[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1218[label="vwx300 == vwx310",fontsize=16,color="magenta"];1218 -> 1391[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1218 -> 1392[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1219 -> 641[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1219[label="vwx301 == vwx311",fontsize=16,color="magenta"];1219 -> 1393[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1219 -> 1394[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1220 -> 642[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1220[label="vwx301 == vwx311",fontsize=16,color="magenta"];1220 -> 1395[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1220 -> 1396[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1221 -> 643[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1221[label="vwx301 == vwx311",fontsize=16,color="magenta"];1221 -> 1397[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1221 -> 1398[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1222 -> 644[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1222[label="vwx301 == vwx311",fontsize=16,color="magenta"];1222 -> 1399[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1222 -> 1400[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1223 -> 645[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1223[label="vwx301 == vwx311",fontsize=16,color="magenta"];1223 -> 1401[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1223 -> 1402[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1224 -> 646[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1224[label="vwx301 == vwx311",fontsize=16,color="magenta"];1224 -> 1403[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1224 -> 1404[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1225 -> 647[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1225[label="vwx301 == vwx311",fontsize=16,color="magenta"];1225 -> 1405[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1225 -> 1406[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1226 -> 648[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1226[label="vwx301 == vwx311",fontsize=16,color="magenta"];1226 -> 1407[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1226 -> 1408[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1227 -> 649[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1227[label="vwx301 == vwx311",fontsize=16,color="magenta"];1227 -> 1409[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1227 -> 1410[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1228 -> 650[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1228[label="vwx301 == vwx311",fontsize=16,color="magenta"];1228 -> 1411[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1228 -> 1412[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1229 -> 651[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1229[label="vwx301 == vwx311",fontsize=16,color="magenta"];1229 -> 1413[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1229 -> 1414[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1230 -> 652[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1230[label="vwx301 == vwx311",fontsize=16,color="magenta"];1230 -> 1415[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1230 -> 1416[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1231 -> 653[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1231[label="vwx301 == vwx311",fontsize=16,color="magenta"];1231 -> 1417[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1231 -> 1418[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1232 -> 654[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1232[label="vwx301 == vwx311",fontsize=16,color="magenta"];1232 -> 1419[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1232 -> 1420[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1233 -> 641[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1233[label="vwx300 == vwx310",fontsize=16,color="magenta"];1233 -> 1421[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1233 -> 1422[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1234 -> 642[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1234[label="vwx300 == vwx310",fontsize=16,color="magenta"];1234 -> 1423[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1234 -> 1424[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1235 -> 643[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1235[label="vwx300 == vwx310",fontsize=16,color="magenta"];1235 -> 1425[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1235 -> 1426[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1236 -> 644[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1236[label="vwx300 == vwx310",fontsize=16,color="magenta"];1236 -> 1427[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1236 -> 1428[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1237 -> 645[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1237[label="vwx300 == vwx310",fontsize=16,color="magenta"];1237 -> 1429[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1237 -> 1430[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1238 -> 646[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1238[label="vwx300 == vwx310",fontsize=16,color="magenta"];1238 -> 1431[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1238 -> 1432[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1239 -> 647[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1239[label="vwx300 == vwx310",fontsize=16,color="magenta"];1239 -> 1433[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1239 -> 1434[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1240 -> 648[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1240[label="vwx300 == vwx310",fontsize=16,color="magenta"];1240 -> 1435[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1240 -> 1436[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1241 -> 649[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1241[label="vwx300 == vwx310",fontsize=16,color="magenta"];1241 -> 1437[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1241 -> 1438[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1242 -> 650[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1242[label="vwx300 == vwx310",fontsize=16,color="magenta"];1242 -> 1439[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1242 -> 1440[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1243 -> 651[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1243[label="vwx300 == vwx310",fontsize=16,color="magenta"];1243 -> 1441[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1243 -> 1442[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1244 -> 652[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1244[label="vwx300 == vwx310",fontsize=16,color="magenta"];1244 -> 1443[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1244 -> 1444[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1245 -> 653[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1245[label="vwx300 == vwx310",fontsize=16,color="magenta"];1245 -> 1445[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1245 -> 1446[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1246 -> 654[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1246[label="vwx300 == vwx310",fontsize=16,color="magenta"];1246 -> 1447[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1246 -> 1448[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1247[label="vwx301",fontsize=16,color="green",shape="box"];1248[label="vwx311",fontsize=16,color="green",shape="box"];1249 -> 682[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1249[label="vwx300 * vwx311",fontsize=16,color="magenta"];1249 -> 1449[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1249 -> 1450[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1250 -> 682[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1250[label="vwx301 * vwx310",fontsize=16,color="magenta"];1250 -> 1451[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1250 -> 1452[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1251[label="vwx4010",fontsize=16,color="green",shape="box"];1252[label="vwx3000",fontsize=16,color="green",shape="box"];1253[label="primMulNat vwx3000 vwx4010",fontsize=16,color="burlywood",shape="triangle"];2096[label="vwx3000/Succ vwx30000",fontsize=10,color="white",style="solid",shape="box"];1253 -> 2096[label="",style="solid", color="burlywood", weight=9]; 19.48/7.46 2096 -> 1453[label="",style="solid", color="burlywood", weight=3]; 19.48/7.46 2097[label="vwx3000/Zero",fontsize=10,color="white",style="solid",shape="box"];1253 -> 2097[label="",style="solid", color="burlywood", weight=9]; 19.48/7.46 2097 -> 1454[label="",style="solid", color="burlywood", weight=3]; 19.48/7.46 1254 -> 1253[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1254[label="primMulNat vwx3000 vwx4010",fontsize=16,color="magenta"];1254 -> 1455[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1255 -> 1253[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1255[label="primMulNat vwx3000 vwx4010",fontsize=16,color="magenta"];1255 -> 1456[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1256 -> 1253[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1256[label="primMulNat vwx3000 vwx4010",fontsize=16,color="magenta"];1256 -> 1457[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1256 -> 1458[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1257[label="vwx300",fontsize=16,color="green",shape="box"];1258[label="vwx400",fontsize=16,color="green",shape="box"];1259[label="compare1 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];1259 -> 1459[label="",style="solid", color="black", weight=3]; 19.48/7.46 1260[label="compare1 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1260 -> 1460[label="",style="solid", color="black", weight=3]; 19.48/7.46 1261[label="vwx300",fontsize=16,color="green",shape="box"];1262[label="vwx400",fontsize=16,color="green",shape="box"];1263[label="compare1 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];1263 -> 1461[label="",style="solid", color="black", weight=3]; 19.48/7.46 1264[label="compare1 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1264 -> 1462[label="",style="solid", color="black", weight=3]; 19.48/7.46 1265[label="vwx300",fontsize=16,color="green",shape="box"];1266[label="vwx400",fontsize=16,color="green",shape="box"];1267[label="compare1 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];1267 -> 1463[label="",style="solid", color="black", weight=3]; 19.48/7.46 1268[label="compare1 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1268 -> 1464[label="",style="solid", color="black", weight=3]; 19.48/7.46 1269[label="vwx300",fontsize=16,color="green",shape="box"];1270[label="vwx400",fontsize=16,color="green",shape="box"];1271[label="compare1 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];1271 -> 1465[label="",style="solid", color="black", weight=3]; 19.48/7.46 1272[label="compare1 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1272 -> 1466[label="",style="solid", color="black", weight=3]; 19.48/7.46 1273[label="vwx300",fontsize=16,color="green",shape="box"];1274[label="vwx400",fontsize=16,color="green",shape="box"];1275[label="compare1 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];1275 -> 1467[label="",style="solid", color="black", weight=3]; 19.48/7.46 1276[label="compare1 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1276 -> 1468[label="",style="solid", color="black", weight=3]; 19.48/7.46 1277[label="vwx300",fontsize=16,color="green",shape="box"];1278[label="vwx400",fontsize=16,color="green",shape="box"];1279[label="compare1 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];1279 -> 1469[label="",style="solid", color="black", weight=3]; 19.48/7.46 1280[label="compare1 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1280 -> 1470[label="",style="solid", color="black", weight=3]; 19.48/7.46 1281[label="vwx300",fontsize=16,color="green",shape="box"];1282[label="vwx310",fontsize=16,color="green",shape="box"];1283[label="vwx300",fontsize=16,color="green",shape="box"];1284[label="vwx310",fontsize=16,color="green",shape="box"];1285[label="vwx300",fontsize=16,color="green",shape="box"];1286[label="vwx310",fontsize=16,color="green",shape="box"];1287[label="vwx300",fontsize=16,color="green",shape="box"];1288[label="vwx310",fontsize=16,color="green",shape="box"];1289[label="vwx300",fontsize=16,color="green",shape="box"];1290[label="vwx310",fontsize=16,color="green",shape="box"];1291[label="vwx300",fontsize=16,color="green",shape="box"];1292[label="vwx310",fontsize=16,color="green",shape="box"];1293[label="vwx300",fontsize=16,color="green",shape="box"];1294[label="vwx310",fontsize=16,color="green",shape="box"];1295[label="vwx300",fontsize=16,color="green",shape="box"];1296[label="vwx310",fontsize=16,color="green",shape="box"];1297[label="vwx300",fontsize=16,color="green",shape="box"];1298[label="vwx310",fontsize=16,color="green",shape="box"];1299[label="vwx300",fontsize=16,color="green",shape="box"];1300[label="vwx310",fontsize=16,color="green",shape="box"];1301[label="vwx300",fontsize=16,color="green",shape="box"];1302[label="vwx310",fontsize=16,color="green",shape="box"];1303[label="vwx300",fontsize=16,color="green",shape="box"];1304[label="vwx310",fontsize=16,color="green",shape="box"];1305[label="vwx300",fontsize=16,color="green",shape="box"];1306[label="vwx310",fontsize=16,color="green",shape="box"];1307[label="vwx300",fontsize=16,color="green",shape="box"];1308[label="vwx310",fontsize=16,color="green",shape="box"];1309 -> 641[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1309[label="vwx301 == vwx311",fontsize=16,color="magenta"];1309 -> 1471[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1309 -> 1472[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1310 -> 642[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1310[label="vwx301 == vwx311",fontsize=16,color="magenta"];1310 -> 1473[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1310 -> 1474[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1311 -> 643[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1311[label="vwx301 == vwx311",fontsize=16,color="magenta"];1311 -> 1475[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1311 -> 1476[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1312 -> 644[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1312[label="vwx301 == vwx311",fontsize=16,color="magenta"];1312 -> 1477[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1312 -> 1478[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1313 -> 645[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1313[label="vwx301 == vwx311",fontsize=16,color="magenta"];1313 -> 1479[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1313 -> 1480[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1314 -> 646[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1314[label="vwx301 == vwx311",fontsize=16,color="magenta"];1314 -> 1481[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1314 -> 1482[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1315 -> 647[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1315[label="vwx301 == vwx311",fontsize=16,color="magenta"];1315 -> 1483[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1315 -> 1484[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1316 -> 648[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1316[label="vwx301 == vwx311",fontsize=16,color="magenta"];1316 -> 1485[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1316 -> 1486[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1317 -> 649[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1317[label="vwx301 == vwx311",fontsize=16,color="magenta"];1317 -> 1487[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1317 -> 1488[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1318 -> 650[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1318[label="vwx301 == vwx311",fontsize=16,color="magenta"];1318 -> 1489[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1318 -> 1490[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1319 -> 651[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1319[label="vwx301 == vwx311",fontsize=16,color="magenta"];1319 -> 1491[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1319 -> 1492[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1320 -> 652[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1320[label="vwx301 == vwx311",fontsize=16,color="magenta"];1320 -> 1493[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1320 -> 1494[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1321 -> 653[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1321[label="vwx301 == vwx311",fontsize=16,color="magenta"];1321 -> 1495[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1321 -> 1496[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1322 -> 654[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1322[label="vwx301 == vwx311",fontsize=16,color="magenta"];1322 -> 1497[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1322 -> 1498[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1323 -> 641[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1323[label="vwx302 == vwx312",fontsize=16,color="magenta"];1323 -> 1499[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1323 -> 1500[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1324 -> 642[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1324[label="vwx302 == vwx312",fontsize=16,color="magenta"];1324 -> 1501[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1324 -> 1502[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1325 -> 643[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1325[label="vwx302 == vwx312",fontsize=16,color="magenta"];1325 -> 1503[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1325 -> 1504[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1326 -> 644[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1326[label="vwx302 == vwx312",fontsize=16,color="magenta"];1326 -> 1505[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1326 -> 1506[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1327 -> 645[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1327[label="vwx302 == vwx312",fontsize=16,color="magenta"];1327 -> 1507[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1327 -> 1508[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1328 -> 646[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1328[label="vwx302 == vwx312",fontsize=16,color="magenta"];1328 -> 1509[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1328 -> 1510[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1329 -> 647[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1329[label="vwx302 == vwx312",fontsize=16,color="magenta"];1329 -> 1511[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1329 -> 1512[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1330 -> 648[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1330[label="vwx302 == vwx312",fontsize=16,color="magenta"];1330 -> 1513[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1330 -> 1514[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1331 -> 649[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1331[label="vwx302 == vwx312",fontsize=16,color="magenta"];1331 -> 1515[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1331 -> 1516[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1332 -> 650[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1332[label="vwx302 == vwx312",fontsize=16,color="magenta"];1332 -> 1517[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1332 -> 1518[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1333 -> 651[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1333[label="vwx302 == vwx312",fontsize=16,color="magenta"];1333 -> 1519[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1333 -> 1520[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1334 -> 652[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1334[label="vwx302 == vwx312",fontsize=16,color="magenta"];1334 -> 1521[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1334 -> 1522[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1335 -> 653[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1335[label="vwx302 == vwx312",fontsize=16,color="magenta"];1335 -> 1523[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1335 -> 1524[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1336 -> 654[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1336[label="vwx302 == vwx312",fontsize=16,color="magenta"];1336 -> 1525[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1336 -> 1526[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1337[label="primEqNat (Succ vwx3000) (Succ vwx3100)",fontsize=16,color="black",shape="box"];1337 -> 1527[label="",style="solid", color="black", weight=3]; 19.48/7.46 1338[label="primEqNat (Succ vwx3000) Zero",fontsize=16,color="black",shape="box"];1338 -> 1528[label="",style="solid", color="black", weight=3]; 19.48/7.46 1339[label="primEqNat Zero (Succ vwx3100)",fontsize=16,color="black",shape="box"];1339 -> 1529[label="",style="solid", color="black", weight=3]; 19.48/7.46 1340[label="primEqNat Zero Zero",fontsize=16,color="black",shape="box"];1340 -> 1530[label="",style="solid", color="black", weight=3]; 19.48/7.46 1341 -> 1033[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1341[label="primEqNat vwx3000 vwx3100",fontsize=16,color="magenta"];1341 -> 1531[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1341 -> 1532[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1342[label="False",fontsize=16,color="green",shape="box"];1343[label="False",fontsize=16,color="green",shape="box"];1344[label="True",fontsize=16,color="green",shape="box"];1345[label="False",fontsize=16,color="green",shape="box"];1346[label="True",fontsize=16,color="green",shape="box"];1347 -> 1033[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1347[label="primEqNat vwx3000 vwx3100",fontsize=16,color="magenta"];1347 -> 1533[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1347 -> 1534[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1348[label="False",fontsize=16,color="green",shape="box"];1349[label="False",fontsize=16,color="green",shape="box"];1350[label="True",fontsize=16,color="green",shape="box"];1351[label="False",fontsize=16,color="green",shape="box"];1352[label="True",fontsize=16,color="green",shape="box"];1353[label="vwx311",fontsize=16,color="green",shape="box"];1354[label="vwx300",fontsize=16,color="green",shape="box"];1355[label="vwx310",fontsize=16,color="green",shape="box"];1356[label="vwx301",fontsize=16,color="green",shape="box"];1357[label="vwx300",fontsize=16,color="green",shape="box"];1358[label="vwx310",fontsize=16,color="green",shape="box"];1359[label="vwx300",fontsize=16,color="green",shape="box"];1360[label="vwx310",fontsize=16,color="green",shape="box"];1361[label="vwx301",fontsize=16,color="green",shape="box"];1362[label="vwx311",fontsize=16,color="green",shape="box"];1363[label="vwx301",fontsize=16,color="green",shape="box"];1364[label="vwx311",fontsize=16,color="green",shape="box"];1365[label="vwx300",fontsize=16,color="green",shape="box"];1366[label="vwx310",fontsize=16,color="green",shape="box"];1367[label="vwx300",fontsize=16,color="green",shape="box"];1368[label="vwx310",fontsize=16,color="green",shape="box"];1369[label="vwx300",fontsize=16,color="green",shape="box"];1370[label="vwx310",fontsize=16,color="green",shape="box"];1371[label="vwx300",fontsize=16,color="green",shape="box"];1372[label="vwx310",fontsize=16,color="green",shape="box"];1373[label="vwx300",fontsize=16,color="green",shape="box"];1374[label="vwx310",fontsize=16,color="green",shape="box"];1375[label="vwx300",fontsize=16,color="green",shape="box"];1376[label="vwx310",fontsize=16,color="green",shape="box"];1377[label="vwx300",fontsize=16,color="green",shape="box"];1378[label="vwx310",fontsize=16,color="green",shape="box"];1379[label="vwx300",fontsize=16,color="green",shape="box"];1380[label="vwx310",fontsize=16,color="green",shape="box"];1381[label="vwx300",fontsize=16,color="green",shape="box"];1382[label="vwx310",fontsize=16,color="green",shape="box"];1383[label="vwx300",fontsize=16,color="green",shape="box"];1384[label="vwx310",fontsize=16,color="green",shape="box"];1385[label="vwx300",fontsize=16,color="green",shape="box"];1386[label="vwx310",fontsize=16,color="green",shape="box"];1387[label="vwx300",fontsize=16,color="green",shape="box"];1388[label="vwx310",fontsize=16,color="green",shape="box"];1389[label="vwx300",fontsize=16,color="green",shape="box"];1390[label="vwx310",fontsize=16,color="green",shape="box"];1391[label="vwx300",fontsize=16,color="green",shape="box"];1392[label="vwx310",fontsize=16,color="green",shape="box"];1393[label="vwx301",fontsize=16,color="green",shape="box"];1394[label="vwx311",fontsize=16,color="green",shape="box"];1395[label="vwx301",fontsize=16,color="green",shape="box"];1396[label="vwx311",fontsize=16,color="green",shape="box"];1397[label="vwx301",fontsize=16,color="green",shape="box"];1398[label="vwx311",fontsize=16,color="green",shape="box"];1399[label="vwx301",fontsize=16,color="green",shape="box"];1400[label="vwx311",fontsize=16,color="green",shape="box"];1401[label="vwx301",fontsize=16,color="green",shape="box"];1402[label="vwx311",fontsize=16,color="green",shape="box"];1403[label="vwx301",fontsize=16,color="green",shape="box"];1404[label="vwx311",fontsize=16,color="green",shape="box"];1405[label="vwx301",fontsize=16,color="green",shape="box"];1406[label="vwx311",fontsize=16,color="green",shape="box"];1407[label="vwx301",fontsize=16,color="green",shape="box"];1408[label="vwx311",fontsize=16,color="green",shape="box"];1409[label="vwx301",fontsize=16,color="green",shape="box"];1410[label="vwx311",fontsize=16,color="green",shape="box"];1411[label="vwx301",fontsize=16,color="green",shape="box"];1412[label="vwx311",fontsize=16,color="green",shape="box"];1413[label="vwx301",fontsize=16,color="green",shape="box"];1414[label="vwx311",fontsize=16,color="green",shape="box"];1415[label="vwx301",fontsize=16,color="green",shape="box"];1416[label="vwx311",fontsize=16,color="green",shape="box"];1417[label="vwx301",fontsize=16,color="green",shape="box"];1418[label="vwx311",fontsize=16,color="green",shape="box"];1419[label="vwx301",fontsize=16,color="green",shape="box"];1420[label="vwx311",fontsize=16,color="green",shape="box"];1421[label="vwx300",fontsize=16,color="green",shape="box"];1422[label="vwx310",fontsize=16,color="green",shape="box"];1423[label="vwx300",fontsize=16,color="green",shape="box"];1424[label="vwx310",fontsize=16,color="green",shape="box"];1425[label="vwx300",fontsize=16,color="green",shape="box"];1426[label="vwx310",fontsize=16,color="green",shape="box"];1427[label="vwx300",fontsize=16,color="green",shape="box"];1428[label="vwx310",fontsize=16,color="green",shape="box"];1429[label="vwx300",fontsize=16,color="green",shape="box"];1430[label="vwx310",fontsize=16,color="green",shape="box"];1431[label="vwx300",fontsize=16,color="green",shape="box"];1432[label="vwx310",fontsize=16,color="green",shape="box"];1433[label="vwx300",fontsize=16,color="green",shape="box"];1434[label="vwx310",fontsize=16,color="green",shape="box"];1435[label="vwx300",fontsize=16,color="green",shape="box"];1436[label="vwx310",fontsize=16,color="green",shape="box"];1437[label="vwx300",fontsize=16,color="green",shape="box"];1438[label="vwx310",fontsize=16,color="green",shape="box"];1439[label="vwx300",fontsize=16,color="green",shape="box"];1440[label="vwx310",fontsize=16,color="green",shape="box"];1441[label="vwx300",fontsize=16,color="green",shape="box"];1442[label="vwx310",fontsize=16,color="green",shape="box"];1443[label="vwx300",fontsize=16,color="green",shape="box"];1444[label="vwx310",fontsize=16,color="green",shape="box"];1445[label="vwx300",fontsize=16,color="green",shape="box"];1446[label="vwx310",fontsize=16,color="green",shape="box"];1447[label="vwx300",fontsize=16,color="green",shape="box"];1448[label="vwx310",fontsize=16,color="green",shape="box"];1449[label="vwx311",fontsize=16,color="green",shape="box"];1450[label="vwx300",fontsize=16,color="green",shape="box"];1451[label="vwx310",fontsize=16,color="green",shape="box"];1452[label="vwx301",fontsize=16,color="green",shape="box"];1453[label="primMulNat (Succ vwx30000) vwx4010",fontsize=16,color="burlywood",shape="box"];2098[label="vwx4010/Succ vwx40100",fontsize=10,color="white",style="solid",shape="box"];1453 -> 2098[label="",style="solid", color="burlywood", weight=9]; 19.48/7.46 2098 -> 1535[label="",style="solid", color="burlywood", weight=3]; 19.48/7.46 2099[label="vwx4010/Zero",fontsize=10,color="white",style="solid",shape="box"];1453 -> 2099[label="",style="solid", color="burlywood", weight=9]; 19.48/7.46 2099 -> 1536[label="",style="solid", color="burlywood", weight=3]; 19.48/7.46 1454[label="primMulNat Zero vwx4010",fontsize=16,color="burlywood",shape="box"];2100[label="vwx4010/Succ vwx40100",fontsize=10,color="white",style="solid",shape="box"];1454 -> 2100[label="",style="solid", color="burlywood", weight=9]; 19.48/7.46 2100 -> 1537[label="",style="solid", color="burlywood", weight=3]; 19.48/7.46 2101[label="vwx4010/Zero",fontsize=10,color="white",style="solid",shape="box"];1454 -> 2101[label="",style="solid", color="burlywood", weight=9]; 19.48/7.46 2101 -> 1538[label="",style="solid", color="burlywood", weight=3]; 19.48/7.46 1455[label="vwx4010",fontsize=16,color="green",shape="box"];1456[label="vwx3000",fontsize=16,color="green",shape="box"];1457[label="vwx3000",fontsize=16,color="green",shape="box"];1458[label="vwx4010",fontsize=16,color="green",shape="box"];1459[label="compare0 vwx300 vwx400 otherwise",fontsize=16,color="black",shape="box"];1459 -> 1539[label="",style="solid", color="black", weight=3]; 19.48/7.46 1460[label="LT",fontsize=16,color="green",shape="box"];1461[label="compare0 vwx300 vwx400 otherwise",fontsize=16,color="black",shape="box"];1461 -> 1540[label="",style="solid", color="black", weight=3]; 19.48/7.46 1462[label="LT",fontsize=16,color="green",shape="box"];1463[label="compare0 vwx300 vwx400 otherwise",fontsize=16,color="black",shape="box"];1463 -> 1541[label="",style="solid", color="black", weight=3]; 19.48/7.46 1464[label="LT",fontsize=16,color="green",shape="box"];1465[label="compare0 vwx300 vwx400 otherwise",fontsize=16,color="black",shape="box"];1465 -> 1542[label="",style="solid", color="black", weight=3]; 19.48/7.46 1466[label="LT",fontsize=16,color="green",shape="box"];1467[label="compare0 vwx300 vwx400 otherwise",fontsize=16,color="black",shape="box"];1467 -> 1543[label="",style="solid", color="black", weight=3]; 19.48/7.46 1468[label="LT",fontsize=16,color="green",shape="box"];1469[label="compare0 vwx300 vwx400 otherwise",fontsize=16,color="black",shape="box"];1469 -> 1544[label="",style="solid", color="black", weight=3]; 19.48/7.46 1470[label="LT",fontsize=16,color="green",shape="box"];1471[label="vwx301",fontsize=16,color="green",shape="box"];1472[label="vwx311",fontsize=16,color="green",shape="box"];1473[label="vwx301",fontsize=16,color="green",shape="box"];1474[label="vwx311",fontsize=16,color="green",shape="box"];1475[label="vwx301",fontsize=16,color="green",shape="box"];1476[label="vwx311",fontsize=16,color="green",shape="box"];1477[label="vwx301",fontsize=16,color="green",shape="box"];1478[label="vwx311",fontsize=16,color="green",shape="box"];1479[label="vwx301",fontsize=16,color="green",shape="box"];1480[label="vwx311",fontsize=16,color="green",shape="box"];1481[label="vwx301",fontsize=16,color="green",shape="box"];1482[label="vwx311",fontsize=16,color="green",shape="box"];1483[label="vwx301",fontsize=16,color="green",shape="box"];1484[label="vwx311",fontsize=16,color="green",shape="box"];1485[label="vwx301",fontsize=16,color="green",shape="box"];1486[label="vwx311",fontsize=16,color="green",shape="box"];1487[label="vwx301",fontsize=16,color="green",shape="box"];1488[label="vwx311",fontsize=16,color="green",shape="box"];1489[label="vwx301",fontsize=16,color="green",shape="box"];1490[label="vwx311",fontsize=16,color="green",shape="box"];1491[label="vwx301",fontsize=16,color="green",shape="box"];1492[label="vwx311",fontsize=16,color="green",shape="box"];1493[label="vwx301",fontsize=16,color="green",shape="box"];1494[label="vwx311",fontsize=16,color="green",shape="box"];1495[label="vwx301",fontsize=16,color="green",shape="box"];1496[label="vwx311",fontsize=16,color="green",shape="box"];1497[label="vwx301",fontsize=16,color="green",shape="box"];1498[label="vwx311",fontsize=16,color="green",shape="box"];1499[label="vwx302",fontsize=16,color="green",shape="box"];1500[label="vwx312",fontsize=16,color="green",shape="box"];1501[label="vwx302",fontsize=16,color="green",shape="box"];1502[label="vwx312",fontsize=16,color="green",shape="box"];1503[label="vwx302",fontsize=16,color="green",shape="box"];1504[label="vwx312",fontsize=16,color="green",shape="box"];1505[label="vwx302",fontsize=16,color="green",shape="box"];1506[label="vwx312",fontsize=16,color="green",shape="box"];1507[label="vwx302",fontsize=16,color="green",shape="box"];1508[label="vwx312",fontsize=16,color="green",shape="box"];1509[label="vwx302",fontsize=16,color="green",shape="box"];1510[label="vwx312",fontsize=16,color="green",shape="box"];1511[label="vwx302",fontsize=16,color="green",shape="box"];1512[label="vwx312",fontsize=16,color="green",shape="box"];1513[label="vwx302",fontsize=16,color="green",shape="box"];1514[label="vwx312",fontsize=16,color="green",shape="box"];1515[label="vwx302",fontsize=16,color="green",shape="box"];1516[label="vwx312",fontsize=16,color="green",shape="box"];1517[label="vwx302",fontsize=16,color="green",shape="box"];1518[label="vwx312",fontsize=16,color="green",shape="box"];1519[label="vwx302",fontsize=16,color="green",shape="box"];1520[label="vwx312",fontsize=16,color="green",shape="box"];1521[label="vwx302",fontsize=16,color="green",shape="box"];1522[label="vwx312",fontsize=16,color="green",shape="box"];1523[label="vwx302",fontsize=16,color="green",shape="box"];1524[label="vwx312",fontsize=16,color="green",shape="box"];1525[label="vwx302",fontsize=16,color="green",shape="box"];1526[label="vwx312",fontsize=16,color="green",shape="box"];1527 -> 1033[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1527[label="primEqNat vwx3000 vwx3100",fontsize=16,color="magenta"];1527 -> 1545[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1527 -> 1546[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1528[label="False",fontsize=16,color="green",shape="box"];1529[label="False",fontsize=16,color="green",shape="box"];1530[label="True",fontsize=16,color="green",shape="box"];1531[label="vwx3000",fontsize=16,color="green",shape="box"];1532[label="vwx3100",fontsize=16,color="green",shape="box"];1533[label="vwx3000",fontsize=16,color="green",shape="box"];1534[label="vwx3100",fontsize=16,color="green",shape="box"];1535[label="primMulNat (Succ vwx30000) (Succ vwx40100)",fontsize=16,color="black",shape="box"];1535 -> 1547[label="",style="solid", color="black", weight=3]; 19.48/7.46 1536[label="primMulNat (Succ vwx30000) Zero",fontsize=16,color="black",shape="box"];1536 -> 1548[label="",style="solid", color="black", weight=3]; 19.48/7.46 1537[label="primMulNat Zero (Succ vwx40100)",fontsize=16,color="black",shape="box"];1537 -> 1549[label="",style="solid", color="black", weight=3]; 19.48/7.46 1538[label="primMulNat Zero Zero",fontsize=16,color="black",shape="box"];1538 -> 1550[label="",style="solid", color="black", weight=3]; 19.48/7.46 1539[label="compare0 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1539 -> 1551[label="",style="solid", color="black", weight=3]; 19.48/7.46 1540[label="compare0 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1540 -> 1552[label="",style="solid", color="black", weight=3]; 19.48/7.46 1541[label="compare0 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1541 -> 1553[label="",style="solid", color="black", weight=3]; 19.48/7.46 1542[label="compare0 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1542 -> 1554[label="",style="solid", color="black", weight=3]; 19.48/7.46 1543[label="compare0 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1543 -> 1555[label="",style="solid", color="black", weight=3]; 19.48/7.46 1544[label="compare0 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1544 -> 1556[label="",style="solid", color="black", weight=3]; 19.48/7.46 1545[label="vwx3000",fontsize=16,color="green",shape="box"];1546[label="vwx3100",fontsize=16,color="green",shape="box"];1547 -> 1557[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1547[label="primPlusNat (primMulNat vwx30000 (Succ vwx40100)) (Succ vwx40100)",fontsize=16,color="magenta"];1547 -> 1558[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1548[label="Zero",fontsize=16,color="green",shape="box"];1549[label="Zero",fontsize=16,color="green",shape="box"];1550[label="Zero",fontsize=16,color="green",shape="box"];1551[label="GT",fontsize=16,color="green",shape="box"];1552[label="GT",fontsize=16,color="green",shape="box"];1553[label="GT",fontsize=16,color="green",shape="box"];1554[label="GT",fontsize=16,color="green",shape="box"];1555[label="GT",fontsize=16,color="green",shape="box"];1556[label="GT",fontsize=16,color="green",shape="box"];1558 -> 1253[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1558[label="primMulNat vwx30000 (Succ vwx40100)",fontsize=16,color="magenta"];1558 -> 1559[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1558 -> 1560[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1557[label="primPlusNat vwx60 (Succ vwx40100)",fontsize=16,color="burlywood",shape="triangle"];2102[label="vwx60/Succ vwx600",fontsize=10,color="white",style="solid",shape="box"];1557 -> 2102[label="",style="solid", color="burlywood", weight=9]; 19.48/7.46 2102 -> 1561[label="",style="solid", color="burlywood", weight=3]; 19.48/7.46 2103[label="vwx60/Zero",fontsize=10,color="white",style="solid",shape="box"];1557 -> 2103[label="",style="solid", color="burlywood", weight=9]; 19.48/7.46 2103 -> 1562[label="",style="solid", color="burlywood", weight=3]; 19.48/7.46 1559[label="vwx30000",fontsize=16,color="green",shape="box"];1560[label="Succ vwx40100",fontsize=16,color="green",shape="box"];1561[label="primPlusNat (Succ vwx600) (Succ vwx40100)",fontsize=16,color="black",shape="box"];1561 -> 1563[label="",style="solid", color="black", weight=3]; 19.48/7.46 1562[label="primPlusNat Zero (Succ vwx40100)",fontsize=16,color="black",shape="box"];1562 -> 1564[label="",style="solid", color="black", weight=3]; 19.48/7.46 1563[label="Succ (Succ (primPlusNat vwx600 vwx40100))",fontsize=16,color="green",shape="box"];1563 -> 1565[label="",style="dashed", color="green", weight=3]; 19.48/7.46 1564[label="Succ vwx40100",fontsize=16,color="green",shape="box"];1565[label="primPlusNat vwx600 vwx40100",fontsize=16,color="burlywood",shape="triangle"];2104[label="vwx600/Succ vwx6000",fontsize=10,color="white",style="solid",shape="box"];1565 -> 2104[label="",style="solid", color="burlywood", weight=9]; 19.48/7.46 2104 -> 1566[label="",style="solid", color="burlywood", weight=3]; 19.48/7.46 2105[label="vwx600/Zero",fontsize=10,color="white",style="solid",shape="box"];1565 -> 2105[label="",style="solid", color="burlywood", weight=9]; 19.48/7.46 2105 -> 1567[label="",style="solid", color="burlywood", weight=3]; 19.48/7.46 1566[label="primPlusNat (Succ vwx6000) vwx40100",fontsize=16,color="burlywood",shape="box"];2106[label="vwx40100/Succ vwx401000",fontsize=10,color="white",style="solid",shape="box"];1566 -> 2106[label="",style="solid", color="burlywood", weight=9]; 19.48/7.46 2106 -> 1568[label="",style="solid", color="burlywood", weight=3]; 19.48/7.46 2107[label="vwx40100/Zero",fontsize=10,color="white",style="solid",shape="box"];1566 -> 2107[label="",style="solid", color="burlywood", weight=9]; 19.48/7.46 2107 -> 1569[label="",style="solid", color="burlywood", weight=3]; 19.48/7.46 1567[label="primPlusNat Zero vwx40100",fontsize=16,color="burlywood",shape="box"];2108[label="vwx40100/Succ vwx401000",fontsize=10,color="white",style="solid",shape="box"];1567 -> 2108[label="",style="solid", color="burlywood", weight=9]; 19.48/7.46 2108 -> 1570[label="",style="solid", color="burlywood", weight=3]; 19.48/7.46 2109[label="vwx40100/Zero",fontsize=10,color="white",style="solid",shape="box"];1567 -> 2109[label="",style="solid", color="burlywood", weight=9]; 19.48/7.46 2109 -> 1571[label="",style="solid", color="burlywood", weight=3]; 19.48/7.46 1568[label="primPlusNat (Succ vwx6000) (Succ vwx401000)",fontsize=16,color="black",shape="box"];1568 -> 1572[label="",style="solid", color="black", weight=3]; 19.48/7.46 1569[label="primPlusNat (Succ vwx6000) Zero",fontsize=16,color="black",shape="box"];1569 -> 1573[label="",style="solid", color="black", weight=3]; 19.48/7.46 1570[label="primPlusNat Zero (Succ vwx401000)",fontsize=16,color="black",shape="box"];1570 -> 1574[label="",style="solid", color="black", weight=3]; 19.48/7.46 1571[label="primPlusNat Zero Zero",fontsize=16,color="black",shape="box"];1571 -> 1575[label="",style="solid", color="black", weight=3]; 19.48/7.46 1572[label="Succ (Succ (primPlusNat vwx6000 vwx401000))",fontsize=16,color="green",shape="box"];1572 -> 1576[label="",style="dashed", color="green", weight=3]; 19.48/7.46 1573[label="Succ vwx6000",fontsize=16,color="green",shape="box"];1574[label="Succ vwx401000",fontsize=16,color="green",shape="box"];1575[label="Zero",fontsize=16,color="green",shape="box"];1576 -> 1565[label="",style="dashed", color="red", weight=0]; 19.48/7.46 1576[label="primPlusNat vwx6000 vwx401000",fontsize=16,color="magenta"];1576 -> 1577[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1576 -> 1578[label="",style="dashed", color="magenta", weight=3]; 19.48/7.46 1577[label="vwx401000",fontsize=16,color="green",shape="box"];1578[label="vwx6000",fontsize=16,color="green",shape="box"];} 19.48/7.46 19.48/7.46 ---------------------------------------- 19.48/7.46 19.48/7.46 (14) 19.48/7.46 Complex Obligation (AND) 19.48/7.46 19.48/7.46 ---------------------------------------- 19.48/7.46 19.48/7.46 (15) 19.48/7.46 Obligation: 19.48/7.46 Q DP problem: 19.48/7.46 The TRS P consists of the following rules: 19.48/7.46 19.48/7.46 new_primCmpNat(Succ(vwx3000), Succ(vwx4000)) -> new_primCmpNat(vwx3000, vwx4000) 19.48/7.46 19.48/7.46 R is empty. 19.48/7.46 Q is empty. 19.48/7.46 We have to consider all minimal (P,Q,R)-chains. 19.48/7.46 ---------------------------------------- 19.48/7.46 19.48/7.46 (16) QDPSizeChangeProof (EQUIVALENT) 19.48/7.46 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 19.48/7.46 19.48/7.46 From the DPs we obtained the following set of size-change graphs: 19.48/7.46 *new_primCmpNat(Succ(vwx3000), Succ(vwx4000)) -> new_primCmpNat(vwx3000, vwx4000) 19.48/7.46 The graph contains the following edges 1 > 1, 2 > 2 19.48/7.46 19.48/7.46 19.48/7.46 ---------------------------------------- 19.48/7.46 19.48/7.46 (17) 19.48/7.46 YES 19.48/7.46 19.48/7.46 ---------------------------------------- 19.48/7.46 19.48/7.46 (18) 19.48/7.46 Obligation: 19.48/7.46 Q DP problem: 19.48/7.46 The TRS P consists of the following rules: 19.48/7.46 19.48/7.46 new_primCompAux(vwx300, vwx400, vwx42, app(ty_Maybe, bae)) -> new_compare5(vwx300, vwx400, bae) 19.48/7.46 new_compare20(vwx300, vwx400, False, bc, bd, be) -> new_ltEs0(vwx300, vwx400, bc, bd, be) 19.48/7.46 new_compare21(vwx300, vwx400, False, bg, bh) -> new_ltEs2(vwx300, vwx400, bg, bh) 19.48/7.46 new_ltEs0(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), eh, dg, app(app(app(ty_@3, ge), gf), gg)) -> new_ltEs0(vwx302, vwx402, ge, gf, gg) 19.48/7.46 new_ltEs0(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), eh, dg, app(app(ty_Either, ha), hb)) -> new_ltEs2(vwx302, vwx402, ha, hb) 19.48/7.46 new_ltEs3(Just(vwx300), Just(vwx400), app(ty_Maybe, beb)) -> new_ltEs3(vwx300, vwx400, beb) 19.48/7.46 new_ltEs0(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(app(ty_@3, ea), eb), ec), dg, dh) -> new_lt0(vwx300, vwx400, ea, eb, ec) 19.48/7.46 new_ltEs0(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), eh, app(app(ty_Either, fh), ga), dh) -> new_lt2(vwx301, vwx401, fh, ga) 19.48/7.46 new_ltEs0(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), eh, dg, app(app(ty_@2, gc), gd)) -> new_ltEs(vwx302, vwx402, gc, gd) 19.48/7.46 new_lt3(vwx300, vwx400, ca) -> new_compare22(vwx300, vwx400, new_esEs7(vwx300, vwx400, ca), ca) 19.48/7.46 new_ltEs(@2(vwx300, vwx301), @2(vwx400, vwx401), cb, app(ty_Maybe, dd)) -> new_ltEs3(vwx301, vwx401, dd) 19.48/7.46 new_ltEs0(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), eh, app(app(ty_@2, fa), fb), dh) -> new_lt(vwx301, vwx401, fa, fb) 19.48/7.46 new_ltEs(@2(vwx300, vwx301), @2(vwx400, vwx401), cb, app(app(ty_Either, db), dc)) -> new_ltEs2(vwx301, vwx401, db, dc) 19.48/7.46 new_ltEs2(Right(vwx300), Right(vwx400), bbh, app(ty_[], bcf)) -> new_ltEs1(vwx300, vwx400, bcf) 19.48/7.46 new_primCompAux(vwx300, vwx400, vwx42, app(app(ty_Either, bac), bad)) -> new_compare4(vwx300, vwx400, bac, bad) 19.48/7.46 new_ltEs(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(app(ty_@3, bc), bd), be), bb) -> new_compare20(vwx300, vwx400, new_esEs5(vwx300, vwx400, bc, bd, be), bc, bd, be) 19.48/7.46 new_ltEs0(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), eh, app(ty_Maybe, gb), dh) -> new_lt3(vwx301, vwx401, gb) 19.48/7.46 new_primCompAux(vwx300, vwx400, vwx42, app(app(ty_@2, he), hf)) -> new_compare0(vwx300, vwx400, he, hf) 19.48/7.46 new_lt(vwx300, vwx400, h, ba) -> new_compare2(vwx300, vwx400, new_esEs4(vwx300, vwx400, h, ba), h, ba) 19.48/7.46 new_lt0(vwx300, vwx400, bc, bd, be) -> new_compare20(vwx300, vwx400, new_esEs5(vwx300, vwx400, bc, bd, be), bc, bd, be) 19.48/7.46 new_compare1(vwx300, vwx400, bc, bd, be) -> new_compare20(vwx300, vwx400, new_esEs5(vwx300, vwx400, bc, bd, be), bc, bd, be) 19.48/7.46 new_ltEs(@2(vwx300, vwx301), @2(vwx400, vwx401), cb, app(ty_[], da)) -> new_ltEs1(vwx301, vwx401, da) 19.48/7.46 new_ltEs0(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), eh, app(app(app(ty_@3, fc), fd), ff), dh) -> new_lt0(vwx301, vwx401, fc, fd, ff) 19.48/7.46 new_compare4(vwx300, vwx400, bg, bh) -> new_compare21(vwx300, vwx400, new_esEs6(vwx300, vwx400, bg, bh), bg, bh) 19.48/7.46 new_ltEs2(Right(vwx300), Right(vwx400), bbh, app(app(ty_@2, bca), bcb)) -> new_ltEs(vwx300, vwx400, bca, bcb) 19.48/7.46 new_ltEs2(Right(vwx300), Right(vwx400), bbh, app(app(ty_Either, bcg), bch)) -> new_ltEs2(vwx300, vwx400, bcg, bch) 19.48/7.46 new_ltEs2(Right(vwx300), Right(vwx400), bbh, app(ty_Maybe, bda)) -> new_ltEs3(vwx300, vwx400, bda) 19.48/7.46 new_ltEs0(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), eh, dg, app(ty_Maybe, hc)) -> new_ltEs3(vwx302, vwx402, hc) 19.48/7.46 new_ltEs2(Left(vwx300), Left(vwx400), app(ty_Maybe, bbg), bah) -> new_ltEs3(vwx300, vwx400, bbg) 19.48/7.46 new_ltEs2(Left(vwx300), Left(vwx400), app(app(app(ty_@3, bba), bbb), bbc), bah) -> new_ltEs0(vwx300, vwx400, bba, bbb, bbc) 19.48/7.46 new_ltEs2(Right(vwx300), Right(vwx400), bbh, app(app(app(ty_@3, bcc), bcd), bce)) -> new_ltEs0(vwx300, vwx400, bcc, bcd, bce) 19.48/7.46 new_ltEs3(Just(vwx300), Just(vwx400), app(app(ty_Either, bdh), bea)) -> new_ltEs2(vwx300, vwx400, bdh, bea) 19.48/7.46 new_ltEs(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_Maybe, ca), bb) -> new_compare22(vwx300, vwx400, new_esEs7(vwx300, vwx400, ca), ca) 19.48/7.46 new_primCompAux(vwx300, vwx400, vwx42, app(ty_[], bab)) -> new_compare(vwx300, vwx400, bab) 19.48/7.46 new_ltEs1(:(vwx300, vwx301), :(vwx400, vwx401), hd) -> new_primCompAux(vwx300, vwx400, new_compare3(vwx301, vwx401, hd), hd) 19.48/7.46 new_ltEs3(Just(vwx300), Just(vwx400), app(app(app(ty_@3, bdd), bde), bdf)) -> new_ltEs0(vwx300, vwx400, bdd, bde, bdf) 19.48/7.46 new_ltEs(@2(vwx300, vwx301), @2(vwx400, vwx401), cb, app(app(app(ty_@3, ce), cf), cg)) -> new_ltEs0(vwx301, vwx401, ce, cf, cg) 19.48/7.46 new_ltEs3(Just(vwx300), Just(vwx400), app(app(ty_@2, bdb), bdc)) -> new_ltEs(vwx300, vwx400, bdb, bdc) 19.48/7.46 new_ltEs0(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_@2, de), df), dg, dh) -> new_lt(vwx300, vwx400, de, df) 19.48/7.46 new_ltEs0(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), eh, dg, app(ty_[], gh)) -> new_ltEs1(vwx302, vwx402, gh) 19.48/7.46 new_ltEs(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_Either, bg), bh), bb) -> new_compare21(vwx300, vwx400, new_esEs6(vwx300, vwx400, bg, bh), bg, bh) 19.48/7.46 new_ltEs0(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_[], ed), dg, dh) -> new_lt1(vwx300, vwx400, ed) 19.48/7.46 new_ltEs2(Left(vwx300), Left(vwx400), app(ty_[], bbd), bah) -> new_ltEs1(vwx300, vwx400, bbd) 19.48/7.46 new_ltEs0(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), eh, app(ty_[], fg), dh) -> new_lt1(vwx301, vwx401, fg) 19.48/7.46 new_compare0(vwx300, vwx400, h, ba) -> new_compare2(vwx300, vwx400, new_esEs4(vwx300, vwx400, h, ba), h, ba) 19.48/7.46 new_compare(:(vwx300, vwx301), :(vwx400, vwx401), hd) -> new_compare(vwx301, vwx401, hd) 19.48/7.46 new_lt2(vwx300, vwx400, bg, bh) -> new_compare21(vwx300, vwx400, new_esEs6(vwx300, vwx400, bg, bh), bg, bh) 19.48/7.46 new_compare2(vwx300, vwx400, False, h, ba) -> new_ltEs(vwx300, vwx400, h, ba) 19.48/7.46 new_ltEs(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_@2, h), ba), bb) -> new_compare2(vwx300, vwx400, new_esEs4(vwx300, vwx400, h, ba), h, ba) 19.48/7.46 new_ltEs(@2(vwx300, vwx301), @2(vwx400, vwx401), cb, app(app(ty_@2, cc), cd)) -> new_ltEs(vwx301, vwx401, cc, cd) 19.48/7.46 new_ltEs2(Left(vwx300), Left(vwx400), app(app(ty_Either, bbe), bbf), bah) -> new_ltEs2(vwx300, vwx400, bbe, bbf) 19.48/7.46 new_ltEs0(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_Either, ee), ef), dg, dh) -> new_lt2(vwx300, vwx400, ee, ef) 19.48/7.46 new_ltEs1(:(vwx300, vwx301), :(vwx400, vwx401), hd) -> new_compare(vwx301, vwx401, hd) 19.48/7.46 new_ltEs3(Just(vwx300), Just(vwx400), app(ty_[], bdg)) -> new_ltEs1(vwx300, vwx400, bdg) 19.48/7.46 new_ltEs0(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_Maybe, eg), dg, dh) -> new_lt3(vwx300, vwx400, eg) 19.48/7.46 new_compare(:(vwx300, vwx301), :(vwx400, vwx401), hd) -> new_primCompAux(vwx300, vwx400, new_compare3(vwx301, vwx401, hd), hd) 19.48/7.46 new_ltEs2(Left(vwx300), Left(vwx400), app(app(ty_@2, baf), bag), bah) -> new_ltEs(vwx300, vwx400, baf, bag) 19.48/7.46 new_compare22(vwx300, vwx400, False, ca) -> new_ltEs3(vwx300, vwx400, ca) 19.48/7.46 new_lt1(vwx300, vwx400, bf) -> new_compare(vwx300, vwx400, bf) 19.48/7.46 new_compare5(vwx300, vwx400, ca) -> new_compare22(vwx300, vwx400, new_esEs7(vwx300, vwx400, ca), ca) 19.48/7.46 new_primCompAux(vwx300, vwx400, vwx42, app(app(app(ty_@3, hg), hh), baa)) -> new_compare1(vwx300, vwx400, hg, hh, baa) 19.48/7.46 new_ltEs(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_[], bf), bb) -> new_compare(vwx300, vwx400, bf) 19.48/7.46 19.48/7.46 The TRS R consists of the following rules: 19.48/7.46 19.48/7.46 new_ltEs17(vwx30, vwx40) -> new_not(new_compare11(vwx30, vwx40)) 19.48/7.46 new_ltEs5(Left(vwx300), Left(vwx400), app(app(app(ty_@3, bba), bbb), bbc), bah) -> new_ltEs12(vwx300, vwx400, bba, bbb, bbc) 19.48/7.46 new_esEs9(Double(vwx300, vwx301), Double(vwx310, vwx311)) -> new_esEs10(new_sr0(vwx300, vwx311), new_sr0(vwx301, vwx310)) 19.48/7.46 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 19.48/7.46 new_primCmpInt(Neg(Succ(vwx3000)), Pos(vwx400)) -> LT 19.48/7.46 new_lt17(vwx300, vwx400) -> new_esEs8(new_compare8(vwx300, vwx400)) 19.48/7.46 new_lt15(vwx300, vwx400, ty_@0) -> new_lt4(vwx300, vwx400) 19.48/7.46 new_lt20(vwx301, vwx401, app(ty_Ratio, chb)) -> new_lt10(vwx301, vwx401, chb) 19.48/7.46 new_esEs27(vwx30, vwx31, ty_Float) -> new_esEs18(vwx30, vwx31) 19.48/7.46 new_esEs6(Left(vwx300), Left(vwx310), ty_Char, beh) -> new_esEs13(vwx300, vwx310) 19.48/7.46 new_esEs17(Integer(vwx300), Integer(vwx310)) -> new_primEqInt(vwx300, vwx310) 19.48/7.46 new_esEs11(LT, EQ) -> False 19.48/7.46 new_esEs11(EQ, LT) -> False 19.48/7.46 new_ltEs19(vwx302, vwx402, ty_Float) -> new_ltEs7(vwx302, vwx402) 19.48/7.46 new_esEs26(vwx301, vwx311, ty_Ordering) -> new_esEs11(vwx301, vwx311) 19.48/7.46 new_esEs6(Left(vwx300), Left(vwx310), app(ty_Ratio, bfg), beh) -> new_esEs15(vwx300, vwx310, bfg) 19.48/7.46 new_primCmpInt(Neg(Zero), Neg(Zero)) -> EQ 19.48/7.46 new_esEs27(vwx30, vwx31, app(ty_[], cdg)) -> new_esEs16(vwx30, vwx31, cdg) 19.48/7.46 new_compare19(vwx300, vwx400) -> new_compare27(vwx300, vwx400, new_esEs11(vwx300, vwx400)) 19.48/7.46 new_esEs8(EQ) -> False 19.48/7.46 new_primCmpInt(Pos(Zero), Neg(Succ(vwx4000))) -> GT 19.48/7.46 new_esEs6(Right(vwx300), Right(vwx310), bgc, app(ty_Maybe, bha)) -> new_esEs7(vwx300, vwx310, bha) 19.48/7.46 new_lt15(vwx300, vwx400, app(app(ty_Either, bg), bh)) -> new_lt8(vwx300, vwx400, bg, bh) 19.48/7.46 new_esEs19(vwx300, vwx310, ty_@0) -> new_esEs12(vwx300, vwx310) 19.48/7.46 new_esEs7(Just(vwx300), Just(vwx310), app(ty_Maybe, cgd)) -> new_esEs7(vwx300, vwx310, cgd) 19.48/7.46 new_esEs11(LT, GT) -> False 19.48/7.46 new_esEs11(GT, LT) -> False 19.48/7.46 new_compare113(vwx300, vwx400, False, h, ba) -> GT 19.48/7.46 new_primCmpInt(Neg(Succ(vwx3000)), Neg(vwx400)) -> new_primCmpNat0(vwx400, Succ(vwx3000)) 19.48/7.46 new_esEs6(Right(vwx300), Right(vwx310), bgc, app(ty_Ratio, bhb)) -> new_esEs15(vwx300, vwx310, bhb) 19.48/7.46 new_compare25(vwx300, vwx400, bg, bh) -> new_compare23(vwx300, vwx400, new_esEs6(vwx300, vwx400, bg, bh), bg, bh) 19.48/7.46 new_ltEs18(vwx301, vwx401, app(ty_[], da)) -> new_ltEs4(vwx301, vwx401, da) 19.48/7.46 new_esEs6(Right(vwx300), Right(vwx310), bgc, ty_Float) -> new_esEs18(vwx300, vwx310) 19.48/7.46 new_esEs20(vwx301, vwx311, ty_Bool) -> new_esEs14(vwx301, vwx311) 19.48/7.46 new_esEs15(:%(vwx300, vwx301), :%(vwx310, vwx311), cfd) -> new_asAs(new_esEs23(vwx300, vwx310, cfd), new_esEs24(vwx301, vwx311, cfd)) 19.48/7.46 new_ltEs15(EQ, LT) -> False 19.48/7.46 new_esEs20(vwx301, vwx311, ty_@0) -> new_esEs12(vwx301, vwx311) 19.48/7.46 new_esEs25(vwx300, vwx310, ty_@0) -> new_esEs12(vwx300, vwx310) 19.48/7.46 new_esEs23(vwx300, vwx310, ty_Integer) -> new_esEs17(vwx300, vwx310) 19.48/7.46 new_ltEs5(Left(vwx300), Right(vwx400), bbh, bah) -> True 19.48/7.46 new_compare15(vwx300, vwx400, app(app(ty_Either, bac), bad)) -> new_compare25(vwx300, vwx400, bac, bad) 19.48/7.46 new_compare3([], [], hd) -> EQ 19.48/7.46 new_ltEs19(vwx302, vwx402, ty_Ordering) -> new_ltEs15(vwx302, vwx402) 19.48/7.46 new_esEs25(vwx300, vwx310, ty_Char) -> new_esEs13(vwx300, vwx310) 19.48/7.46 new_esEs22(vwx300, vwx310, ty_Ordering) -> new_esEs11(vwx300, vwx310) 19.48/7.46 new_ltEs5(Left(vwx300), Left(vwx400), app(app(ty_@2, baf), bag), bah) -> new_ltEs8(vwx300, vwx400, baf, bag) 19.48/7.46 new_primEqInt(Pos(Succ(vwx3000)), Pos(Zero)) -> False 19.48/7.46 new_primEqInt(Pos(Zero), Pos(Succ(vwx3100))) -> False 19.48/7.46 new_ltEs15(GT, LT) -> False 19.48/7.46 new_esEs19(vwx300, vwx310, ty_Char) -> new_esEs13(vwx300, vwx310) 19.48/7.46 new_esEs8(GT) -> False 19.48/7.46 new_lt20(vwx301, vwx401, app(app(ty_@2, fa), fb)) -> new_lt13(vwx301, vwx401, fa, fb) 19.48/7.46 new_ltEs5(Left(vwx300), Left(vwx400), ty_Float, bah) -> new_ltEs7(vwx300, vwx400) 19.48/7.46 new_esEs20(vwx301, vwx311, app(app(app(ty_@3, cbc), cbd), cbe)) -> new_esEs5(vwx301, vwx311, cbc, cbd, cbe) 19.48/7.46 new_ltEs5(Left(vwx300), Left(vwx400), ty_Ordering, bah) -> new_ltEs15(vwx300, vwx400) 19.48/7.46 new_compare12(vwx300, vwx400, False) -> GT 19.48/7.46 new_primEqNat0(Succ(vwx3000), Succ(vwx3100)) -> new_primEqNat0(vwx3000, vwx3100) 19.48/7.46 new_compare15(vwx300, vwx400, ty_Double) -> new_compare11(vwx300, vwx400) 19.48/7.46 new_esEs7(Just(vwx300), Just(vwx310), app(ty_Ratio, cge)) -> new_esEs15(vwx300, vwx310, cge) 19.48/7.46 new_esEs22(vwx300, vwx310, ty_Float) -> new_esEs18(vwx300, vwx310) 19.48/7.46 new_esEs6(Left(vwx300), Left(vwx310), ty_Bool, beh) -> new_esEs14(vwx300, vwx310) 19.48/7.46 new_esEs7(Just(vwx300), Just(vwx310), ty_Int) -> new_esEs10(vwx300, vwx310) 19.48/7.46 new_esEs19(vwx300, vwx310, ty_Bool) -> new_esEs14(vwx300, vwx310) 19.48/7.46 new_not(LT) -> new_not0 19.48/7.46 new_esEs6(Left(vwx300), Left(vwx310), app(ty_Maybe, bff), beh) -> new_esEs7(vwx300, vwx310, bff) 19.48/7.46 new_ltEs18(vwx301, vwx401, ty_Double) -> new_ltEs17(vwx301, vwx401) 19.48/7.46 new_esEs25(vwx300, vwx310, ty_Bool) -> new_esEs14(vwx300, vwx310) 19.48/7.46 new_esEs18(Float(vwx300, vwx301), Float(vwx310, vwx311)) -> new_esEs10(new_sr0(vwx300, vwx311), new_sr0(vwx301, vwx310)) 19.48/7.46 new_primCompAux00(vwx46, LT) -> LT 19.48/7.46 new_ltEs8(@2(vwx300, vwx301), @2(vwx400, vwx401), cb, bb) -> new_pePe(new_lt15(vwx300, vwx400, cb), vwx300, vwx400, new_ltEs18(vwx301, vwx401, bb), cb) 19.48/7.46 new_primCmpNat0(Zero, Zero) -> EQ 19.48/7.46 new_esEs7(Just(vwx300), Just(vwx310), app(app(app(ty_@3, cfg), cfh), cga)) -> new_esEs5(vwx300, vwx310, cfg, cfh, cga) 19.48/7.46 new_lt19(vwx300, vwx400, app(app(ty_Either, ee), ef)) -> new_lt8(vwx300, vwx400, ee, ef) 19.48/7.46 new_compare15(vwx300, vwx400, ty_Char) -> new_compare13(vwx300, vwx400) 19.48/7.46 new_ltEs19(vwx302, vwx402, ty_Integer) -> new_ltEs10(vwx302, vwx402) 19.48/7.46 new_ltEs19(vwx302, vwx402, ty_Double) -> new_ltEs17(vwx302, vwx402) 19.48/7.46 new_esEs11(EQ, GT) -> False 19.48/7.46 new_esEs11(GT, EQ) -> False 19.48/7.46 new_lt8(vwx300, vwx400, bg, bh) -> new_esEs8(new_compare25(vwx300, vwx400, bg, bh)) 19.48/7.46 new_esEs19(vwx300, vwx310, app(app(ty_@2, cah), cba)) -> new_esEs4(vwx300, vwx310, cah, cba) 19.48/7.46 new_primEqNat0(Succ(vwx3000), Zero) -> False 19.48/7.46 new_primEqNat0(Zero, Succ(vwx3100)) -> False 19.48/7.46 new_compare112(vwx300, vwx400, False) -> GT 19.48/7.46 new_ltEs5(Right(vwx300), Right(vwx400), bbh, ty_Char) -> new_ltEs14(vwx300, vwx400) 19.48/7.46 new_ltEs6(Just(vwx300), Just(vwx400), app(ty_Maybe, beb)) -> new_ltEs6(vwx300, vwx400, beb) 19.48/7.46 new_compare8(vwx30, vwx40) -> new_primCmpInt(vwx30, vwx40) 19.48/7.46 new_esEs27(vwx30, vwx31, ty_Int) -> new_esEs10(vwx30, vwx31) 19.48/7.46 new_esEs19(vwx300, vwx310, app(app(app(ty_@3, caa), cab), cac)) -> new_esEs5(vwx300, vwx310, caa, cab, cac) 19.48/7.46 new_compare11(Double(vwx300, Pos(vwx3010)), Double(vwx400, Pos(vwx4010))) -> new_compare8(new_sr0(vwx300, Pos(vwx4010)), new_sr0(Pos(vwx3010), vwx400)) 19.48/7.46 new_compare10(vwx300, vwx400, True, bg, bh) -> LT 19.48/7.46 new_esEs6(Left(vwx300), Left(vwx310), ty_@0, beh) -> new_esEs12(vwx300, vwx310) 19.48/7.46 new_ltEs15(GT, EQ) -> False 19.48/7.46 new_lt5(vwx300, vwx400) -> new_esEs8(new_compare11(vwx300, vwx400)) 19.48/7.46 new_esEs14(False, True) -> False 19.48/7.46 new_esEs14(True, False) -> False 19.48/7.46 new_primCompAux00(vwx46, GT) -> GT 19.48/7.46 new_esEs25(vwx300, vwx310, app(app(app(ty_@3, chf), chg), chh)) -> new_esEs5(vwx300, vwx310, chf, chg, chh) 19.48/7.46 new_ltEs5(Left(vwx300), Left(vwx400), app(app(ty_Either, bbe), bbf), bah) -> new_ltEs5(vwx300, vwx400, bbe, bbf) 19.48/7.46 new_esEs23(vwx300, vwx310, ty_Int) -> new_esEs10(vwx300, vwx310) 19.48/7.46 new_esEs27(vwx30, vwx31, ty_Integer) -> new_esEs17(vwx30, vwx31) 19.48/7.46 new_ltEs5(Right(vwx300), Right(vwx400), bbh, app(ty_Maybe, bda)) -> new_ltEs6(vwx300, vwx400, bda) 19.48/7.46 new_lt18(vwx300, vwx400) -> new_esEs8(new_compare24(vwx300, vwx400)) 19.48/7.46 new_lt9(vwx300, vwx400, bc, bd, be) -> new_esEs8(new_compare18(vwx300, vwx400, bc, bd, be)) 19.48/7.46 new_compare15(vwx300, vwx400, ty_Bool) -> new_compare24(vwx300, vwx400) 19.48/7.46 new_primCmpInt(Pos(Succ(vwx3000)), Neg(vwx400)) -> GT 19.48/7.46 new_esEs20(vwx301, vwx311, app(app(ty_@2, ccb), ccc)) -> new_esEs4(vwx301, vwx311, ccb, ccc) 19.48/7.46 new_esEs20(vwx301, vwx311, app(ty_Ratio, cca)) -> new_esEs15(vwx301, vwx311, cca) 19.48/7.46 new_ltEs5(Left(vwx300), Left(vwx400), app(ty_Maybe, bbg), bah) -> new_ltEs6(vwx300, vwx400, bbg) 19.48/7.46 new_esEs7(Just(vwx300), Just(vwx310), ty_@0) -> new_esEs12(vwx300, vwx310) 19.48/7.46 new_compare3(:(vwx300, vwx301), :(vwx400, vwx401), hd) -> new_primCompAux0(vwx300, vwx400, new_compare3(vwx301, vwx401, hd), hd) 19.48/7.46 new_lt20(vwx301, vwx401, app(app(ty_Either, fh), ga)) -> new_lt8(vwx301, vwx401, fh, ga) 19.48/7.46 new_ltEs5(Left(vwx300), Left(vwx400), ty_Double, bah) -> new_ltEs17(vwx300, vwx400) 19.48/7.46 new_ltEs6(Just(vwx300), Just(vwx400), ty_Integer) -> new_ltEs10(vwx300, vwx400) 19.48/7.46 new_ltEs18(vwx301, vwx401, ty_Integer) -> new_ltEs10(vwx301, vwx401) 19.48/7.46 new_primPlusNat1(Succ(vwx6000), Succ(vwx401000)) -> Succ(Succ(new_primPlusNat1(vwx6000, vwx401000))) 19.48/7.46 new_ltEs18(vwx301, vwx401, ty_Float) -> new_ltEs7(vwx301, vwx401) 19.48/7.46 new_esEs7(Just(vwx300), Just(vwx310), ty_Bool) -> new_esEs14(vwx300, vwx310) 19.48/7.46 new_ltEs6(Just(vwx300), Just(vwx400), app(app(ty_Either, bdh), bea)) -> new_ltEs5(vwx300, vwx400, bdh, bea) 19.48/7.46 new_esEs26(vwx301, vwx311, ty_Float) -> new_esEs18(vwx301, vwx311) 19.48/7.46 new_primCmpNat0(Zero, Succ(vwx4000)) -> LT 19.48/7.46 new_esEs6(Left(vwx300), Left(vwx310), app(app(app(ty_@3, bfa), bfb), bfc), beh) -> new_esEs5(vwx300, vwx310, bfa, bfb, bfc) 19.48/7.46 new_esEs21(vwx302, vwx312, ty_Ordering) -> new_esEs11(vwx302, vwx312) 19.48/7.46 new_compare15(vwx300, vwx400, app(ty_[], bab)) -> new_compare3(vwx300, vwx400, bab) 19.48/7.46 new_ltEs19(vwx302, vwx402, app(app(app(ty_@3, ge), gf), gg)) -> new_ltEs12(vwx302, vwx402, ge, gf, gg) 19.48/7.46 new_esEs7(Just(vwx300), Just(vwx310), ty_Double) -> new_esEs9(vwx300, vwx310) 19.48/7.46 new_esEs25(vwx300, vwx310, ty_Ordering) -> new_esEs11(vwx300, vwx310) 19.48/7.46 new_esEs21(vwx302, vwx312, app(app(app(ty_@3, cce), ccf), ccg)) -> new_esEs5(vwx302, vwx312, cce, ccf, ccg) 19.48/7.46 new_lt15(vwx300, vwx400, ty_Integer) -> new_lt16(vwx300, vwx400) 19.48/7.46 new_sr(Integer(vwx3000), Integer(vwx4010)) -> Integer(new_primMulInt(vwx3000, vwx4010)) 19.48/7.46 new_primCmpNat0(Succ(vwx3000), Zero) -> GT 19.48/7.46 new_compare110(vwx300, vwx400, False, bc, bd, be) -> GT 19.48/7.46 new_compare3([], :(vwx400, vwx401), hd) -> LT 19.48/7.46 new_esEs7(Nothing, Just(vwx310), cff) -> False 19.48/7.46 new_esEs7(Just(vwx300), Nothing, cff) -> False 19.48/7.46 new_esEs20(vwx301, vwx311, ty_Integer) -> new_esEs17(vwx301, vwx311) 19.48/7.46 new_compare210(vwx300, vwx400, True, ca) -> EQ 19.48/7.46 new_lt15(vwx300, vwx400, ty_Double) -> new_lt5(vwx300, vwx400) 19.48/7.46 new_lt20(vwx301, vwx401, app(app(app(ty_@3, fc), fd), ff)) -> new_lt9(vwx301, vwx401, fc, fd, ff) 19.48/7.46 new_esEs6(Left(vwx300), Left(vwx310), app(ty_[], bgb), beh) -> new_esEs16(vwx300, vwx310, bgb) 19.48/7.46 new_esEs22(vwx300, vwx310, app(app(ty_Either, cec), ced)) -> new_esEs6(vwx300, vwx310, cec, ced) 19.48/7.46 new_ltEs18(vwx301, vwx401, ty_@0) -> new_ltEs9(vwx301, vwx401) 19.48/7.46 new_esEs20(vwx301, vwx311, ty_Int) -> new_esEs10(vwx301, vwx311) 19.48/7.46 new_esEs26(vwx301, vwx311, ty_Bool) -> new_esEs14(vwx301, vwx311) 19.48/7.46 new_lt16(vwx300, vwx400) -> new_esEs8(new_compare7(vwx300, vwx400)) 19.48/7.46 new_esEs26(vwx301, vwx311, ty_@0) -> new_esEs12(vwx301, vwx311) 19.48/7.46 new_esEs7(Just(vwx300), Just(vwx310), ty_Float) -> new_esEs18(vwx300, vwx310) 19.48/7.46 new_lt12(vwx300, vwx400) -> new_esEs8(new_compare13(vwx300, vwx400)) 19.48/7.46 new_lt15(vwx300, vwx400, app(app(ty_@2, h), ba)) -> new_lt13(vwx300, vwx400, h, ba) 19.48/7.46 new_lt19(vwx300, vwx400, ty_Float) -> new_lt7(vwx300, vwx400) 19.48/7.46 new_compare7(Integer(vwx300), Integer(vwx400)) -> new_primCmpInt(vwx300, vwx400) 19.48/7.46 new_compare15(vwx300, vwx400, ty_Float) -> new_compare16(vwx300, vwx400) 19.48/7.46 new_lt20(vwx301, vwx401, app(ty_[], fg)) -> new_lt11(vwx301, vwx401, fg) 19.48/7.46 new_compare23(vwx300, vwx400, True, bg, bh) -> EQ 19.48/7.46 new_esEs21(vwx302, vwx312, app(app(ty_@2, cdd), cde)) -> new_esEs4(vwx302, vwx312, cdd, cde) 19.48/7.46 new_primEqInt(Pos(Zero), Neg(Succ(vwx3100))) -> False 19.48/7.46 new_primEqInt(Neg(Zero), Pos(Succ(vwx3100))) -> False 19.48/7.46 new_ltEs18(vwx301, vwx401, app(ty_Maybe, dd)) -> new_ltEs6(vwx301, vwx401, dd) 19.48/7.46 new_esEs7(Nothing, Nothing, cff) -> True 19.48/7.46 new_ltEs13(vwx30, vwx40) -> new_not(new_compare8(vwx30, vwx40)) 19.48/7.46 new_esEs25(vwx300, vwx310, app(app(ty_@2, dae), daf)) -> new_esEs4(vwx300, vwx310, dae, daf) 19.48/7.46 new_ltEs18(vwx301, vwx401, app(app(app(ty_@3, ce), cf), cg)) -> new_ltEs12(vwx301, vwx401, ce, cf, cg) 19.48/7.46 new_compare15(vwx300, vwx400, ty_@0) -> new_compare9(vwx300, vwx400) 19.48/7.46 new_esEs26(vwx301, vwx311, app(ty_[], dca)) -> new_esEs16(vwx301, vwx311, dca) 19.48/7.46 new_primEqInt(Neg(Succ(vwx3000)), Neg(Succ(vwx3100))) -> new_primEqNat0(vwx3000, vwx3100) 19.48/7.46 new_primCmpInt(Neg(Zero), Pos(Succ(vwx4000))) -> LT 19.48/7.46 new_compare13(Char(vwx300), Char(vwx400)) -> new_primCmpNat0(vwx300, vwx400) 19.48/7.46 new_lt15(vwx300, vwx400, app(ty_Ratio, bef)) -> new_lt10(vwx300, vwx400, bef) 19.48/7.46 new_ltEs19(vwx302, vwx402, ty_Char) -> new_ltEs14(vwx302, vwx402) 19.48/7.46 new_primMulInt(Pos(vwx3000), Pos(vwx4010)) -> Pos(new_primMulNat0(vwx3000, vwx4010)) 19.48/7.46 new_compare16(Float(vwx300, Pos(vwx3010)), Float(vwx400, Pos(vwx4010))) -> new_compare8(new_sr0(vwx300, Pos(vwx4010)), new_sr0(Pos(vwx3010), vwx400)) 19.48/7.46 new_esEs25(vwx300, vwx310, app(ty_Maybe, dac)) -> new_esEs7(vwx300, vwx310, dac) 19.48/7.46 new_compare17(vwx300, vwx400, h, ba) -> new_compare29(vwx300, vwx400, new_esEs4(vwx300, vwx400, h, ba), h, ba) 19.48/7.46 new_esEs4(@2(vwx300, vwx301), @2(vwx310, vwx311), chd, che) -> new_asAs(new_esEs25(vwx300, vwx310, chd), new_esEs26(vwx301, vwx311, che)) 19.48/7.46 new_lt15(vwx300, vwx400, ty_Bool) -> new_lt18(vwx300, vwx400) 19.48/7.46 new_compare23(vwx300, vwx400, False, bg, bh) -> new_compare10(vwx300, vwx400, new_ltEs5(vwx300, vwx400, bg, bh), bg, bh) 19.48/7.46 new_esEs6(Left(vwx300), Left(vwx310), app(app(ty_Either, bfd), bfe), beh) -> new_esEs6(vwx300, vwx310, bfd, bfe) 19.48/7.46 new_ltEs12(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), eh, dg, dh) -> new_pePe(new_lt19(vwx300, vwx400, eh), vwx300, vwx400, new_pePe(new_lt20(vwx301, vwx401, dg), vwx301, vwx401, new_ltEs19(vwx302, vwx402, dh), dg), eh) 19.48/7.46 new_ltEs5(Left(vwx300), Left(vwx400), ty_Integer, bah) -> new_ltEs10(vwx300, vwx400) 19.48/7.46 new_pePe(False, vwx30, vwx31, vwx32, dcb) -> new_asAs(new_esEs27(vwx30, vwx31, dcb), vwx32) 19.48/7.46 new_primMulNat0(Succ(vwx30000), Zero) -> Zero 19.48/7.46 new_primMulNat0(Zero, Succ(vwx40100)) -> Zero 19.48/7.46 new_primPlusNat0(Zero, vwx40100) -> Succ(vwx40100) 19.48/7.46 new_compare15(vwx300, vwx400, app(app(ty_@2, he), hf)) -> new_compare17(vwx300, vwx400, he, hf) 19.48/7.46 new_lt19(vwx300, vwx400, ty_Char) -> new_lt12(vwx300, vwx400) 19.48/7.46 new_esEs6(Right(vwx300), Right(vwx310), bgc, app(app(app(ty_@3, bgd), bge), bgf)) -> new_esEs5(vwx300, vwx310, bgd, bge, bgf) 19.48/7.46 new_esEs22(vwx300, vwx310, app(ty_Maybe, cee)) -> new_esEs7(vwx300, vwx310, cee) 19.48/7.46 new_ltEs6(Just(vwx300), Just(vwx400), ty_Double) -> new_ltEs17(vwx300, vwx400) 19.48/7.46 new_esEs6(Left(vwx300), Left(vwx310), ty_Ordering, beh) -> new_esEs11(vwx300, vwx310) 19.48/7.46 new_lt19(vwx300, vwx400, app(ty_[], ed)) -> new_lt11(vwx300, vwx400, ed) 19.48/7.46 new_esEs7(Just(vwx300), Just(vwx310), app(app(ty_Either, cgb), cgc)) -> new_esEs6(vwx300, vwx310, cgb, cgc) 19.48/7.46 new_esEs11(LT, LT) -> True 19.48/7.46 new_not(GT) -> False 19.48/7.46 new_esEs6(Right(vwx300), Right(vwx310), bgc, ty_Int) -> new_esEs10(vwx300, vwx310) 19.48/7.46 new_lt20(vwx301, vwx401, ty_Char) -> new_lt12(vwx301, vwx401) 19.48/7.46 new_ltEs6(Nothing, Just(vwx400), bec) -> True 19.48/7.46 new_esEs6(Right(vwx300), Right(vwx310), bgc, ty_Integer) -> new_esEs17(vwx300, vwx310) 19.48/7.46 new_esEs22(vwx300, vwx310, app(ty_Ratio, cef)) -> new_esEs15(vwx300, vwx310, cef) 19.48/7.46 new_compare15(vwx300, vwx400, app(ty_Ratio, bee)) -> new_compare6(vwx300, vwx400, bee) 19.48/7.46 new_primPlusNat1(Succ(vwx6000), Zero) -> Succ(vwx6000) 19.48/7.46 new_primPlusNat1(Zero, Succ(vwx401000)) -> Succ(vwx401000) 19.48/7.46 new_esEs27(vwx30, vwx31, ty_Char) -> new_esEs13(vwx30, vwx31) 19.48/7.46 new_esEs7(Just(vwx300), Just(vwx310), app(app(ty_@2, cgf), cgg)) -> new_esEs4(vwx300, vwx310, cgf, cgg) 19.48/7.46 new_esEs26(vwx301, vwx311, ty_Double) -> new_esEs9(vwx301, vwx311) 19.48/7.46 new_ltEs19(vwx302, vwx402, app(app(ty_@2, gc), gd)) -> new_ltEs8(vwx302, vwx402, gc, gd) 19.48/7.46 new_esEs19(vwx300, vwx310, ty_Integer) -> new_esEs17(vwx300, vwx310) 19.48/7.46 new_ltEs5(Left(vwx300), Left(vwx400), ty_Int, bah) -> new_ltEs13(vwx300, vwx400) 19.48/7.46 new_ltEs10(vwx30, vwx40) -> new_not(new_compare7(vwx30, vwx40)) 19.48/7.46 new_ltEs5(Right(vwx300), Right(vwx400), bbh, ty_Bool) -> new_ltEs16(vwx300, vwx400) 19.48/7.46 new_ltEs6(Just(vwx300), Just(vwx400), app(ty_[], bdg)) -> new_ltEs4(vwx300, vwx400, bdg) 19.48/7.46 new_lt20(vwx301, vwx401, ty_Float) -> new_lt7(vwx301, vwx401) 19.48/7.46 new_ltEs5(Right(vwx300), Right(vwx400), bbh, ty_@0) -> new_ltEs9(vwx300, vwx400) 19.48/7.46 new_lt6(vwx300, vwx400, ca) -> new_esEs8(new_compare14(vwx300, vwx400, ca)) 19.48/7.46 new_esEs16([], [], cdg) -> True 19.48/7.46 new_ltEs5(Right(vwx300), Right(vwx400), bbh, app(ty_[], bcf)) -> new_ltEs4(vwx300, vwx400, bcf) 19.48/7.46 new_ltEs6(Just(vwx300), Just(vwx400), ty_Int) -> new_ltEs13(vwx300, vwx400) 19.48/7.46 new_esEs27(vwx30, vwx31, ty_Double) -> new_esEs9(vwx30, vwx31) 19.48/7.46 new_primMulInt(Neg(vwx3000), Neg(vwx4010)) -> Pos(new_primMulNat0(vwx3000, vwx4010)) 19.48/7.46 new_primCmpInt(Pos(Zero), Pos(Succ(vwx4000))) -> new_primCmpNat0(Zero, Succ(vwx4000)) 19.48/7.46 new_esEs14(True, True) -> True 19.48/7.46 new_lt15(vwx300, vwx400, app(ty_Maybe, ca)) -> new_lt6(vwx300, vwx400, ca) 19.48/7.46 new_esEs7(Just(vwx300), Just(vwx310), ty_Ordering) -> new_esEs11(vwx300, vwx310) 19.48/7.46 new_compare16(Float(vwx300, Neg(vwx3010)), Float(vwx400, Neg(vwx4010))) -> new_compare8(new_sr0(vwx300, Neg(vwx4010)), new_sr0(Neg(vwx3010), vwx400)) 19.48/7.46 new_ltEs15(EQ, GT) -> True 19.48/7.46 new_ltEs18(vwx301, vwx401, ty_Ordering) -> new_ltEs15(vwx301, vwx401) 19.48/7.46 new_ltEs18(vwx301, vwx401, ty_Char) -> new_ltEs14(vwx301, vwx401) 19.48/7.46 new_esEs26(vwx301, vwx311, ty_Char) -> new_esEs13(vwx301, vwx311) 19.48/7.46 new_compare26(vwx300, vwx400, True, bc, bd, be) -> EQ 19.48/7.46 new_esEs19(vwx300, vwx310, ty_Int) -> new_esEs10(vwx300, vwx310) 19.48/7.46 new_compare112(vwx300, vwx400, True) -> LT 19.48/7.46 new_ltEs19(vwx302, vwx402, ty_Bool) -> new_ltEs16(vwx302, vwx402) 19.48/7.46 new_esEs21(vwx302, vwx312, app(app(ty_Either, cch), cda)) -> new_esEs6(vwx302, vwx312, cch, cda) 19.48/7.46 new_esEs27(vwx30, vwx31, ty_Bool) -> new_esEs14(vwx30, vwx31) 19.48/7.46 new_compare113(vwx300, vwx400, True, h, ba) -> LT 19.48/7.46 new_not0 -> True 19.48/7.46 new_ltEs19(vwx302, vwx402, app(app(ty_Either, ha), hb)) -> new_ltEs5(vwx302, vwx402, ha, hb) 19.48/7.46 new_esEs27(vwx30, vwx31, ty_@0) -> new_esEs12(vwx30, vwx31) 19.48/7.46 new_lt19(vwx300, vwx400, ty_Ordering) -> new_lt14(vwx300, vwx400) 19.48/7.46 new_compare210(vwx300, vwx400, False, ca) -> new_compare111(vwx300, vwx400, new_ltEs6(vwx300, vwx400, ca), ca) 19.48/7.46 new_compare15(vwx300, vwx400, ty_Int) -> new_compare8(vwx300, vwx400) 19.48/7.46 new_primMulInt(Pos(vwx3000), Neg(vwx4010)) -> Neg(new_primMulNat0(vwx3000, vwx4010)) 19.48/7.46 new_primMulInt(Neg(vwx3000), Pos(vwx4010)) -> Neg(new_primMulNat0(vwx3000, vwx4010)) 19.48/7.46 new_esEs6(Left(vwx300), Left(vwx310), app(app(ty_@2, bfh), bga), beh) -> new_esEs4(vwx300, vwx310, bfh, bga) 19.48/7.46 new_ltEs5(Right(vwx300), Right(vwx400), bbh, ty_Float) -> new_ltEs7(vwx300, vwx400) 19.48/7.46 new_compare26(vwx300, vwx400, False, bc, bd, be) -> new_compare110(vwx300, vwx400, new_ltEs12(vwx300, vwx400, bc, bd, be), bc, bd, be) 19.48/7.46 new_compare28(vwx300, vwx400, True) -> EQ 19.48/7.46 new_esEs22(vwx300, vwx310, app(app(ty_@2, ceg), ceh)) -> new_esEs4(vwx300, vwx310, ceg, ceh) 19.48/7.46 new_esEs6(Right(vwx300), Right(vwx310), bgc, app(app(ty_Either, bgg), bgh)) -> new_esEs6(vwx300, vwx310, bgg, bgh) 19.48/7.46 new_esEs26(vwx301, vwx311, app(ty_Ratio, dbf)) -> new_esEs15(vwx301, vwx311, dbf) 19.48/7.46 new_esEs22(vwx300, vwx310, app(app(app(ty_@3, cdh), cea), ceb)) -> new_esEs5(vwx300, vwx310, cdh, cea, ceb) 19.48/7.46 new_ltEs19(vwx302, vwx402, ty_@0) -> new_ltEs9(vwx302, vwx402) 19.48/7.46 new_esEs21(vwx302, vwx312, ty_Integer) -> new_esEs17(vwx302, vwx312) 19.48/7.46 new_esEs6(Right(vwx300), Right(vwx310), bgc, ty_Bool) -> new_esEs14(vwx300, vwx310) 19.48/7.46 new_ltEs15(LT, GT) -> True 19.48/7.46 new_ltEs5(Left(vwx300), Left(vwx400), ty_@0, bah) -> new_ltEs9(vwx300, vwx400) 19.48/7.46 new_lt15(vwx300, vwx400, app(app(app(ty_@3, bc), bd), be)) -> new_lt9(vwx300, vwx400, bc, bd, be) 19.48/7.46 new_esEs16(:(vwx300, vwx301), :(vwx310, vwx311), cdg) -> new_asAs(new_esEs22(vwx300, vwx310, cdg), new_esEs16(vwx301, vwx311, cdg)) 19.48/7.46 new_compare14(vwx300, vwx400, ca) -> new_compare210(vwx300, vwx400, new_esEs7(vwx300, vwx400, ca), ca) 19.48/7.46 new_esEs25(vwx300, vwx310, ty_Float) -> new_esEs18(vwx300, vwx310) 19.48/7.46 new_primCompAux0(vwx300, vwx400, vwx42, hd) -> new_primCompAux00(vwx42, new_compare15(vwx300, vwx400, hd)) 19.48/7.46 new_esEs20(vwx301, vwx311, ty_Float) -> new_esEs18(vwx301, vwx311) 19.48/7.46 new_asAs(True, vwx41) -> vwx41 19.48/7.46 new_ltEs5(Right(vwx300), Left(vwx400), bbh, bah) -> False 19.48/7.46 new_ltEs5(Right(vwx300), Right(vwx400), bbh, ty_Ordering) -> new_ltEs15(vwx300, vwx400) 19.48/7.46 new_compare10(vwx300, vwx400, False, bg, bh) -> GT 19.48/7.46 new_ltEs18(vwx301, vwx401, app(app(ty_@2, cc), cd)) -> new_ltEs8(vwx301, vwx401, cc, cd) 19.48/7.46 new_ltEs18(vwx301, vwx401, ty_Bool) -> new_ltEs16(vwx301, vwx401) 19.48/7.46 new_compare15(vwx300, vwx400, ty_Integer) -> new_compare7(vwx300, vwx400) 19.48/7.46 new_esEs6(Left(vwx300), Right(vwx310), bgc, beh) -> False 19.48/7.46 new_esEs6(Right(vwx300), Left(vwx310), bgc, beh) -> False 19.48/7.46 new_esEs19(vwx300, vwx310, ty_Float) -> new_esEs18(vwx300, vwx310) 19.48/7.46 new_lt14(vwx300, vwx400) -> new_esEs8(new_compare19(vwx300, vwx400)) 19.48/7.46 new_esEs6(Left(vwx300), Left(vwx310), ty_Double, beh) -> new_esEs9(vwx300, vwx310) 19.48/7.46 new_esEs21(vwx302, vwx312, app(ty_Ratio, cdc)) -> new_esEs15(vwx302, vwx312, cdc) 19.48/7.46 new_esEs26(vwx301, vwx311, ty_Integer) -> new_esEs17(vwx301, vwx311) 19.48/7.46 new_ltEs16(True, False) -> False 19.48/7.46 new_lt20(vwx301, vwx401, ty_Int) -> new_lt17(vwx301, vwx401) 19.48/7.46 new_esEs6(Left(vwx300), Left(vwx310), ty_Float, beh) -> new_esEs18(vwx300, vwx310) 19.48/7.46 new_lt15(vwx300, vwx400, app(ty_[], bf)) -> new_lt11(vwx300, vwx400, bf) 19.48/7.46 new_lt20(vwx301, vwx401, ty_Double) -> new_lt5(vwx301, vwx401) 19.48/7.46 new_esEs21(vwx302, vwx312, ty_Int) -> new_esEs10(vwx302, vwx312) 19.48/7.46 new_primCmpInt(Pos(Succ(vwx3000)), Pos(vwx400)) -> new_primCmpNat0(Succ(vwx3000), vwx400) 19.48/7.46 new_ltEs5(Right(vwx300), Right(vwx400), bbh, app(app(ty_Either, bcg), bch)) -> new_ltEs5(vwx300, vwx400, bcg, bch) 19.48/7.46 new_esEs6(Right(vwx300), Right(vwx310), bgc, ty_@0) -> new_esEs12(vwx300, vwx310) 19.48/7.46 new_primCompAux00(vwx46, EQ) -> vwx46 19.48/7.46 new_lt4(vwx300, vwx400) -> new_esEs8(new_compare9(vwx300, vwx400)) 19.48/7.46 new_ltEs6(Just(vwx300), Just(vwx400), app(ty_Ratio, bed)) -> new_ltEs11(vwx300, vwx400, bed) 19.48/7.46 new_esEs20(vwx301, vwx311, ty_Ordering) -> new_esEs11(vwx301, vwx311) 19.48/7.46 new_primMulNat0(Zero, Zero) -> Zero 19.48/7.46 new_lt19(vwx300, vwx400, ty_Double) -> new_lt5(vwx300, vwx400) 19.48/7.46 new_esEs25(vwx300, vwx310, ty_Double) -> new_esEs9(vwx300, vwx310) 19.48/7.46 new_compare6(:%(vwx300, vwx301), :%(vwx400, vwx401), ty_Int) -> new_compare8(new_sr0(vwx300, vwx401), new_sr0(vwx400, vwx301)) 19.48/7.46 new_ltEs6(Just(vwx300), Just(vwx400), app(app(ty_@2, bdb), bdc)) -> new_ltEs8(vwx300, vwx400, bdb, bdc) 19.48/7.46 new_compare15(vwx300, vwx400, ty_Ordering) -> new_compare19(vwx300, vwx400) 19.48/7.46 new_lt19(vwx300, vwx400, ty_Int) -> new_lt17(vwx300, vwx400) 19.48/7.46 new_esEs26(vwx301, vwx311, app(app(ty_Either, dbc), dbd)) -> new_esEs6(vwx301, vwx311, dbc, dbd) 19.48/7.46 new_compare9(@0, @0) -> EQ 19.48/7.46 new_ltEs5(Right(vwx300), Right(vwx400), bbh, ty_Double) -> new_ltEs17(vwx300, vwx400) 19.48/7.46 new_lt20(vwx301, vwx401, ty_Ordering) -> new_lt14(vwx301, vwx401) 19.48/7.46 new_ltEs15(EQ, EQ) -> True 19.48/7.46 new_ltEs19(vwx302, vwx402, app(ty_Ratio, chc)) -> new_ltEs11(vwx302, vwx402, chc) 19.48/7.46 new_ltEs4(vwx30, vwx40, hd) -> new_not(new_compare3(vwx30, vwx40, hd)) 19.48/7.46 new_lt19(vwx300, vwx400, app(app(app(ty_@3, ea), eb), ec)) -> new_lt9(vwx300, vwx400, ea, eb, ec) 19.48/7.46 new_ltEs5(Left(vwx300), Left(vwx400), app(ty_Ratio, cfb), bah) -> new_ltEs11(vwx300, vwx400, cfb) 19.48/7.46 new_esEs19(vwx300, vwx310, app(app(ty_Either, cad), cae)) -> new_esEs6(vwx300, vwx310, cad, cae) 19.48/7.46 new_esEs8(LT) -> True 19.48/7.46 new_esEs25(vwx300, vwx310, app(app(ty_Either, daa), dab)) -> new_esEs6(vwx300, vwx310, daa, dab) 19.48/7.46 new_compare18(vwx300, vwx400, bc, bd, be) -> new_compare26(vwx300, vwx400, new_esEs5(vwx300, vwx400, bc, bd, be), bc, bd, be) 19.48/7.46 new_compare11(Double(vwx300, Neg(vwx3010)), Double(vwx400, Neg(vwx4010))) -> new_compare8(new_sr0(vwx300, Neg(vwx4010)), new_sr0(Neg(vwx3010), vwx400)) 19.48/7.46 new_compare15(vwx300, vwx400, app(app(app(ty_@3, hg), hh), baa)) -> new_compare18(vwx300, vwx400, hg, hh, baa) 19.48/7.46 new_ltEs5(Right(vwx300), Right(vwx400), bbh, app(ty_Ratio, cfc)) -> new_ltEs11(vwx300, vwx400, cfc) 19.48/7.46 new_ltEs9(vwx30, vwx40) -> new_not(new_compare9(vwx30, vwx40)) 19.48/7.46 new_ltEs18(vwx301, vwx401, app(ty_Ratio, cfe)) -> new_ltEs11(vwx301, vwx401, cfe) 19.48/7.46 new_ltEs19(vwx302, vwx402, app(ty_Maybe, hc)) -> new_ltEs6(vwx302, vwx402, hc) 19.48/7.46 new_esEs7(Just(vwx300), Just(vwx310), ty_Char) -> new_esEs13(vwx300, vwx310) 19.48/7.46 new_esEs22(vwx300, vwx310, ty_Integer) -> new_esEs17(vwx300, vwx310) 19.48/7.46 new_primEqInt(Neg(Succ(vwx3000)), Neg(Zero)) -> False 19.48/7.46 new_primEqInt(Neg(Zero), Neg(Succ(vwx3100))) -> False 19.48/7.46 new_esEs11(GT, GT) -> True 19.48/7.46 new_ltEs15(LT, EQ) -> True 19.48/7.46 new_esEs21(vwx302, vwx312, ty_Float) -> new_esEs18(vwx302, vwx312) 19.48/7.46 new_primEqInt(Pos(Succ(vwx3000)), Pos(Succ(vwx3100))) -> new_primEqNat0(vwx3000, vwx3100) 19.48/7.46 new_esEs21(vwx302, vwx312, app(ty_Maybe, cdb)) -> new_esEs7(vwx302, vwx312, cdb) 19.48/7.46 new_esEs22(vwx300, vwx310, ty_Int) -> new_esEs10(vwx300, vwx310) 19.48/7.46 new_compare11(Double(vwx300, Pos(vwx3010)), Double(vwx400, Neg(vwx4010))) -> new_compare8(new_sr0(vwx300, Pos(vwx4010)), new_sr0(Neg(vwx3010), vwx400)) 19.48/7.46 new_compare11(Double(vwx300, Neg(vwx3010)), Double(vwx400, Pos(vwx4010))) -> new_compare8(new_sr0(vwx300, Neg(vwx4010)), new_sr0(Pos(vwx3010), vwx400)) 19.48/7.46 new_esEs6(Right(vwx300), Right(vwx310), bgc, app(app(ty_@2, bhc), bhd)) -> new_esEs4(vwx300, vwx310, bhc, bhd) 19.48/7.46 new_esEs20(vwx301, vwx311, app(ty_[], ccd)) -> new_esEs16(vwx301, vwx311, ccd) 19.48/7.46 new_esEs11(EQ, EQ) -> True 19.48/7.46 new_lt7(vwx300, vwx400) -> new_esEs8(new_compare16(vwx300, vwx400)) 19.48/7.46 new_esEs26(vwx301, vwx311, app(app(ty_@2, dbg), dbh)) -> new_esEs4(vwx301, vwx311, dbg, dbh) 19.48/7.46 new_lt10(vwx300, vwx400, bef) -> new_esEs8(new_compare6(vwx300, vwx400, bef)) 19.48/7.46 new_esEs20(vwx301, vwx311, app(app(ty_Either, cbf), cbg)) -> new_esEs6(vwx301, vwx311, cbf, cbg) 19.48/7.46 new_ltEs6(Just(vwx300), Just(vwx400), ty_Float) -> new_ltEs7(vwx300, vwx400) 19.48/7.46 new_ltEs6(Nothing, Nothing, bec) -> True 19.48/7.46 new_ltEs18(vwx301, vwx401, app(app(ty_Either, db), dc)) -> new_ltEs5(vwx301, vwx401, db, dc) 19.48/7.46 new_primEqInt(Pos(Succ(vwx3000)), Neg(vwx310)) -> False 19.48/7.46 new_primEqInt(Neg(Succ(vwx3000)), Pos(vwx310)) -> False 19.48/7.46 new_esEs14(False, False) -> True 19.48/7.46 new_esEs25(vwx300, vwx310, app(ty_Ratio, dad)) -> new_esEs15(vwx300, vwx310, dad) 19.48/7.46 new_ltEs6(Just(vwx300), Nothing, bec) -> False 19.48/7.46 new_primCmpInt(Neg(Zero), Neg(Succ(vwx4000))) -> new_primCmpNat0(Succ(vwx4000), Zero) 19.48/7.46 new_compare28(vwx300, vwx400, False) -> new_compare12(vwx300, vwx400, new_ltEs16(vwx300, vwx400)) 19.48/7.46 new_esEs25(vwx300, vwx310, app(ty_[], dag)) -> new_esEs16(vwx300, vwx310, dag) 19.48/7.46 new_esEs19(vwx300, vwx310, app(ty_[], cbb)) -> new_esEs16(vwx300, vwx310, cbb) 19.48/7.46 new_lt11(vwx300, vwx400, bf) -> new_esEs8(new_compare3(vwx300, vwx400, bf)) 19.48/7.46 new_esEs19(vwx300, vwx310, app(ty_Ratio, cag)) -> new_esEs15(vwx300, vwx310, cag) 19.48/7.46 new_esEs26(vwx301, vwx311, app(ty_Maybe, dbe)) -> new_esEs7(vwx301, vwx311, dbe) 19.48/7.46 new_ltEs15(GT, GT) -> True 19.48/7.46 new_primCmpInt(Pos(Zero), Pos(Zero)) -> EQ 19.48/7.46 new_ltEs6(Just(vwx300), Just(vwx400), app(app(app(ty_@3, bdd), bde), bdf)) -> new_ltEs12(vwx300, vwx400, bdd, bde, bdf) 19.48/7.46 new_ltEs5(Right(vwx300), Right(vwx400), bbh, app(app(ty_@2, bca), bcb)) -> new_ltEs8(vwx300, vwx400, bca, bcb) 19.48/7.46 new_compare111(vwx300, vwx400, False, ca) -> GT 19.48/7.46 new_ltEs5(Right(vwx300), Right(vwx400), bbh, app(app(app(ty_@3, bcc), bcd), bce)) -> new_ltEs12(vwx300, vwx400, bcc, bcd, bce) 19.48/7.46 new_esEs6(Right(vwx300), Right(vwx310), bgc, app(ty_[], bhe)) -> new_esEs16(vwx300, vwx310, bhe) 19.48/7.46 new_compare110(vwx300, vwx400, True, bc, bd, be) -> LT 19.48/7.46 new_esEs13(Char(vwx300), Char(vwx310)) -> new_primEqNat0(vwx300, vwx310) 19.48/7.46 new_esEs27(vwx30, vwx31, app(ty_Maybe, cff)) -> new_esEs7(vwx30, vwx31, cff) 19.48/7.46 new_esEs20(vwx301, vwx311, ty_Double) -> new_esEs9(vwx301, vwx311) 19.48/7.46 new_compare27(vwx300, vwx400, False) -> new_compare112(vwx300, vwx400, new_ltEs15(vwx300, vwx400)) 19.48/7.46 new_lt20(vwx301, vwx401, ty_@0) -> new_lt4(vwx301, vwx401) 19.48/7.46 new_esEs20(vwx301, vwx311, app(ty_Maybe, cbh)) -> new_esEs7(vwx301, vwx311, cbh) 19.48/7.46 new_esEs6(Right(vwx300), Right(vwx310), bgc, ty_Ordering) -> new_esEs11(vwx300, vwx310) 19.48/7.46 new_compare15(vwx300, vwx400, app(ty_Maybe, bae)) -> new_compare14(vwx300, vwx400, bae) 19.48/7.46 new_esEs27(vwx30, vwx31, ty_Ordering) -> new_esEs11(vwx30, vwx31) 19.48/7.46 new_esEs27(vwx30, vwx31, app(ty_Ratio, cfd)) -> new_esEs15(vwx30, vwx31, cfd) 19.48/7.46 new_lt19(vwx300, vwx400, app(ty_Maybe, eg)) -> new_lt6(vwx300, vwx400, eg) 19.48/7.46 new_ltEs5(Right(vwx300), Right(vwx400), bbh, ty_Int) -> new_ltEs13(vwx300, vwx400) 19.48/7.46 new_ltEs5(Left(vwx300), Left(vwx400), ty_Char, bah) -> new_ltEs14(vwx300, vwx400) 19.48/7.46 new_esEs7(Just(vwx300), Just(vwx310), app(ty_[], cgh)) -> new_esEs16(vwx300, vwx310, cgh) 19.48/7.46 new_compare6(:%(vwx300, vwx301), :%(vwx400, vwx401), ty_Integer) -> new_compare7(new_sr(vwx300, vwx401), new_sr(vwx400, vwx301)) 19.48/7.46 new_compare24(vwx300, vwx400) -> new_compare28(vwx300, vwx400, new_esEs14(vwx300, vwx400)) 19.48/7.46 new_ltEs14(vwx30, vwx40) -> new_not(new_compare13(vwx30, vwx40)) 19.48/7.46 new_primPlusNat0(Succ(vwx600), vwx40100) -> Succ(Succ(new_primPlusNat1(vwx600, vwx40100))) 19.48/7.46 new_esEs22(vwx300, vwx310, ty_Double) -> new_esEs9(vwx300, vwx310) 19.48/7.46 new_ltEs16(False, False) -> True 19.48/7.46 new_esEs19(vwx300, vwx310, app(ty_Maybe, caf)) -> new_esEs7(vwx300, vwx310, caf) 19.48/7.46 new_ltEs6(Just(vwx300), Just(vwx400), ty_@0) -> new_ltEs9(vwx300, vwx400) 19.48/7.46 new_sr0(vwx300, vwx401) -> new_primMulInt(vwx300, vwx401) 19.48/7.46 new_esEs24(vwx301, vwx311, ty_Int) -> new_esEs10(vwx301, vwx311) 19.48/7.46 new_esEs10(vwx30, vwx31) -> new_primEqInt(vwx30, vwx31) 19.48/7.46 new_esEs19(vwx300, vwx310, ty_Double) -> new_esEs9(vwx300, vwx310) 19.48/7.46 new_esEs19(vwx300, vwx310, ty_Ordering) -> new_esEs11(vwx300, vwx310) 19.48/7.46 new_primCmpInt(Pos(Zero), Neg(Zero)) -> EQ 19.48/7.46 new_primCmpInt(Neg(Zero), Pos(Zero)) -> EQ 19.48/7.46 new_ltEs11(vwx30, vwx40, beg) -> new_not(new_compare6(vwx30, vwx40, beg)) 19.48/7.46 new_primPlusNat1(Zero, Zero) -> Zero 19.48/7.46 new_compare111(vwx300, vwx400, True, ca) -> LT 19.48/7.46 new_esEs22(vwx300, vwx310, ty_Char) -> new_esEs13(vwx300, vwx310) 19.48/7.46 new_esEs27(vwx30, vwx31, app(app(ty_Either, bgc), beh)) -> new_esEs6(vwx30, vwx31, bgc, beh) 19.48/7.46 new_esEs27(vwx30, vwx31, app(app(ty_@2, chd), che)) -> new_esEs4(vwx30, vwx31, chd, che) 19.48/7.46 new_esEs21(vwx302, vwx312, app(ty_[], cdf)) -> new_esEs16(vwx302, vwx312, cdf) 19.48/7.46 new_ltEs16(True, True) -> True 19.48/7.46 new_ltEs15(LT, LT) -> True 19.48/7.46 new_esEs25(vwx300, vwx310, ty_Int) -> new_esEs10(vwx300, vwx310) 19.48/7.46 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 19.48/7.46 new_ltEs18(vwx301, vwx401, ty_Int) -> new_ltEs13(vwx301, vwx401) 19.48/7.46 new_lt19(vwx300, vwx400, app(app(ty_@2, de), df)) -> new_lt13(vwx300, vwx400, de, df) 19.48/7.46 new_lt19(vwx300, vwx400, ty_@0) -> new_lt4(vwx300, vwx400) 19.48/7.46 new_esEs22(vwx300, vwx310, ty_@0) -> new_esEs12(vwx300, vwx310) 19.48/7.46 new_esEs25(vwx300, vwx310, ty_Integer) -> new_esEs17(vwx300, vwx310) 19.48/7.46 new_lt15(vwx300, vwx400, ty_Ordering) -> new_lt14(vwx300, vwx400) 19.48/7.46 new_primMulNat0(Succ(vwx30000), Succ(vwx40100)) -> new_primPlusNat0(new_primMulNat0(vwx30000, Succ(vwx40100)), vwx40100) 19.48/7.46 new_esEs6(Right(vwx300), Right(vwx310), bgc, ty_Double) -> new_esEs9(vwx300, vwx310) 19.48/7.46 new_ltEs6(Just(vwx300), Just(vwx400), ty_Bool) -> new_ltEs16(vwx300, vwx400) 19.48/7.46 new_ltEs5(Right(vwx300), Right(vwx400), bbh, ty_Integer) -> new_ltEs10(vwx300, vwx400) 19.48/7.46 new_esEs12(@0, @0) -> True 19.48/7.46 new_esEs22(vwx300, vwx310, ty_Bool) -> new_esEs14(vwx300, vwx310) 19.48/7.46 new_compare29(vwx300, vwx400, True, h, ba) -> EQ 19.48/7.46 new_esEs6(Left(vwx300), Left(vwx310), ty_Integer, beh) -> new_esEs17(vwx300, vwx310) 19.48/7.46 new_lt15(vwx300, vwx400, ty_Float) -> new_lt7(vwx300, vwx400) 19.48/7.46 new_primCmpNat0(Succ(vwx3000), Succ(vwx4000)) -> new_primCmpNat0(vwx3000, vwx4000) 19.48/7.46 new_esEs26(vwx301, vwx311, app(app(app(ty_@3, dah), dba), dbb)) -> new_esEs5(vwx301, vwx311, dah, dba, dbb) 19.48/7.46 new_esEs7(Just(vwx300), Just(vwx310), ty_Integer) -> new_esEs17(vwx300, vwx310) 19.48/7.46 new_esEs24(vwx301, vwx311, ty_Integer) -> new_esEs17(vwx301, vwx311) 19.48/7.46 new_esEs26(vwx301, vwx311, ty_Int) -> new_esEs10(vwx301, vwx311) 19.48/7.46 new_compare12(vwx300, vwx400, True) -> LT 19.48/7.46 new_esEs21(vwx302, vwx312, ty_@0) -> new_esEs12(vwx302, vwx312) 19.48/7.46 new_ltEs19(vwx302, vwx402, ty_Int) -> new_ltEs13(vwx302, vwx402) 19.48/7.46 new_compare3(:(vwx300, vwx301), [], hd) -> GT 19.48/7.46 new_compare29(vwx300, vwx400, False, h, ba) -> new_compare113(vwx300, vwx400, new_ltEs8(vwx300, vwx400, h, ba), h, ba) 19.48/7.46 new_esEs16(:(vwx300, vwx301), [], cdg) -> False 19.48/7.46 new_esEs16([], :(vwx310, vwx311), cdg) -> False 19.48/7.46 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 19.48/7.46 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 19.48/7.46 new_lt20(vwx301, vwx401, app(ty_Maybe, gb)) -> new_lt6(vwx301, vwx401, gb) 19.48/7.46 new_esEs20(vwx301, vwx311, ty_Char) -> new_esEs13(vwx301, vwx311) 19.48/7.46 new_esEs6(Right(vwx300), Right(vwx310), bgc, ty_Char) -> new_esEs13(vwx300, vwx310) 19.48/7.46 new_compare16(Float(vwx300, Pos(vwx3010)), Float(vwx400, Neg(vwx4010))) -> new_compare8(new_sr0(vwx300, Pos(vwx4010)), new_sr0(Neg(vwx3010), vwx400)) 19.48/7.46 new_compare16(Float(vwx300, Neg(vwx3010)), Float(vwx400, Pos(vwx4010))) -> new_compare8(new_sr0(vwx300, Neg(vwx4010)), new_sr0(Pos(vwx3010), vwx400)) 19.48/7.46 new_lt20(vwx301, vwx401, ty_Integer) -> new_lt16(vwx301, vwx401) 19.48/7.46 new_primEqNat0(Zero, Zero) -> True 19.48/7.46 new_not(EQ) -> new_not0 19.48/7.46 new_lt19(vwx300, vwx400, ty_Bool) -> new_lt18(vwx300, vwx400) 19.48/7.46 new_esEs22(vwx300, vwx310, app(ty_[], cfa)) -> new_esEs16(vwx300, vwx310, cfa) 19.48/7.46 new_asAs(False, vwx41) -> False 19.48/7.46 new_ltEs19(vwx302, vwx402, app(ty_[], gh)) -> new_ltEs4(vwx302, vwx402, gh) 19.48/7.46 new_esEs21(vwx302, vwx312, ty_Char) -> new_esEs13(vwx302, vwx312) 19.48/7.46 new_esEs6(Left(vwx300), Left(vwx310), ty_Int, beh) -> new_esEs10(vwx300, vwx310) 19.48/7.46 new_pePe(True, vwx30, vwx31, vwx32, dcb) -> True 19.48/7.46 new_lt15(vwx300, vwx400, ty_Int) -> new_lt17(vwx300, vwx400) 19.48/7.46 new_lt19(vwx300, vwx400, app(ty_Ratio, cha)) -> new_lt10(vwx300, vwx400, cha) 19.48/7.46 new_esEs21(vwx302, vwx312, ty_Bool) -> new_esEs14(vwx302, vwx312) 19.48/7.46 new_lt20(vwx301, vwx401, ty_Bool) -> new_lt18(vwx301, vwx401) 19.48/7.46 new_esEs5(@3(vwx300, vwx301, vwx302), @3(vwx310, vwx311, vwx312), bhf, bhg, bhh) -> new_asAs(new_esEs19(vwx300, vwx310, bhf), new_asAs(new_esEs20(vwx301, vwx311, bhg), new_esEs21(vwx302, vwx312, bhh))) 19.48/7.46 new_ltEs6(Just(vwx300), Just(vwx400), ty_Ordering) -> new_ltEs15(vwx300, vwx400) 19.48/7.46 new_ltEs5(Left(vwx300), Left(vwx400), ty_Bool, bah) -> new_ltEs16(vwx300, vwx400) 19.48/7.46 new_ltEs5(Left(vwx300), Left(vwx400), app(ty_[], bbd), bah) -> new_ltEs4(vwx300, vwx400, bbd) 19.48/7.46 new_compare27(vwx300, vwx400, True) -> EQ 19.48/7.46 new_ltEs6(Just(vwx300), Just(vwx400), ty_Char) -> new_ltEs14(vwx300, vwx400) 19.48/7.46 new_ltEs16(False, True) -> True 19.48/7.46 new_esEs21(vwx302, vwx312, ty_Double) -> new_esEs9(vwx302, vwx312) 19.48/7.46 new_lt19(vwx300, vwx400, ty_Integer) -> new_lt16(vwx300, vwx400) 19.48/7.46 new_lt13(vwx300, vwx400, h, ba) -> new_esEs8(new_compare17(vwx300, vwx400, h, ba)) 19.48/7.46 new_lt15(vwx300, vwx400, ty_Char) -> new_lt12(vwx300, vwx400) 19.48/7.46 new_ltEs7(vwx30, vwx40) -> new_not(new_compare16(vwx30, vwx40)) 19.48/7.46 new_esEs27(vwx30, vwx31, app(app(app(ty_@3, bhf), bhg), bhh)) -> new_esEs5(vwx30, vwx31, bhf, bhg, bhh) 19.48/7.46 19.48/7.46 The set Q consists of the following terms: 19.48/7.46 19.48/7.46 new_esEs7(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 19.48/7.46 new_lt9(x0, x1, x2, x3, x4) 19.48/7.46 new_ltEs19(x0, x1, ty_Ordering) 19.48/7.46 new_esEs25(x0, x1, ty_Char) 19.48/7.46 new_esEs20(x0, x1, ty_Bool) 19.48/7.46 new_esEs21(x0, x1, ty_Integer) 19.48/7.46 new_esEs16([], [], x0) 19.48/7.46 new_compare13(Char(x0), Char(x1)) 19.48/7.46 new_esEs19(x0, x1, app(app(ty_@2, x2), x3)) 19.48/7.46 new_compare15(x0, x1, app(ty_[], x2)) 19.48/7.46 new_compare11(Double(x0, Pos(x1)), Double(x2, Pos(x3))) 19.48/7.46 new_esEs7(Nothing, Nothing, x0) 19.48/7.46 new_lt20(x0, x1, ty_Ordering) 19.48/7.46 new_asAs(False, x0) 19.48/7.46 new_lt17(x0, x1) 19.48/7.46 new_esEs20(x0, x1, ty_@0) 19.48/7.46 new_not0 19.48/7.46 new_ltEs6(Just(x0), Just(x1), ty_@0) 19.48/7.46 new_esEs21(x0, x1, app(ty_Maybe, x2)) 19.48/7.46 new_compare12(x0, x1, False) 19.48/7.46 new_lt20(x0, x1, ty_Int) 19.48/7.46 new_primPlusNat1(Zero, Zero) 19.48/7.46 new_esEs7(Just(x0), Just(x1), app(ty_Ratio, x2)) 19.48/7.46 new_compare15(x0, x1, ty_Char) 19.48/7.46 new_compare11(Double(x0, Pos(x1)), Double(x2, Neg(x3))) 19.48/7.46 new_compare11(Double(x0, Neg(x1)), Double(x2, Pos(x3))) 19.48/7.46 new_ltEs5(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 19.48/7.46 new_ltEs19(x0, x1, ty_Int) 19.48/7.46 new_ltEs6(Just(x0), Just(x1), ty_Bool) 19.48/7.46 new_compare15(x0, x1, app(app(ty_@2, x2), x3)) 19.48/7.46 new_esEs26(x0, x1, ty_Bool) 19.48/7.46 new_lt7(x0, x1) 19.48/7.46 new_primEqInt(Pos(Zero), Pos(Zero)) 19.48/7.46 new_primPlusNat1(Succ(x0), Succ(x1)) 19.48/7.46 new_esEs16([], :(x0, x1), x2) 19.48/7.46 new_esEs23(x0, x1, ty_Int) 19.48/7.46 new_esEs21(x0, x1, ty_Bool) 19.48/7.46 new_ltEs18(x0, x1, ty_Double) 19.48/7.46 new_esEs22(x0, x1, app(app(ty_Either, x2), x3)) 19.48/7.46 new_lt15(x0, x1, app(app(ty_@2, x2), x3)) 19.48/7.46 new_ltEs19(x0, x1, ty_Char) 19.48/7.46 new_esEs27(x0, x1, ty_Integer) 19.48/7.46 new_esEs6(Left(x0), Left(x1), ty_Integer, x2) 19.48/7.46 new_esEs10(x0, x1) 19.48/7.46 new_ltEs19(x0, x1, ty_Double) 19.48/7.46 new_esEs7(Just(x0), Just(x1), ty_Float) 19.48/7.46 new_esEs14(True, True) 19.48/7.46 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 19.48/7.46 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 19.48/7.46 new_compare24(x0, x1) 19.48/7.46 new_lt6(x0, x1, x2) 19.48/7.46 new_ltEs5(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 19.48/7.46 new_primEqInt(Neg(Zero), Neg(Zero)) 19.48/7.46 new_not(GT) 19.48/7.46 new_esEs27(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.48/7.46 new_compare8(x0, x1) 19.48/7.46 new_esEs26(x0, x1, ty_Int) 19.48/7.46 new_esEs26(x0, x1, app(ty_[], x2)) 19.48/7.46 new_lt13(x0, x1, x2, x3) 19.48/7.46 new_esEs6(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 19.48/7.46 new_ltEs6(Just(x0), Just(x1), ty_Int) 19.48/7.46 new_esEs19(x0, x1, ty_Int) 19.48/7.46 new_esEs27(x0, x1, ty_Bool) 19.48/7.46 new_esEs19(x0, x1, app(ty_Ratio, x2)) 19.48/7.46 new_esEs6(Left(x0), Left(x1), ty_@0, x2) 19.48/7.46 new_esEs8(LT) 19.48/7.46 new_ltEs7(x0, x1) 19.48/7.46 new_ltEs16(False, False) 19.48/7.46 new_ltEs9(x0, x1) 19.48/7.46 new_esEs6(Left(x0), Left(x1), ty_Bool, x2) 19.48/7.46 new_lt19(x0, x1, app(ty_Maybe, x2)) 19.48/7.46 new_compare3([], :(x0, x1), x2) 19.48/7.46 new_esEs20(x0, x1, ty_Char) 19.48/7.46 new_esEs27(x0, x1, ty_Float) 19.48/7.46 new_esEs14(False, True) 19.48/7.46 new_esEs14(True, False) 19.48/7.46 new_primCompAux00(x0, LT) 19.48/7.46 new_ltEs5(Right(x0), Right(x1), x2, ty_Float) 19.48/7.46 new_esEs6(Left(x0), Right(x1), x2, x3) 19.48/7.46 new_esEs6(Right(x0), Left(x1), x2, x3) 19.48/7.46 new_compare27(x0, x1, True) 19.48/7.46 new_primEqNat0(Zero, Succ(x0)) 19.48/7.46 new_ltEs5(Right(x0), Right(x1), x2, app(ty_[], x3)) 19.48/7.46 new_ltEs8(@2(x0, x1), @2(x2, x3), x4, x5) 19.48/7.46 new_compare29(x0, x1, True, x2, x3) 19.48/7.46 new_esEs26(x0, x1, ty_Char) 19.48/7.46 new_esEs11(EQ, GT) 19.48/7.46 new_esEs11(GT, EQ) 19.48/7.46 new_ltEs5(Right(x0), Right(x1), x2, ty_Bool) 19.48/7.46 new_esEs27(x0, x1, ty_@0) 19.48/7.46 new_esEs24(x0, x1, ty_Integer) 19.48/7.46 new_esEs19(x0, x1, app(ty_Maybe, x2)) 19.48/7.46 new_esEs19(x0, x1, ty_Double) 19.48/7.46 new_compare112(x0, x1, True) 19.48/7.46 new_primEqInt(Pos(Zero), Neg(Zero)) 19.48/7.46 new_primEqInt(Neg(Zero), Pos(Zero)) 19.48/7.46 new_primMulInt(Pos(x0), Pos(x1)) 19.48/7.46 new_ltEs5(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 19.48/7.46 new_lt20(x0, x1, app(ty_Maybe, x2)) 19.48/7.46 new_esEs19(x0, x1, ty_Char) 19.48/7.46 new_primCmpInt(Pos(Zero), Pos(Succ(x0))) 19.48/7.46 new_ltEs5(Right(x0), Right(x1), x2, ty_@0) 19.48/7.46 new_ltEs6(Just(x0), Just(x1), ty_Double) 19.48/7.46 new_ltEs19(x0, x1, ty_@0) 19.48/7.46 new_esEs7(Just(x0), Just(x1), app(ty_[], x2)) 19.48/7.46 new_lt5(x0, x1) 19.48/7.46 new_lt15(x0, x1, app(ty_Ratio, x2)) 19.48/7.46 new_ltEs18(x0, x1, ty_Ordering) 19.48/7.46 new_lt20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.48/7.46 new_esEs26(x0, x1, app(app(ty_Either, x2), x3)) 19.48/7.46 new_compare28(x0, x1, False) 19.48/7.46 new_esEs4(@2(x0, x1), @2(x2, x3), x4, x5) 19.48/7.46 new_compare111(x0, x1, True, x2) 19.48/7.46 new_esEs7(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 19.48/7.46 new_lt19(x0, x1, ty_Float) 19.48/7.46 new_compare15(x0, x1, ty_Integer) 19.48/7.46 new_esEs25(x0, x1, ty_Ordering) 19.48/7.46 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 19.48/7.46 new_compare15(x0, x1, ty_Ordering) 19.48/7.46 new_ltEs18(x0, x1, app(ty_Maybe, x2)) 19.48/7.46 new_ltEs4(x0, x1, x2) 19.48/7.46 new_sr0(x0, x1) 19.48/7.46 new_ltEs6(Just(x0), Just(x1), ty_Char) 19.48/7.46 new_esEs20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.48/7.46 new_esEs27(x0, x1, app(ty_[], x2)) 19.48/7.46 new_esEs20(x0, x1, ty_Float) 19.48/7.46 new_esEs26(x0, x1, ty_@0) 19.48/7.46 new_primCmpInt(Pos(Succ(x0)), Pos(x1)) 19.48/7.46 new_ltEs15(EQ, EQ) 19.48/7.46 new_lt15(x0, x1, app(app(ty_Either, x2), x3)) 19.48/7.46 new_esEs6(Right(x0), Right(x1), x2, app(ty_[], x3)) 19.48/7.46 new_primCompAux00(x0, GT) 19.48/7.46 new_esEs21(x0, x1, app(ty_Ratio, x2)) 19.48/7.46 new_compare15(x0, x1, app(ty_Maybe, x2)) 19.48/7.46 new_esEs6(Left(x0), Left(x1), ty_Char, x2) 19.48/7.46 new_lt15(x0, x1, ty_Float) 19.48/7.46 new_esEs7(Just(x0), Nothing, x1) 19.48/7.46 new_lt8(x0, x1, x2, x3) 19.48/7.46 new_primCmpNat0(Zero, Succ(x0)) 19.48/7.46 new_esEs20(x0, x1, ty_Double) 19.48/7.46 new_ltEs18(x0, x1, ty_@0) 19.48/7.46 new_esEs25(x0, x1, app(ty_Maybe, x2)) 19.48/7.46 new_esEs26(x0, x1, app(ty_Maybe, x2)) 19.48/7.46 new_lt20(x0, x1, app(app(ty_@2, x2), x3)) 19.48/7.46 new_primCmpInt(Pos(Zero), Neg(Succ(x0))) 19.48/7.46 new_primCmpInt(Neg(Zero), Pos(Succ(x0))) 19.48/7.46 new_esEs20(x0, x1, app(ty_Ratio, x2)) 19.48/7.46 new_esEs26(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.48/7.46 new_primCmpInt(Neg(Zero), Neg(Succ(x0))) 19.48/7.46 new_ltEs6(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 19.48/7.46 new_esEs25(x0, x1, ty_Integer) 19.48/7.46 new_compare12(x0, x1, True) 19.48/7.46 new_compare25(x0, x1, x2, x3) 19.48/7.46 new_ltEs5(Left(x0), Left(x1), ty_Float, x2) 19.48/7.46 new_compare113(x0, x1, False, x2, x3) 19.48/7.46 new_esEs26(x0, x1, ty_Double) 19.48/7.46 new_lt19(x0, x1, app(app(ty_Either, x2), x3)) 19.48/7.46 new_esEs6(Left(x0), Left(x1), ty_Int, x2) 19.48/7.46 new_esEs19(x0, x1, ty_@0) 19.48/7.46 new_asAs(True, x0) 19.48/7.46 new_esEs7(Nothing, Just(x0), x1) 19.48/7.46 new_compare18(x0, x1, x2, x3, x4) 19.48/7.46 new_compare3([], [], x0) 19.48/7.46 new_ltEs15(GT, LT) 19.48/7.46 new_compare26(x0, x1, True, x2, x3, x4) 19.48/7.46 new_ltEs15(LT, GT) 19.48/7.46 new_esEs6(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 19.48/7.46 new_compare15(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.48/7.46 new_esEs11(LT, GT) 19.48/7.46 new_esEs11(GT, LT) 19.48/7.46 new_esEs6(Right(x0), Right(x1), x2, ty_Float) 19.48/7.46 new_compare19(x0, x1) 19.48/7.46 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 19.48/7.46 new_primPlusNat0(Zero, x0) 19.48/7.46 new_lt19(x0, x1, ty_Double) 19.48/7.46 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 19.48/7.46 new_esEs6(Right(x0), Right(x1), x2, ty_Integer) 19.48/7.46 new_pePe(True, x0, x1, x2, x3) 19.48/7.46 new_ltEs19(x0, x1, ty_Bool) 19.48/7.46 new_compare111(x0, x1, False, x2) 19.48/7.46 new_ltEs14(x0, x1) 19.48/7.46 new_esEs21(x0, x1, ty_Double) 19.48/7.46 new_ltEs5(Left(x0), Left(x1), ty_Int, x2) 19.48/7.46 new_esEs7(Just(x0), Just(x1), ty_Integer) 19.48/7.46 new_esEs6(Left(x0), Left(x1), ty_Float, x2) 19.48/7.46 new_ltEs16(True, False) 19.48/7.46 new_ltEs16(False, True) 19.48/7.46 new_esEs13(Char(x0), Char(x1)) 19.48/7.46 new_esEs6(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 19.48/7.46 new_lt20(x0, x1, ty_Integer) 19.48/7.46 new_esEs27(x0, x1, ty_Ordering) 19.48/7.46 new_primCmpInt(Neg(Zero), Neg(Zero)) 19.48/7.46 new_esEs25(x0, x1, ty_Float) 19.48/7.46 new_ltEs6(Just(x0), Just(x1), ty_Integer) 19.48/7.46 new_compare15(x0, x1, ty_Double) 19.48/7.46 new_compare15(x0, x1, ty_@0) 19.48/7.46 new_compare15(x0, x1, app(app(ty_Either, x2), x3)) 19.48/7.46 new_esEs25(x0, x1, ty_Bool) 19.48/7.46 new_primMulNat0(Succ(x0), Succ(x1)) 19.48/7.46 new_primCmpInt(Pos(Zero), Neg(Zero)) 19.48/7.46 new_primCmpInt(Neg(Zero), Pos(Zero)) 19.48/7.46 new_ltEs13(x0, x1) 19.48/7.46 new_ltEs6(Just(x0), Nothing, x1) 19.48/7.46 new_esEs19(x0, x1, app(app(ty_Either, x2), x3)) 19.48/7.46 new_esEs22(x0, x1, ty_Double) 19.48/7.46 new_esEs19(x0, x1, ty_Ordering) 19.48/7.46 new_compare23(x0, x1, True, x2, x3) 19.48/7.46 new_lt15(x0, x1, ty_Char) 19.48/7.46 new_compare110(x0, x1, True, x2, x3, x4) 19.48/7.46 new_esEs21(x0, x1, ty_@0) 19.48/7.46 new_primCmpNat0(Succ(x0), Succ(x1)) 19.48/7.46 new_esEs21(x0, x1, app(app(ty_Either, x2), x3)) 19.48/7.46 new_esEs6(Right(x0), Right(x1), x2, ty_Int) 19.48/7.46 new_esEs15(:%(x0, x1), :%(x2, x3), x4) 19.48/7.46 new_lt20(x0, x1, app(app(ty_Either, x2), x3)) 19.48/7.46 new_ltEs5(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 19.48/7.46 new_esEs19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.48/7.46 new_esEs6(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 19.48/7.46 new_esEs27(x0, x1, app(ty_Maybe, x2)) 19.48/7.46 new_esEs21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.48/7.46 new_esEs25(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.48/7.46 new_ltEs5(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 19.48/7.46 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 19.48/7.46 new_esEs6(Right(x0), Right(x1), x2, ty_Char) 19.48/7.46 new_esEs6(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 19.48/7.46 new_lt15(x0, x1, ty_Int) 19.48/7.46 new_esEs8(EQ) 19.48/7.46 new_ltEs5(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 19.48/7.46 new_ltEs12(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 19.48/7.46 new_compare29(x0, x1, False, x2, x3) 19.48/7.46 new_ltEs18(x0, x1, app(ty_Ratio, x2)) 19.48/7.46 new_esEs16(:(x0, x1), [], x2) 19.48/7.46 new_ltEs6(Just(x0), Just(x1), ty_Ordering) 19.48/7.46 new_lt20(x0, x1, ty_Char) 19.48/7.46 new_esEs19(x0, x1, app(ty_[], x2)) 19.48/7.46 new_esEs6(Right(x0), Right(x1), x2, ty_Bool) 19.48/7.46 new_esEs7(Just(x0), Just(x1), ty_Char) 19.48/7.46 new_primPlusNat1(Zero, Succ(x0)) 19.48/7.46 new_compare16(Float(x0, Neg(x1)), Float(x2, Neg(x3))) 19.48/7.46 new_esEs6(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 19.48/7.46 new_lt20(x0, x1, ty_Bool) 19.48/7.46 new_esEs7(Just(x0), Just(x1), ty_Bool) 19.48/7.46 new_ltEs18(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.48/7.46 new_esEs22(x0, x1, ty_@0) 19.48/7.46 new_compare10(x0, x1, True, x2, x3) 19.48/7.46 new_esEs25(x0, x1, ty_Int) 19.48/7.46 new_esEs22(x0, x1, app(ty_[], x2)) 19.48/7.46 new_ltEs19(x0, x1, ty_Integer) 19.48/7.46 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 19.48/7.46 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 19.48/7.46 new_lt16(x0, x1) 19.48/7.46 new_lt15(x0, x1, ty_Bool) 19.48/7.46 new_lt19(x0, x1, app(ty_Ratio, x2)) 19.48/7.46 new_ltEs5(Left(x0), Left(x1), app(ty_[], x2), x3) 19.48/7.46 new_esEs6(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 19.48/7.46 new_esEs6(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 19.48/7.46 new_esEs7(Just(x0), Just(x1), ty_Ordering) 19.48/7.46 new_compare113(x0, x1, True, x2, x3) 19.48/7.46 new_ltEs6(Nothing, Just(x0), x1) 19.48/7.46 new_esEs20(x0, x1, app(app(ty_Either, x2), x3)) 19.48/7.46 new_ltEs5(Left(x0), Left(x1), ty_@0, x2) 19.48/7.46 new_esEs7(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 19.48/7.46 new_primMulNat0(Zero, Succ(x0)) 19.48/7.46 new_primMulNat0(Zero, Zero) 19.48/7.46 new_lt18(x0, x1) 19.48/7.46 new_lt19(x0, x1, ty_@0) 19.48/7.46 new_not(LT) 19.48/7.46 new_ltEs5(Left(x0), Left(x1), ty_Bool, x2) 19.48/7.46 new_esEs6(Right(x0), Right(x1), x2, ty_@0) 19.48/7.46 new_esEs22(x0, x1, ty_Char) 19.48/7.46 new_compare3(:(x0, x1), [], x2) 19.48/7.46 new_esEs7(Just(x0), Just(x1), ty_Int) 19.48/7.46 new_esEs26(x0, x1, app(ty_Ratio, x2)) 19.48/7.46 new_compare9(@0, @0) 19.48/7.46 new_esEs26(x0, x1, app(app(ty_@2, x2), x3)) 19.48/7.46 new_ltEs6(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 19.48/7.46 new_esEs19(x0, x1, ty_Float) 19.48/7.46 new_primPlusNat0(Succ(x0), x1) 19.48/7.46 new_compare17(x0, x1, x2, x3) 19.48/7.46 new_compare210(x0, x1, False, x2) 19.48/7.46 new_lt19(x0, x1, ty_Bool) 19.48/7.46 new_lt12(x0, x1) 19.48/7.46 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 19.48/7.46 new_ltEs6(Just(x0), Just(x1), app(ty_Ratio, x2)) 19.48/7.46 new_esEs25(x0, x1, app(ty_[], x2)) 19.48/7.46 new_sr(Integer(x0), Integer(x1)) 19.48/7.46 new_compare14(x0, x1, x2) 19.48/7.46 new_ltEs5(Left(x0), Left(x1), ty_Char, x2) 19.48/7.46 new_lt19(x0, x1, ty_Char) 19.48/7.46 new_esEs19(x0, x1, ty_Integer) 19.48/7.46 new_esEs22(x0, x1, ty_Bool) 19.48/7.46 new_lt4(x0, x1) 19.48/7.46 new_esEs25(x0, x1, app(ty_Ratio, x2)) 19.48/7.46 new_compare16(Float(x0, Pos(x1)), Float(x2, Neg(x3))) 19.48/7.46 new_compare16(Float(x0, Neg(x1)), Float(x2, Pos(x3))) 19.48/7.46 new_lt15(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.48/7.46 new_lt20(x0, x1, ty_Float) 19.48/7.46 new_ltEs11(x0, x1, x2) 19.48/7.46 new_ltEs5(Left(x0), Left(x1), ty_Integer, x2) 19.48/7.46 new_lt19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.48/7.46 new_esEs20(x0, x1, app(ty_Maybe, x2)) 19.48/7.46 new_ltEs18(x0, x1, ty_Integer) 19.48/7.46 new_esEs22(x0, x1, ty_Ordering) 19.48/7.47 new_esEs6(Left(x0), Left(x1), ty_Double, x2) 19.48/7.47 new_ltEs6(Just(x0), Just(x1), app(ty_[], x2)) 19.48/7.47 new_ltEs19(x0, x1, app(app(ty_Either, x2), x3)) 19.48/7.47 new_esEs6(Right(x0), Right(x1), x2, ty_Ordering) 19.48/7.47 new_ltEs19(x0, x1, app(ty_Maybe, x2)) 19.48/7.47 new_ltEs6(Nothing, Nothing, x0) 19.48/7.47 new_compare6(:%(x0, x1), :%(x2, x3), ty_Int) 19.48/7.47 new_ltEs19(x0, x1, app(ty_Ratio, x2)) 19.48/7.47 new_esEs27(x0, x1, app(ty_Ratio, x2)) 19.48/7.47 new_esEs6(Left(x0), Left(x1), app(ty_[], x2), x3) 19.48/7.47 new_ltEs15(GT, EQ) 19.48/7.47 new_ltEs15(EQ, GT) 19.48/7.47 new_ltEs18(x0, x1, app(app(ty_@2, x2), x3)) 19.48/7.47 new_lt19(x0, x1, ty_Int) 19.48/7.47 new_esEs17(Integer(x0), Integer(x1)) 19.48/7.47 new_esEs9(Double(x0, x1), Double(x2, x3)) 19.48/7.47 new_esEs21(x0, x1, app(app(ty_@2, x2), x3)) 19.48/7.47 new_esEs26(x0, x1, ty_Float) 19.48/7.47 new_compare7(Integer(x0), Integer(x1)) 19.48/7.47 new_ltEs18(x0, x1, app(ty_[], x2)) 19.48/7.47 new_primPlusNat1(Succ(x0), Zero) 19.48/7.47 new_esEs21(x0, x1, ty_Ordering) 19.48/7.47 new_ltEs5(Right(x0), Right(x1), x2, ty_Char) 19.48/7.47 new_esEs27(x0, x1, ty_Int) 19.48/7.47 new_lt15(x0, x1, ty_Integer) 19.48/7.47 new_esEs22(x0, x1, app(ty_Maybe, x2)) 19.48/7.47 new_esEs27(x0, x1, app(app(ty_@2, x2), x3)) 19.48/7.47 new_compare16(Float(x0, Pos(x1)), Float(x2, Pos(x3))) 19.48/7.47 new_esEs22(x0, x1, ty_Integer) 19.48/7.47 new_esEs19(x0, x1, ty_Bool) 19.48/7.47 new_esEs11(EQ, EQ) 19.48/7.47 new_compare23(x0, x1, False, x2, x3) 19.48/7.47 new_esEs22(x0, x1, app(app(ty_@2, x2), x3)) 19.48/7.47 new_ltEs5(Right(x0), Right(x1), x2, ty_Double) 19.48/7.47 new_ltEs19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.48/7.47 new_ltEs19(x0, x1, app(app(ty_@2, x2), x3)) 19.48/7.47 new_lt14(x0, x1) 19.48/7.47 new_ltEs5(Right(x0), Right(x1), x2, ty_Int) 19.48/7.47 new_primCmpNat0(Succ(x0), Zero) 19.48/7.47 new_esEs22(x0, x1, app(ty_Ratio, x2)) 19.48/7.47 new_lt15(x0, x1, ty_Ordering) 19.48/7.47 new_esEs27(x0, x1, ty_Double) 19.48/7.47 new_primCmpInt(Pos(Zero), Pos(Zero)) 19.48/7.47 new_ltEs19(x0, x1, ty_Float) 19.48/7.47 new_esEs27(x0, x1, ty_Char) 19.48/7.47 new_lt19(x0, x1, app(app(ty_@2, x2), x3)) 19.48/7.47 new_lt20(x0, x1, app(ty_Ratio, x2)) 19.48/7.47 new_esEs22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.48/7.47 new_esEs20(x0, x1, ty_Ordering) 19.48/7.47 new_ltEs19(x0, x1, app(ty_[], x2)) 19.48/7.47 new_esEs21(x0, x1, app(ty_[], x2)) 19.48/7.47 new_compare15(x0, x1, app(ty_Ratio, x2)) 19.48/7.47 new_primEqNat0(Succ(x0), Zero) 19.48/7.47 new_esEs7(Just(x0), Just(x1), app(ty_Maybe, x2)) 19.48/7.47 new_primEqNat0(Succ(x0), Succ(x1)) 19.48/7.47 new_lt10(x0, x1, x2) 19.48/7.47 new_lt15(x0, x1, app(ty_Maybe, x2)) 19.48/7.47 new_ltEs6(Just(x0), Just(x1), app(ty_Maybe, x2)) 19.48/7.47 new_esEs16(:(x0, x1), :(x2, x3), x4) 19.48/7.47 new_esEs12(@0, @0) 19.48/7.47 new_ltEs5(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 19.48/7.47 new_lt15(x0, x1, ty_Double) 19.48/7.47 new_compare3(:(x0, x1), :(x2, x3), x4) 19.48/7.47 new_compare210(x0, x1, True, x2) 19.48/7.47 new_esEs21(x0, x1, ty_Int) 19.48/7.47 new_ltEs6(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 19.48/7.47 new_esEs20(x0, x1, ty_Int) 19.48/7.47 new_lt20(x0, x1, app(ty_[], x2)) 19.48/7.47 new_compare112(x0, x1, False) 19.48/7.47 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 19.48/7.47 new_ltEs18(x0, x1, app(app(ty_Either, x2), x3)) 19.48/7.47 new_esEs7(Just(x0), Just(x1), ty_@0) 19.48/7.47 new_ltEs6(Just(x0), Just(x1), ty_Float) 19.48/7.47 new_ltEs5(Left(x0), Right(x1), x2, x3) 19.48/7.47 new_ltEs5(Right(x0), Left(x1), x2, x3) 19.48/7.47 new_not(EQ) 19.48/7.47 new_ltEs5(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 19.48/7.47 new_ltEs15(EQ, LT) 19.48/7.47 new_ltEs15(LT, EQ) 19.48/7.47 new_esEs8(GT) 19.48/7.47 new_primMulInt(Pos(x0), Neg(x1)) 19.48/7.47 new_primMulInt(Neg(x0), Pos(x1)) 19.48/7.47 new_esEs25(x0, x1, app(app(ty_Either, x2), x3)) 19.48/7.47 new_esEs6(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 19.48/7.47 new_ltEs17(x0, x1) 19.48/7.47 new_ltEs5(Left(x0), Left(x1), ty_Double, x2) 19.48/7.47 new_lt20(x0, x1, ty_@0) 19.48/7.47 new_esEs27(x0, x1, app(app(ty_Either, x2), x3)) 19.48/7.47 new_ltEs5(Left(x0), Left(x1), ty_Ordering, x2) 19.48/7.47 new_esEs5(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 19.48/7.47 new_compare28(x0, x1, True) 19.48/7.47 new_ltEs15(GT, GT) 19.48/7.47 new_esEs24(x0, x1, ty_Int) 19.48/7.47 new_esEs21(x0, x1, ty_Char) 19.48/7.47 new_esEs11(LT, EQ) 19.48/7.47 new_esEs11(EQ, LT) 19.48/7.47 new_primCompAux0(x0, x1, x2, x3) 19.48/7.47 new_esEs11(GT, GT) 19.48/7.47 new_compare10(x0, x1, False, x2, x3) 19.48/7.47 new_esEs6(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 19.48/7.47 new_lt19(x0, x1, app(ty_[], x2)) 19.48/7.47 new_ltEs18(x0, x1, ty_Bool) 19.48/7.47 new_ltEs5(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 19.48/7.47 new_compare15(x0, x1, ty_Bool) 19.48/7.47 new_esEs25(x0, x1, ty_Double) 19.48/7.47 new_primEqNat0(Zero, Zero) 19.48/7.47 new_lt19(x0, x1, ty_Integer) 19.48/7.47 new_primCmpInt(Neg(Succ(x0)), Pos(x1)) 19.48/7.47 new_primCmpInt(Pos(Succ(x0)), Neg(x1)) 19.48/7.47 new_ltEs18(x0, x1, ty_Int) 19.48/7.47 new_esEs25(x0, x1, ty_@0) 19.48/7.47 new_compare15(x0, x1, ty_Float) 19.48/7.47 new_esEs26(x0, x1, ty_Integer) 19.48/7.47 new_lt15(x0, x1, app(ty_[], x2)) 19.48/7.47 new_ltEs5(Right(x0), Right(x1), x2, ty_Ordering) 19.48/7.47 new_ltEs16(True, True) 19.48/7.47 new_ltEs18(x0, x1, ty_Char) 19.48/7.47 new_esEs6(Left(x0), Left(x1), ty_Ordering, x2) 19.48/7.47 new_ltEs10(x0, x1) 19.48/7.47 new_primCompAux00(x0, EQ) 19.48/7.47 new_esEs14(False, False) 19.48/7.47 new_primCmpInt(Neg(Succ(x0)), Neg(x1)) 19.48/7.47 new_esEs11(LT, LT) 19.48/7.47 new_compare110(x0, x1, False, x2, x3, x4) 19.48/7.47 new_primMulNat0(Succ(x0), Zero) 19.48/7.47 new_ltEs5(Right(x0), Right(x1), x2, ty_Integer) 19.48/7.47 new_compare27(x0, x1, False) 19.48/7.47 new_ltEs15(LT, LT) 19.48/7.47 new_esEs6(Right(x0), Right(x1), x2, ty_Double) 19.48/7.47 new_compare15(x0, x1, ty_Int) 19.48/7.47 new_ltEs5(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 19.48/7.47 new_esEs18(Float(x0, x1), Float(x2, x3)) 19.48/7.47 new_esEs23(x0, x1, ty_Integer) 19.48/7.47 new_lt19(x0, x1, ty_Ordering) 19.48/7.47 new_compare26(x0, x1, False, x2, x3, x4) 19.48/7.47 new_esEs7(Just(x0), Just(x1), ty_Double) 19.48/7.47 new_esEs22(x0, x1, ty_Int) 19.48/7.47 new_lt20(x0, x1, ty_Double) 19.48/7.47 new_esEs20(x0, x1, app(ty_[], x2)) 19.48/7.47 new_esEs22(x0, x1, ty_Float) 19.48/7.47 new_lt15(x0, x1, ty_@0) 19.48/7.47 new_compare11(Double(x0, Neg(x1)), Double(x2, Neg(x3))) 19.48/7.47 new_esEs21(x0, x1, ty_Float) 19.48/7.47 new_lt11(x0, x1, x2) 19.48/7.47 new_esEs26(x0, x1, ty_Ordering) 19.48/7.47 new_ltEs18(x0, x1, ty_Float) 19.48/7.47 new_pePe(False, x0, x1, x2, x3) 19.48/7.47 new_compare6(:%(x0, x1), :%(x2, x3), ty_Integer) 19.48/7.47 new_primCmpNat0(Zero, Zero) 19.48/7.47 new_esEs20(x0, x1, app(app(ty_@2, x2), x3)) 19.48/7.47 new_esEs20(x0, x1, ty_Integer) 19.48/7.47 new_esEs25(x0, x1, app(app(ty_@2, x2), x3)) 19.48/7.47 new_primMulInt(Neg(x0), Neg(x1)) 19.48/7.47 19.48/7.47 We have to consider all minimal (P,Q,R)-chains. 19.48/7.47 ---------------------------------------- 19.48/7.47 19.48/7.47 (19) QDPSizeChangeProof (EQUIVALENT) 19.48/7.47 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 19.72/7.47 19.72/7.47 From the DPs we obtained the following set of size-change graphs: 19.72/7.47 *new_compare5(vwx300, vwx400, ca) -> new_compare22(vwx300, vwx400, new_esEs7(vwx300, vwx400, ca), ca) 19.72/7.47 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4 19.72/7.47 19.72/7.47 19.72/7.47 *new_ltEs0(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), eh, dg, app(app(app(ty_@3, ge), gf), gg)) -> new_ltEs0(vwx302, vwx402, ge, gf, gg) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 19.72/7.47 19.72/7.47 19.72/7.47 *new_ltEs0(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), eh, dg, app(ty_Maybe, hc)) -> new_ltEs3(vwx302, vwx402, hc) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 19.72/7.47 19.72/7.47 19.72/7.47 *new_ltEs3(Just(vwx300), Just(vwx400), app(app(app(ty_@3, bdd), bde), bdf)) -> new_ltEs0(vwx300, vwx400, bdd, bde, bdf) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 19.72/7.47 19.72/7.47 19.72/7.47 *new_ltEs3(Just(vwx300), Just(vwx400), app(ty_Maybe, beb)) -> new_ltEs3(vwx300, vwx400, beb) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.72/7.47 19.72/7.47 19.72/7.47 *new_lt0(vwx300, vwx400, bc, bd, be) -> new_compare20(vwx300, vwx400, new_esEs5(vwx300, vwx400, bc, bd, be), bc, bd, be) 19.72/7.47 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5, 5 >= 6 19.72/7.47 19.72/7.47 19.72/7.47 *new_lt2(vwx300, vwx400, bg, bh) -> new_compare21(vwx300, vwx400, new_esEs6(vwx300, vwx400, bg, bh), bg, bh) 19.72/7.47 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 19.72/7.47 19.72/7.47 19.72/7.47 *new_ltEs(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(app(ty_@3, bc), bd), be), bb) -> new_compare20(vwx300, vwx400, new_esEs5(vwx300, vwx400, bc, bd, be), bc, bd, be) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4, 3 > 5, 3 > 6 19.72/7.47 19.72/7.47 19.72/7.47 *new_compare1(vwx300, vwx400, bc, bd, be) -> new_compare20(vwx300, vwx400, new_esEs5(vwx300, vwx400, bc, bd, be), bc, bd, be) 19.72/7.47 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5, 5 >= 6 19.72/7.47 19.72/7.47 19.72/7.47 *new_ltEs(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_Either, bg), bh), bb) -> new_compare21(vwx300, vwx400, new_esEs6(vwx300, vwx400, bg, bh), bg, bh) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4, 3 > 5 19.72/7.47 19.72/7.47 19.72/7.47 *new_compare4(vwx300, vwx400, bg, bh) -> new_compare21(vwx300, vwx400, new_esEs6(vwx300, vwx400, bg, bh), bg, bh) 19.72/7.47 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 19.72/7.47 19.72/7.47 19.72/7.47 *new_ltEs(@2(vwx300, vwx301), @2(vwx400, vwx401), cb, app(app(app(ty_@3, ce), cf), cg)) -> new_ltEs0(vwx301, vwx401, ce, cf, cg) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.72/7.47 19.72/7.47 19.72/7.47 *new_compare20(vwx300, vwx400, False, bc, bd, be) -> new_ltEs0(vwx300, vwx400, bc, bd, be) 19.72/7.47 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4, 6 >= 5 19.72/7.47 19.72/7.47 19.72/7.47 *new_ltEs(@2(vwx300, vwx301), @2(vwx400, vwx401), cb, app(ty_Maybe, dd)) -> new_ltEs3(vwx301, vwx401, dd) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.72/7.47 19.72/7.47 19.72/7.47 *new_compare22(vwx300, vwx400, False, ca) -> new_ltEs3(vwx300, vwx400, ca) 19.72/7.47 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3 19.72/7.47 19.72/7.47 19.72/7.47 *new_ltEs0(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), eh, dg, app(app(ty_@2, gc), gd)) -> new_ltEs(vwx302, vwx402, gc, gd) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 19.72/7.47 19.72/7.47 19.72/7.47 *new_ltEs3(Just(vwx300), Just(vwx400), app(app(ty_@2, bdb), bdc)) -> new_ltEs(vwx300, vwx400, bdb, bdc) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.72/7.47 19.72/7.47 19.72/7.47 *new_ltEs(@2(vwx300, vwx301), @2(vwx400, vwx401), cb, app(app(ty_@2, cc), cd)) -> new_ltEs(vwx301, vwx401, cc, cd) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.72/7.47 19.72/7.47 19.72/7.47 *new_compare2(vwx300, vwx400, False, h, ba) -> new_ltEs(vwx300, vwx400, h, ba) 19.72/7.47 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4 19.72/7.47 19.72/7.47 19.72/7.47 *new_lt(vwx300, vwx400, h, ba) -> new_compare2(vwx300, vwx400, new_esEs4(vwx300, vwx400, h, ba), h, ba) 19.72/7.47 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 19.72/7.47 19.72/7.47 19.72/7.47 *new_ltEs1(:(vwx300, vwx301), :(vwx400, vwx401), hd) -> new_primCompAux(vwx300, vwx400, new_compare3(vwx301, vwx401, hd), hd) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 19.72/7.47 19.72/7.47 19.72/7.47 *new_compare(:(vwx300, vwx301), :(vwx400, vwx401), hd) -> new_primCompAux(vwx300, vwx400, new_compare3(vwx301, vwx401, hd), hd) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 19.72/7.47 19.72/7.47 19.72/7.47 *new_ltEs0(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), eh, dg, app(app(ty_Either, ha), hb)) -> new_ltEs2(vwx302, vwx402, ha, hb) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 19.72/7.47 19.72/7.47 19.72/7.47 *new_ltEs3(Just(vwx300), Just(vwx400), app(app(ty_Either, bdh), bea)) -> new_ltEs2(vwx300, vwx400, bdh, bea) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.72/7.47 19.72/7.47 19.72/7.47 *new_ltEs3(Just(vwx300), Just(vwx400), app(ty_[], bdg)) -> new_ltEs1(vwx300, vwx400, bdg) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.72/7.47 19.72/7.47 19.72/7.47 *new_ltEs(@2(vwx300, vwx301), @2(vwx400, vwx401), cb, app(app(ty_Either, db), dc)) -> new_ltEs2(vwx301, vwx401, db, dc) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.72/7.47 19.72/7.47 19.72/7.47 *new_ltEs1(:(vwx300, vwx301), :(vwx400, vwx401), hd) -> new_compare(vwx301, vwx401, hd) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 19.72/7.47 19.72/7.47 19.72/7.47 *new_compare21(vwx300, vwx400, False, bg, bh) -> new_ltEs2(vwx300, vwx400, bg, bh) 19.72/7.47 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4 19.72/7.47 19.72/7.47 19.72/7.47 *new_lt3(vwx300, vwx400, ca) -> new_compare22(vwx300, vwx400, new_esEs7(vwx300, vwx400, ca), ca) 19.72/7.47 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4 19.72/7.47 19.72/7.47 19.72/7.47 *new_compare0(vwx300, vwx400, h, ba) -> new_compare2(vwx300, vwx400, new_esEs4(vwx300, vwx400, h, ba), h, ba) 19.72/7.47 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 19.72/7.47 19.72/7.47 19.72/7.47 *new_primCompAux(vwx300, vwx400, vwx42, app(app(app(ty_@3, hg), hh), baa)) -> new_compare1(vwx300, vwx400, hg, hh, baa) 19.72/7.47 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4, 4 > 5 19.72/7.47 19.72/7.47 19.72/7.47 *new_primCompAux(vwx300, vwx400, vwx42, app(app(ty_Either, bac), bad)) -> new_compare4(vwx300, vwx400, bac, bad) 19.72/7.47 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 19.72/7.47 19.72/7.47 19.72/7.47 *new_compare(:(vwx300, vwx301), :(vwx400, vwx401), hd) -> new_compare(vwx301, vwx401, hd) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 19.72/7.47 19.72/7.47 19.72/7.47 *new_ltEs0(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), eh, dg, app(ty_[], gh)) -> new_ltEs1(vwx302, vwx402, gh) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 19.72/7.47 19.72/7.47 19.72/7.47 *new_ltEs(@2(vwx300, vwx301), @2(vwx400, vwx401), cb, app(ty_[], da)) -> new_ltEs1(vwx301, vwx401, da) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.72/7.47 19.72/7.47 19.72/7.47 *new_lt1(vwx300, vwx400, bf) -> new_compare(vwx300, vwx400, bf) 19.72/7.47 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3 19.72/7.47 19.72/7.47 19.72/7.47 *new_primCompAux(vwx300, vwx400, vwx42, app(app(ty_@2, he), hf)) -> new_compare0(vwx300, vwx400, he, hf) 19.72/7.47 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 19.72/7.47 19.72/7.47 19.72/7.47 *new_ltEs(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_[], bf), bb) -> new_compare(vwx300, vwx400, bf) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.72/7.47 19.72/7.47 19.72/7.47 *new_primCompAux(vwx300, vwx400, vwx42, app(ty_[], bab)) -> new_compare(vwx300, vwx400, bab) 19.72/7.47 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 19.72/7.47 19.72/7.47 19.72/7.47 *new_primCompAux(vwx300, vwx400, vwx42, app(ty_Maybe, bae)) -> new_compare5(vwx300, vwx400, bae) 19.72/7.47 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 19.72/7.47 19.72/7.47 19.72/7.47 *new_ltEs(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_@2, h), ba), bb) -> new_compare2(vwx300, vwx400, new_esEs4(vwx300, vwx400, h, ba), h, ba) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4, 3 > 5 19.72/7.47 19.72/7.47 19.72/7.47 *new_ltEs(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_Maybe, ca), bb) -> new_compare22(vwx300, vwx400, new_esEs7(vwx300, vwx400, ca), ca) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4 19.72/7.47 19.72/7.47 19.72/7.47 *new_ltEs0(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), eh, app(ty_Maybe, gb), dh) -> new_lt3(vwx301, vwx401, gb) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.72/7.47 19.72/7.47 19.72/7.47 *new_ltEs0(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_Maybe, eg), dg, dh) -> new_lt3(vwx300, vwx400, eg) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.72/7.47 19.72/7.47 19.72/7.47 *new_ltEs0(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), eh, app(app(ty_@2, fa), fb), dh) -> new_lt(vwx301, vwx401, fa, fb) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.72/7.47 19.72/7.47 19.72/7.47 *new_ltEs0(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_@2, de), df), dg, dh) -> new_lt(vwx300, vwx400, de, df) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.72/7.47 19.72/7.47 19.72/7.47 *new_ltEs0(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(app(ty_@3, ea), eb), ec), dg, dh) -> new_lt0(vwx300, vwx400, ea, eb, ec) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 19.72/7.47 19.72/7.47 19.72/7.47 *new_ltEs0(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), eh, app(app(app(ty_@3, fc), fd), ff), dh) -> new_lt0(vwx301, vwx401, fc, fd, ff) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.72/7.47 19.72/7.47 19.72/7.47 *new_ltEs0(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), eh, app(app(ty_Either, fh), ga), dh) -> new_lt2(vwx301, vwx401, fh, ga) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.72/7.47 19.72/7.47 19.72/7.47 *new_ltEs0(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_Either, ee), ef), dg, dh) -> new_lt2(vwx300, vwx400, ee, ef) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.72/7.47 19.72/7.47 19.72/7.47 *new_ltEs0(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_[], ed), dg, dh) -> new_lt1(vwx300, vwx400, ed) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.72/7.47 19.72/7.47 19.72/7.47 *new_ltEs0(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), eh, app(ty_[], fg), dh) -> new_lt1(vwx301, vwx401, fg) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.72/7.47 19.72/7.47 19.72/7.47 *new_ltEs2(Left(vwx300), Left(vwx400), app(app(app(ty_@3, bba), bbb), bbc), bah) -> new_ltEs0(vwx300, vwx400, bba, bbb, bbc) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 19.72/7.47 19.72/7.47 19.72/7.47 *new_ltEs2(Right(vwx300), Right(vwx400), bbh, app(app(app(ty_@3, bcc), bcd), bce)) -> new_ltEs0(vwx300, vwx400, bcc, bcd, bce) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.72/7.47 19.72/7.47 19.72/7.47 *new_ltEs2(Right(vwx300), Right(vwx400), bbh, app(ty_Maybe, bda)) -> new_ltEs3(vwx300, vwx400, bda) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.72/7.47 19.72/7.47 19.72/7.47 *new_ltEs2(Left(vwx300), Left(vwx400), app(ty_Maybe, bbg), bah) -> new_ltEs3(vwx300, vwx400, bbg) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.72/7.47 19.72/7.47 19.72/7.47 *new_ltEs2(Right(vwx300), Right(vwx400), bbh, app(app(ty_@2, bca), bcb)) -> new_ltEs(vwx300, vwx400, bca, bcb) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.72/7.47 19.72/7.47 19.72/7.47 *new_ltEs2(Left(vwx300), Left(vwx400), app(app(ty_@2, baf), bag), bah) -> new_ltEs(vwx300, vwx400, baf, bag) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.72/7.47 19.72/7.47 19.72/7.47 *new_ltEs2(Right(vwx300), Right(vwx400), bbh, app(app(ty_Either, bcg), bch)) -> new_ltEs2(vwx300, vwx400, bcg, bch) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.72/7.47 19.72/7.47 19.72/7.47 *new_ltEs2(Left(vwx300), Left(vwx400), app(app(ty_Either, bbe), bbf), bah) -> new_ltEs2(vwx300, vwx400, bbe, bbf) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.72/7.47 19.72/7.47 19.72/7.47 *new_ltEs2(Right(vwx300), Right(vwx400), bbh, app(ty_[], bcf)) -> new_ltEs1(vwx300, vwx400, bcf) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.72/7.47 19.72/7.47 19.72/7.47 *new_ltEs2(Left(vwx300), Left(vwx400), app(ty_[], bbd), bah) -> new_ltEs1(vwx300, vwx400, bbd) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.72/7.47 19.72/7.47 19.72/7.47 ---------------------------------------- 19.72/7.47 19.72/7.47 (20) 19.72/7.47 YES 19.72/7.47 19.72/7.47 ---------------------------------------- 19.72/7.47 19.72/7.47 (21) 19.72/7.47 Obligation: 19.72/7.47 Q DP problem: 19.72/7.47 The TRS P consists of the following rules: 19.72/7.47 19.72/7.47 new_primMulNat(Succ(vwx30000), Succ(vwx40100)) -> new_primMulNat(vwx30000, Succ(vwx40100)) 19.72/7.47 19.72/7.47 R is empty. 19.72/7.47 Q is empty. 19.72/7.47 We have to consider all minimal (P,Q,R)-chains. 19.72/7.47 ---------------------------------------- 19.72/7.47 19.72/7.47 (22) QDPSizeChangeProof (EQUIVALENT) 19.72/7.47 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 19.72/7.47 19.72/7.47 From the DPs we obtained the following set of size-change graphs: 19.72/7.47 *new_primMulNat(Succ(vwx30000), Succ(vwx40100)) -> new_primMulNat(vwx30000, Succ(vwx40100)) 19.72/7.47 The graph contains the following edges 1 > 1, 2 >= 2 19.72/7.47 19.72/7.47 19.72/7.47 ---------------------------------------- 19.72/7.47 19.72/7.47 (23) 19.72/7.47 YES 19.72/7.47 19.72/7.47 ---------------------------------------- 19.72/7.47 19.72/7.47 (24) 19.72/7.47 Obligation: 19.72/7.47 Q DP problem: 19.72/7.47 The TRS P consists of the following rules: 19.72/7.47 19.72/7.47 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx310, vwx311, vwx312), cc, app(app(ty_@2, dc), dd), bd) -> new_esEs2(vwx301, vwx311, dc, dd) 19.72/7.47 new_esEs0(Left(vwx300), Left(vwx310), app(ty_Maybe, ff), fb) -> new_esEs1(vwx300, vwx310, ff) 19.72/7.47 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx310, vwx311, vwx312), cc, bc, app(app(ty_@2, ed), ee)) -> new_esEs2(vwx302, vwx312, ed, ee) 19.72/7.47 new_esEs1(Just(vwx300), Just(vwx310), app(app(ty_Either, hg), hh)) -> new_esEs0(vwx300, vwx310, hg, hh) 19.72/7.47 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx310, vwx311, vwx312), cc, bc, app(app(app(ty_@3, df), dg), dh)) -> new_esEs(vwx302, vwx312, df, dg, dh) 19.72/7.47 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx310, vwx311, vwx312), cc, bc, app(ty_[], ef)) -> new_esEs3(vwx302, vwx312, ef) 19.72/7.47 new_esEs0(Right(vwx300), Right(vwx310), gb, app(ty_[], hc)) -> new_esEs3(vwx300, vwx310, hc) 19.72/7.47 new_esEs2(@2(vwx300, vwx301), @2(vwx310, vwx311), bbg, app(app(ty_@2, bcf), bcg)) -> new_esEs2(vwx301, vwx311, bcf, bcg) 19.72/7.47 new_esEs0(Left(vwx300), Left(vwx310), app(app(ty_@2, fg), fh), fb) -> new_esEs2(vwx300, vwx310, fg, fh) 19.72/7.47 new_esEs0(Right(vwx300), Right(vwx310), gb, app(app(ty_Either, gf), gg)) -> new_esEs0(vwx300, vwx310, gf, gg) 19.72/7.47 new_esEs2(@2(vwx300, vwx301), @2(vwx310, vwx311), app(app(app(ty_@3, bae), baf), bag), bah) -> new_esEs(vwx300, vwx310, bae, baf, bag) 19.72/7.47 new_esEs3(:(vwx300, vwx301), :(vwx310, vwx311), app(ty_Maybe, bdf)) -> new_esEs1(vwx300, vwx310, bdf) 19.72/7.47 new_esEs3(:(vwx300, vwx301), :(vwx310, vwx311), app(ty_[], bea)) -> new_esEs3(vwx300, vwx310, bea) 19.72/7.47 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx310, vwx311, vwx312), app(ty_Maybe, bg), bc, bd) -> new_esEs1(vwx300, vwx310, bg) 19.72/7.47 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx310, vwx311, vwx312), cc, app(ty_[], de), bd) -> new_esEs3(vwx301, vwx311, de) 19.72/7.47 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx310, vwx311, vwx312), app(ty_[], cb), bc, bd) -> new_esEs3(vwx300, vwx310, cb) 19.72/7.47 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx310, vwx311, vwx312), cc, app(ty_Maybe, db), bd) -> new_esEs1(vwx301, vwx311, db) 19.72/7.47 new_esEs2(@2(vwx300, vwx301), @2(vwx310, vwx311), app(app(ty_@2, bbd), bbe), bah) -> new_esEs2(vwx300, vwx310, bbd, bbe) 19.72/7.47 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx310, vwx311, vwx312), cc, app(app(app(ty_@3, cd), ce), cf), bd) -> new_esEs(vwx301, vwx311, cd, ce, cf) 19.72/7.47 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx310, vwx311, vwx312), app(app(ty_@2, bh), ca), bc, bd) -> new_esEs2(vwx300, vwx310, bh, ca) 19.72/7.47 new_esEs1(Just(vwx300), Just(vwx310), app(app(app(ty_@3, hd), he), hf)) -> new_esEs(vwx300, vwx310, hd, he, hf) 19.72/7.47 new_esEs0(Left(vwx300), Left(vwx310), app(ty_[], ga), fb) -> new_esEs3(vwx300, vwx310, ga) 19.72/7.47 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx310, vwx311, vwx312), app(app(ty_Either, be), bf), bc, bd) -> new_esEs0(vwx300, vwx310, be, bf) 19.72/7.47 new_esEs0(Left(vwx300), Left(vwx310), app(app(ty_Either, fc), fd), fb) -> new_esEs0(vwx300, vwx310, fc, fd) 19.72/7.47 new_esEs2(@2(vwx300, vwx301), @2(vwx310, vwx311), bbg, app(app(app(ty_@3, bbh), bca), bcb)) -> new_esEs(vwx301, vwx311, bbh, bca, bcb) 19.72/7.47 new_esEs2(@2(vwx300, vwx301), @2(vwx310, vwx311), app(app(ty_Either, bba), bbb), bah) -> new_esEs0(vwx300, vwx310, bba, bbb) 19.72/7.47 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx310, vwx311, vwx312), cc, app(app(ty_Either, cg), da), bd) -> new_esEs0(vwx301, vwx311, cg, da) 19.72/7.47 new_esEs3(:(vwx300, vwx301), :(vwx310, vwx311), beb) -> new_esEs3(vwx301, vwx311, beb) 19.72/7.47 new_esEs2(@2(vwx300, vwx301), @2(vwx310, vwx311), bbg, app(app(ty_Either, bcc), bcd)) -> new_esEs0(vwx301, vwx311, bcc, bcd) 19.72/7.47 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx310, vwx311, vwx312), cc, bc, app(ty_Maybe, ec)) -> new_esEs1(vwx302, vwx312, ec) 19.72/7.47 new_esEs1(Just(vwx300), Just(vwx310), app(app(ty_@2, bab), bac)) -> new_esEs2(vwx300, vwx310, bab, bac) 19.72/7.47 new_esEs3(:(vwx300, vwx301), :(vwx310, vwx311), app(app(app(ty_@3, bda), bdb), bdc)) -> new_esEs(vwx300, vwx310, bda, bdb, bdc) 19.72/7.47 new_esEs0(Right(vwx300), Right(vwx310), gb, app(app(app(ty_@3, gc), gd), ge)) -> new_esEs(vwx300, vwx310, gc, gd, ge) 19.72/7.47 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx310, vwx311, vwx312), app(app(app(ty_@3, h), ba), bb), bc, bd) -> new_esEs(vwx300, vwx310, h, ba, bb) 19.72/7.47 new_esEs0(Right(vwx300), Right(vwx310), gb, app(ty_Maybe, gh)) -> new_esEs1(vwx300, vwx310, gh) 19.72/7.47 new_esEs3(:(vwx300, vwx301), :(vwx310, vwx311), app(app(ty_@2, bdg), bdh)) -> new_esEs2(vwx300, vwx310, bdg, bdh) 19.72/7.47 new_esEs2(@2(vwx300, vwx301), @2(vwx310, vwx311), bbg, app(ty_Maybe, bce)) -> new_esEs1(vwx301, vwx311, bce) 19.72/7.47 new_esEs2(@2(vwx300, vwx301), @2(vwx310, vwx311), bbg, app(ty_[], bch)) -> new_esEs3(vwx301, vwx311, bch) 19.72/7.47 new_esEs1(Just(vwx300), Just(vwx310), app(ty_[], bad)) -> new_esEs3(vwx300, vwx310, bad) 19.72/7.47 new_esEs2(@2(vwx300, vwx301), @2(vwx310, vwx311), app(ty_Maybe, bbc), bah) -> new_esEs1(vwx300, vwx310, bbc) 19.72/7.47 new_esEs2(@2(vwx300, vwx301), @2(vwx310, vwx311), app(ty_[], bbf), bah) -> new_esEs3(vwx300, vwx310, bbf) 19.72/7.47 new_esEs1(Just(vwx300), Just(vwx310), app(ty_Maybe, baa)) -> new_esEs1(vwx300, vwx310, baa) 19.72/7.47 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx310, vwx311, vwx312), cc, bc, app(app(ty_Either, ea), eb)) -> new_esEs0(vwx302, vwx312, ea, eb) 19.72/7.47 new_esEs3(:(vwx300, vwx301), :(vwx310, vwx311), app(app(ty_Either, bdd), bde)) -> new_esEs0(vwx300, vwx310, bdd, bde) 19.72/7.47 new_esEs0(Left(vwx300), Left(vwx310), app(app(app(ty_@3, eg), eh), fa), fb) -> new_esEs(vwx300, vwx310, eg, eh, fa) 19.72/7.47 new_esEs0(Right(vwx300), Right(vwx310), gb, app(app(ty_@2, ha), hb)) -> new_esEs2(vwx300, vwx310, ha, hb) 19.72/7.47 19.72/7.47 R is empty. 19.72/7.47 Q is empty. 19.72/7.47 We have to consider all minimal (P,Q,R)-chains. 19.72/7.47 ---------------------------------------- 19.72/7.47 19.72/7.47 (25) QDPSizeChangeProof (EQUIVALENT) 19.72/7.47 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 19.72/7.47 19.72/7.47 From the DPs we obtained the following set of size-change graphs: 19.72/7.47 *new_esEs1(Just(vwx300), Just(vwx310), app(app(app(ty_@3, hd), he), hf)) -> new_esEs(vwx300, vwx310, hd, he, hf) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 19.72/7.47 19.72/7.47 19.72/7.47 *new_esEs1(Just(vwx300), Just(vwx310), app(app(ty_Either, hg), hh)) -> new_esEs0(vwx300, vwx310, hg, hh) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.72/7.47 19.72/7.47 19.72/7.47 *new_esEs1(Just(vwx300), Just(vwx310), app(ty_Maybe, baa)) -> new_esEs1(vwx300, vwx310, baa) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.72/7.47 19.72/7.47 19.72/7.47 *new_esEs3(:(vwx300, vwx301), :(vwx310, vwx311), app(app(app(ty_@3, bda), bdb), bdc)) -> new_esEs(vwx300, vwx310, bda, bdb, bdc) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 19.72/7.47 19.72/7.47 19.72/7.47 *new_esEs3(:(vwx300, vwx301), :(vwx310, vwx311), app(app(ty_Either, bdd), bde)) -> new_esEs0(vwx300, vwx310, bdd, bde) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.72/7.47 19.72/7.47 19.72/7.47 *new_esEs3(:(vwx300, vwx301), :(vwx310, vwx311), app(ty_Maybe, bdf)) -> new_esEs1(vwx300, vwx310, bdf) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.72/7.47 19.72/7.47 19.72/7.47 *new_esEs1(Just(vwx300), Just(vwx310), app(app(ty_@2, bab), bac)) -> new_esEs2(vwx300, vwx310, bab, bac) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.72/7.47 19.72/7.47 19.72/7.47 *new_esEs1(Just(vwx300), Just(vwx310), app(ty_[], bad)) -> new_esEs3(vwx300, vwx310, bad) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.72/7.47 19.72/7.47 19.72/7.47 *new_esEs3(:(vwx300, vwx301), :(vwx310, vwx311), app(app(ty_@2, bdg), bdh)) -> new_esEs2(vwx300, vwx310, bdg, bdh) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.72/7.47 19.72/7.47 19.72/7.47 *new_esEs2(@2(vwx300, vwx301), @2(vwx310, vwx311), app(app(app(ty_@3, bae), baf), bag), bah) -> new_esEs(vwx300, vwx310, bae, baf, bag) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 19.72/7.47 19.72/7.47 19.72/7.47 *new_esEs2(@2(vwx300, vwx301), @2(vwx310, vwx311), bbg, app(app(app(ty_@3, bbh), bca), bcb)) -> new_esEs(vwx301, vwx311, bbh, bca, bcb) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.72/7.47 19.72/7.47 19.72/7.47 *new_esEs2(@2(vwx300, vwx301), @2(vwx310, vwx311), app(app(ty_Either, bba), bbb), bah) -> new_esEs0(vwx300, vwx310, bba, bbb) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.72/7.47 19.72/7.47 19.72/7.47 *new_esEs2(@2(vwx300, vwx301), @2(vwx310, vwx311), bbg, app(app(ty_Either, bcc), bcd)) -> new_esEs0(vwx301, vwx311, bcc, bcd) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.72/7.47 19.72/7.47 19.72/7.47 *new_esEs2(@2(vwx300, vwx301), @2(vwx310, vwx311), bbg, app(ty_Maybe, bce)) -> new_esEs1(vwx301, vwx311, bce) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.72/7.47 19.72/7.47 19.72/7.47 *new_esEs2(@2(vwx300, vwx301), @2(vwx310, vwx311), app(ty_Maybe, bbc), bah) -> new_esEs1(vwx300, vwx310, bbc) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.72/7.47 19.72/7.47 19.72/7.47 *new_esEs2(@2(vwx300, vwx301), @2(vwx310, vwx311), bbg, app(app(ty_@2, bcf), bcg)) -> new_esEs2(vwx301, vwx311, bcf, bcg) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.72/7.47 19.72/7.47 19.72/7.47 *new_esEs2(@2(vwx300, vwx301), @2(vwx310, vwx311), app(app(ty_@2, bbd), bbe), bah) -> new_esEs2(vwx300, vwx310, bbd, bbe) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.72/7.47 19.72/7.47 19.72/7.47 *new_esEs2(@2(vwx300, vwx301), @2(vwx310, vwx311), bbg, app(ty_[], bch)) -> new_esEs3(vwx301, vwx311, bch) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.72/7.47 19.72/7.47 19.72/7.47 *new_esEs2(@2(vwx300, vwx301), @2(vwx310, vwx311), app(ty_[], bbf), bah) -> new_esEs3(vwx300, vwx310, bbf) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.72/7.47 19.72/7.47 19.72/7.47 *new_esEs0(Right(vwx300), Right(vwx310), gb, app(app(app(ty_@3, gc), gd), ge)) -> new_esEs(vwx300, vwx310, gc, gd, ge) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.72/7.47 19.72/7.47 19.72/7.47 *new_esEs0(Left(vwx300), Left(vwx310), app(app(app(ty_@3, eg), eh), fa), fb) -> new_esEs(vwx300, vwx310, eg, eh, fa) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 19.72/7.47 19.72/7.47 19.72/7.47 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx310, vwx311, vwx312), cc, bc, app(app(app(ty_@3, df), dg), dh)) -> new_esEs(vwx302, vwx312, df, dg, dh) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 19.72/7.47 19.72/7.47 19.72/7.47 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx310, vwx311, vwx312), cc, app(app(app(ty_@3, cd), ce), cf), bd) -> new_esEs(vwx301, vwx311, cd, ce, cf) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.72/7.47 19.72/7.47 19.72/7.47 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx310, vwx311, vwx312), app(app(app(ty_@3, h), ba), bb), bc, bd) -> new_esEs(vwx300, vwx310, h, ba, bb) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 19.72/7.47 19.72/7.47 19.72/7.47 *new_esEs0(Right(vwx300), Right(vwx310), gb, app(app(ty_Either, gf), gg)) -> new_esEs0(vwx300, vwx310, gf, gg) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.72/7.47 19.72/7.47 19.72/7.47 *new_esEs0(Left(vwx300), Left(vwx310), app(app(ty_Either, fc), fd), fb) -> new_esEs0(vwx300, vwx310, fc, fd) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.72/7.47 19.72/7.47 19.72/7.47 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx310, vwx311, vwx312), app(app(ty_Either, be), bf), bc, bd) -> new_esEs0(vwx300, vwx310, be, bf) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.72/7.47 19.72/7.47 19.72/7.47 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx310, vwx311, vwx312), cc, app(app(ty_Either, cg), da), bd) -> new_esEs0(vwx301, vwx311, cg, da) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.72/7.47 19.72/7.47 19.72/7.47 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx310, vwx311, vwx312), cc, bc, app(app(ty_Either, ea), eb)) -> new_esEs0(vwx302, vwx312, ea, eb) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 19.72/7.47 19.72/7.47 19.72/7.47 *new_esEs0(Left(vwx300), Left(vwx310), app(ty_Maybe, ff), fb) -> new_esEs1(vwx300, vwx310, ff) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.72/7.47 19.72/7.47 19.72/7.47 *new_esEs0(Right(vwx300), Right(vwx310), gb, app(ty_Maybe, gh)) -> new_esEs1(vwx300, vwx310, gh) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.72/7.47 19.72/7.47 19.72/7.47 *new_esEs0(Left(vwx300), Left(vwx310), app(app(ty_@2, fg), fh), fb) -> new_esEs2(vwx300, vwx310, fg, fh) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.72/7.47 19.72/7.47 19.72/7.47 *new_esEs0(Right(vwx300), Right(vwx310), gb, app(app(ty_@2, ha), hb)) -> new_esEs2(vwx300, vwx310, ha, hb) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.72/7.47 19.72/7.47 19.72/7.47 *new_esEs0(Right(vwx300), Right(vwx310), gb, app(ty_[], hc)) -> new_esEs3(vwx300, vwx310, hc) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.72/7.47 19.72/7.47 19.72/7.47 *new_esEs0(Left(vwx300), Left(vwx310), app(ty_[], ga), fb) -> new_esEs3(vwx300, vwx310, ga) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.72/7.47 19.72/7.47 19.72/7.47 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx310, vwx311, vwx312), app(ty_Maybe, bg), bc, bd) -> new_esEs1(vwx300, vwx310, bg) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.72/7.47 19.72/7.47 19.72/7.47 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx310, vwx311, vwx312), cc, app(ty_Maybe, db), bd) -> new_esEs1(vwx301, vwx311, db) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.72/7.47 19.72/7.47 19.72/7.47 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx310, vwx311, vwx312), cc, bc, app(ty_Maybe, ec)) -> new_esEs1(vwx302, vwx312, ec) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 19.72/7.47 19.72/7.47 19.72/7.47 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx310, vwx311, vwx312), cc, app(app(ty_@2, dc), dd), bd) -> new_esEs2(vwx301, vwx311, dc, dd) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.72/7.47 19.72/7.47 19.72/7.47 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx310, vwx311, vwx312), cc, bc, app(app(ty_@2, ed), ee)) -> new_esEs2(vwx302, vwx312, ed, ee) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 19.72/7.47 19.72/7.47 19.72/7.47 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx310, vwx311, vwx312), app(app(ty_@2, bh), ca), bc, bd) -> new_esEs2(vwx300, vwx310, bh, ca) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.72/7.47 19.72/7.47 19.72/7.47 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx310, vwx311, vwx312), cc, bc, app(ty_[], ef)) -> new_esEs3(vwx302, vwx312, ef) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 19.72/7.47 19.72/7.47 19.72/7.47 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx310, vwx311, vwx312), cc, app(ty_[], de), bd) -> new_esEs3(vwx301, vwx311, de) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.72/7.47 19.72/7.47 19.72/7.47 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx310, vwx311, vwx312), app(ty_[], cb), bc, bd) -> new_esEs3(vwx300, vwx310, cb) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.72/7.47 19.72/7.47 19.72/7.47 *new_esEs3(:(vwx300, vwx301), :(vwx310, vwx311), app(ty_[], bea)) -> new_esEs3(vwx300, vwx310, bea) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.72/7.47 19.72/7.47 19.72/7.47 *new_esEs3(:(vwx300, vwx301), :(vwx310, vwx311), beb) -> new_esEs3(vwx301, vwx311, beb) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 19.72/7.47 19.72/7.47 19.72/7.47 ---------------------------------------- 19.72/7.47 19.72/7.47 (26) 19.72/7.47 YES 19.72/7.47 19.72/7.47 ---------------------------------------- 19.72/7.47 19.72/7.47 (27) 19.72/7.47 Obligation: 19.72/7.47 Q DP problem: 19.72/7.47 The TRS P consists of the following rules: 19.72/7.47 19.72/7.47 new_primEqNat(Succ(vwx3000), Succ(vwx3100)) -> new_primEqNat(vwx3000, vwx3100) 19.72/7.47 19.72/7.47 R is empty. 19.72/7.47 Q is empty. 19.72/7.47 We have to consider all minimal (P,Q,R)-chains. 19.72/7.47 ---------------------------------------- 19.72/7.47 19.72/7.47 (28) QDPSizeChangeProof (EQUIVALENT) 19.72/7.47 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 19.72/7.47 19.72/7.47 From the DPs we obtained the following set of size-change graphs: 19.72/7.47 *new_primEqNat(Succ(vwx3000), Succ(vwx3100)) -> new_primEqNat(vwx3000, vwx3100) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2 19.72/7.47 19.72/7.47 19.72/7.47 ---------------------------------------- 19.72/7.47 19.72/7.47 (29) 19.72/7.47 YES 19.72/7.47 19.72/7.47 ---------------------------------------- 19.72/7.47 19.72/7.47 (30) 19.72/7.47 Obligation: 19.72/7.47 Q DP problem: 19.72/7.47 The TRS P consists of the following rules: 19.72/7.47 19.72/7.47 new_primPlusNat(Succ(vwx6000), Succ(vwx401000)) -> new_primPlusNat(vwx6000, vwx401000) 19.72/7.47 19.72/7.47 R is empty. 19.72/7.47 Q is empty. 19.72/7.47 We have to consider all minimal (P,Q,R)-chains. 19.72/7.47 ---------------------------------------- 19.72/7.47 19.72/7.47 (31) QDPSizeChangeProof (EQUIVALENT) 19.72/7.47 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 19.72/7.47 19.72/7.47 From the DPs we obtained the following set of size-change graphs: 19.72/7.47 *new_primPlusNat(Succ(vwx6000), Succ(vwx401000)) -> new_primPlusNat(vwx6000, vwx401000) 19.72/7.47 The graph contains the following edges 1 > 1, 2 > 2 19.72/7.47 19.72/7.47 19.72/7.47 ---------------------------------------- 19.72/7.47 19.72/7.47 (32) 19.72/7.47 YES 19.80/9.63 EOF