17.53/6.92 YES 20.04/7.64 proof of /export/starexec/sandbox2/benchmark/theBenchmark.hs 20.04/7.64 # AProVE Commit ID: 48fb2092695e11cc9f56e44b17a92a5f88ffb256 marcel 20180622 unpublished dirty 20.04/7.64 20.04/7.64 20.04/7.64 H-Termination with start terms of the given HASKELL could be proven: 20.04/7.64 20.04/7.64 (0) HASKELL 20.04/7.64 (1) CR [EQUIVALENT, 0 ms] 20.04/7.64 (2) HASKELL 20.04/7.64 (3) IFR [EQUIVALENT, 0 ms] 20.04/7.64 (4) HASKELL 20.04/7.64 (5) BR [EQUIVALENT, 0 ms] 20.04/7.64 (6) HASKELL 20.04/7.64 (7) COR [EQUIVALENT, 16 ms] 20.04/7.64 (8) HASKELL 20.04/7.64 (9) LetRed [EQUIVALENT, 0 ms] 20.04/7.64 (10) HASKELL 20.04/7.64 (11) NumRed [SOUND, 0 ms] 20.04/7.64 (12) HASKELL 20.04/7.64 (13) Narrow [SOUND, 0 ms] 20.04/7.64 (14) AND 20.04/7.64 (15) QDP 20.04/7.64 (16) QDPSizeChangeProof [EQUIVALENT, 0 ms] 20.04/7.64 (17) YES 20.04/7.64 (18) QDP 20.04/7.64 (19) QDPSizeChangeProof [EQUIVALENT, 10 ms] 20.04/7.64 (20) YES 20.04/7.64 (21) QDP 20.04/7.64 (22) QDPSizeChangeProof [EQUIVALENT, 0 ms] 20.04/7.64 (23) YES 20.04/7.64 (24) QDP 20.04/7.64 (25) QDPSizeChangeProof [EQUIVALENT, 0 ms] 20.04/7.64 (26) YES 20.04/7.64 (27) QDP 20.04/7.64 (28) QDPSizeChangeProof [EQUIVALENT, 0 ms] 20.04/7.64 (29) YES 20.04/7.64 (30) QDP 20.04/7.64 (31) QDPSizeChangeProof [EQUIVALENT, 103 ms] 20.04/7.64 (32) YES 20.04/7.64 20.04/7.64 20.04/7.64 ---------------------------------------- 20.04/7.64 20.04/7.64 (0) 20.04/7.64 Obligation: 20.04/7.64 mainModule Main 20.04/7.64 module Main where { 20.04/7.64 import qualified Prelude; 20.04/7.64 } 20.04/7.64 20.04/7.64 ---------------------------------------- 20.04/7.64 20.04/7.64 (1) CR (EQUIVALENT) 20.04/7.64 Case Reductions: 20.04/7.64 The following Case expression 20.04/7.64 "case compare x y of { 20.04/7.64 EQ -> o; 20.04/7.64 LT -> LT; 20.04/7.64 GT -> GT} 20.04/7.64 " 20.04/7.64 is transformed to 20.04/7.64 "primCompAux0 o EQ = o; 20.04/7.64 primCompAux0 o LT = LT; 20.04/7.64 primCompAux0 o GT = GT; 20.04/7.64 " 20.04/7.64 20.04/7.64 ---------------------------------------- 20.04/7.64 20.04/7.64 (2) 20.04/7.64 Obligation: 20.04/7.64 mainModule Main 20.04/7.64 module Main where { 20.04/7.64 import qualified Prelude; 20.04/7.64 } 20.04/7.64 20.04/7.64 ---------------------------------------- 20.04/7.64 20.04/7.64 (3) IFR (EQUIVALENT) 20.04/7.64 If Reductions: 20.04/7.64 The following If expression 20.04/7.64 "if primGEqNatS x y then Succ (primDivNatS (primMinusNatS x y) (Succ y)) else Zero" 20.04/7.64 is transformed to 20.04/7.64 "primDivNatS0 x y True = Succ (primDivNatS (primMinusNatS x y) (Succ y)); 20.04/7.64 primDivNatS0 x y False = Zero; 20.04/7.64 " 20.04/7.64 The following If expression 20.04/7.64 "if primGEqNatS x y then primModNatS (primMinusNatS x y) (Succ y) else Succ x" 20.04/7.64 is transformed to 20.04/7.64 "primModNatS0 x y True = primModNatS (primMinusNatS x y) (Succ y); 20.04/7.64 primModNatS0 x y False = Succ x; 20.04/7.64 " 20.04/7.64 20.04/7.64 ---------------------------------------- 20.04/7.64 20.04/7.64 (4) 20.04/7.64 Obligation: 20.04/7.64 mainModule Main 20.04/7.64 module Main where { 20.04/7.64 import qualified Prelude; 20.04/7.64 } 20.04/7.64 20.04/7.64 ---------------------------------------- 20.04/7.64 20.04/7.64 (5) BR (EQUIVALENT) 20.04/7.64 Replaced joker patterns by fresh variables and removed binding patterns. 20.04/7.64 ---------------------------------------- 20.04/7.64 20.04/7.64 (6) 20.04/7.64 Obligation: 20.04/7.64 mainModule Main 20.04/7.64 module Main where { 20.04/7.64 import qualified Prelude; 20.04/7.64 } 20.04/7.64 20.04/7.64 ---------------------------------------- 20.04/7.64 20.04/7.64 (7) COR (EQUIVALENT) 20.04/7.64 Cond Reductions: 20.04/7.64 The following Function with conditions 20.04/7.64 "compare x y|x == yEQ|x <= yLT|otherwiseGT; 20.04/7.64 " 20.04/7.64 is transformed to 20.04/7.64 "compare x y = compare3 x y; 20.04/7.64 " 20.04/7.64 "compare0 x y True = GT; 20.04/7.64 " 20.04/7.64 "compare2 x y True = EQ; 20.04/7.64 compare2 x y False = compare1 x y (x <= y); 20.04/7.64 " 20.04/7.64 "compare1 x y True = LT; 20.04/7.64 compare1 x y False = compare0 x y otherwise; 20.04/7.64 " 20.04/7.64 "compare3 x y = compare2 x y (x == y); 20.04/7.64 " 20.04/7.64 The following Function with conditions 20.04/7.64 "absReal x|x >= 0x|otherwise`negate` x; 20.04/7.64 " 20.04/7.64 is transformed to 20.04/7.64 "absReal x = absReal2 x; 20.04/7.64 " 20.04/7.64 "absReal0 x True = `negate` x; 20.04/7.64 " 20.04/7.64 "absReal1 x True = x; 20.04/7.64 absReal1 x False = absReal0 x otherwise; 20.04/7.64 " 20.04/7.64 "absReal2 x = absReal1 x (x >= 0); 20.04/7.64 " 20.04/7.64 The following Function with conditions 20.04/7.64 "gcd' x 0 = x; 20.04/7.64 gcd' x y = gcd' y (x `rem` y); 20.04/7.64 " 20.04/7.64 is transformed to 20.04/7.64 "gcd' x zx = gcd'2 x zx; 20.04/7.64 gcd' x y = gcd'0 x y; 20.04/7.64 " 20.04/7.64 "gcd'0 x y = gcd' y (x `rem` y); 20.04/7.64 " 20.04/7.64 "gcd'1 True x zx = x; 20.04/7.64 gcd'1 zy zz vuu = gcd'0 zz vuu; 20.04/7.64 " 20.04/7.64 "gcd'2 x zx = gcd'1 (zx == 0) x zx; 20.04/7.64 gcd'2 vuv vuw = gcd'0 vuv vuw; 20.04/7.64 " 20.04/7.64 The following Function with conditions 20.04/7.64 "gcd 0 0 = error []; 20.04/7.64 gcd x y = gcd' (abs x) (abs y) where { 20.04/7.64 gcd' x 0 = x; 20.04/7.64 gcd' x y = gcd' y (x `rem` y); 20.04/7.64 } 20.04/7.64 ; 20.04/7.64 " 20.04/7.64 is transformed to 20.04/7.64 "gcd vux vuy = gcd3 vux vuy; 20.04/7.64 gcd x y = gcd0 x y; 20.04/7.64 " 20.04/7.64 "gcd0 x y = gcd' (abs x) (abs y) where { 20.04/7.64 gcd' x zx = gcd'2 x zx; 20.04/7.64 gcd' x y = gcd'0 x y; 20.04/7.64 ; 20.04/7.64 gcd'0 x y = gcd' y (x `rem` y); 20.04/7.64 ; 20.04/7.64 gcd'1 True x zx = x; 20.04/7.64 gcd'1 zy zz vuu = gcd'0 zz vuu; 20.04/7.64 ; 20.04/7.64 gcd'2 x zx = gcd'1 (zx == 0) x zx; 20.04/7.64 gcd'2 vuv vuw = gcd'0 vuv vuw; 20.04/7.64 } 20.04/7.64 ; 20.04/7.64 " 20.04/7.64 "gcd1 True vux vuy = error []; 20.04/7.64 gcd1 vuz vvu vvv = gcd0 vvu vvv; 20.04/7.64 " 20.04/7.64 "gcd2 True vux vuy = gcd1 (vuy == 0) vux vuy; 20.04/7.64 gcd2 vvw vvx vvy = gcd0 vvx vvy; 20.04/7.64 " 20.04/7.64 "gcd3 vux vuy = gcd2 (vux == 0) vux vuy; 20.04/7.64 gcd3 vvz vwu = gcd0 vvz vwu; 20.04/7.64 " 20.04/7.64 The following Function with conditions 20.04/7.64 "undefined |Falseundefined; 20.04/7.64 " 20.04/7.64 is transformed to 20.04/7.64 "undefined = undefined1; 20.04/7.64 " 20.04/7.64 "undefined0 True = undefined; 20.04/7.64 " 20.04/7.64 "undefined1 = undefined0 False; 20.04/7.64 " 20.04/7.64 The following Function with conditions 20.04/7.64 "reduce x y|y == 0error []|otherwisex `quot` d :% (y `quot` d) where { 20.04/7.64 d = gcd x y; 20.04/7.64 } 20.04/7.64 ; 20.04/7.64 " 20.04/7.64 is transformed to 20.04/7.64 "reduce x y = reduce2 x y; 20.04/7.64 " 20.04/7.64 "reduce2 x y = reduce1 x y (y == 0) where { 20.04/7.64 d = gcd x y; 20.04/7.64 ; 20.04/7.64 reduce0 x y True = x `quot` d :% (y `quot` d); 20.04/7.64 ; 20.04/7.64 reduce1 x y True = error []; 20.04/7.64 reduce1 x y False = reduce0 x y otherwise; 20.04/7.64 } 20.04/7.64 ; 20.04/7.64 " 20.04/7.64 20.04/7.64 ---------------------------------------- 20.04/7.64 20.04/7.64 (8) 20.04/7.64 Obligation: 20.04/7.64 mainModule Main 20.04/7.64 module Main where { 20.04/7.64 import qualified Prelude; 20.04/7.64 } 20.04/7.64 20.04/7.64 ---------------------------------------- 20.04/7.64 20.04/7.64 (9) LetRed (EQUIVALENT) 20.04/7.64 Let/Where Reductions: 20.04/7.64 The bindings of the following Let/Where expression 20.04/7.64 "gcd' (abs x) (abs y) where { 20.04/7.64 gcd' x zx = gcd'2 x zx; 20.04/7.64 gcd' x y = gcd'0 x y; 20.04/7.64 ; 20.04/7.64 gcd'0 x y = gcd' y (x `rem` y); 20.04/7.64 ; 20.04/7.64 gcd'1 True x zx = x; 20.04/7.64 gcd'1 zy zz vuu = gcd'0 zz vuu; 20.04/7.64 ; 20.04/7.64 gcd'2 x zx = gcd'1 (zx == 0) x zx; 20.04/7.64 gcd'2 vuv vuw = gcd'0 vuv vuw; 20.04/7.64 } 20.04/7.64 " 20.04/7.64 are unpacked to the following functions on top level 20.04/7.64 "gcd0Gcd'1 True x zx = x; 20.04/7.64 gcd0Gcd'1 zy zz vuu = gcd0Gcd'0 zz vuu; 20.04/7.64 " 20.04/7.64 "gcd0Gcd'0 x y = gcd0Gcd' y (x `rem` y); 20.04/7.64 " 20.04/7.64 "gcd0Gcd'2 x zx = gcd0Gcd'1 (zx == 0) x zx; 20.04/7.64 gcd0Gcd'2 vuv vuw = gcd0Gcd'0 vuv vuw; 20.04/7.64 " 20.04/7.64 "gcd0Gcd' x zx = gcd0Gcd'2 x zx; 20.04/7.64 gcd0Gcd' x y = gcd0Gcd'0 x y; 20.04/7.64 " 20.04/7.64 The bindings of the following Let/Where expression 20.04/7.64 "reduce1 x y (y == 0) where { 20.04/7.64 d = gcd x y; 20.04/7.64 ; 20.04/7.64 reduce0 x y True = x `quot` d :% (y `quot` d); 20.04/7.64 ; 20.04/7.64 reduce1 x y True = error []; 20.04/7.64 reduce1 x y False = reduce0 x y otherwise; 20.04/7.64 } 20.04/7.64 " 20.04/7.64 are unpacked to the following functions on top level 20.04/7.64 "reduce2Reduce0 vwv vww x y True = x `quot` reduce2D vwv vww :% (y `quot` reduce2D vwv vww); 20.04/7.64 " 20.04/7.64 "reduce2D vwv vww = gcd vwv vww; 20.04/7.64 " 20.04/7.64 "reduce2Reduce1 vwv vww x y True = error []; 20.04/7.64 reduce2Reduce1 vwv vww x y False = reduce2Reduce0 vwv vww x y otherwise; 20.04/7.64 " 20.04/7.64 20.04/7.64 ---------------------------------------- 20.04/7.64 20.04/7.64 (10) 20.04/7.64 Obligation: 20.04/7.64 mainModule Main 20.04/7.64 module Main where { 20.04/7.64 import qualified Prelude; 20.04/7.64 } 20.04/7.64 20.04/7.64 ---------------------------------------- 20.04/7.64 20.04/7.64 (11) NumRed (SOUND) 20.04/7.64 Num Reduction:All numbers are transformed to their corresponding representation with Succ, Pred and Zero. 20.04/7.64 ---------------------------------------- 20.04/7.64 20.04/7.64 (12) 20.04/7.64 Obligation: 20.04/7.64 mainModule Main 20.04/7.64 module Main where { 20.04/7.64 import qualified Prelude; 20.04/7.64 } 20.04/7.64 20.04/7.64 ---------------------------------------- 20.04/7.64 20.04/7.64 (13) Narrow (SOUND) 20.04/7.64 Haskell To QDPs 20.04/7.64 20.04/7.64 digraph dp_graph { 20.04/7.64 node [outthreshold=100, inthreshold=100];1[label="compare",fontsize=16,color="grey",shape="box"];1 -> 3[label="",style="dashed", color="grey", weight=3]; 20.04/7.64 3[label="compare vwx3",fontsize=16,color="grey",shape="box"];3 -> 4[label="",style="dashed", color="grey", weight=3]; 20.04/7.64 4[label="compare vwx3 vwx4",fontsize=16,color="black",shape="triangle"];4 -> 5[label="",style="solid", color="black", weight=3]; 20.04/7.64 5[label="compare3 vwx3 vwx4",fontsize=16,color="black",shape="box"];5 -> 6[label="",style="solid", color="black", weight=3]; 20.04/7.64 6[label="compare2 vwx3 vwx4 (vwx3 == vwx4)",fontsize=16,color="burlywood",shape="box"];1777[label="vwx3/Left vwx30",fontsize=10,color="white",style="solid",shape="box"];6 -> 1777[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1777 -> 7[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 1778[label="vwx3/Right vwx30",fontsize=10,color="white",style="solid",shape="box"];6 -> 1778[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1778 -> 8[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 7[label="compare2 (Left vwx30) vwx4 (Left vwx30 == vwx4)",fontsize=16,color="burlywood",shape="box"];1779[label="vwx4/Left vwx40",fontsize=10,color="white",style="solid",shape="box"];7 -> 1779[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1779 -> 9[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 1780[label="vwx4/Right vwx40",fontsize=10,color="white",style="solid",shape="box"];7 -> 1780[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1780 -> 10[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 8[label="compare2 (Right vwx30) vwx4 (Right vwx30 == vwx4)",fontsize=16,color="burlywood",shape="box"];1781[label="vwx4/Left vwx40",fontsize=10,color="white",style="solid",shape="box"];8 -> 1781[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1781 -> 11[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 1782[label="vwx4/Right vwx40",fontsize=10,color="white",style="solid",shape="box"];8 -> 1782[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1782 -> 12[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 9[label="compare2 (Left vwx30) (Left vwx40) (Left vwx30 == Left vwx40)",fontsize=16,color="black",shape="box"];9 -> 13[label="",style="solid", color="black", weight=3]; 20.04/7.64 10[label="compare2 (Left vwx30) (Right vwx40) (Left vwx30 == Right vwx40)",fontsize=16,color="black",shape="box"];10 -> 14[label="",style="solid", color="black", weight=3]; 20.04/7.64 11[label="compare2 (Right vwx30) (Left vwx40) (Right vwx30 == Left vwx40)",fontsize=16,color="black",shape="box"];11 -> 15[label="",style="solid", color="black", weight=3]; 20.04/7.64 12[label="compare2 (Right vwx30) (Right vwx40) (Right vwx30 == Right vwx40)",fontsize=16,color="black",shape="box"];12 -> 16[label="",style="solid", color="black", weight=3]; 20.04/7.64 13 -> 17[label="",style="dashed", color="red", weight=0]; 20.04/7.64 13[label="compare2 (Left vwx30) (Left vwx40) (vwx30 == vwx40)",fontsize=16,color="magenta"];13 -> 18[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 13 -> 19[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 13 -> 20[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 14[label="compare2 (Left vwx30) (Right vwx40) False",fontsize=16,color="black",shape="box"];14 -> 21[label="",style="solid", color="black", weight=3]; 20.04/7.64 15[label="compare2 (Right vwx30) (Left vwx40) False",fontsize=16,color="black",shape="box"];15 -> 22[label="",style="solid", color="black", weight=3]; 20.04/7.64 16 -> 23[label="",style="dashed", color="red", weight=0]; 20.04/7.64 16[label="compare2 (Right vwx30) (Right vwx40) (vwx30 == vwx40)",fontsize=16,color="magenta"];16 -> 24[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 16 -> 25[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 16 -> 26[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 18[label="vwx40",fontsize=16,color="green",shape="box"];19[label="vwx30 == vwx40",fontsize=16,color="blue",shape="box"];1783[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];19 -> 1783[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1783 -> 27[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1784[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];19 -> 1784[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1784 -> 28[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1785[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];19 -> 1785[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1785 -> 29[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1786[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];19 -> 1786[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1786 -> 30[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1787[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];19 -> 1787[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1787 -> 31[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1788[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];19 -> 1788[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1788 -> 32[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1789[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];19 -> 1789[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1789 -> 33[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1790[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];19 -> 1790[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1790 -> 34[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1791[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];19 -> 1791[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1791 -> 35[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1792[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];19 -> 1792[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1792 -> 36[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1793[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];19 -> 1793[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1793 -> 37[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1794[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];19 -> 1794[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1794 -> 38[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1795[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];19 -> 1795[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1795 -> 39[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1796[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];19 -> 1796[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1796 -> 40[label="",style="solid", color="blue", weight=3]; 20.04/7.64 20[label="vwx30",fontsize=16,color="green",shape="box"];17[label="compare2 (Left vwx9) (Left vwx10) vwx11",fontsize=16,color="burlywood",shape="triangle"];1797[label="vwx11/False",fontsize=10,color="white",style="solid",shape="box"];17 -> 1797[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1797 -> 41[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 1798[label="vwx11/True",fontsize=10,color="white",style="solid",shape="box"];17 -> 1798[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1798 -> 42[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 21[label="compare1 (Left vwx30) (Right vwx40) (Left vwx30 <= Right vwx40)",fontsize=16,color="black",shape="box"];21 -> 43[label="",style="solid", color="black", weight=3]; 20.04/7.64 22[label="compare1 (Right vwx30) (Left vwx40) (Right vwx30 <= Left vwx40)",fontsize=16,color="black",shape="box"];22 -> 44[label="",style="solid", color="black", weight=3]; 20.04/7.64 24[label="vwx40",fontsize=16,color="green",shape="box"];25[label="vwx30 == vwx40",fontsize=16,color="blue",shape="box"];1799[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];25 -> 1799[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1799 -> 45[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1800[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];25 -> 1800[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1800 -> 46[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1801[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];25 -> 1801[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1801 -> 47[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1802[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];25 -> 1802[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1802 -> 48[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1803[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];25 -> 1803[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1803 -> 49[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1804[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];25 -> 1804[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1804 -> 50[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1805[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];25 -> 1805[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1805 -> 51[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1806[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];25 -> 1806[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1806 -> 52[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1807[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];25 -> 1807[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1807 -> 53[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1808[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];25 -> 1808[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1808 -> 54[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1809[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];25 -> 1809[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1809 -> 55[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1810[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];25 -> 1810[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1810 -> 56[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1811[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];25 -> 1811[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1811 -> 57[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1812[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];25 -> 1812[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1812 -> 58[label="",style="solid", color="blue", weight=3]; 20.04/7.64 26[label="vwx30",fontsize=16,color="green",shape="box"];23[label="compare2 (Right vwx16) (Right vwx17) vwx18",fontsize=16,color="burlywood",shape="triangle"];1813[label="vwx18/False",fontsize=10,color="white",style="solid",shape="box"];23 -> 1813[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1813 -> 59[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 1814[label="vwx18/True",fontsize=10,color="white",style="solid",shape="box"];23 -> 1814[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1814 -> 60[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 27[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];1815[label="vwx30/Left vwx300",fontsize=10,color="white",style="solid",shape="box"];27 -> 1815[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1815 -> 61[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 1816[label="vwx30/Right vwx300",fontsize=10,color="white",style="solid",shape="box"];27 -> 1816[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1816 -> 62[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 28[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];1817[label="vwx30/vwx300 :% vwx301",fontsize=10,color="white",style="solid",shape="box"];28 -> 1817[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1817 -> 63[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 29[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];1818[label="vwx30/vwx300 : vwx301",fontsize=10,color="white",style="solid",shape="box"];29 -> 1818[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1818 -> 64[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 1819[label="vwx30/[]",fontsize=10,color="white",style="solid",shape="box"];29 -> 1819[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1819 -> 65[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 30[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];1820[label="vwx30/False",fontsize=10,color="white",style="solid",shape="box"];30 -> 1820[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1820 -> 66[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 1821[label="vwx30/True",fontsize=10,color="white",style="solid",shape="box"];30 -> 1821[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1821 -> 67[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 31[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];1822[label="vwx30/Integer vwx300",fontsize=10,color="white",style="solid",shape="box"];31 -> 1822[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1822 -> 68[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 32[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];32 -> 69[label="",style="solid", color="black", weight=3]; 20.04/7.64 33[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];33 -> 70[label="",style="solid", color="black", weight=3]; 20.04/7.64 34[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];1823[label="vwx30/(vwx300,vwx301)",fontsize=10,color="white",style="solid",shape="box"];34 -> 1823[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1823 -> 71[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 35[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];1824[label="vwx30/LT",fontsize=10,color="white",style="solid",shape="box"];35 -> 1824[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1824 -> 72[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 1825[label="vwx30/EQ",fontsize=10,color="white",style="solid",shape="box"];35 -> 1825[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1825 -> 73[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 1826[label="vwx30/GT",fontsize=10,color="white",style="solid",shape="box"];35 -> 1826[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1826 -> 74[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 36[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];1827[label="vwx30/(vwx300,vwx301,vwx302)",fontsize=10,color="white",style="solid",shape="box"];36 -> 1827[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1827 -> 75[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 37[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];1828[label="vwx30/()",fontsize=10,color="white",style="solid",shape="box"];37 -> 1828[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1828 -> 76[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 38[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];1829[label="vwx30/Nothing",fontsize=10,color="white",style="solid",shape="box"];38 -> 1829[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1829 -> 77[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 1830[label="vwx30/Just vwx300",fontsize=10,color="white",style="solid",shape="box"];38 -> 1830[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1830 -> 78[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 39[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];39 -> 79[label="",style="solid", color="black", weight=3]; 20.04/7.64 40[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];40 -> 80[label="",style="solid", color="black", weight=3]; 20.04/7.64 41[label="compare2 (Left vwx9) (Left vwx10) False",fontsize=16,color="black",shape="box"];41 -> 81[label="",style="solid", color="black", weight=3]; 20.04/7.64 42[label="compare2 (Left vwx9) (Left vwx10) True",fontsize=16,color="black",shape="box"];42 -> 82[label="",style="solid", color="black", weight=3]; 20.04/7.64 43[label="compare1 (Left vwx30) (Right vwx40) True",fontsize=16,color="black",shape="box"];43 -> 83[label="",style="solid", color="black", weight=3]; 20.04/7.64 44[label="compare1 (Right vwx30) (Left vwx40) False",fontsize=16,color="black",shape="box"];44 -> 84[label="",style="solid", color="black", weight=3]; 20.04/7.64 45 -> 27[label="",style="dashed", color="red", weight=0]; 20.04/7.64 45[label="vwx30 == vwx40",fontsize=16,color="magenta"];45 -> 85[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 45 -> 86[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 46 -> 28[label="",style="dashed", color="red", weight=0]; 20.04/7.64 46[label="vwx30 == vwx40",fontsize=16,color="magenta"];46 -> 87[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 46 -> 88[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 47 -> 29[label="",style="dashed", color="red", weight=0]; 20.04/7.64 47[label="vwx30 == vwx40",fontsize=16,color="magenta"];47 -> 89[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 47 -> 90[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 48 -> 30[label="",style="dashed", color="red", weight=0]; 20.04/7.64 48[label="vwx30 == vwx40",fontsize=16,color="magenta"];48 -> 91[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 48 -> 92[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 49 -> 31[label="",style="dashed", color="red", weight=0]; 20.04/7.64 49[label="vwx30 == vwx40",fontsize=16,color="magenta"];49 -> 93[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 49 -> 94[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 50 -> 32[label="",style="dashed", color="red", weight=0]; 20.04/7.64 50[label="vwx30 == vwx40",fontsize=16,color="magenta"];50 -> 95[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 50 -> 96[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 51 -> 33[label="",style="dashed", color="red", weight=0]; 20.04/7.64 51[label="vwx30 == vwx40",fontsize=16,color="magenta"];51 -> 97[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 51 -> 98[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 52 -> 34[label="",style="dashed", color="red", weight=0]; 20.04/7.64 52[label="vwx30 == vwx40",fontsize=16,color="magenta"];52 -> 99[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 52 -> 100[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 53 -> 35[label="",style="dashed", color="red", weight=0]; 20.04/7.64 53[label="vwx30 == vwx40",fontsize=16,color="magenta"];53 -> 101[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 53 -> 102[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 54 -> 36[label="",style="dashed", color="red", weight=0]; 20.04/7.64 54[label="vwx30 == vwx40",fontsize=16,color="magenta"];54 -> 103[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 54 -> 104[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 55 -> 37[label="",style="dashed", color="red", weight=0]; 20.04/7.64 55[label="vwx30 == vwx40",fontsize=16,color="magenta"];55 -> 105[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 55 -> 106[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 56 -> 38[label="",style="dashed", color="red", weight=0]; 20.04/7.64 56[label="vwx30 == vwx40",fontsize=16,color="magenta"];56 -> 107[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 56 -> 108[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 57 -> 39[label="",style="dashed", color="red", weight=0]; 20.04/7.64 57[label="vwx30 == vwx40",fontsize=16,color="magenta"];57 -> 109[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 57 -> 110[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 58 -> 40[label="",style="dashed", color="red", weight=0]; 20.04/7.64 58[label="vwx30 == vwx40",fontsize=16,color="magenta"];58 -> 111[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 58 -> 112[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 59[label="compare2 (Right vwx16) (Right vwx17) False",fontsize=16,color="black",shape="box"];59 -> 113[label="",style="solid", color="black", weight=3]; 20.04/7.64 60[label="compare2 (Right vwx16) (Right vwx17) True",fontsize=16,color="black",shape="box"];60 -> 114[label="",style="solid", color="black", weight=3]; 20.04/7.64 61[label="Left vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];1831[label="vwx40/Left vwx400",fontsize=10,color="white",style="solid",shape="box"];61 -> 1831[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1831 -> 115[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 1832[label="vwx40/Right vwx400",fontsize=10,color="white",style="solid",shape="box"];61 -> 1832[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1832 -> 116[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 62[label="Right vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];1833[label="vwx40/Left vwx400",fontsize=10,color="white",style="solid",shape="box"];62 -> 1833[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1833 -> 117[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 1834[label="vwx40/Right vwx400",fontsize=10,color="white",style="solid",shape="box"];62 -> 1834[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1834 -> 118[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 63[label="vwx300 :% vwx301 == vwx40",fontsize=16,color="burlywood",shape="box"];1835[label="vwx40/vwx400 :% vwx401",fontsize=10,color="white",style="solid",shape="box"];63 -> 1835[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1835 -> 119[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 64[label="vwx300 : vwx301 == vwx40",fontsize=16,color="burlywood",shape="box"];1836[label="vwx40/vwx400 : vwx401",fontsize=10,color="white",style="solid",shape="box"];64 -> 1836[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1836 -> 120[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 1837[label="vwx40/[]",fontsize=10,color="white",style="solid",shape="box"];64 -> 1837[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1837 -> 121[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 65[label="[] == vwx40",fontsize=16,color="burlywood",shape="box"];1838[label="vwx40/vwx400 : vwx401",fontsize=10,color="white",style="solid",shape="box"];65 -> 1838[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1838 -> 122[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 1839[label="vwx40/[]",fontsize=10,color="white",style="solid",shape="box"];65 -> 1839[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1839 -> 123[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 66[label="False == vwx40",fontsize=16,color="burlywood",shape="box"];1840[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];66 -> 1840[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1840 -> 124[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 1841[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];66 -> 1841[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1841 -> 125[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 67[label="True == vwx40",fontsize=16,color="burlywood",shape="box"];1842[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];67 -> 1842[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1842 -> 126[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 1843[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];67 -> 1843[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1843 -> 127[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 68[label="Integer vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];1844[label="vwx40/Integer vwx400",fontsize=10,color="white",style="solid",shape="box"];68 -> 1844[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1844 -> 128[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 69[label="primEqInt vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];1845[label="vwx30/Pos vwx300",fontsize=10,color="white",style="solid",shape="box"];69 -> 1845[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1845 -> 129[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 1846[label="vwx30/Neg vwx300",fontsize=10,color="white",style="solid",shape="box"];69 -> 1846[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1846 -> 130[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 70[label="primEqFloat vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];1847[label="vwx30/Float vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];70 -> 1847[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1847 -> 131[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 71[label="(vwx300,vwx301) == vwx40",fontsize=16,color="burlywood",shape="box"];1848[label="vwx40/(vwx400,vwx401)",fontsize=10,color="white",style="solid",shape="box"];71 -> 1848[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1848 -> 132[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 72[label="LT == vwx40",fontsize=16,color="burlywood",shape="box"];1849[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];72 -> 1849[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1849 -> 133[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 1850[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];72 -> 1850[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1850 -> 134[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 1851[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];72 -> 1851[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1851 -> 135[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 73[label="EQ == vwx40",fontsize=16,color="burlywood",shape="box"];1852[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];73 -> 1852[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1852 -> 136[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 1853[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];73 -> 1853[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1853 -> 137[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 1854[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];73 -> 1854[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1854 -> 138[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 74[label="GT == vwx40",fontsize=16,color="burlywood",shape="box"];1855[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];74 -> 1855[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1855 -> 139[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 1856[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];74 -> 1856[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1856 -> 140[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 1857[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];74 -> 1857[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1857 -> 141[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 75[label="(vwx300,vwx301,vwx302) == vwx40",fontsize=16,color="burlywood",shape="box"];1858[label="vwx40/(vwx400,vwx401,vwx402)",fontsize=10,color="white",style="solid",shape="box"];75 -> 1858[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1858 -> 142[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 76[label="() == vwx40",fontsize=16,color="burlywood",shape="box"];1859[label="vwx40/()",fontsize=10,color="white",style="solid",shape="box"];76 -> 1859[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1859 -> 143[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 77[label="Nothing == vwx40",fontsize=16,color="burlywood",shape="box"];1860[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];77 -> 1860[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1860 -> 144[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 1861[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];77 -> 1861[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1861 -> 145[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 78[label="Just vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];1862[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];78 -> 1862[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1862 -> 146[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 1863[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];78 -> 1863[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1863 -> 147[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 79[label="primEqDouble vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];1864[label="vwx30/Double vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];79 -> 1864[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1864 -> 148[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 80[label="primEqChar vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];1865[label="vwx30/Char vwx300",fontsize=10,color="white",style="solid",shape="box"];80 -> 1865[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1865 -> 149[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 81 -> 190[label="",style="dashed", color="red", weight=0]; 20.04/7.64 81[label="compare1 (Left vwx9) (Left vwx10) (Left vwx9 <= Left vwx10)",fontsize=16,color="magenta"];81 -> 191[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 81 -> 192[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 81 -> 193[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 82[label="EQ",fontsize=16,color="green",shape="box"];83[label="LT",fontsize=16,color="green",shape="box"];84[label="compare0 (Right vwx30) (Left vwx40) otherwise",fontsize=16,color="black",shape="box"];84 -> 151[label="",style="solid", color="black", weight=3]; 20.04/7.64 85[label="vwx40",fontsize=16,color="green",shape="box"];86[label="vwx30",fontsize=16,color="green",shape="box"];87[label="vwx40",fontsize=16,color="green",shape="box"];88[label="vwx30",fontsize=16,color="green",shape="box"];89[label="vwx40",fontsize=16,color="green",shape="box"];90[label="vwx30",fontsize=16,color="green",shape="box"];91[label="vwx40",fontsize=16,color="green",shape="box"];92[label="vwx30",fontsize=16,color="green",shape="box"];93[label="vwx40",fontsize=16,color="green",shape="box"];94[label="vwx30",fontsize=16,color="green",shape="box"];95[label="vwx40",fontsize=16,color="green",shape="box"];96[label="vwx30",fontsize=16,color="green",shape="box"];97[label="vwx40",fontsize=16,color="green",shape="box"];98[label="vwx30",fontsize=16,color="green",shape="box"];99[label="vwx40",fontsize=16,color="green",shape="box"];100[label="vwx30",fontsize=16,color="green",shape="box"];101[label="vwx40",fontsize=16,color="green",shape="box"];102[label="vwx30",fontsize=16,color="green",shape="box"];103[label="vwx40",fontsize=16,color="green",shape="box"];104[label="vwx30",fontsize=16,color="green",shape="box"];105[label="vwx40",fontsize=16,color="green",shape="box"];106[label="vwx30",fontsize=16,color="green",shape="box"];107[label="vwx40",fontsize=16,color="green",shape="box"];108[label="vwx30",fontsize=16,color="green",shape="box"];109[label="vwx40",fontsize=16,color="green",shape="box"];110[label="vwx30",fontsize=16,color="green",shape="box"];111[label="vwx40",fontsize=16,color="green",shape="box"];112[label="vwx30",fontsize=16,color="green",shape="box"];113 -> 201[label="",style="dashed", color="red", weight=0]; 20.04/7.64 113[label="compare1 (Right vwx16) (Right vwx17) (Right vwx16 <= Right vwx17)",fontsize=16,color="magenta"];113 -> 202[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 113 -> 203[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 113 -> 204[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 114[label="EQ",fontsize=16,color="green",shape="box"];115[label="Left vwx300 == Left vwx400",fontsize=16,color="black",shape="box"];115 -> 153[label="",style="solid", color="black", weight=3]; 20.04/7.64 116[label="Left vwx300 == Right vwx400",fontsize=16,color="black",shape="box"];116 -> 154[label="",style="solid", color="black", weight=3]; 20.04/7.64 117[label="Right vwx300 == Left vwx400",fontsize=16,color="black",shape="box"];117 -> 155[label="",style="solid", color="black", weight=3]; 20.04/7.64 118[label="Right vwx300 == Right vwx400",fontsize=16,color="black",shape="box"];118 -> 156[label="",style="solid", color="black", weight=3]; 20.04/7.64 119[label="vwx300 :% vwx301 == vwx400 :% vwx401",fontsize=16,color="black",shape="box"];119 -> 157[label="",style="solid", color="black", weight=3]; 20.04/7.64 120[label="vwx300 : vwx301 == vwx400 : vwx401",fontsize=16,color="black",shape="box"];120 -> 158[label="",style="solid", color="black", weight=3]; 20.04/7.64 121[label="vwx300 : vwx301 == []",fontsize=16,color="black",shape="box"];121 -> 159[label="",style="solid", color="black", weight=3]; 20.04/7.64 122[label="[] == vwx400 : vwx401",fontsize=16,color="black",shape="box"];122 -> 160[label="",style="solid", color="black", weight=3]; 20.04/7.64 123[label="[] == []",fontsize=16,color="black",shape="box"];123 -> 161[label="",style="solid", color="black", weight=3]; 20.04/7.64 124[label="False == False",fontsize=16,color="black",shape="box"];124 -> 162[label="",style="solid", color="black", weight=3]; 20.04/7.64 125[label="False == True",fontsize=16,color="black",shape="box"];125 -> 163[label="",style="solid", color="black", weight=3]; 20.04/7.64 126[label="True == False",fontsize=16,color="black",shape="box"];126 -> 164[label="",style="solid", color="black", weight=3]; 20.04/7.64 127[label="True == True",fontsize=16,color="black",shape="box"];127 -> 165[label="",style="solid", color="black", weight=3]; 20.04/7.64 128[label="Integer vwx300 == Integer vwx400",fontsize=16,color="black",shape="box"];128 -> 166[label="",style="solid", color="black", weight=3]; 20.04/7.64 129[label="primEqInt (Pos vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];1866[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];129 -> 1866[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1866 -> 167[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 1867[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];129 -> 1867[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1867 -> 168[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 130[label="primEqInt (Neg vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];1868[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];130 -> 1868[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1868 -> 169[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 1869[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];130 -> 1869[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1869 -> 170[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 131[label="primEqFloat (Float vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];1870[label="vwx40/Float vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];131 -> 1870[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1870 -> 171[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 132[label="(vwx300,vwx301) == (vwx400,vwx401)",fontsize=16,color="black",shape="box"];132 -> 172[label="",style="solid", color="black", weight=3]; 20.04/7.64 133[label="LT == LT",fontsize=16,color="black",shape="box"];133 -> 173[label="",style="solid", color="black", weight=3]; 20.04/7.64 134[label="LT == EQ",fontsize=16,color="black",shape="box"];134 -> 174[label="",style="solid", color="black", weight=3]; 20.04/7.64 135[label="LT == GT",fontsize=16,color="black",shape="box"];135 -> 175[label="",style="solid", color="black", weight=3]; 20.04/7.64 136[label="EQ == LT",fontsize=16,color="black",shape="box"];136 -> 176[label="",style="solid", color="black", weight=3]; 20.04/7.64 137[label="EQ == EQ",fontsize=16,color="black",shape="box"];137 -> 177[label="",style="solid", color="black", weight=3]; 20.04/7.64 138[label="EQ == GT",fontsize=16,color="black",shape="box"];138 -> 178[label="",style="solid", color="black", weight=3]; 20.04/7.64 139[label="GT == LT",fontsize=16,color="black",shape="box"];139 -> 179[label="",style="solid", color="black", weight=3]; 20.04/7.64 140[label="GT == EQ",fontsize=16,color="black",shape="box"];140 -> 180[label="",style="solid", color="black", weight=3]; 20.04/7.64 141[label="GT == GT",fontsize=16,color="black",shape="box"];141 -> 181[label="",style="solid", color="black", weight=3]; 20.04/7.64 142[label="(vwx300,vwx301,vwx302) == (vwx400,vwx401,vwx402)",fontsize=16,color="black",shape="box"];142 -> 182[label="",style="solid", color="black", weight=3]; 20.04/7.64 143[label="() == ()",fontsize=16,color="black",shape="box"];143 -> 183[label="",style="solid", color="black", weight=3]; 20.04/7.64 144[label="Nothing == Nothing",fontsize=16,color="black",shape="box"];144 -> 184[label="",style="solid", color="black", weight=3]; 20.04/7.64 145[label="Nothing == Just vwx400",fontsize=16,color="black",shape="box"];145 -> 185[label="",style="solid", color="black", weight=3]; 20.04/7.64 146[label="Just vwx300 == Nothing",fontsize=16,color="black",shape="box"];146 -> 186[label="",style="solid", color="black", weight=3]; 20.04/7.64 147[label="Just vwx300 == Just vwx400",fontsize=16,color="black",shape="box"];147 -> 187[label="",style="solid", color="black", weight=3]; 20.04/7.64 148[label="primEqDouble (Double vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];1871[label="vwx40/Double vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];148 -> 1871[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1871 -> 188[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 149[label="primEqChar (Char vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];1872[label="vwx40/Char vwx400",fontsize=10,color="white",style="solid",shape="box"];149 -> 1872[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1872 -> 189[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 191[label="vwx10",fontsize=16,color="green",shape="box"];192[label="Left vwx9 <= Left vwx10",fontsize=16,color="black",shape="box"];192 -> 197[label="",style="solid", color="black", weight=3]; 20.04/7.64 193[label="vwx9",fontsize=16,color="green",shape="box"];190[label="compare1 (Left vwx23) (Left vwx24) vwx25",fontsize=16,color="burlywood",shape="triangle"];1873[label="vwx25/False",fontsize=10,color="white",style="solid",shape="box"];190 -> 1873[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1873 -> 198[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 1874[label="vwx25/True",fontsize=10,color="white",style="solid",shape="box"];190 -> 1874[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1874 -> 199[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 151[label="compare0 (Right vwx30) (Left vwx40) True",fontsize=16,color="black",shape="box"];151 -> 200[label="",style="solid", color="black", weight=3]; 20.04/7.64 202[label="vwx16",fontsize=16,color="green",shape="box"];203[label="Right vwx16 <= Right vwx17",fontsize=16,color="black",shape="box"];203 -> 208[label="",style="solid", color="black", weight=3]; 20.04/7.64 204[label="vwx17",fontsize=16,color="green",shape="box"];201[label="compare1 (Right vwx30) (Right vwx31) vwx32",fontsize=16,color="burlywood",shape="triangle"];1875[label="vwx32/False",fontsize=10,color="white",style="solid",shape="box"];201 -> 1875[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1875 -> 209[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 1876[label="vwx32/True",fontsize=10,color="white",style="solid",shape="box"];201 -> 1876[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1876 -> 210[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 153[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];1877[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];153 -> 1877[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1877 -> 211[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1878[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];153 -> 1878[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1878 -> 212[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1879[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];153 -> 1879[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1879 -> 213[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1880[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];153 -> 1880[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1880 -> 214[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1881[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];153 -> 1881[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1881 -> 215[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1882[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];153 -> 1882[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1882 -> 216[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1883[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];153 -> 1883[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1883 -> 217[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1884[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];153 -> 1884[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1884 -> 218[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1885[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];153 -> 1885[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1885 -> 219[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1886[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];153 -> 1886[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1886 -> 220[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1887[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];153 -> 1887[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1887 -> 221[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1888[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];153 -> 1888[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1888 -> 222[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1889[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];153 -> 1889[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1889 -> 223[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1890[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];153 -> 1890[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1890 -> 224[label="",style="solid", color="blue", weight=3]; 20.04/7.64 154[label="False",fontsize=16,color="green",shape="box"];155[label="False",fontsize=16,color="green",shape="box"];156[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];1891[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];156 -> 1891[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1891 -> 225[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1892[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];156 -> 1892[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1892 -> 226[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1893[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];156 -> 1893[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1893 -> 227[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1894[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];156 -> 1894[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1894 -> 228[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1895[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];156 -> 1895[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1895 -> 229[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1896[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];156 -> 1896[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1896 -> 230[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1897[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];156 -> 1897[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1897 -> 231[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1898[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];156 -> 1898[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1898 -> 232[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1899[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];156 -> 1899[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1899 -> 233[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1900[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];156 -> 1900[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1900 -> 234[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1901[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];156 -> 1901[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1901 -> 235[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1902[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];156 -> 1902[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1902 -> 236[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1903[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];156 -> 1903[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1903 -> 237[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1904[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];156 -> 1904[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1904 -> 238[label="",style="solid", color="blue", weight=3]; 20.04/7.64 157 -> 377[label="",style="dashed", color="red", weight=0]; 20.04/7.64 157[label="vwx300 == vwx400 && vwx301 == vwx401",fontsize=16,color="magenta"];157 -> 378[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 157 -> 379[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 158 -> 377[label="",style="dashed", color="red", weight=0]; 20.04/7.64 158[label="vwx300 == vwx400 && vwx301 == vwx401",fontsize=16,color="magenta"];158 -> 380[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 158 -> 381[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 159[label="False",fontsize=16,color="green",shape="box"];160[label="False",fontsize=16,color="green",shape="box"];161[label="True",fontsize=16,color="green",shape="box"];162[label="True",fontsize=16,color="green",shape="box"];163[label="False",fontsize=16,color="green",shape="box"];164[label="False",fontsize=16,color="green",shape="box"];165[label="True",fontsize=16,color="green",shape="box"];166 -> 69[label="",style="dashed", color="red", weight=0]; 20.04/7.64 166[label="primEqInt vwx300 vwx400",fontsize=16,color="magenta"];166 -> 249[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 166 -> 250[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 167[label="primEqInt (Pos (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];1905[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];167 -> 1905[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1905 -> 251[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 1906[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];167 -> 1906[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1906 -> 252[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 168[label="primEqInt (Pos Zero) vwx40",fontsize=16,color="burlywood",shape="box"];1907[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];168 -> 1907[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1907 -> 253[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 1908[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];168 -> 1908[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1908 -> 254[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 169[label="primEqInt (Neg (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];1909[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];169 -> 1909[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1909 -> 255[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 1910[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];169 -> 1910[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1910 -> 256[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 170[label="primEqInt (Neg Zero) vwx40",fontsize=16,color="burlywood",shape="box"];1911[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];170 -> 1911[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1911 -> 257[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 1912[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];170 -> 1912[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1912 -> 258[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 171[label="primEqFloat (Float vwx300 vwx301) (Float vwx400 vwx401)",fontsize=16,color="black",shape="box"];171 -> 259[label="",style="solid", color="black", weight=3]; 20.04/7.64 172 -> 377[label="",style="dashed", color="red", weight=0]; 20.04/7.64 172[label="vwx300 == vwx400 && vwx301 == vwx401",fontsize=16,color="magenta"];172 -> 382[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 172 -> 383[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 173[label="True",fontsize=16,color="green",shape="box"];174[label="False",fontsize=16,color="green",shape="box"];175[label="False",fontsize=16,color="green",shape="box"];176[label="False",fontsize=16,color="green",shape="box"];177[label="True",fontsize=16,color="green",shape="box"];178[label="False",fontsize=16,color="green",shape="box"];179[label="False",fontsize=16,color="green",shape="box"];180[label="False",fontsize=16,color="green",shape="box"];181[label="True",fontsize=16,color="green",shape="box"];182 -> 377[label="",style="dashed", color="red", weight=0]; 20.04/7.64 182[label="vwx300 == vwx400 && vwx301 == vwx401 && vwx302 == vwx402",fontsize=16,color="magenta"];182 -> 384[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 182 -> 385[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 183[label="True",fontsize=16,color="green",shape="box"];184[label="True",fontsize=16,color="green",shape="box"];185[label="False",fontsize=16,color="green",shape="box"];186[label="False",fontsize=16,color="green",shape="box"];187[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];1913[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];187 -> 1913[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1913 -> 271[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1914[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];187 -> 1914[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1914 -> 272[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1915[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];187 -> 1915[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1915 -> 273[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1916[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];187 -> 1916[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1916 -> 274[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1917[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];187 -> 1917[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1917 -> 275[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1918[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];187 -> 1918[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1918 -> 276[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1919[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];187 -> 1919[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1919 -> 277[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1920[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];187 -> 1920[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1920 -> 278[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1921[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];187 -> 1921[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1921 -> 279[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1922[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];187 -> 1922[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1922 -> 280[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1923[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];187 -> 1923[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1923 -> 281[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1924[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];187 -> 1924[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1924 -> 282[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1925[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];187 -> 1925[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1925 -> 283[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1926[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];187 -> 1926[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1926 -> 284[label="",style="solid", color="blue", weight=3]; 20.04/7.64 188[label="primEqDouble (Double vwx300 vwx301) (Double vwx400 vwx401)",fontsize=16,color="black",shape="box"];188 -> 285[label="",style="solid", color="black", weight=3]; 20.04/7.64 189[label="primEqChar (Char vwx300) (Char vwx400)",fontsize=16,color="black",shape="box"];189 -> 286[label="",style="solid", color="black", weight=3]; 20.04/7.64 197[label="vwx9 <= vwx10",fontsize=16,color="blue",shape="box"];1927[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];197 -> 1927[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1927 -> 287[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1928[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];197 -> 1928[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1928 -> 288[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1929[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];197 -> 1929[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1929 -> 289[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1930[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];197 -> 1930[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1930 -> 290[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1931[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];197 -> 1931[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1931 -> 291[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1932[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];197 -> 1932[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1932 -> 292[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1933[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];197 -> 1933[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1933 -> 293[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1934[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];197 -> 1934[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1934 -> 294[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1935[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];197 -> 1935[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1935 -> 295[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1936[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];197 -> 1936[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1936 -> 296[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1937[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];197 -> 1937[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1937 -> 297[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1938[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];197 -> 1938[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1938 -> 298[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1939[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];197 -> 1939[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1939 -> 299[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1940[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];197 -> 1940[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1940 -> 300[label="",style="solid", color="blue", weight=3]; 20.04/7.64 198[label="compare1 (Left vwx23) (Left vwx24) False",fontsize=16,color="black",shape="box"];198 -> 301[label="",style="solid", color="black", weight=3]; 20.04/7.64 199[label="compare1 (Left vwx23) (Left vwx24) True",fontsize=16,color="black",shape="box"];199 -> 302[label="",style="solid", color="black", weight=3]; 20.04/7.64 200[label="GT",fontsize=16,color="green",shape="box"];208[label="vwx16 <= vwx17",fontsize=16,color="blue",shape="box"];1941[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];208 -> 1941[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1941 -> 303[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1942[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];208 -> 1942[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1942 -> 304[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1943[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];208 -> 1943[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1943 -> 305[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1944[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];208 -> 1944[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1944 -> 306[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1945[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];208 -> 1945[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1945 -> 307[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1946[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];208 -> 1946[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1946 -> 308[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1947[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];208 -> 1947[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1947 -> 309[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1948[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];208 -> 1948[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1948 -> 310[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1949[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];208 -> 1949[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1949 -> 311[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1950[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];208 -> 1950[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1950 -> 312[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1951[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];208 -> 1951[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1951 -> 313[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1952[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];208 -> 1952[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1952 -> 314[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1953[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];208 -> 1953[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1953 -> 315[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1954[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];208 -> 1954[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1954 -> 316[label="",style="solid", color="blue", weight=3]; 20.04/7.64 209[label="compare1 (Right vwx30) (Right vwx31) False",fontsize=16,color="black",shape="box"];209 -> 317[label="",style="solid", color="black", weight=3]; 20.04/7.64 210[label="compare1 (Right vwx30) (Right vwx31) True",fontsize=16,color="black",shape="box"];210 -> 318[label="",style="solid", color="black", weight=3]; 20.04/7.64 211 -> 27[label="",style="dashed", color="red", weight=0]; 20.04/7.64 211[label="vwx300 == vwx400",fontsize=16,color="magenta"];211 -> 319[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 211 -> 320[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 212 -> 28[label="",style="dashed", color="red", weight=0]; 20.04/7.64 212[label="vwx300 == vwx400",fontsize=16,color="magenta"];212 -> 321[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 212 -> 322[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 213 -> 29[label="",style="dashed", color="red", weight=0]; 20.04/7.64 213[label="vwx300 == vwx400",fontsize=16,color="magenta"];213 -> 323[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 213 -> 324[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 214 -> 30[label="",style="dashed", color="red", weight=0]; 20.04/7.64 214[label="vwx300 == vwx400",fontsize=16,color="magenta"];214 -> 325[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 214 -> 326[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 215 -> 31[label="",style="dashed", color="red", weight=0]; 20.04/7.64 215[label="vwx300 == vwx400",fontsize=16,color="magenta"];215 -> 327[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 215 -> 328[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 216 -> 32[label="",style="dashed", color="red", weight=0]; 20.04/7.64 216[label="vwx300 == vwx400",fontsize=16,color="magenta"];216 -> 329[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 216 -> 330[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 217 -> 33[label="",style="dashed", color="red", weight=0]; 20.04/7.64 217[label="vwx300 == vwx400",fontsize=16,color="magenta"];217 -> 331[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 217 -> 332[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 218 -> 34[label="",style="dashed", color="red", weight=0]; 20.04/7.64 218[label="vwx300 == vwx400",fontsize=16,color="magenta"];218 -> 333[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 218 -> 334[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 219 -> 35[label="",style="dashed", color="red", weight=0]; 20.04/7.64 219[label="vwx300 == vwx400",fontsize=16,color="magenta"];219 -> 335[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 219 -> 336[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 220 -> 36[label="",style="dashed", color="red", weight=0]; 20.04/7.64 220[label="vwx300 == vwx400",fontsize=16,color="magenta"];220 -> 337[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 220 -> 338[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 221 -> 37[label="",style="dashed", color="red", weight=0]; 20.04/7.64 221[label="vwx300 == vwx400",fontsize=16,color="magenta"];221 -> 339[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 221 -> 340[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 222 -> 38[label="",style="dashed", color="red", weight=0]; 20.04/7.64 222[label="vwx300 == vwx400",fontsize=16,color="magenta"];222 -> 341[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 222 -> 342[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 223 -> 39[label="",style="dashed", color="red", weight=0]; 20.04/7.64 223[label="vwx300 == vwx400",fontsize=16,color="magenta"];223 -> 343[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 223 -> 344[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 224 -> 40[label="",style="dashed", color="red", weight=0]; 20.04/7.64 224[label="vwx300 == vwx400",fontsize=16,color="magenta"];224 -> 345[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 224 -> 346[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 225 -> 27[label="",style="dashed", color="red", weight=0]; 20.04/7.64 225[label="vwx300 == vwx400",fontsize=16,color="magenta"];225 -> 347[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 225 -> 348[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 226 -> 28[label="",style="dashed", color="red", weight=0]; 20.04/7.64 226[label="vwx300 == vwx400",fontsize=16,color="magenta"];226 -> 349[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 226 -> 350[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 227 -> 29[label="",style="dashed", color="red", weight=0]; 20.04/7.64 227[label="vwx300 == vwx400",fontsize=16,color="magenta"];227 -> 351[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 227 -> 352[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 228 -> 30[label="",style="dashed", color="red", weight=0]; 20.04/7.64 228[label="vwx300 == vwx400",fontsize=16,color="magenta"];228 -> 353[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 228 -> 354[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 229 -> 31[label="",style="dashed", color="red", weight=0]; 20.04/7.64 229[label="vwx300 == vwx400",fontsize=16,color="magenta"];229 -> 355[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 229 -> 356[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 230 -> 32[label="",style="dashed", color="red", weight=0]; 20.04/7.64 230[label="vwx300 == vwx400",fontsize=16,color="magenta"];230 -> 357[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 230 -> 358[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 231 -> 33[label="",style="dashed", color="red", weight=0]; 20.04/7.64 231[label="vwx300 == vwx400",fontsize=16,color="magenta"];231 -> 359[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 231 -> 360[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 232 -> 34[label="",style="dashed", color="red", weight=0]; 20.04/7.64 232[label="vwx300 == vwx400",fontsize=16,color="magenta"];232 -> 361[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 232 -> 362[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 233 -> 35[label="",style="dashed", color="red", weight=0]; 20.04/7.64 233[label="vwx300 == vwx400",fontsize=16,color="magenta"];233 -> 363[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 233 -> 364[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 234 -> 36[label="",style="dashed", color="red", weight=0]; 20.04/7.64 234[label="vwx300 == vwx400",fontsize=16,color="magenta"];234 -> 365[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 234 -> 366[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 235 -> 37[label="",style="dashed", color="red", weight=0]; 20.04/7.64 235[label="vwx300 == vwx400",fontsize=16,color="magenta"];235 -> 367[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 235 -> 368[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 236 -> 38[label="",style="dashed", color="red", weight=0]; 20.04/7.64 236[label="vwx300 == vwx400",fontsize=16,color="magenta"];236 -> 369[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 236 -> 370[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 237 -> 39[label="",style="dashed", color="red", weight=0]; 20.04/7.64 237[label="vwx300 == vwx400",fontsize=16,color="magenta"];237 -> 371[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 237 -> 372[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 238 -> 40[label="",style="dashed", color="red", weight=0]; 20.04/7.64 238[label="vwx300 == vwx400",fontsize=16,color="magenta"];238 -> 373[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 238 -> 374[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 378[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];1955[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];378 -> 1955[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1955 -> 390[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1956[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];378 -> 1956[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1956 -> 391[label="",style="solid", color="blue", weight=3]; 20.04/7.64 379[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];1957[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];379 -> 1957[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1957 -> 392[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1958[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];379 -> 1958[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1958 -> 393[label="",style="solid", color="blue", weight=3]; 20.04/7.64 377[label="vwx44 && vwx45",fontsize=16,color="burlywood",shape="triangle"];1959[label="vwx44/False",fontsize=10,color="white",style="solid",shape="box"];377 -> 1959[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1959 -> 394[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 1960[label="vwx44/True",fontsize=10,color="white",style="solid",shape="box"];377 -> 1960[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1960 -> 395[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 380[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];1961[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];380 -> 1961[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1961 -> 396[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1962[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];380 -> 1962[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1962 -> 397[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1963[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];380 -> 1963[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1963 -> 398[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1964[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];380 -> 1964[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1964 -> 399[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1965[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];380 -> 1965[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1965 -> 400[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1966[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];380 -> 1966[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1966 -> 401[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1967[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];380 -> 1967[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1967 -> 402[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1968[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];380 -> 1968[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1968 -> 403[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1969[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];380 -> 1969[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1969 -> 404[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1970[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];380 -> 1970[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1970 -> 405[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1971[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];380 -> 1971[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1971 -> 406[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1972[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];380 -> 1972[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1972 -> 407[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1973[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];380 -> 1973[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1973 -> 408[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1974[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];380 -> 1974[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1974 -> 409[label="",style="solid", color="blue", weight=3]; 20.04/7.64 381 -> 29[label="",style="dashed", color="red", weight=0]; 20.04/7.64 381[label="vwx301 == vwx401",fontsize=16,color="magenta"];381 -> 410[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 381 -> 411[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 249[label="vwx400",fontsize=16,color="green",shape="box"];250[label="vwx300",fontsize=16,color="green",shape="box"];251[label="primEqInt (Pos (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];1975[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];251 -> 1975[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1975 -> 412[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 1976[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];251 -> 1976[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1976 -> 413[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 252[label="primEqInt (Pos (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="black",shape="box"];252 -> 414[label="",style="solid", color="black", weight=3]; 20.04/7.64 253[label="primEqInt (Pos Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];1977[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];253 -> 1977[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1977 -> 415[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 1978[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];253 -> 1978[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1978 -> 416[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 254[label="primEqInt (Pos Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];1979[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];254 -> 1979[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1979 -> 417[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 1980[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];254 -> 1980[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1980 -> 418[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 255[label="primEqInt (Neg (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="black",shape="box"];255 -> 419[label="",style="solid", color="black", weight=3]; 20.04/7.64 256[label="primEqInt (Neg (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];1981[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];256 -> 1981[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1981 -> 420[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 1982[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];256 -> 1982[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1982 -> 421[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 257[label="primEqInt (Neg Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];1983[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];257 -> 1983[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1983 -> 422[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 1984[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];257 -> 1984[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1984 -> 423[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 258[label="primEqInt (Neg Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];1985[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];258 -> 1985[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1985 -> 424[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 1986[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];258 -> 1986[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 1986 -> 425[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 259 -> 32[label="",style="dashed", color="red", weight=0]; 20.04/7.64 259[label="vwx300 * vwx401 == vwx301 * vwx400",fontsize=16,color="magenta"];259 -> 426[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 259 -> 427[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 382[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];1987[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];382 -> 1987[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1987 -> 428[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1988[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];382 -> 1988[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1988 -> 429[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1989[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];382 -> 1989[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1989 -> 430[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1990[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];382 -> 1990[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1990 -> 431[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1991[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];382 -> 1991[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1991 -> 432[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1992[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];382 -> 1992[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1992 -> 433[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1993[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];382 -> 1993[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1993 -> 434[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1994[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];382 -> 1994[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1994 -> 435[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1995[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];382 -> 1995[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1995 -> 436[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1996[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];382 -> 1996[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1996 -> 437[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1997[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];382 -> 1997[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1997 -> 438[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1998[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];382 -> 1998[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1998 -> 439[label="",style="solid", color="blue", weight=3]; 20.04/7.64 1999[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];382 -> 1999[label="",style="solid", color="blue", weight=9]; 20.04/7.64 1999 -> 440[label="",style="solid", color="blue", weight=3]; 20.04/7.64 2000[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];382 -> 2000[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2000 -> 441[label="",style="solid", color="blue", weight=3]; 20.04/7.64 383[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];2001[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];383 -> 2001[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2001 -> 442[label="",style="solid", color="blue", weight=3]; 20.04/7.64 2002[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];383 -> 2002[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2002 -> 443[label="",style="solid", color="blue", weight=3]; 20.04/7.64 2003[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];383 -> 2003[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2003 -> 444[label="",style="solid", color="blue", weight=3]; 20.04/7.64 2004[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];383 -> 2004[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2004 -> 445[label="",style="solid", color="blue", weight=3]; 20.04/7.64 2005[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];383 -> 2005[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2005 -> 446[label="",style="solid", color="blue", weight=3]; 20.04/7.64 2006[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];383 -> 2006[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2006 -> 447[label="",style="solid", color="blue", weight=3]; 20.04/7.64 2007[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];383 -> 2007[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2007 -> 448[label="",style="solid", color="blue", weight=3]; 20.04/7.64 2008[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];383 -> 2008[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2008 -> 449[label="",style="solid", color="blue", weight=3]; 20.04/7.64 2009[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];383 -> 2009[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2009 -> 450[label="",style="solid", color="blue", weight=3]; 20.04/7.64 2010[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];383 -> 2010[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2010 -> 451[label="",style="solid", color="blue", weight=3]; 20.04/7.64 2011[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];383 -> 2011[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2011 -> 452[label="",style="solid", color="blue", weight=3]; 20.04/7.64 2012[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];383 -> 2012[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2012 -> 453[label="",style="solid", color="blue", weight=3]; 20.04/7.64 2013[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];383 -> 2013[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2013 -> 454[label="",style="solid", color="blue", weight=3]; 20.04/7.64 2014[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];383 -> 2014[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2014 -> 455[label="",style="solid", color="blue", weight=3]; 20.04/7.64 384[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2015[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];384 -> 2015[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2015 -> 456[label="",style="solid", color="blue", weight=3]; 20.04/7.64 2016[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];384 -> 2016[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2016 -> 457[label="",style="solid", color="blue", weight=3]; 20.04/7.64 2017[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];384 -> 2017[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2017 -> 458[label="",style="solid", color="blue", weight=3]; 20.04/7.64 2018[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];384 -> 2018[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2018 -> 459[label="",style="solid", color="blue", weight=3]; 20.04/7.64 2019[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];384 -> 2019[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2019 -> 460[label="",style="solid", color="blue", weight=3]; 20.04/7.64 2020[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];384 -> 2020[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2020 -> 461[label="",style="solid", color="blue", weight=3]; 20.04/7.64 2021[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];384 -> 2021[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2021 -> 462[label="",style="solid", color="blue", weight=3]; 20.04/7.64 2022[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];384 -> 2022[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2022 -> 463[label="",style="solid", color="blue", weight=3]; 20.04/7.64 2023[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];384 -> 2023[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2023 -> 464[label="",style="solid", color="blue", weight=3]; 20.04/7.64 2024[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];384 -> 2024[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2024 -> 465[label="",style="solid", color="blue", weight=3]; 20.04/7.64 2025[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];384 -> 2025[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2025 -> 466[label="",style="solid", color="blue", weight=3]; 20.04/7.64 2026[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];384 -> 2026[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2026 -> 467[label="",style="solid", color="blue", weight=3]; 20.04/7.64 2027[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];384 -> 2027[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2027 -> 468[label="",style="solid", color="blue", weight=3]; 20.04/7.64 2028[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];384 -> 2028[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2028 -> 469[label="",style="solid", color="blue", weight=3]; 20.04/7.64 385 -> 377[label="",style="dashed", color="red", weight=0]; 20.04/7.64 385[label="vwx301 == vwx401 && vwx302 == vwx402",fontsize=16,color="magenta"];385 -> 470[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 385 -> 471[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 271 -> 27[label="",style="dashed", color="red", weight=0]; 20.04/7.64 271[label="vwx300 == vwx400",fontsize=16,color="magenta"];271 -> 472[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 271 -> 473[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 272 -> 28[label="",style="dashed", color="red", weight=0]; 20.04/7.64 272[label="vwx300 == vwx400",fontsize=16,color="magenta"];272 -> 474[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 272 -> 475[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 273 -> 29[label="",style="dashed", color="red", weight=0]; 20.04/7.64 273[label="vwx300 == vwx400",fontsize=16,color="magenta"];273 -> 476[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 273 -> 477[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 274 -> 30[label="",style="dashed", color="red", weight=0]; 20.04/7.64 274[label="vwx300 == vwx400",fontsize=16,color="magenta"];274 -> 478[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 274 -> 479[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 275 -> 31[label="",style="dashed", color="red", weight=0]; 20.04/7.64 275[label="vwx300 == vwx400",fontsize=16,color="magenta"];275 -> 480[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 275 -> 481[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 276 -> 32[label="",style="dashed", color="red", weight=0]; 20.04/7.64 276[label="vwx300 == vwx400",fontsize=16,color="magenta"];276 -> 482[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 276 -> 483[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 277 -> 33[label="",style="dashed", color="red", weight=0]; 20.04/7.64 277[label="vwx300 == vwx400",fontsize=16,color="magenta"];277 -> 484[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 277 -> 485[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 278 -> 34[label="",style="dashed", color="red", weight=0]; 20.04/7.64 278[label="vwx300 == vwx400",fontsize=16,color="magenta"];278 -> 486[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 278 -> 487[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 279 -> 35[label="",style="dashed", color="red", weight=0]; 20.04/7.64 279[label="vwx300 == vwx400",fontsize=16,color="magenta"];279 -> 488[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 279 -> 489[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 280 -> 36[label="",style="dashed", color="red", weight=0]; 20.04/7.64 280[label="vwx300 == vwx400",fontsize=16,color="magenta"];280 -> 490[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 280 -> 491[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 281 -> 37[label="",style="dashed", color="red", weight=0]; 20.04/7.64 281[label="vwx300 == vwx400",fontsize=16,color="magenta"];281 -> 492[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 281 -> 493[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 282 -> 38[label="",style="dashed", color="red", weight=0]; 20.04/7.64 282[label="vwx300 == vwx400",fontsize=16,color="magenta"];282 -> 494[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 282 -> 495[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 283 -> 39[label="",style="dashed", color="red", weight=0]; 20.04/7.64 283[label="vwx300 == vwx400",fontsize=16,color="magenta"];283 -> 496[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 283 -> 497[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 284 -> 40[label="",style="dashed", color="red", weight=0]; 20.04/7.64 284[label="vwx300 == vwx400",fontsize=16,color="magenta"];284 -> 498[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 284 -> 499[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 285 -> 32[label="",style="dashed", color="red", weight=0]; 20.04/7.64 285[label="vwx300 * vwx401 == vwx301 * vwx400",fontsize=16,color="magenta"];285 -> 500[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 285 -> 501[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 286[label="primEqNat vwx300 vwx400",fontsize=16,color="burlywood",shape="triangle"];2029[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];286 -> 2029[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 2029 -> 502[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 2030[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];286 -> 2030[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 2030 -> 503[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 287[label="vwx9 <= vwx10",fontsize=16,color="black",shape="triangle"];287 -> 504[label="",style="solid", color="black", weight=3]; 20.04/7.64 288[label="vwx9 <= vwx10",fontsize=16,color="burlywood",shape="triangle"];2031[label="vwx9/False",fontsize=10,color="white",style="solid",shape="box"];288 -> 2031[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 2031 -> 505[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 2032[label="vwx9/True",fontsize=10,color="white",style="solid",shape="box"];288 -> 2032[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 2032 -> 506[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 289[label="vwx9 <= vwx10",fontsize=16,color="black",shape="triangle"];289 -> 507[label="",style="solid", color="black", weight=3]; 20.04/7.64 290[label="vwx9 <= vwx10",fontsize=16,color="burlywood",shape="triangle"];2033[label="vwx9/(vwx90,vwx91)",fontsize=10,color="white",style="solid",shape="box"];290 -> 2033[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 2033 -> 508[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 291[label="vwx9 <= vwx10",fontsize=16,color="black",shape="triangle"];291 -> 509[label="",style="solid", color="black", weight=3]; 20.04/7.64 292[label="vwx9 <= vwx10",fontsize=16,color="burlywood",shape="triangle"];2034[label="vwx9/Left vwx90",fontsize=10,color="white",style="solid",shape="box"];292 -> 2034[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 2034 -> 510[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 2035[label="vwx9/Right vwx90",fontsize=10,color="white",style="solid",shape="box"];292 -> 2035[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 2035 -> 511[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 293[label="vwx9 <= vwx10",fontsize=16,color="black",shape="triangle"];293 -> 512[label="",style="solid", color="black", weight=3]; 20.04/7.64 294[label="vwx9 <= vwx10",fontsize=16,color="black",shape="triangle"];294 -> 513[label="",style="solid", color="black", weight=3]; 20.04/7.64 295[label="vwx9 <= vwx10",fontsize=16,color="burlywood",shape="triangle"];2036[label="vwx9/LT",fontsize=10,color="white",style="solid",shape="box"];295 -> 2036[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 2036 -> 514[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 2037[label="vwx9/EQ",fontsize=10,color="white",style="solid",shape="box"];295 -> 2037[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 2037 -> 515[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 2038[label="vwx9/GT",fontsize=10,color="white",style="solid",shape="box"];295 -> 2038[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 2038 -> 516[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 296[label="vwx9 <= vwx10",fontsize=16,color="black",shape="triangle"];296 -> 517[label="",style="solid", color="black", weight=3]; 20.04/7.64 297[label="vwx9 <= vwx10",fontsize=16,color="black",shape="triangle"];297 -> 518[label="",style="solid", color="black", weight=3]; 20.04/7.64 298[label="vwx9 <= vwx10",fontsize=16,color="burlywood",shape="triangle"];2039[label="vwx9/Nothing",fontsize=10,color="white",style="solid",shape="box"];298 -> 2039[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 2039 -> 519[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 2040[label="vwx9/Just vwx90",fontsize=10,color="white",style="solid",shape="box"];298 -> 2040[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 2040 -> 520[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 299[label="vwx9 <= vwx10",fontsize=16,color="burlywood",shape="triangle"];2041[label="vwx9/(vwx90,vwx91,vwx92)",fontsize=10,color="white",style="solid",shape="box"];299 -> 2041[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 2041 -> 521[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 300[label="vwx9 <= vwx10",fontsize=16,color="black",shape="triangle"];300 -> 522[label="",style="solid", color="black", weight=3]; 20.04/7.64 301[label="compare0 (Left vwx23) (Left vwx24) otherwise",fontsize=16,color="black",shape="box"];301 -> 523[label="",style="solid", color="black", weight=3]; 20.04/7.64 302[label="LT",fontsize=16,color="green",shape="box"];303 -> 287[label="",style="dashed", color="red", weight=0]; 20.04/7.64 303[label="vwx16 <= vwx17",fontsize=16,color="magenta"];303 -> 524[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 303 -> 525[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 304 -> 288[label="",style="dashed", color="red", weight=0]; 20.04/7.64 304[label="vwx16 <= vwx17",fontsize=16,color="magenta"];304 -> 526[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 304 -> 527[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 305 -> 289[label="",style="dashed", color="red", weight=0]; 20.04/7.64 305[label="vwx16 <= vwx17",fontsize=16,color="magenta"];305 -> 528[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 305 -> 529[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 306 -> 290[label="",style="dashed", color="red", weight=0]; 20.04/7.64 306[label="vwx16 <= vwx17",fontsize=16,color="magenta"];306 -> 530[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 306 -> 531[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 307 -> 291[label="",style="dashed", color="red", weight=0]; 20.04/7.64 307[label="vwx16 <= vwx17",fontsize=16,color="magenta"];307 -> 532[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 307 -> 533[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 308 -> 292[label="",style="dashed", color="red", weight=0]; 20.04/7.64 308[label="vwx16 <= vwx17",fontsize=16,color="magenta"];308 -> 534[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 308 -> 535[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 309 -> 293[label="",style="dashed", color="red", weight=0]; 20.04/7.64 309[label="vwx16 <= vwx17",fontsize=16,color="magenta"];309 -> 536[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 309 -> 537[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 310 -> 294[label="",style="dashed", color="red", weight=0]; 20.04/7.64 310[label="vwx16 <= vwx17",fontsize=16,color="magenta"];310 -> 538[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 310 -> 539[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 311 -> 295[label="",style="dashed", color="red", weight=0]; 20.04/7.64 311[label="vwx16 <= vwx17",fontsize=16,color="magenta"];311 -> 540[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 311 -> 541[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 312 -> 296[label="",style="dashed", color="red", weight=0]; 20.04/7.64 312[label="vwx16 <= vwx17",fontsize=16,color="magenta"];312 -> 542[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 312 -> 543[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 313 -> 297[label="",style="dashed", color="red", weight=0]; 20.04/7.64 313[label="vwx16 <= vwx17",fontsize=16,color="magenta"];313 -> 544[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 313 -> 545[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 314 -> 298[label="",style="dashed", color="red", weight=0]; 20.04/7.64 314[label="vwx16 <= vwx17",fontsize=16,color="magenta"];314 -> 546[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 314 -> 547[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 315 -> 299[label="",style="dashed", color="red", weight=0]; 20.04/7.64 315[label="vwx16 <= vwx17",fontsize=16,color="magenta"];315 -> 548[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 315 -> 549[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 316 -> 300[label="",style="dashed", color="red", weight=0]; 20.04/7.64 316[label="vwx16 <= vwx17",fontsize=16,color="magenta"];316 -> 550[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 316 -> 551[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 317[label="compare0 (Right vwx30) (Right vwx31) otherwise",fontsize=16,color="black",shape="box"];317 -> 552[label="",style="solid", color="black", weight=3]; 20.04/7.64 318[label="LT",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"];372[label="vwx300",fontsize=16,color="green",shape="box"];373[label="vwx400",fontsize=16,color="green",shape="box"];374[label="vwx300",fontsize=16,color="green",shape="box"];390 -> 31[label="",style="dashed", color="red", weight=0]; 20.04/7.64 390[label="vwx300 == vwx400",fontsize=16,color="magenta"];390 -> 553[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 390 -> 554[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 391 -> 32[label="",style="dashed", color="red", weight=0]; 20.04/7.64 391[label="vwx300 == vwx400",fontsize=16,color="magenta"];391 -> 555[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 391 -> 556[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 392 -> 31[label="",style="dashed", color="red", weight=0]; 20.04/7.64 392[label="vwx301 == vwx401",fontsize=16,color="magenta"];392 -> 557[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 392 -> 558[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 393 -> 32[label="",style="dashed", color="red", weight=0]; 20.04/7.64 393[label="vwx301 == vwx401",fontsize=16,color="magenta"];393 -> 559[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 393 -> 560[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 394[label="False && vwx45",fontsize=16,color="black",shape="box"];394 -> 561[label="",style="solid", color="black", weight=3]; 20.04/7.64 395[label="True && vwx45",fontsize=16,color="black",shape="box"];395 -> 562[label="",style="solid", color="black", weight=3]; 20.04/7.64 396 -> 27[label="",style="dashed", color="red", weight=0]; 20.04/7.64 396[label="vwx300 == vwx400",fontsize=16,color="magenta"];396 -> 563[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 396 -> 564[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 397 -> 28[label="",style="dashed", color="red", weight=0]; 20.04/7.64 397[label="vwx300 == vwx400",fontsize=16,color="magenta"];397 -> 565[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 397 -> 566[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 398 -> 29[label="",style="dashed", color="red", weight=0]; 20.04/7.64 398[label="vwx300 == vwx400",fontsize=16,color="magenta"];398 -> 567[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 398 -> 568[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 399 -> 30[label="",style="dashed", color="red", weight=0]; 20.04/7.64 399[label="vwx300 == vwx400",fontsize=16,color="magenta"];399 -> 569[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 399 -> 570[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 400 -> 31[label="",style="dashed", color="red", weight=0]; 20.04/7.64 400[label="vwx300 == vwx400",fontsize=16,color="magenta"];400 -> 571[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 400 -> 572[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 401 -> 32[label="",style="dashed", color="red", weight=0]; 20.04/7.64 401[label="vwx300 == vwx400",fontsize=16,color="magenta"];401 -> 573[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 401 -> 574[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 402 -> 33[label="",style="dashed", color="red", weight=0]; 20.04/7.64 402[label="vwx300 == vwx400",fontsize=16,color="magenta"];402 -> 575[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 402 -> 576[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 403 -> 34[label="",style="dashed", color="red", weight=0]; 20.04/7.64 403[label="vwx300 == vwx400",fontsize=16,color="magenta"];403 -> 577[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 403 -> 578[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 404 -> 35[label="",style="dashed", color="red", weight=0]; 20.04/7.64 404[label="vwx300 == vwx400",fontsize=16,color="magenta"];404 -> 579[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 404 -> 580[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 405 -> 36[label="",style="dashed", color="red", weight=0]; 20.04/7.64 405[label="vwx300 == vwx400",fontsize=16,color="magenta"];405 -> 581[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 405 -> 582[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 406 -> 37[label="",style="dashed", color="red", weight=0]; 20.04/7.64 406[label="vwx300 == vwx400",fontsize=16,color="magenta"];406 -> 583[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 406 -> 584[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 407 -> 38[label="",style="dashed", color="red", weight=0]; 20.04/7.64 407[label="vwx300 == vwx400",fontsize=16,color="magenta"];407 -> 585[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 407 -> 586[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 408 -> 39[label="",style="dashed", color="red", weight=0]; 20.04/7.64 408[label="vwx300 == vwx400",fontsize=16,color="magenta"];408 -> 587[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 408 -> 588[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 409 -> 40[label="",style="dashed", color="red", weight=0]; 20.04/7.64 409[label="vwx300 == vwx400",fontsize=16,color="magenta"];409 -> 589[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 409 -> 590[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 410[label="vwx401",fontsize=16,color="green",shape="box"];411[label="vwx301",fontsize=16,color="green",shape="box"];412[label="primEqInt (Pos (Succ vwx3000)) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];412 -> 591[label="",style="solid", color="black", weight=3]; 20.04/7.64 413[label="primEqInt (Pos (Succ vwx3000)) (Pos Zero)",fontsize=16,color="black",shape="box"];413 -> 592[label="",style="solid", color="black", weight=3]; 20.04/7.64 414[label="False",fontsize=16,color="green",shape="box"];415[label="primEqInt (Pos Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];415 -> 593[label="",style="solid", color="black", weight=3]; 20.04/7.64 416[label="primEqInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];416 -> 594[label="",style="solid", color="black", weight=3]; 20.04/7.64 417[label="primEqInt (Pos Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];417 -> 595[label="",style="solid", color="black", weight=3]; 20.04/7.64 418[label="primEqInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];418 -> 596[label="",style="solid", color="black", weight=3]; 20.04/7.64 419[label="False",fontsize=16,color="green",shape="box"];420[label="primEqInt (Neg (Succ vwx3000)) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];420 -> 597[label="",style="solid", color="black", weight=3]; 20.04/7.64 421[label="primEqInt (Neg (Succ vwx3000)) (Neg Zero)",fontsize=16,color="black",shape="box"];421 -> 598[label="",style="solid", color="black", weight=3]; 20.04/7.64 422[label="primEqInt (Neg Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];422 -> 599[label="",style="solid", color="black", weight=3]; 20.04/7.64 423[label="primEqInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];423 -> 600[label="",style="solid", color="black", weight=3]; 20.04/7.64 424[label="primEqInt (Neg Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];424 -> 601[label="",style="solid", color="black", weight=3]; 20.04/7.64 425[label="primEqInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];425 -> 602[label="",style="solid", color="black", weight=3]; 20.04/7.64 426[label="vwx301 * vwx400",fontsize=16,color="black",shape="triangle"];426 -> 603[label="",style="solid", color="black", weight=3]; 20.04/7.64 427 -> 426[label="",style="dashed", color="red", weight=0]; 20.04/7.64 427[label="vwx300 * vwx401",fontsize=16,color="magenta"];427 -> 604[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 427 -> 605[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 428 -> 27[label="",style="dashed", color="red", weight=0]; 20.04/7.64 428[label="vwx300 == vwx400",fontsize=16,color="magenta"];428 -> 606[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 428 -> 607[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 429 -> 28[label="",style="dashed", color="red", weight=0]; 20.04/7.64 429[label="vwx300 == vwx400",fontsize=16,color="magenta"];429 -> 608[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 429 -> 609[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 430 -> 29[label="",style="dashed", color="red", weight=0]; 20.04/7.64 430[label="vwx300 == vwx400",fontsize=16,color="magenta"];430 -> 610[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 430 -> 611[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 431 -> 30[label="",style="dashed", color="red", weight=0]; 20.04/7.64 431[label="vwx300 == vwx400",fontsize=16,color="magenta"];431 -> 612[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 431 -> 613[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 432 -> 31[label="",style="dashed", color="red", weight=0]; 20.04/7.64 432[label="vwx300 == vwx400",fontsize=16,color="magenta"];432 -> 614[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 432 -> 615[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 433 -> 32[label="",style="dashed", color="red", weight=0]; 20.04/7.64 433[label="vwx300 == vwx400",fontsize=16,color="magenta"];433 -> 616[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 433 -> 617[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 434 -> 33[label="",style="dashed", color="red", weight=0]; 20.04/7.64 434[label="vwx300 == vwx400",fontsize=16,color="magenta"];434 -> 618[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 434 -> 619[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 435 -> 34[label="",style="dashed", color="red", weight=0]; 20.04/7.64 435[label="vwx300 == vwx400",fontsize=16,color="magenta"];435 -> 620[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 435 -> 621[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 436 -> 35[label="",style="dashed", color="red", weight=0]; 20.04/7.64 436[label="vwx300 == vwx400",fontsize=16,color="magenta"];436 -> 622[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 436 -> 623[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 437 -> 36[label="",style="dashed", color="red", weight=0]; 20.04/7.64 437[label="vwx300 == vwx400",fontsize=16,color="magenta"];437 -> 624[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 437 -> 625[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 438 -> 37[label="",style="dashed", color="red", weight=0]; 20.04/7.64 438[label="vwx300 == vwx400",fontsize=16,color="magenta"];438 -> 626[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 438 -> 627[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 439 -> 38[label="",style="dashed", color="red", weight=0]; 20.04/7.64 439[label="vwx300 == vwx400",fontsize=16,color="magenta"];439 -> 628[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 439 -> 629[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 440 -> 39[label="",style="dashed", color="red", weight=0]; 20.04/7.64 440[label="vwx300 == vwx400",fontsize=16,color="magenta"];440 -> 630[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 440 -> 631[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 441 -> 40[label="",style="dashed", color="red", weight=0]; 20.04/7.64 441[label="vwx300 == vwx400",fontsize=16,color="magenta"];441 -> 632[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 441 -> 633[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 442 -> 27[label="",style="dashed", color="red", weight=0]; 20.04/7.64 442[label="vwx301 == vwx401",fontsize=16,color="magenta"];442 -> 634[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 442 -> 635[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 443 -> 28[label="",style="dashed", color="red", weight=0]; 20.04/7.64 443[label="vwx301 == vwx401",fontsize=16,color="magenta"];443 -> 636[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 443 -> 637[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 444 -> 29[label="",style="dashed", color="red", weight=0]; 20.04/7.64 444[label="vwx301 == vwx401",fontsize=16,color="magenta"];444 -> 638[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 444 -> 639[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 445 -> 30[label="",style="dashed", color="red", weight=0]; 20.04/7.64 445[label="vwx301 == vwx401",fontsize=16,color="magenta"];445 -> 640[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 445 -> 641[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 446 -> 31[label="",style="dashed", color="red", weight=0]; 20.04/7.64 446[label="vwx301 == vwx401",fontsize=16,color="magenta"];446 -> 642[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 446 -> 643[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 447 -> 32[label="",style="dashed", color="red", weight=0]; 20.04/7.64 447[label="vwx301 == vwx401",fontsize=16,color="magenta"];447 -> 644[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 447 -> 645[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 448 -> 33[label="",style="dashed", color="red", weight=0]; 20.04/7.64 448[label="vwx301 == vwx401",fontsize=16,color="magenta"];448 -> 646[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 448 -> 647[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 449 -> 34[label="",style="dashed", color="red", weight=0]; 20.04/7.64 449[label="vwx301 == vwx401",fontsize=16,color="magenta"];449 -> 648[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 449 -> 649[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 450 -> 35[label="",style="dashed", color="red", weight=0]; 20.04/7.64 450[label="vwx301 == vwx401",fontsize=16,color="magenta"];450 -> 650[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 450 -> 651[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 451 -> 36[label="",style="dashed", color="red", weight=0]; 20.04/7.64 451[label="vwx301 == vwx401",fontsize=16,color="magenta"];451 -> 652[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 451 -> 653[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 452 -> 37[label="",style="dashed", color="red", weight=0]; 20.04/7.64 452[label="vwx301 == vwx401",fontsize=16,color="magenta"];452 -> 654[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 452 -> 655[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 453 -> 38[label="",style="dashed", color="red", weight=0]; 20.04/7.64 453[label="vwx301 == vwx401",fontsize=16,color="magenta"];453 -> 656[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 453 -> 657[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 454 -> 39[label="",style="dashed", color="red", weight=0]; 20.04/7.64 454[label="vwx301 == vwx401",fontsize=16,color="magenta"];454 -> 658[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 454 -> 659[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 455 -> 40[label="",style="dashed", color="red", weight=0]; 20.04/7.64 455[label="vwx301 == vwx401",fontsize=16,color="magenta"];455 -> 660[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 455 -> 661[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 456 -> 27[label="",style="dashed", color="red", weight=0]; 20.04/7.64 456[label="vwx300 == vwx400",fontsize=16,color="magenta"];456 -> 662[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 456 -> 663[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 457 -> 28[label="",style="dashed", color="red", weight=0]; 20.04/7.64 457[label="vwx300 == vwx400",fontsize=16,color="magenta"];457 -> 664[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 457 -> 665[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 458 -> 29[label="",style="dashed", color="red", weight=0]; 20.04/7.64 458[label="vwx300 == vwx400",fontsize=16,color="magenta"];458 -> 666[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 458 -> 667[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 459 -> 30[label="",style="dashed", color="red", weight=0]; 20.04/7.64 459[label="vwx300 == vwx400",fontsize=16,color="magenta"];459 -> 668[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 459 -> 669[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 460 -> 31[label="",style="dashed", color="red", weight=0]; 20.04/7.64 460[label="vwx300 == vwx400",fontsize=16,color="magenta"];460 -> 670[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 460 -> 671[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 461 -> 32[label="",style="dashed", color="red", weight=0]; 20.04/7.64 461[label="vwx300 == vwx400",fontsize=16,color="magenta"];461 -> 672[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 461 -> 673[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 462 -> 33[label="",style="dashed", color="red", weight=0]; 20.04/7.64 462[label="vwx300 == vwx400",fontsize=16,color="magenta"];462 -> 674[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 462 -> 675[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 463 -> 34[label="",style="dashed", color="red", weight=0]; 20.04/7.64 463[label="vwx300 == vwx400",fontsize=16,color="magenta"];463 -> 676[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 463 -> 677[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 464 -> 35[label="",style="dashed", color="red", weight=0]; 20.04/7.64 464[label="vwx300 == vwx400",fontsize=16,color="magenta"];464 -> 678[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 464 -> 679[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 465 -> 36[label="",style="dashed", color="red", weight=0]; 20.04/7.64 465[label="vwx300 == vwx400",fontsize=16,color="magenta"];465 -> 680[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 465 -> 681[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 466 -> 37[label="",style="dashed", color="red", weight=0]; 20.04/7.64 466[label="vwx300 == vwx400",fontsize=16,color="magenta"];466 -> 682[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 466 -> 683[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 467 -> 38[label="",style="dashed", color="red", weight=0]; 20.04/7.64 467[label="vwx300 == vwx400",fontsize=16,color="magenta"];467 -> 684[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 467 -> 685[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 468 -> 39[label="",style="dashed", color="red", weight=0]; 20.04/7.64 468[label="vwx300 == vwx400",fontsize=16,color="magenta"];468 -> 686[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 468 -> 687[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 469 -> 40[label="",style="dashed", color="red", weight=0]; 20.04/7.64 469[label="vwx300 == vwx400",fontsize=16,color="magenta"];469 -> 688[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 469 -> 689[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 470[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];2042[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];470 -> 2042[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2042 -> 690[label="",style="solid", color="blue", weight=3]; 20.04/7.64 2043[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];470 -> 2043[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2043 -> 691[label="",style="solid", color="blue", weight=3]; 20.04/7.64 2044[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];470 -> 2044[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2044 -> 692[label="",style="solid", color="blue", weight=3]; 20.04/7.64 2045[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];470 -> 2045[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2045 -> 693[label="",style="solid", color="blue", weight=3]; 20.04/7.64 2046[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];470 -> 2046[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2046 -> 694[label="",style="solid", color="blue", weight=3]; 20.04/7.64 2047[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];470 -> 2047[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2047 -> 695[label="",style="solid", color="blue", weight=3]; 20.04/7.64 2048[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];470 -> 2048[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2048 -> 696[label="",style="solid", color="blue", weight=3]; 20.04/7.64 2049[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];470 -> 2049[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2049 -> 697[label="",style="solid", color="blue", weight=3]; 20.04/7.64 2050[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];470 -> 2050[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2050 -> 698[label="",style="solid", color="blue", weight=3]; 20.04/7.64 2051[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];470 -> 2051[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2051 -> 699[label="",style="solid", color="blue", weight=3]; 20.04/7.64 2052[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];470 -> 2052[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2052 -> 700[label="",style="solid", color="blue", weight=3]; 20.04/7.64 2053[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];470 -> 2053[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2053 -> 701[label="",style="solid", color="blue", weight=3]; 20.04/7.64 2054[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];470 -> 2054[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2054 -> 702[label="",style="solid", color="blue", weight=3]; 20.04/7.64 2055[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];470 -> 2055[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2055 -> 703[label="",style="solid", color="blue", weight=3]; 20.04/7.64 471[label="vwx302 == vwx402",fontsize=16,color="blue",shape="box"];2056[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];471 -> 2056[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2056 -> 704[label="",style="solid", color="blue", weight=3]; 20.04/7.64 2057[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];471 -> 2057[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2057 -> 705[label="",style="solid", color="blue", weight=3]; 20.04/7.64 2058[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];471 -> 2058[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2058 -> 706[label="",style="solid", color="blue", weight=3]; 20.04/7.64 2059[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];471 -> 2059[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2059 -> 707[label="",style="solid", color="blue", weight=3]; 20.04/7.64 2060[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];471 -> 2060[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2060 -> 708[label="",style="solid", color="blue", weight=3]; 20.04/7.64 2061[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];471 -> 2061[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2061 -> 709[label="",style="solid", color="blue", weight=3]; 20.04/7.64 2062[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];471 -> 2062[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2062 -> 710[label="",style="solid", color="blue", weight=3]; 20.04/7.64 2063[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];471 -> 2063[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2063 -> 711[label="",style="solid", color="blue", weight=3]; 20.04/7.64 2064[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];471 -> 2064[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2064 -> 712[label="",style="solid", color="blue", weight=3]; 20.04/7.64 2065[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];471 -> 2065[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2065 -> 713[label="",style="solid", color="blue", weight=3]; 20.04/7.64 2066[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];471 -> 2066[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2066 -> 714[label="",style="solid", color="blue", weight=3]; 20.04/7.64 2067[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];471 -> 2067[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2067 -> 715[label="",style="solid", color="blue", weight=3]; 20.04/7.64 2068[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];471 -> 2068[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2068 -> 716[label="",style="solid", color="blue", weight=3]; 20.04/7.64 2069[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];471 -> 2069[label="",style="solid", color="blue", weight=9]; 20.04/7.64 2069 -> 717[label="",style="solid", color="blue", weight=3]; 20.04/7.64 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[label="vwx300",fontsize=16,color="green",shape="box"];482[label="vwx400",fontsize=16,color="green",shape="box"];483[label="vwx300",fontsize=16,color="green",shape="box"];484[label="vwx400",fontsize=16,color="green",shape="box"];485[label="vwx300",fontsize=16,color="green",shape="box"];486[label="vwx400",fontsize=16,color="green",shape="box"];487[label="vwx300",fontsize=16,color="green",shape="box"];488[label="vwx400",fontsize=16,color="green",shape="box"];489[label="vwx300",fontsize=16,color="green",shape="box"];490[label="vwx400",fontsize=16,color="green",shape="box"];491[label="vwx300",fontsize=16,color="green",shape="box"];492[label="vwx400",fontsize=16,color="green",shape="box"];493[label="vwx300",fontsize=16,color="green",shape="box"];494[label="vwx400",fontsize=16,color="green",shape="box"];495[label="vwx300",fontsize=16,color="green",shape="box"];496[label="vwx400",fontsize=16,color="green",shape="box"];497[label="vwx300",fontsize=16,color="green",shape="box"];498[label="vwx400",fontsize=16,color="green",shape="box"];499[label="vwx300",fontsize=16,color="green",shape="box"];500 -> 426[label="",style="dashed", color="red", weight=0]; 20.04/7.64 500[label="vwx301 * vwx400",fontsize=16,color="magenta"];500 -> 718[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 500 -> 719[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 501 -> 426[label="",style="dashed", color="red", weight=0]; 20.04/7.64 501[label="vwx300 * vwx401",fontsize=16,color="magenta"];501 -> 720[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 501 -> 721[label="",style="dashed", color="magenta", weight=3]; 20.04/7.64 502[label="primEqNat (Succ vwx3000) vwx400",fontsize=16,color="burlywood",shape="box"];2070[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];502 -> 2070[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 2070 -> 722[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 2071[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];502 -> 2071[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 2071 -> 723[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 503[label="primEqNat Zero vwx400",fontsize=16,color="burlywood",shape="box"];2072[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];503 -> 2072[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 2072 -> 724[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 2073[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];503 -> 2073[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 2073 -> 725[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 504[label="compare vwx9 vwx10 /= GT",fontsize=16,color="black",shape="box"];504 -> 726[label="",style="solid", color="black", weight=3]; 20.04/7.64 505[label="False <= vwx10",fontsize=16,color="burlywood",shape="box"];2074[label="vwx10/False",fontsize=10,color="white",style="solid",shape="box"];505 -> 2074[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 2074 -> 727[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 2075[label="vwx10/True",fontsize=10,color="white",style="solid",shape="box"];505 -> 2075[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 2075 -> 728[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 506[label="True <= vwx10",fontsize=16,color="burlywood",shape="box"];2076[label="vwx10/False",fontsize=10,color="white",style="solid",shape="box"];506 -> 2076[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 2076 -> 729[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 2077[label="vwx10/True",fontsize=10,color="white",style="solid",shape="box"];506 -> 2077[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 2077 -> 730[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 507[label="compare vwx9 vwx10 /= GT",fontsize=16,color="black",shape="box"];507 -> 731[label="",style="solid", color="black", weight=3]; 20.04/7.64 508[label="(vwx90,vwx91) <= vwx10",fontsize=16,color="burlywood",shape="box"];2078[label="vwx10/(vwx100,vwx101)",fontsize=10,color="white",style="solid",shape="box"];508 -> 2078[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 2078 -> 732[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 509[label="compare vwx9 vwx10 /= GT",fontsize=16,color="black",shape="box"];509 -> 733[label="",style="solid", color="black", weight=3]; 20.04/7.64 510[label="Left vwx90 <= vwx10",fontsize=16,color="burlywood",shape="box"];2079[label="vwx10/Left vwx100",fontsize=10,color="white",style="solid",shape="box"];510 -> 2079[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 2079 -> 734[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 2080[label="vwx10/Right vwx100",fontsize=10,color="white",style="solid",shape="box"];510 -> 2080[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 2080 -> 735[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 511[label="Right vwx90 <= vwx10",fontsize=16,color="burlywood",shape="box"];2081[label="vwx10/Left vwx100",fontsize=10,color="white",style="solid",shape="box"];511 -> 2081[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 2081 -> 736[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 2082[label="vwx10/Right vwx100",fontsize=10,color="white",style="solid",shape="box"];511 -> 2082[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 2082 -> 737[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 512[label="compare vwx9 vwx10 /= GT",fontsize=16,color="black",shape="box"];512 -> 738[label="",style="solid", color="black", weight=3]; 20.04/7.64 513[label="compare vwx9 vwx10 /= GT",fontsize=16,color="black",shape="box"];513 -> 739[label="",style="solid", color="black", weight=3]; 20.04/7.64 514[label="LT <= vwx10",fontsize=16,color="burlywood",shape="box"];2083[label="vwx10/LT",fontsize=10,color="white",style="solid",shape="box"];514 -> 2083[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 2083 -> 740[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 2084[label="vwx10/EQ",fontsize=10,color="white",style="solid",shape="box"];514 -> 2084[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 2084 -> 741[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 2085[label="vwx10/GT",fontsize=10,color="white",style="solid",shape="box"];514 -> 2085[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 2085 -> 742[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 515[label="EQ <= vwx10",fontsize=16,color="burlywood",shape="box"];2086[label="vwx10/LT",fontsize=10,color="white",style="solid",shape="box"];515 -> 2086[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 2086 -> 743[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 2087[label="vwx10/EQ",fontsize=10,color="white",style="solid",shape="box"];515 -> 2087[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 2087 -> 744[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 2088[label="vwx10/GT",fontsize=10,color="white",style="solid",shape="box"];515 -> 2088[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 2088 -> 745[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 516[label="GT <= vwx10",fontsize=16,color="burlywood",shape="box"];2089[label="vwx10/LT",fontsize=10,color="white",style="solid",shape="box"];516 -> 2089[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 2089 -> 746[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 2090[label="vwx10/EQ",fontsize=10,color="white",style="solid",shape="box"];516 -> 2090[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 2090 -> 747[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 2091[label="vwx10/GT",fontsize=10,color="white",style="solid",shape="box"];516 -> 2091[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 2091 -> 748[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 517[label="compare vwx9 vwx10 /= GT",fontsize=16,color="black",shape="box"];517 -> 749[label="",style="solid", color="black", weight=3]; 20.04/7.64 518[label="compare vwx9 vwx10 /= GT",fontsize=16,color="black",shape="box"];518 -> 750[label="",style="solid", color="black", weight=3]; 20.04/7.64 519[label="Nothing <= vwx10",fontsize=16,color="burlywood",shape="box"];2092[label="vwx10/Nothing",fontsize=10,color="white",style="solid",shape="box"];519 -> 2092[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 2092 -> 751[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 2093[label="vwx10/Just vwx100",fontsize=10,color="white",style="solid",shape="box"];519 -> 2093[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 2093 -> 752[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 520[label="Just vwx90 <= vwx10",fontsize=16,color="burlywood",shape="box"];2094[label="vwx10/Nothing",fontsize=10,color="white",style="solid",shape="box"];520 -> 2094[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 2094 -> 753[label="",style="solid", color="burlywood", weight=3]; 20.04/7.64 2095[label="vwx10/Just vwx100",fontsize=10,color="white",style="solid",shape="box"];520 -> 2095[label="",style="solid", color="burlywood", weight=9]; 20.04/7.64 2095 -> 754[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 521[label="(vwx90,vwx91,vwx92) <= vwx10",fontsize=16,color="burlywood",shape="box"];2096[label="vwx10/(vwx100,vwx101,vwx102)",fontsize=10,color="white",style="solid",shape="box"];521 -> 2096[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2096 -> 755[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 522[label="compare vwx9 vwx10 /= GT",fontsize=16,color="black",shape="box"];522 -> 756[label="",style="solid", color="black", weight=3]; 20.04/7.65 523[label="compare0 (Left vwx23) (Left vwx24) True",fontsize=16,color="black",shape="box"];523 -> 757[label="",style="solid", color="black", weight=3]; 20.04/7.65 524[label="vwx17",fontsize=16,color="green",shape="box"];525[label="vwx16",fontsize=16,color="green",shape="box"];526[label="vwx17",fontsize=16,color="green",shape="box"];527[label="vwx16",fontsize=16,color="green",shape="box"];528[label="vwx17",fontsize=16,color="green",shape="box"];529[label="vwx16",fontsize=16,color="green",shape="box"];530[label="vwx17",fontsize=16,color="green",shape="box"];531[label="vwx16",fontsize=16,color="green",shape="box"];532[label="vwx17",fontsize=16,color="green",shape="box"];533[label="vwx16",fontsize=16,color="green",shape="box"];534[label="vwx17",fontsize=16,color="green",shape="box"];535[label="vwx16",fontsize=16,color="green",shape="box"];536[label="vwx17",fontsize=16,color="green",shape="box"];537[label="vwx16",fontsize=16,color="green",shape="box"];538[label="vwx17",fontsize=16,color="green",shape="box"];539[label="vwx16",fontsize=16,color="green",shape="box"];540[label="vwx17",fontsize=16,color="green",shape="box"];541[label="vwx16",fontsize=16,color="green",shape="box"];542[label="vwx17",fontsize=16,color="green",shape="box"];543[label="vwx16",fontsize=16,color="green",shape="box"];544[label="vwx17",fontsize=16,color="green",shape="box"];545[label="vwx16",fontsize=16,color="green",shape="box"];546[label="vwx17",fontsize=16,color="green",shape="box"];547[label="vwx16",fontsize=16,color="green",shape="box"];548[label="vwx17",fontsize=16,color="green",shape="box"];549[label="vwx16",fontsize=16,color="green",shape="box"];550[label="vwx17",fontsize=16,color="green",shape="box"];551[label="vwx16",fontsize=16,color="green",shape="box"];552[label="compare0 (Right vwx30) (Right vwx31) True",fontsize=16,color="black",shape="box"];552 -> 758[label="",style="solid", color="black", weight=3]; 20.04/7.65 553[label="vwx400",fontsize=16,color="green",shape="box"];554[label="vwx300",fontsize=16,color="green",shape="box"];555[label="vwx400",fontsize=16,color="green",shape="box"];556[label="vwx300",fontsize=16,color="green",shape="box"];557[label="vwx401",fontsize=16,color="green",shape="box"];558[label="vwx301",fontsize=16,color="green",shape="box"];559[label="vwx401",fontsize=16,color="green",shape="box"];560[label="vwx301",fontsize=16,color="green",shape="box"];561[label="False",fontsize=16,color="green",shape="box"];562[label="vwx45",fontsize=16,color="green",shape="box"];563[label="vwx400",fontsize=16,color="green",shape="box"];564[label="vwx300",fontsize=16,color="green",shape="box"];565[label="vwx400",fontsize=16,color="green",shape="box"];566[label="vwx300",fontsize=16,color="green",shape="box"];567[label="vwx400",fontsize=16,color="green",shape="box"];568[label="vwx300",fontsize=16,color="green",shape="box"];569[label="vwx400",fontsize=16,color="green",shape="box"];570[label="vwx300",fontsize=16,color="green",shape="box"];571[label="vwx400",fontsize=16,color="green",shape="box"];572[label="vwx300",fontsize=16,color="green",shape="box"];573[label="vwx400",fontsize=16,color="green",shape="box"];574[label="vwx300",fontsize=16,color="green",shape="box"];575[label="vwx400",fontsize=16,color="green",shape="box"];576[label="vwx300",fontsize=16,color="green",shape="box"];577[label="vwx400",fontsize=16,color="green",shape="box"];578[label="vwx300",fontsize=16,color="green",shape="box"];579[label="vwx400",fontsize=16,color="green",shape="box"];580[label="vwx300",fontsize=16,color="green",shape="box"];581[label="vwx400",fontsize=16,color="green",shape="box"];582[label="vwx300",fontsize=16,color="green",shape="box"];583[label="vwx400",fontsize=16,color="green",shape="box"];584[label="vwx300",fontsize=16,color="green",shape="box"];585[label="vwx400",fontsize=16,color="green",shape="box"];586[label="vwx300",fontsize=16,color="green",shape="box"];587[label="vwx400",fontsize=16,color="green",shape="box"];588[label="vwx300",fontsize=16,color="green",shape="box"];589[label="vwx400",fontsize=16,color="green",shape="box"];590[label="vwx300",fontsize=16,color="green",shape="box"];591 -> 286[label="",style="dashed", color="red", weight=0]; 20.04/7.65 591[label="primEqNat vwx3000 vwx4000",fontsize=16,color="magenta"];591 -> 759[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 591 -> 760[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 592[label="False",fontsize=16,color="green",shape="box"];593[label="False",fontsize=16,color="green",shape="box"];594[label="True",fontsize=16,color="green",shape="box"];595[label="False",fontsize=16,color="green",shape="box"];596[label="True",fontsize=16,color="green",shape="box"];597 -> 286[label="",style="dashed", color="red", weight=0]; 20.04/7.65 597[label="primEqNat vwx3000 vwx4000",fontsize=16,color="magenta"];597 -> 761[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 597 -> 762[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 598[label="False",fontsize=16,color="green",shape="box"];599[label="False",fontsize=16,color="green",shape="box"];600[label="True",fontsize=16,color="green",shape="box"];601[label="False",fontsize=16,color="green",shape="box"];602[label="True",fontsize=16,color="green",shape="box"];603[label="primMulInt vwx301 vwx400",fontsize=16,color="burlywood",shape="triangle"];2097[label="vwx301/Pos vwx3010",fontsize=10,color="white",style="solid",shape="box"];603 -> 2097[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2097 -> 763[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 2098[label="vwx301/Neg vwx3010",fontsize=10,color="white",style="solid",shape="box"];603 -> 2098[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2098 -> 764[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 604[label="vwx300",fontsize=16,color="green",shape="box"];605[label="vwx401",fontsize=16,color="green",shape="box"];606[label="vwx400",fontsize=16,color="green",shape="box"];607[label="vwx300",fontsize=16,color="green",shape="box"];608[label="vwx400",fontsize=16,color="green",shape="box"];609[label="vwx300",fontsize=16,color="green",shape="box"];610[label="vwx400",fontsize=16,color="green",shape="box"];611[label="vwx300",fontsize=16,color="green",shape="box"];612[label="vwx400",fontsize=16,color="green",shape="box"];613[label="vwx300",fontsize=16,color="green",shape="box"];614[label="vwx400",fontsize=16,color="green",shape="box"];615[label="vwx300",fontsize=16,color="green",shape="box"];616[label="vwx400",fontsize=16,color="green",shape="box"];617[label="vwx300",fontsize=16,color="green",shape="box"];618[label="vwx400",fontsize=16,color="green",shape="box"];619[label="vwx300",fontsize=16,color="green",shape="box"];620[label="vwx400",fontsize=16,color="green",shape="box"];621[label="vwx300",fontsize=16,color="green",shape="box"];622[label="vwx400",fontsize=16,color="green",shape="box"];623[label="vwx300",fontsize=16,color="green",shape="box"];624[label="vwx400",fontsize=16,color="green",shape="box"];625[label="vwx300",fontsize=16,color="green",shape="box"];626[label="vwx400",fontsize=16,color="green",shape="box"];627[label="vwx300",fontsize=16,color="green",shape="box"];628[label="vwx400",fontsize=16,color="green",shape="box"];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="vwx401",fontsize=16,color="green",shape="box"];635[label="vwx301",fontsize=16,color="green",shape="box"];636[label="vwx401",fontsize=16,color="green",shape="box"];637[label="vwx301",fontsize=16,color="green",shape="box"];638[label="vwx401",fontsize=16,color="green",shape="box"];639[label="vwx301",fontsize=16,color="green",shape="box"];640[label="vwx401",fontsize=16,color="green",shape="box"];641[label="vwx301",fontsize=16,color="green",shape="box"];642[label="vwx401",fontsize=16,color="green",shape="box"];643[label="vwx301",fontsize=16,color="green",shape="box"];644[label="vwx401",fontsize=16,color="green",shape="box"];645[label="vwx301",fontsize=16,color="green",shape="box"];646[label="vwx401",fontsize=16,color="green",shape="box"];647[label="vwx301",fontsize=16,color="green",shape="box"];648[label="vwx401",fontsize=16,color="green",shape="box"];649[label="vwx301",fontsize=16,color="green",shape="box"];650[label="vwx401",fontsize=16,color="green",shape="box"];651[label="vwx301",fontsize=16,color="green",shape="box"];652[label="vwx401",fontsize=16,color="green",shape="box"];653[label="vwx301",fontsize=16,color="green",shape="box"];654[label="vwx401",fontsize=16,color="green",shape="box"];655[label="vwx301",fontsize=16,color="green",shape="box"];656[label="vwx401",fontsize=16,color="green",shape="box"];657[label="vwx301",fontsize=16,color="green",shape="box"];658[label="vwx401",fontsize=16,color="green",shape="box"];659[label="vwx301",fontsize=16,color="green",shape="box"];660[label="vwx401",fontsize=16,color="green",shape="box"];661[label="vwx301",fontsize=16,color="green",shape="box"];662[label="vwx400",fontsize=16,color="green",shape="box"];663[label="vwx300",fontsize=16,color="green",shape="box"];664[label="vwx400",fontsize=16,color="green",shape="box"];665[label="vwx300",fontsize=16,color="green",shape="box"];666[label="vwx400",fontsize=16,color="green",shape="box"];667[label="vwx300",fontsize=16,color="green",shape="box"];668[label="vwx400",fontsize=16,color="green",shape="box"];669[label="vwx300",fontsize=16,color="green",shape="box"];670[label="vwx400",fontsize=16,color="green",shape="box"];671[label="vwx300",fontsize=16,color="green",shape="box"];672[label="vwx400",fontsize=16,color="green",shape="box"];673[label="vwx300",fontsize=16,color="green",shape="box"];674[label="vwx400",fontsize=16,color="green",shape="box"];675[label="vwx300",fontsize=16,color="green",shape="box"];676[label="vwx400",fontsize=16,color="green",shape="box"];677[label="vwx300",fontsize=16,color="green",shape="box"];678[label="vwx400",fontsize=16,color="green",shape="box"];679[label="vwx300",fontsize=16,color="green",shape="box"];680[label="vwx400",fontsize=16,color="green",shape="box"];681[label="vwx300",fontsize=16,color="green",shape="box"];682[label="vwx400",fontsize=16,color="green",shape="box"];683[label="vwx300",fontsize=16,color="green",shape="box"];684[label="vwx400",fontsize=16,color="green",shape="box"];685[label="vwx300",fontsize=16,color="green",shape="box"];686[label="vwx400",fontsize=16,color="green",shape="box"];687[label="vwx300",fontsize=16,color="green",shape="box"];688[label="vwx400",fontsize=16,color="green",shape="box"];689[label="vwx300",fontsize=16,color="green",shape="box"];690 -> 27[label="",style="dashed", color="red", weight=0]; 20.04/7.65 690[label="vwx301 == vwx401",fontsize=16,color="magenta"];690 -> 765[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 690 -> 766[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 691 -> 28[label="",style="dashed", color="red", weight=0]; 20.04/7.65 691[label="vwx301 == vwx401",fontsize=16,color="magenta"];691 -> 767[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 691 -> 768[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 692 -> 29[label="",style="dashed", color="red", weight=0]; 20.04/7.65 692[label="vwx301 == vwx401",fontsize=16,color="magenta"];692 -> 769[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 692 -> 770[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 693 -> 30[label="",style="dashed", color="red", weight=0]; 20.04/7.65 693[label="vwx301 == vwx401",fontsize=16,color="magenta"];693 -> 771[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 693 -> 772[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 694 -> 31[label="",style="dashed", color="red", weight=0]; 20.04/7.65 694[label="vwx301 == vwx401",fontsize=16,color="magenta"];694 -> 773[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 694 -> 774[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 695 -> 32[label="",style="dashed", color="red", weight=0]; 20.04/7.65 695[label="vwx301 == vwx401",fontsize=16,color="magenta"];695 -> 775[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 695 -> 776[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 696 -> 33[label="",style="dashed", color="red", weight=0]; 20.04/7.65 696[label="vwx301 == vwx401",fontsize=16,color="magenta"];696 -> 777[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 696 -> 778[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 697 -> 34[label="",style="dashed", color="red", weight=0]; 20.04/7.65 697[label="vwx301 == vwx401",fontsize=16,color="magenta"];697 -> 779[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 697 -> 780[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 698 -> 35[label="",style="dashed", color="red", weight=0]; 20.04/7.65 698[label="vwx301 == vwx401",fontsize=16,color="magenta"];698 -> 781[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 698 -> 782[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 699 -> 36[label="",style="dashed", color="red", weight=0]; 20.04/7.65 699[label="vwx301 == vwx401",fontsize=16,color="magenta"];699 -> 783[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 699 -> 784[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 700 -> 37[label="",style="dashed", color="red", weight=0]; 20.04/7.65 700[label="vwx301 == vwx401",fontsize=16,color="magenta"];700 -> 785[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 700 -> 786[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 701 -> 38[label="",style="dashed", color="red", weight=0]; 20.04/7.65 701[label="vwx301 == vwx401",fontsize=16,color="magenta"];701 -> 787[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 701 -> 788[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 702 -> 39[label="",style="dashed", color="red", weight=0]; 20.04/7.65 702[label="vwx301 == vwx401",fontsize=16,color="magenta"];702 -> 789[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 702 -> 790[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 703 -> 40[label="",style="dashed", color="red", weight=0]; 20.04/7.65 703[label="vwx301 == vwx401",fontsize=16,color="magenta"];703 -> 791[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 703 -> 792[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 704 -> 27[label="",style="dashed", color="red", weight=0]; 20.04/7.65 704[label="vwx302 == vwx402",fontsize=16,color="magenta"];704 -> 793[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 704 -> 794[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 705 -> 28[label="",style="dashed", color="red", weight=0]; 20.04/7.65 705[label="vwx302 == vwx402",fontsize=16,color="magenta"];705 -> 795[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 705 -> 796[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 706 -> 29[label="",style="dashed", color="red", weight=0]; 20.04/7.65 706[label="vwx302 == vwx402",fontsize=16,color="magenta"];706 -> 797[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 706 -> 798[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 707 -> 30[label="",style="dashed", color="red", weight=0]; 20.04/7.65 707[label="vwx302 == vwx402",fontsize=16,color="magenta"];707 -> 799[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 707 -> 800[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 708 -> 31[label="",style="dashed", color="red", weight=0]; 20.04/7.65 708[label="vwx302 == vwx402",fontsize=16,color="magenta"];708 -> 801[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 708 -> 802[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 709 -> 32[label="",style="dashed", color="red", weight=0]; 20.04/7.65 709[label="vwx302 == vwx402",fontsize=16,color="magenta"];709 -> 803[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 709 -> 804[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 710 -> 33[label="",style="dashed", color="red", weight=0]; 20.04/7.65 710[label="vwx302 == vwx402",fontsize=16,color="magenta"];710 -> 805[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 710 -> 806[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 711 -> 34[label="",style="dashed", color="red", weight=0]; 20.04/7.65 711[label="vwx302 == vwx402",fontsize=16,color="magenta"];711 -> 807[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 711 -> 808[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 712 -> 35[label="",style="dashed", color="red", weight=0]; 20.04/7.65 712[label="vwx302 == vwx402",fontsize=16,color="magenta"];712 -> 809[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 712 -> 810[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 713 -> 36[label="",style="dashed", color="red", weight=0]; 20.04/7.65 713[label="vwx302 == vwx402",fontsize=16,color="magenta"];713 -> 811[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 713 -> 812[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 714 -> 37[label="",style="dashed", color="red", weight=0]; 20.04/7.65 714[label="vwx302 == vwx402",fontsize=16,color="magenta"];714 -> 813[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 714 -> 814[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 715 -> 38[label="",style="dashed", color="red", weight=0]; 20.04/7.65 715[label="vwx302 == vwx402",fontsize=16,color="magenta"];715 -> 815[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 715 -> 816[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 716 -> 39[label="",style="dashed", color="red", weight=0]; 20.04/7.65 716[label="vwx302 == vwx402",fontsize=16,color="magenta"];716 -> 817[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 716 -> 818[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 717 -> 40[label="",style="dashed", color="red", weight=0]; 20.04/7.65 717[label="vwx302 == vwx402",fontsize=16,color="magenta"];717 -> 819[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 717 -> 820[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 718[label="vwx301",fontsize=16,color="green",shape="box"];719[label="vwx400",fontsize=16,color="green",shape="box"];720[label="vwx300",fontsize=16,color="green",shape="box"];721[label="vwx401",fontsize=16,color="green",shape="box"];722[label="primEqNat (Succ vwx3000) (Succ vwx4000)",fontsize=16,color="black",shape="box"];722 -> 821[label="",style="solid", color="black", weight=3]; 20.04/7.65 723[label="primEqNat (Succ vwx3000) Zero",fontsize=16,color="black",shape="box"];723 -> 822[label="",style="solid", color="black", weight=3]; 20.04/7.65 724[label="primEqNat Zero (Succ vwx4000)",fontsize=16,color="black",shape="box"];724 -> 823[label="",style="solid", color="black", weight=3]; 20.04/7.65 725[label="primEqNat Zero Zero",fontsize=16,color="black",shape="box"];725 -> 824[label="",style="solid", color="black", weight=3]; 20.04/7.65 726 -> 825[label="",style="dashed", color="red", weight=0]; 20.04/7.65 726[label="not (compare vwx9 vwx10 == GT)",fontsize=16,color="magenta"];726 -> 826[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 727[label="False <= False",fontsize=16,color="black",shape="box"];727 -> 834[label="",style="solid", color="black", weight=3]; 20.04/7.65 728[label="False <= True",fontsize=16,color="black",shape="box"];728 -> 835[label="",style="solid", color="black", weight=3]; 20.04/7.65 729[label="True <= False",fontsize=16,color="black",shape="box"];729 -> 836[label="",style="solid", color="black", weight=3]; 20.04/7.65 730[label="True <= True",fontsize=16,color="black",shape="box"];730 -> 837[label="",style="solid", color="black", weight=3]; 20.04/7.65 731 -> 825[label="",style="dashed", color="red", weight=0]; 20.04/7.65 731[label="not (compare vwx9 vwx10 == GT)",fontsize=16,color="magenta"];731 -> 827[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 732[label="(vwx90,vwx91) <= (vwx100,vwx101)",fontsize=16,color="black",shape="box"];732 -> 838[label="",style="solid", color="black", weight=3]; 20.04/7.65 733 -> 825[label="",style="dashed", color="red", weight=0]; 20.04/7.65 733[label="not (compare vwx9 vwx10 == GT)",fontsize=16,color="magenta"];733 -> 828[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 734[label="Left vwx90 <= Left vwx100",fontsize=16,color="black",shape="box"];734 -> 839[label="",style="solid", color="black", weight=3]; 20.04/7.65 735[label="Left vwx90 <= Right vwx100",fontsize=16,color="black",shape="box"];735 -> 840[label="",style="solid", color="black", weight=3]; 20.04/7.65 736[label="Right vwx90 <= Left vwx100",fontsize=16,color="black",shape="box"];736 -> 841[label="",style="solid", color="black", weight=3]; 20.04/7.65 737[label="Right vwx90 <= Right vwx100",fontsize=16,color="black",shape="box"];737 -> 842[label="",style="solid", color="black", weight=3]; 20.04/7.65 738 -> 825[label="",style="dashed", color="red", weight=0]; 20.04/7.65 738[label="not (compare vwx9 vwx10 == GT)",fontsize=16,color="magenta"];738 -> 829[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 739 -> 825[label="",style="dashed", color="red", weight=0]; 20.04/7.65 739[label="not (compare vwx9 vwx10 == GT)",fontsize=16,color="magenta"];739 -> 830[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 740[label="LT <= LT",fontsize=16,color="black",shape="box"];740 -> 843[label="",style="solid", color="black", weight=3]; 20.04/7.65 741[label="LT <= EQ",fontsize=16,color="black",shape="box"];741 -> 844[label="",style="solid", color="black", weight=3]; 20.04/7.65 742[label="LT <= GT",fontsize=16,color="black",shape="box"];742 -> 845[label="",style="solid", color="black", weight=3]; 20.04/7.65 743[label="EQ <= LT",fontsize=16,color="black",shape="box"];743 -> 846[label="",style="solid", color="black", weight=3]; 20.04/7.65 744[label="EQ <= EQ",fontsize=16,color="black",shape="box"];744 -> 847[label="",style="solid", color="black", weight=3]; 20.04/7.65 745[label="EQ <= GT",fontsize=16,color="black",shape="box"];745 -> 848[label="",style="solid", color="black", weight=3]; 20.04/7.65 746[label="GT <= LT",fontsize=16,color="black",shape="box"];746 -> 849[label="",style="solid", color="black", weight=3]; 20.04/7.65 747[label="GT <= EQ",fontsize=16,color="black",shape="box"];747 -> 850[label="",style="solid", color="black", weight=3]; 20.04/7.65 748[label="GT <= GT",fontsize=16,color="black",shape="box"];748 -> 851[label="",style="solid", color="black", weight=3]; 20.04/7.65 749 -> 825[label="",style="dashed", color="red", weight=0]; 20.04/7.65 749[label="not (compare vwx9 vwx10 == GT)",fontsize=16,color="magenta"];749 -> 831[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 750 -> 825[label="",style="dashed", color="red", weight=0]; 20.04/7.65 750[label="not (compare vwx9 vwx10 == GT)",fontsize=16,color="magenta"];750 -> 832[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 751[label="Nothing <= Nothing",fontsize=16,color="black",shape="box"];751 -> 852[label="",style="solid", color="black", weight=3]; 20.04/7.65 752[label="Nothing <= Just vwx100",fontsize=16,color="black",shape="box"];752 -> 853[label="",style="solid", color="black", weight=3]; 20.04/7.65 753[label="Just vwx90 <= Nothing",fontsize=16,color="black",shape="box"];753 -> 854[label="",style="solid", color="black", weight=3]; 20.04/7.65 754[label="Just vwx90 <= Just vwx100",fontsize=16,color="black",shape="box"];754 -> 855[label="",style="solid", color="black", weight=3]; 20.04/7.65 755[label="(vwx90,vwx91,vwx92) <= (vwx100,vwx101,vwx102)",fontsize=16,color="black",shape="box"];755 -> 856[label="",style="solid", color="black", weight=3]; 20.04/7.65 756 -> 825[label="",style="dashed", color="red", weight=0]; 20.04/7.65 756[label="not (compare vwx9 vwx10 == GT)",fontsize=16,color="magenta"];756 -> 833[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 757[label="GT",fontsize=16,color="green",shape="box"];758[label="GT",fontsize=16,color="green",shape="box"];759[label="vwx3000",fontsize=16,color="green",shape="box"];760[label="vwx4000",fontsize=16,color="green",shape="box"];761[label="vwx3000",fontsize=16,color="green",shape="box"];762[label="vwx4000",fontsize=16,color="green",shape="box"];763[label="primMulInt (Pos vwx3010) vwx400",fontsize=16,color="burlywood",shape="box"];2099[label="vwx400/Pos vwx4000",fontsize=10,color="white",style="solid",shape="box"];763 -> 2099[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2099 -> 857[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 2100[label="vwx400/Neg vwx4000",fontsize=10,color="white",style="solid",shape="box"];763 -> 2100[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2100 -> 858[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 764[label="primMulInt (Neg vwx3010) vwx400",fontsize=16,color="burlywood",shape="box"];2101[label="vwx400/Pos vwx4000",fontsize=10,color="white",style="solid",shape="box"];764 -> 2101[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2101 -> 859[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 2102[label="vwx400/Neg vwx4000",fontsize=10,color="white",style="solid",shape="box"];764 -> 2102[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2102 -> 860[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 765[label="vwx401",fontsize=16,color="green",shape="box"];766[label="vwx301",fontsize=16,color="green",shape="box"];767[label="vwx401",fontsize=16,color="green",shape="box"];768[label="vwx301",fontsize=16,color="green",shape="box"];769[label="vwx401",fontsize=16,color="green",shape="box"];770[label="vwx301",fontsize=16,color="green",shape="box"];771[label="vwx401",fontsize=16,color="green",shape="box"];772[label="vwx301",fontsize=16,color="green",shape="box"];773[label="vwx401",fontsize=16,color="green",shape="box"];774[label="vwx301",fontsize=16,color="green",shape="box"];775[label="vwx401",fontsize=16,color="green",shape="box"];776[label="vwx301",fontsize=16,color="green",shape="box"];777[label="vwx401",fontsize=16,color="green",shape="box"];778[label="vwx301",fontsize=16,color="green",shape="box"];779[label="vwx401",fontsize=16,color="green",shape="box"];780[label="vwx301",fontsize=16,color="green",shape="box"];781[label="vwx401",fontsize=16,color="green",shape="box"];782[label="vwx301",fontsize=16,color="green",shape="box"];783[label="vwx401",fontsize=16,color="green",shape="box"];784[label="vwx301",fontsize=16,color="green",shape="box"];785[label="vwx401",fontsize=16,color="green",shape="box"];786[label="vwx301",fontsize=16,color="green",shape="box"];787[label="vwx401",fontsize=16,color="green",shape="box"];788[label="vwx301",fontsize=16,color="green",shape="box"];789[label="vwx401",fontsize=16,color="green",shape="box"];790[label="vwx301",fontsize=16,color="green",shape="box"];791[label="vwx401",fontsize=16,color="green",shape="box"];792[label="vwx301",fontsize=16,color="green",shape="box"];793[label="vwx402",fontsize=16,color="green",shape="box"];794[label="vwx302",fontsize=16,color="green",shape="box"];795[label="vwx402",fontsize=16,color="green",shape="box"];796[label="vwx302",fontsize=16,color="green",shape="box"];797[label="vwx402",fontsize=16,color="green",shape="box"];798[label="vwx302",fontsize=16,color="green",shape="box"];799[label="vwx402",fontsize=16,color="green",shape="box"];800[label="vwx302",fontsize=16,color="green",shape="box"];801[label="vwx402",fontsize=16,color="green",shape="box"];802[label="vwx302",fontsize=16,color="green",shape="box"];803[label="vwx402",fontsize=16,color="green",shape="box"];804[label="vwx302",fontsize=16,color="green",shape="box"];805[label="vwx402",fontsize=16,color="green",shape="box"];806[label="vwx302",fontsize=16,color="green",shape="box"];807[label="vwx402",fontsize=16,color="green",shape="box"];808[label="vwx302",fontsize=16,color="green",shape="box"];809[label="vwx402",fontsize=16,color="green",shape="box"];810[label="vwx302",fontsize=16,color="green",shape="box"];811[label="vwx402",fontsize=16,color="green",shape="box"];812[label="vwx302",fontsize=16,color="green",shape="box"];813[label="vwx402",fontsize=16,color="green",shape="box"];814[label="vwx302",fontsize=16,color="green",shape="box"];815[label="vwx402",fontsize=16,color="green",shape="box"];816[label="vwx302",fontsize=16,color="green",shape="box"];817[label="vwx402",fontsize=16,color="green",shape="box"];818[label="vwx302",fontsize=16,color="green",shape="box"];819[label="vwx402",fontsize=16,color="green",shape="box"];820[label="vwx302",fontsize=16,color="green",shape="box"];821 -> 286[label="",style="dashed", color="red", weight=0]; 20.04/7.65 821[label="primEqNat vwx3000 vwx4000",fontsize=16,color="magenta"];821 -> 861[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 821 -> 862[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 822[label="False",fontsize=16,color="green",shape="box"];823[label="False",fontsize=16,color="green",shape="box"];824[label="True",fontsize=16,color="green",shape="box"];826 -> 35[label="",style="dashed", color="red", weight=0]; 20.04/7.65 826[label="compare vwx9 vwx10 == GT",fontsize=16,color="magenta"];826 -> 863[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 826 -> 864[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 825[label="not vwx46",fontsize=16,color="burlywood",shape="triangle"];2103[label="vwx46/False",fontsize=10,color="white",style="solid",shape="box"];825 -> 2103[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2103 -> 865[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 2104[label="vwx46/True",fontsize=10,color="white",style="solid",shape="box"];825 -> 2104[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2104 -> 866[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 834[label="True",fontsize=16,color="green",shape="box"];835[label="True",fontsize=16,color="green",shape="box"];836[label="False",fontsize=16,color="green",shape="box"];837[label="True",fontsize=16,color="green",shape="box"];827 -> 35[label="",style="dashed", color="red", weight=0]; 20.04/7.65 827[label="compare vwx9 vwx10 == GT",fontsize=16,color="magenta"];827 -> 867[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 827 -> 868[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 838 -> 938[label="",style="dashed", color="red", weight=0]; 20.04/7.65 838[label="vwx90 < vwx100 || vwx90 == vwx100 && vwx91 <= vwx101",fontsize=16,color="magenta"];838 -> 939[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 838 -> 940[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 828 -> 35[label="",style="dashed", color="red", weight=0]; 20.04/7.65 828[label="compare vwx9 vwx10 == GT",fontsize=16,color="magenta"];828 -> 869[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 828 -> 870[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 839[label="vwx90 <= vwx100",fontsize=16,color="blue",shape="box"];2105[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];839 -> 2105[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2105 -> 886[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2106[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];839 -> 2106[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2106 -> 887[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2107[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];839 -> 2107[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2107 -> 888[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2108[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];839 -> 2108[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2108 -> 889[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2109[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];839 -> 2109[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2109 -> 890[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2110[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];839 -> 2110[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2110 -> 891[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2111[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];839 -> 2111[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2111 -> 892[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2112[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];839 -> 2112[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2112 -> 893[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2113[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];839 -> 2113[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2113 -> 894[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2114[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];839 -> 2114[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2114 -> 895[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2115[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];839 -> 2115[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2115 -> 896[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2116[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];839 -> 2116[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2116 -> 897[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2117[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];839 -> 2117[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2117 -> 898[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2118[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];839 -> 2118[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2118 -> 899[label="",style="solid", color="blue", weight=3]; 20.04/7.65 840[label="True",fontsize=16,color="green",shape="box"];841[label="False",fontsize=16,color="green",shape="box"];842[label="vwx90 <= vwx100",fontsize=16,color="blue",shape="box"];2119[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];842 -> 2119[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2119 -> 900[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2120[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];842 -> 2120[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2120 -> 901[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2121[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];842 -> 2121[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2121 -> 902[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2122[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];842 -> 2122[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2122 -> 903[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2123[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];842 -> 2123[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2123 -> 904[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2124[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];842 -> 2124[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2124 -> 905[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2125[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];842 -> 2125[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2125 -> 906[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2126[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];842 -> 2126[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2126 -> 907[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2127[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];842 -> 2127[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2127 -> 908[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2128[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];842 -> 2128[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2128 -> 909[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2129[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];842 -> 2129[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2129 -> 910[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2130[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];842 -> 2130[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2130 -> 911[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2131[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];842 -> 2131[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2131 -> 912[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2132[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];842 -> 2132[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2132 -> 913[label="",style="solid", color="blue", weight=3]; 20.04/7.65 829 -> 35[label="",style="dashed", color="red", weight=0]; 20.04/7.65 829[label="compare vwx9 vwx10 == GT",fontsize=16,color="magenta"];829 -> 871[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 829 -> 872[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 830 -> 35[label="",style="dashed", color="red", weight=0]; 20.04/7.65 830[label="compare vwx9 vwx10 == GT",fontsize=16,color="magenta"];830 -> 873[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 830 -> 874[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 843[label="True",fontsize=16,color="green",shape="box"];844[label="True",fontsize=16,color="green",shape="box"];845[label="True",fontsize=16,color="green",shape="box"];846[label="False",fontsize=16,color="green",shape="box"];847[label="True",fontsize=16,color="green",shape="box"];848[label="True",fontsize=16,color="green",shape="box"];849[label="False",fontsize=16,color="green",shape="box"];850[label="False",fontsize=16,color="green",shape="box"];851[label="True",fontsize=16,color="green",shape="box"];831 -> 35[label="",style="dashed", color="red", weight=0]; 20.04/7.65 831[label="compare vwx9 vwx10 == GT",fontsize=16,color="magenta"];831 -> 875[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 831 -> 876[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 832 -> 35[label="",style="dashed", color="red", weight=0]; 20.04/7.65 832[label="compare vwx9 vwx10 == GT",fontsize=16,color="magenta"];832 -> 877[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 832 -> 878[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 852[label="True",fontsize=16,color="green",shape="box"];853[label="True",fontsize=16,color="green",shape="box"];854[label="False",fontsize=16,color="green",shape="box"];855[label="vwx90 <= vwx100",fontsize=16,color="blue",shape="box"];2133[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];855 -> 2133[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2133 -> 914[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2134[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];855 -> 2134[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2134 -> 915[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2135[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];855 -> 2135[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2135 -> 916[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2136[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];855 -> 2136[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2136 -> 917[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2137[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];855 -> 2137[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2137 -> 918[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2138[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];855 -> 2138[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2138 -> 919[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2139[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];855 -> 2139[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2139 -> 920[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2140[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];855 -> 2140[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2140 -> 921[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2141[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];855 -> 2141[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2141 -> 922[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2142[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];855 -> 2142[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2142 -> 923[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2143[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];855 -> 2143[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2143 -> 924[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2144[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];855 -> 2144[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2144 -> 925[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2145[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];855 -> 2145[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2145 -> 926[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2146[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];855 -> 2146[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2146 -> 927[label="",style="solid", color="blue", weight=3]; 20.04/7.65 856 -> 938[label="",style="dashed", color="red", weight=0]; 20.04/7.65 856[label="vwx90 < vwx100 || vwx90 == vwx100 && (vwx91 < vwx101 || vwx91 == vwx101 && vwx92 <= vwx102)",fontsize=16,color="magenta"];856 -> 941[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 856 -> 942[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 833 -> 35[label="",style="dashed", color="red", weight=0]; 20.04/7.65 833[label="compare vwx9 vwx10 == GT",fontsize=16,color="magenta"];833 -> 879[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 833 -> 880[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 857[label="primMulInt (Pos vwx3010) (Pos vwx4000)",fontsize=16,color="black",shape="box"];857 -> 928[label="",style="solid", color="black", weight=3]; 20.04/7.65 858[label="primMulInt (Pos vwx3010) (Neg vwx4000)",fontsize=16,color="black",shape="box"];858 -> 929[label="",style="solid", color="black", weight=3]; 20.04/7.65 859[label="primMulInt (Neg vwx3010) (Pos vwx4000)",fontsize=16,color="black",shape="box"];859 -> 930[label="",style="solid", color="black", weight=3]; 20.04/7.65 860[label="primMulInt (Neg vwx3010) (Neg vwx4000)",fontsize=16,color="black",shape="box"];860 -> 931[label="",style="solid", color="black", weight=3]; 20.04/7.65 861[label="vwx3000",fontsize=16,color="green",shape="box"];862[label="vwx4000",fontsize=16,color="green",shape="box"];863[label="GT",fontsize=16,color="green",shape="box"];864[label="compare vwx9 vwx10",fontsize=16,color="black",shape="triangle"];864 -> 932[label="",style="solid", color="black", weight=3]; 20.04/7.65 865[label="not False",fontsize=16,color="black",shape="box"];865 -> 933[label="",style="solid", color="black", weight=3]; 20.04/7.65 866[label="not True",fontsize=16,color="black",shape="box"];866 -> 934[label="",style="solid", color="black", weight=3]; 20.04/7.65 867[label="GT",fontsize=16,color="green",shape="box"];868[label="compare vwx9 vwx10",fontsize=16,color="black",shape="triangle"];868 -> 935[label="",style="solid", color="black", weight=3]; 20.04/7.65 939 -> 377[label="",style="dashed", color="red", weight=0]; 20.04/7.65 939[label="vwx90 == vwx100 && vwx91 <= vwx101",fontsize=16,color="magenta"];939 -> 945[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 939 -> 946[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 940[label="vwx90 < vwx100",fontsize=16,color="blue",shape="box"];2147[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];940 -> 2147[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2147 -> 947[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2148[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];940 -> 2148[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2148 -> 948[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2149[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];940 -> 2149[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2149 -> 949[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2150[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];940 -> 2150[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2150 -> 950[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2151[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];940 -> 2151[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2151 -> 951[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2152[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];940 -> 2152[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2152 -> 952[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2153[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];940 -> 2153[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2153 -> 953[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2154[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];940 -> 2154[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2154 -> 954[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2155[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];940 -> 2155[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2155 -> 955[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2156[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];940 -> 2156[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2156 -> 956[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2157[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];940 -> 2157[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2157 -> 957[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2158[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];940 -> 2158[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2158 -> 958[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2159[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];940 -> 2159[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2159 -> 959[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2160[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];940 -> 2160[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2160 -> 960[label="",style="solid", color="blue", weight=3]; 20.04/7.65 938[label="vwx51 || vwx52",fontsize=16,color="burlywood",shape="triangle"];2161[label="vwx51/False",fontsize=10,color="white",style="solid",shape="box"];938 -> 2161[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2161 -> 961[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 2162[label="vwx51/True",fontsize=10,color="white",style="solid",shape="box"];938 -> 2162[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2162 -> 962[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 869[label="GT",fontsize=16,color="green",shape="box"];870[label="compare vwx9 vwx10",fontsize=16,color="burlywood",shape="triangle"];2163[label="vwx9/()",fontsize=10,color="white",style="solid",shape="box"];870 -> 2163[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2163 -> 963[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 886 -> 287[label="",style="dashed", color="red", weight=0]; 20.04/7.65 886[label="vwx90 <= vwx100",fontsize=16,color="magenta"];886 -> 964[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 886 -> 965[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 887 -> 288[label="",style="dashed", color="red", weight=0]; 20.04/7.65 887[label="vwx90 <= vwx100",fontsize=16,color="magenta"];887 -> 966[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 887 -> 967[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 888 -> 289[label="",style="dashed", color="red", weight=0]; 20.04/7.65 888[label="vwx90 <= vwx100",fontsize=16,color="magenta"];888 -> 968[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 888 -> 969[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 889 -> 290[label="",style="dashed", color="red", weight=0]; 20.04/7.65 889[label="vwx90 <= vwx100",fontsize=16,color="magenta"];889 -> 970[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 889 -> 971[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 890 -> 291[label="",style="dashed", color="red", weight=0]; 20.04/7.65 890[label="vwx90 <= vwx100",fontsize=16,color="magenta"];890 -> 972[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 890 -> 973[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 891 -> 292[label="",style="dashed", color="red", weight=0]; 20.04/7.65 891[label="vwx90 <= vwx100",fontsize=16,color="magenta"];891 -> 974[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 891 -> 975[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 892 -> 293[label="",style="dashed", color="red", weight=0]; 20.04/7.65 892[label="vwx90 <= vwx100",fontsize=16,color="magenta"];892 -> 976[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 892 -> 977[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 893 -> 294[label="",style="dashed", color="red", weight=0]; 20.04/7.65 893[label="vwx90 <= vwx100",fontsize=16,color="magenta"];893 -> 978[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 893 -> 979[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 894 -> 295[label="",style="dashed", color="red", weight=0]; 20.04/7.65 894[label="vwx90 <= vwx100",fontsize=16,color="magenta"];894 -> 980[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 894 -> 981[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 895 -> 296[label="",style="dashed", color="red", weight=0]; 20.04/7.65 895[label="vwx90 <= vwx100",fontsize=16,color="magenta"];895 -> 982[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 895 -> 983[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 896 -> 297[label="",style="dashed", color="red", weight=0]; 20.04/7.65 896[label="vwx90 <= vwx100",fontsize=16,color="magenta"];896 -> 984[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 896 -> 985[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 897 -> 298[label="",style="dashed", color="red", weight=0]; 20.04/7.65 897[label="vwx90 <= vwx100",fontsize=16,color="magenta"];897 -> 986[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 897 -> 987[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 898 -> 299[label="",style="dashed", color="red", weight=0]; 20.04/7.65 898[label="vwx90 <= vwx100",fontsize=16,color="magenta"];898 -> 988[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 898 -> 989[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 899 -> 300[label="",style="dashed", color="red", weight=0]; 20.04/7.65 899[label="vwx90 <= vwx100",fontsize=16,color="magenta"];899 -> 990[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 899 -> 991[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 900 -> 287[label="",style="dashed", color="red", weight=0]; 20.04/7.65 900[label="vwx90 <= vwx100",fontsize=16,color="magenta"];900 -> 992[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 900 -> 993[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 901 -> 288[label="",style="dashed", color="red", weight=0]; 20.04/7.65 901[label="vwx90 <= vwx100",fontsize=16,color="magenta"];901 -> 994[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 901 -> 995[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 902 -> 289[label="",style="dashed", color="red", weight=0]; 20.04/7.65 902[label="vwx90 <= vwx100",fontsize=16,color="magenta"];902 -> 996[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 902 -> 997[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 903 -> 290[label="",style="dashed", color="red", weight=0]; 20.04/7.65 903[label="vwx90 <= vwx100",fontsize=16,color="magenta"];903 -> 998[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 903 -> 999[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 904 -> 291[label="",style="dashed", color="red", weight=0]; 20.04/7.65 904[label="vwx90 <= vwx100",fontsize=16,color="magenta"];904 -> 1000[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 904 -> 1001[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 905 -> 292[label="",style="dashed", color="red", weight=0]; 20.04/7.65 905[label="vwx90 <= vwx100",fontsize=16,color="magenta"];905 -> 1002[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 905 -> 1003[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 906 -> 293[label="",style="dashed", color="red", weight=0]; 20.04/7.65 906[label="vwx90 <= vwx100",fontsize=16,color="magenta"];906 -> 1004[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 906 -> 1005[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 907 -> 294[label="",style="dashed", color="red", weight=0]; 20.04/7.65 907[label="vwx90 <= vwx100",fontsize=16,color="magenta"];907 -> 1006[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 907 -> 1007[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 908 -> 295[label="",style="dashed", color="red", weight=0]; 20.04/7.65 908[label="vwx90 <= vwx100",fontsize=16,color="magenta"];908 -> 1008[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 908 -> 1009[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 909 -> 296[label="",style="dashed", color="red", weight=0]; 20.04/7.65 909[label="vwx90 <= vwx100",fontsize=16,color="magenta"];909 -> 1010[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 909 -> 1011[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 910 -> 297[label="",style="dashed", color="red", weight=0]; 20.04/7.65 910[label="vwx90 <= vwx100",fontsize=16,color="magenta"];910 -> 1012[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 910 -> 1013[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 911 -> 298[label="",style="dashed", color="red", weight=0]; 20.04/7.65 911[label="vwx90 <= vwx100",fontsize=16,color="magenta"];911 -> 1014[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 911 -> 1015[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 912 -> 299[label="",style="dashed", color="red", weight=0]; 20.04/7.65 912[label="vwx90 <= vwx100",fontsize=16,color="magenta"];912 -> 1016[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 912 -> 1017[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 913 -> 300[label="",style="dashed", color="red", weight=0]; 20.04/7.65 913[label="vwx90 <= vwx100",fontsize=16,color="magenta"];913 -> 1018[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 913 -> 1019[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 871[label="GT",fontsize=16,color="green",shape="box"];872[label="compare vwx9 vwx10",fontsize=16,color="burlywood",shape="triangle"];2164[label="vwx9/vwx90 :% vwx91",fontsize=10,color="white",style="solid",shape="box"];872 -> 2164[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2164 -> 1020[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 873[label="GT",fontsize=16,color="green",shape="box"];874[label="compare vwx9 vwx10",fontsize=16,color="burlywood",shape="triangle"];2165[label="vwx9/Integer vwx90",fontsize=10,color="white",style="solid",shape="box"];874 -> 2165[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2165 -> 1021[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 875[label="GT",fontsize=16,color="green",shape="box"];876[label="compare vwx9 vwx10",fontsize=16,color="burlywood",shape="triangle"];2166[label="vwx9/vwx90 : vwx91",fontsize=10,color="white",style="solid",shape="box"];876 -> 2166[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2166 -> 1022[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 2167[label="vwx9/[]",fontsize=10,color="white",style="solid",shape="box"];876 -> 2167[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2167 -> 1023[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 877[label="GT",fontsize=16,color="green",shape="box"];878[label="compare vwx9 vwx10",fontsize=16,color="black",shape="triangle"];878 -> 1024[label="",style="solid", color="black", weight=3]; 20.04/7.65 914 -> 287[label="",style="dashed", color="red", weight=0]; 20.04/7.65 914[label="vwx90 <= vwx100",fontsize=16,color="magenta"];914 -> 1025[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 914 -> 1026[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 915 -> 288[label="",style="dashed", color="red", weight=0]; 20.04/7.65 915[label="vwx90 <= vwx100",fontsize=16,color="magenta"];915 -> 1027[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 915 -> 1028[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 916 -> 289[label="",style="dashed", color="red", weight=0]; 20.04/7.65 916[label="vwx90 <= vwx100",fontsize=16,color="magenta"];916 -> 1029[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 916 -> 1030[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 917 -> 290[label="",style="dashed", color="red", weight=0]; 20.04/7.65 917[label="vwx90 <= vwx100",fontsize=16,color="magenta"];917 -> 1031[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 917 -> 1032[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 918 -> 291[label="",style="dashed", color="red", weight=0]; 20.04/7.65 918[label="vwx90 <= vwx100",fontsize=16,color="magenta"];918 -> 1033[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 918 -> 1034[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 919 -> 292[label="",style="dashed", color="red", weight=0]; 20.04/7.65 919[label="vwx90 <= vwx100",fontsize=16,color="magenta"];919 -> 1035[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 919 -> 1036[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 920 -> 293[label="",style="dashed", color="red", weight=0]; 20.04/7.65 920[label="vwx90 <= vwx100",fontsize=16,color="magenta"];920 -> 1037[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 920 -> 1038[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 921 -> 294[label="",style="dashed", color="red", weight=0]; 20.04/7.65 921[label="vwx90 <= vwx100",fontsize=16,color="magenta"];921 -> 1039[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 921 -> 1040[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 922 -> 295[label="",style="dashed", color="red", weight=0]; 20.04/7.65 922[label="vwx90 <= vwx100",fontsize=16,color="magenta"];922 -> 1041[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 922 -> 1042[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 923 -> 296[label="",style="dashed", color="red", weight=0]; 20.04/7.65 923[label="vwx90 <= vwx100",fontsize=16,color="magenta"];923 -> 1043[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 923 -> 1044[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 924 -> 297[label="",style="dashed", color="red", weight=0]; 20.04/7.65 924[label="vwx90 <= vwx100",fontsize=16,color="magenta"];924 -> 1045[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 924 -> 1046[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 925 -> 298[label="",style="dashed", color="red", weight=0]; 20.04/7.65 925[label="vwx90 <= vwx100",fontsize=16,color="magenta"];925 -> 1047[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 925 -> 1048[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 926 -> 299[label="",style="dashed", color="red", weight=0]; 20.04/7.65 926[label="vwx90 <= vwx100",fontsize=16,color="magenta"];926 -> 1049[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 926 -> 1050[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 927 -> 300[label="",style="dashed", color="red", weight=0]; 20.04/7.65 927[label="vwx90 <= vwx100",fontsize=16,color="magenta"];927 -> 1051[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 927 -> 1052[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 941 -> 377[label="",style="dashed", color="red", weight=0]; 20.04/7.65 941[label="vwx90 == vwx100 && (vwx91 < vwx101 || vwx91 == vwx101 && vwx92 <= vwx102)",fontsize=16,color="magenta"];941 -> 1053[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 941 -> 1054[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 942[label="vwx90 < vwx100",fontsize=16,color="blue",shape="box"];2168[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];942 -> 2168[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2168 -> 1055[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2169[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];942 -> 2169[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2169 -> 1056[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2170[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];942 -> 2170[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2170 -> 1057[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2171[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];942 -> 2171[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2171 -> 1058[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2172[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];942 -> 2172[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2172 -> 1059[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2173[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];942 -> 2173[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2173 -> 1060[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2174[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];942 -> 2174[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2174 -> 1061[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2175[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];942 -> 2175[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2175 -> 1062[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2176[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];942 -> 2176[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2176 -> 1063[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2177[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];942 -> 2177[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2177 -> 1064[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2178[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];942 -> 2178[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2178 -> 1065[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2179[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];942 -> 2179[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2179 -> 1066[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2180[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];942 -> 2180[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2180 -> 1067[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2181[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];942 -> 2181[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2181 -> 1068[label="",style="solid", color="blue", weight=3]; 20.04/7.65 879[label="GT",fontsize=16,color="green",shape="box"];880[label="compare vwx9 vwx10",fontsize=16,color="black",shape="triangle"];880 -> 1069[label="",style="solid", color="black", weight=3]; 20.04/7.65 928[label="Pos (primMulNat vwx3010 vwx4000)",fontsize=16,color="green",shape="box"];928 -> 1070[label="",style="dashed", color="green", weight=3]; 20.04/7.65 929[label="Neg (primMulNat vwx3010 vwx4000)",fontsize=16,color="green",shape="box"];929 -> 1071[label="",style="dashed", color="green", weight=3]; 20.04/7.65 930[label="Neg (primMulNat vwx3010 vwx4000)",fontsize=16,color="green",shape="box"];930 -> 1072[label="",style="dashed", color="green", weight=3]; 20.04/7.65 931[label="Pos (primMulNat vwx3010 vwx4000)",fontsize=16,color="green",shape="box"];931 -> 1073[label="",style="dashed", color="green", weight=3]; 20.04/7.65 932[label="primCmpFloat vwx9 vwx10",fontsize=16,color="burlywood",shape="box"];2182[label="vwx9/Float vwx90 vwx91",fontsize=10,color="white",style="solid",shape="box"];932 -> 2182[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2182 -> 1074[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 933[label="True",fontsize=16,color="green",shape="box"];934[label="False",fontsize=16,color="green",shape="box"];935[label="primCmpInt vwx9 vwx10",fontsize=16,color="burlywood",shape="triangle"];2183[label="vwx9/Pos vwx90",fontsize=10,color="white",style="solid",shape="box"];935 -> 2183[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2183 -> 1075[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 2184[label="vwx9/Neg vwx90",fontsize=10,color="white",style="solid",shape="box"];935 -> 2184[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2184 -> 1076[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 945[label="vwx90 == vwx100",fontsize=16,color="blue",shape="box"];2185[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];945 -> 2185[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2185 -> 1077[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2186[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];945 -> 2186[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2186 -> 1078[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2187[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];945 -> 2187[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2187 -> 1079[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2188[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];945 -> 2188[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2188 -> 1080[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2189[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];945 -> 2189[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2189 -> 1081[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2190[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];945 -> 2190[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2190 -> 1082[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2191[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];945 -> 2191[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2191 -> 1083[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2192[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];945 -> 2192[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2192 -> 1084[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2193[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];945 -> 2193[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2193 -> 1085[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2194[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];945 -> 2194[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2194 -> 1086[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2195[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];945 -> 2195[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2195 -> 1087[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2196[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];945 -> 2196[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2196 -> 1088[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2197[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];945 -> 2197[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2197 -> 1089[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2198[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];945 -> 2198[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2198 -> 1090[label="",style="solid", color="blue", weight=3]; 20.04/7.65 946[label="vwx91 <= vwx101",fontsize=16,color="blue",shape="box"];2199[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];946 -> 2199[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2199 -> 1091[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2200[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];946 -> 2200[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2200 -> 1092[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2201[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];946 -> 2201[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2201 -> 1093[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2202[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];946 -> 2202[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2202 -> 1094[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2203[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];946 -> 2203[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2203 -> 1095[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2204[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];946 -> 2204[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2204 -> 1096[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2205[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];946 -> 2205[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2205 -> 1097[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2206[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];946 -> 2206[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2206 -> 1098[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2207[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];946 -> 2207[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2207 -> 1099[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2208[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];946 -> 2208[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2208 -> 1100[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2209[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];946 -> 2209[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2209 -> 1101[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2210[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];946 -> 2210[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2210 -> 1102[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2211[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];946 -> 2211[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2211 -> 1103[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2212[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];946 -> 2212[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2212 -> 1104[label="",style="solid", color="blue", weight=3]; 20.04/7.65 947[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];947 -> 1105[label="",style="solid", color="black", weight=3]; 20.04/7.65 948[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];948 -> 1106[label="",style="solid", color="black", weight=3]; 20.04/7.65 949[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];949 -> 1107[label="",style="solid", color="black", weight=3]; 20.04/7.65 950[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];950 -> 1108[label="",style="solid", color="black", weight=3]; 20.04/7.65 951[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];951 -> 1109[label="",style="solid", color="black", weight=3]; 20.04/7.65 952[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];952 -> 1110[label="",style="solid", color="black", weight=3]; 20.04/7.65 953[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];953 -> 1111[label="",style="solid", color="black", weight=3]; 20.04/7.65 954[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];954 -> 1112[label="",style="solid", color="black", weight=3]; 20.04/7.65 955[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];955 -> 1113[label="",style="solid", color="black", weight=3]; 20.04/7.65 956[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];956 -> 1114[label="",style="solid", color="black", weight=3]; 20.04/7.65 957[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];957 -> 1115[label="",style="solid", color="black", weight=3]; 20.04/7.65 958[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];958 -> 1116[label="",style="solid", color="black", weight=3]; 20.04/7.65 959[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];959 -> 1117[label="",style="solid", color="black", weight=3]; 20.04/7.65 960[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];960 -> 1118[label="",style="solid", color="black", weight=3]; 20.04/7.65 961[label="False || vwx52",fontsize=16,color="black",shape="box"];961 -> 1119[label="",style="solid", color="black", weight=3]; 20.04/7.65 962[label="True || vwx52",fontsize=16,color="black",shape="box"];962 -> 1120[label="",style="solid", color="black", weight=3]; 20.04/7.65 963[label="compare () vwx10",fontsize=16,color="burlywood",shape="box"];2213[label="vwx10/()",fontsize=10,color="white",style="solid",shape="box"];963 -> 2213[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2213 -> 1121[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 964[label="vwx100",fontsize=16,color="green",shape="box"];965[label="vwx90",fontsize=16,color="green",shape="box"];966[label="vwx100",fontsize=16,color="green",shape="box"];967[label="vwx90",fontsize=16,color="green",shape="box"];968[label="vwx100",fontsize=16,color="green",shape="box"];969[label="vwx90",fontsize=16,color="green",shape="box"];970[label="vwx100",fontsize=16,color="green",shape="box"];971[label="vwx90",fontsize=16,color="green",shape="box"];972[label="vwx100",fontsize=16,color="green",shape="box"];973[label="vwx90",fontsize=16,color="green",shape="box"];974[label="vwx100",fontsize=16,color="green",shape="box"];975[label="vwx90",fontsize=16,color="green",shape="box"];976[label="vwx100",fontsize=16,color="green",shape="box"];977[label="vwx90",fontsize=16,color="green",shape="box"];978[label="vwx100",fontsize=16,color="green",shape="box"];979[label="vwx90",fontsize=16,color="green",shape="box"];980[label="vwx100",fontsize=16,color="green",shape="box"];981[label="vwx90",fontsize=16,color="green",shape="box"];982[label="vwx100",fontsize=16,color="green",shape="box"];983[label="vwx90",fontsize=16,color="green",shape="box"];984[label="vwx100",fontsize=16,color="green",shape="box"];985[label="vwx90",fontsize=16,color="green",shape="box"];986[label="vwx100",fontsize=16,color="green",shape="box"];987[label="vwx90",fontsize=16,color="green",shape="box"];988[label="vwx100",fontsize=16,color="green",shape="box"];989[label="vwx90",fontsize=16,color="green",shape="box"];990[label="vwx100",fontsize=16,color="green",shape="box"];991[label="vwx90",fontsize=16,color="green",shape="box"];992[label="vwx100",fontsize=16,color="green",shape="box"];993[label="vwx90",fontsize=16,color="green",shape="box"];994[label="vwx100",fontsize=16,color="green",shape="box"];995[label="vwx90",fontsize=16,color="green",shape="box"];996[label="vwx100",fontsize=16,color="green",shape="box"];997[label="vwx90",fontsize=16,color="green",shape="box"];998[label="vwx100",fontsize=16,color="green",shape="box"];999[label="vwx90",fontsize=16,color="green",shape="box"];1000[label="vwx100",fontsize=16,color="green",shape="box"];1001[label="vwx90",fontsize=16,color="green",shape="box"];1002[label="vwx100",fontsize=16,color="green",shape="box"];1003[label="vwx90",fontsize=16,color="green",shape="box"];1004[label="vwx100",fontsize=16,color="green",shape="box"];1005[label="vwx90",fontsize=16,color="green",shape="box"];1006[label="vwx100",fontsize=16,color="green",shape="box"];1007[label="vwx90",fontsize=16,color="green",shape="box"];1008[label="vwx100",fontsize=16,color="green",shape="box"];1009[label="vwx90",fontsize=16,color="green",shape="box"];1010[label="vwx100",fontsize=16,color="green",shape="box"];1011[label="vwx90",fontsize=16,color="green",shape="box"];1012[label="vwx100",fontsize=16,color="green",shape="box"];1013[label="vwx90",fontsize=16,color="green",shape="box"];1014[label="vwx100",fontsize=16,color="green",shape="box"];1015[label="vwx90",fontsize=16,color="green",shape="box"];1016[label="vwx100",fontsize=16,color="green",shape="box"];1017[label="vwx90",fontsize=16,color="green",shape="box"];1018[label="vwx100",fontsize=16,color="green",shape="box"];1019[label="vwx90",fontsize=16,color="green",shape="box"];1020[label="compare (vwx90 :% vwx91) vwx10",fontsize=16,color="burlywood",shape="box"];2214[label="vwx10/vwx100 :% vwx101",fontsize=10,color="white",style="solid",shape="box"];1020 -> 2214[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2214 -> 1122[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 1021[label="compare (Integer vwx90) vwx10",fontsize=16,color="burlywood",shape="box"];2215[label="vwx10/Integer vwx100",fontsize=10,color="white",style="solid",shape="box"];1021 -> 2215[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2215 -> 1123[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 1022[label="compare (vwx90 : vwx91) vwx10",fontsize=16,color="burlywood",shape="box"];2216[label="vwx10/vwx100 : vwx101",fontsize=10,color="white",style="solid",shape="box"];1022 -> 2216[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2216 -> 1124[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 2217[label="vwx10/[]",fontsize=10,color="white",style="solid",shape="box"];1022 -> 2217[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2217 -> 1125[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 1023[label="compare [] vwx10",fontsize=16,color="burlywood",shape="box"];2218[label="vwx10/vwx100 : vwx101",fontsize=10,color="white",style="solid",shape="box"];1023 -> 2218[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2218 -> 1126[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 2219[label="vwx10/[]",fontsize=10,color="white",style="solid",shape="box"];1023 -> 2219[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2219 -> 1127[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 1024[label="primCmpChar vwx9 vwx10",fontsize=16,color="burlywood",shape="box"];2220[label="vwx9/Char vwx90",fontsize=10,color="white",style="solid",shape="box"];1024 -> 2220[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2220 -> 1128[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 1025[label="vwx100",fontsize=16,color="green",shape="box"];1026[label="vwx90",fontsize=16,color="green",shape="box"];1027[label="vwx100",fontsize=16,color="green",shape="box"];1028[label="vwx90",fontsize=16,color="green",shape="box"];1029[label="vwx100",fontsize=16,color="green",shape="box"];1030[label="vwx90",fontsize=16,color="green",shape="box"];1031[label="vwx100",fontsize=16,color="green",shape="box"];1032[label="vwx90",fontsize=16,color="green",shape="box"];1033[label="vwx100",fontsize=16,color="green",shape="box"];1034[label="vwx90",fontsize=16,color="green",shape="box"];1035[label="vwx100",fontsize=16,color="green",shape="box"];1036[label="vwx90",fontsize=16,color="green",shape="box"];1037[label="vwx100",fontsize=16,color="green",shape="box"];1038[label="vwx90",fontsize=16,color="green",shape="box"];1039[label="vwx100",fontsize=16,color="green",shape="box"];1040[label="vwx90",fontsize=16,color="green",shape="box"];1041[label="vwx100",fontsize=16,color="green",shape="box"];1042[label="vwx90",fontsize=16,color="green",shape="box"];1043[label="vwx100",fontsize=16,color="green",shape="box"];1044[label="vwx90",fontsize=16,color="green",shape="box"];1045[label="vwx100",fontsize=16,color="green",shape="box"];1046[label="vwx90",fontsize=16,color="green",shape="box"];1047[label="vwx100",fontsize=16,color="green",shape="box"];1048[label="vwx90",fontsize=16,color="green",shape="box"];1049[label="vwx100",fontsize=16,color="green",shape="box"];1050[label="vwx90",fontsize=16,color="green",shape="box"];1051[label="vwx100",fontsize=16,color="green",shape="box"];1052[label="vwx90",fontsize=16,color="green",shape="box"];1053[label="vwx90 == vwx100",fontsize=16,color="blue",shape="box"];2221[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1053 -> 2221[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2221 -> 1129[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2222[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1053 -> 2222[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2222 -> 1130[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2223[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1053 -> 2223[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2223 -> 1131[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2224[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1053 -> 2224[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2224 -> 1132[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2225[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1053 -> 2225[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2225 -> 1133[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2226[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1053 -> 2226[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2226 -> 1134[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2227[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1053 -> 2227[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2227 -> 1135[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2228[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1053 -> 2228[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2228 -> 1136[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2229[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1053 -> 2229[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2229 -> 1137[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2230[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1053 -> 2230[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2230 -> 1138[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2231[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1053 -> 2231[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2231 -> 1139[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2232[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1053 -> 2232[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2232 -> 1140[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2233[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1053 -> 2233[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2233 -> 1141[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2234[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1053 -> 2234[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2234 -> 1142[label="",style="solid", color="blue", weight=3]; 20.04/7.65 1054 -> 938[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1054[label="vwx91 < vwx101 || vwx91 == vwx101 && vwx92 <= vwx102",fontsize=16,color="magenta"];1054 -> 1143[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1054 -> 1144[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1055 -> 947[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1055[label="vwx90 < vwx100",fontsize=16,color="magenta"];1055 -> 1145[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1055 -> 1146[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1056 -> 948[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1056[label="vwx90 < vwx100",fontsize=16,color="magenta"];1056 -> 1147[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1056 -> 1148[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1057 -> 949[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1057[label="vwx90 < vwx100",fontsize=16,color="magenta"];1057 -> 1149[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1057 -> 1150[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1058 -> 950[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1058[label="vwx90 < vwx100",fontsize=16,color="magenta"];1058 -> 1151[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1058 -> 1152[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1059 -> 951[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1059[label="vwx90 < vwx100",fontsize=16,color="magenta"];1059 -> 1153[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1059 -> 1154[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1060 -> 952[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1060[label="vwx90 < vwx100",fontsize=16,color="magenta"];1060 -> 1155[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1060 -> 1156[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1061 -> 953[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1061[label="vwx90 < vwx100",fontsize=16,color="magenta"];1061 -> 1157[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1061 -> 1158[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1062 -> 954[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1062[label="vwx90 < vwx100",fontsize=16,color="magenta"];1062 -> 1159[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1062 -> 1160[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1063 -> 955[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1063[label="vwx90 < vwx100",fontsize=16,color="magenta"];1063 -> 1161[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1063 -> 1162[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1064 -> 956[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1064[label="vwx90 < vwx100",fontsize=16,color="magenta"];1064 -> 1163[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1064 -> 1164[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1065 -> 957[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1065[label="vwx90 < vwx100",fontsize=16,color="magenta"];1065 -> 1165[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1065 -> 1166[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1066 -> 958[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1066[label="vwx90 < vwx100",fontsize=16,color="magenta"];1066 -> 1167[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1066 -> 1168[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1067 -> 959[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1067[label="vwx90 < vwx100",fontsize=16,color="magenta"];1067 -> 1169[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1067 -> 1170[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1068 -> 960[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1068[label="vwx90 < vwx100",fontsize=16,color="magenta"];1068 -> 1171[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1068 -> 1172[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1069[label="primCmpDouble vwx9 vwx10",fontsize=16,color="burlywood",shape="box"];2235[label="vwx9/Double vwx90 vwx91",fontsize=10,color="white",style="solid",shape="box"];1069 -> 2235[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2235 -> 1173[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 1070[label="primMulNat vwx3010 vwx4000",fontsize=16,color="burlywood",shape="triangle"];2236[label="vwx3010/Succ vwx30100",fontsize=10,color="white",style="solid",shape="box"];1070 -> 2236[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2236 -> 1174[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 2237[label="vwx3010/Zero",fontsize=10,color="white",style="solid",shape="box"];1070 -> 2237[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2237 -> 1175[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 1071 -> 1070[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1071[label="primMulNat vwx3010 vwx4000",fontsize=16,color="magenta"];1071 -> 1176[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1072 -> 1070[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1072[label="primMulNat vwx3010 vwx4000",fontsize=16,color="magenta"];1072 -> 1177[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1073 -> 1070[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1073[label="primMulNat vwx3010 vwx4000",fontsize=16,color="magenta"];1073 -> 1178[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1073 -> 1179[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1074[label="primCmpFloat (Float vwx90 vwx91) vwx10",fontsize=16,color="burlywood",shape="box"];2238[label="vwx91/Pos vwx910",fontsize=10,color="white",style="solid",shape="box"];1074 -> 2238[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2238 -> 1180[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 2239[label="vwx91/Neg vwx910",fontsize=10,color="white",style="solid",shape="box"];1074 -> 2239[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2239 -> 1181[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 1075[label="primCmpInt (Pos vwx90) vwx10",fontsize=16,color="burlywood",shape="box"];2240[label="vwx90/Succ vwx900",fontsize=10,color="white",style="solid",shape="box"];1075 -> 2240[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2240 -> 1182[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 2241[label="vwx90/Zero",fontsize=10,color="white",style="solid",shape="box"];1075 -> 2241[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2241 -> 1183[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 1076[label="primCmpInt (Neg vwx90) vwx10",fontsize=16,color="burlywood",shape="box"];2242[label="vwx90/Succ vwx900",fontsize=10,color="white",style="solid",shape="box"];1076 -> 2242[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2242 -> 1184[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 2243[label="vwx90/Zero",fontsize=10,color="white",style="solid",shape="box"];1076 -> 2243[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2243 -> 1185[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 1077 -> 33[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1077[label="vwx90 == vwx100",fontsize=16,color="magenta"];1077 -> 1186[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1077 -> 1187[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1078 -> 30[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1078[label="vwx90 == vwx100",fontsize=16,color="magenta"];1078 -> 1188[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1078 -> 1189[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1079 -> 32[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1079[label="vwx90 == vwx100",fontsize=16,color="magenta"];1079 -> 1190[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1079 -> 1191[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1080 -> 34[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1080[label="vwx90 == vwx100",fontsize=16,color="magenta"];1080 -> 1192[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1080 -> 1193[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1081 -> 37[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1081[label="vwx90 == vwx100",fontsize=16,color="magenta"];1081 -> 1194[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1081 -> 1195[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1082 -> 27[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1082[label="vwx90 == vwx100",fontsize=16,color="magenta"];1082 -> 1196[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1082 -> 1197[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1083 -> 28[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1083[label="vwx90 == vwx100",fontsize=16,color="magenta"];1083 -> 1198[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1083 -> 1199[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1084 -> 31[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1084[label="vwx90 == vwx100",fontsize=16,color="magenta"];1084 -> 1200[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1084 -> 1201[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1085 -> 35[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1085[label="vwx90 == vwx100",fontsize=16,color="magenta"];1085 -> 1202[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1085 -> 1203[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1086 -> 29[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1086[label="vwx90 == vwx100",fontsize=16,color="magenta"];1086 -> 1204[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1086 -> 1205[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1087 -> 40[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1087[label="vwx90 == vwx100",fontsize=16,color="magenta"];1087 -> 1206[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1087 -> 1207[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1088 -> 38[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1088[label="vwx90 == vwx100",fontsize=16,color="magenta"];1088 -> 1208[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1088 -> 1209[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1089 -> 36[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1089[label="vwx90 == vwx100",fontsize=16,color="magenta"];1089 -> 1210[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1089 -> 1211[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1090 -> 39[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1090[label="vwx90 == vwx100",fontsize=16,color="magenta"];1090 -> 1212[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1090 -> 1213[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1091 -> 287[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1091[label="vwx91 <= vwx101",fontsize=16,color="magenta"];1091 -> 1214[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1091 -> 1215[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1092 -> 288[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1092[label="vwx91 <= vwx101",fontsize=16,color="magenta"];1092 -> 1216[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1092 -> 1217[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1093 -> 289[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1093[label="vwx91 <= vwx101",fontsize=16,color="magenta"];1093 -> 1218[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1093 -> 1219[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1094 -> 290[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1094[label="vwx91 <= vwx101",fontsize=16,color="magenta"];1094 -> 1220[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1094 -> 1221[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1095 -> 291[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1095[label="vwx91 <= vwx101",fontsize=16,color="magenta"];1095 -> 1222[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1095 -> 1223[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1096 -> 292[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1096[label="vwx91 <= vwx101",fontsize=16,color="magenta"];1096 -> 1224[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1096 -> 1225[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1097 -> 293[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1097[label="vwx91 <= vwx101",fontsize=16,color="magenta"];1097 -> 1226[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1097 -> 1227[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1098 -> 294[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1098[label="vwx91 <= vwx101",fontsize=16,color="magenta"];1098 -> 1228[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1098 -> 1229[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1099 -> 295[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1099[label="vwx91 <= vwx101",fontsize=16,color="magenta"];1099 -> 1230[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1099 -> 1231[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1100 -> 296[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1100[label="vwx91 <= vwx101",fontsize=16,color="magenta"];1100 -> 1232[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1100 -> 1233[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1101 -> 297[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1101[label="vwx91 <= vwx101",fontsize=16,color="magenta"];1101 -> 1234[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1101 -> 1235[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1102 -> 298[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1102[label="vwx91 <= vwx101",fontsize=16,color="magenta"];1102 -> 1236[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1102 -> 1237[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1103 -> 299[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1103[label="vwx91 <= vwx101",fontsize=16,color="magenta"];1103 -> 1238[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1103 -> 1239[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1104 -> 300[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1104[label="vwx91 <= vwx101",fontsize=16,color="magenta"];1104 -> 1240[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1104 -> 1241[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1105 -> 35[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1105[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];1105 -> 1242[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1105 -> 1243[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1106 -> 35[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1106[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];1106 -> 1244[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1106 -> 1245[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1107 -> 35[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1107[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];1107 -> 1246[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1107 -> 1247[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1108 -> 35[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1108[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];1108 -> 1248[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1108 -> 1249[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1109 -> 35[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1109[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];1109 -> 1250[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1109 -> 1251[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1110 -> 35[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1110[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];1110 -> 1252[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1110 -> 1253[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1111 -> 35[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1111[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];1111 -> 1254[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1111 -> 1255[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1112 -> 35[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1112[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];1112 -> 1256[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1112 -> 1257[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1113 -> 35[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1113[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];1113 -> 1258[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1113 -> 1259[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1114 -> 35[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1114[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];1114 -> 1260[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1114 -> 1261[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1115 -> 35[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1115[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];1115 -> 1262[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1115 -> 1263[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1116 -> 35[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1116[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];1116 -> 1264[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1116 -> 1265[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1117 -> 35[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1117[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];1117 -> 1266[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1117 -> 1267[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1118 -> 35[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1118[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];1118 -> 1268[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1118 -> 1269[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1119[label="vwx52",fontsize=16,color="green",shape="box"];1120[label="True",fontsize=16,color="green",shape="box"];1121[label="compare () ()",fontsize=16,color="black",shape="box"];1121 -> 1270[label="",style="solid", color="black", weight=3]; 20.04/7.65 1122[label="compare (vwx90 :% vwx91) (vwx100 :% vwx101)",fontsize=16,color="black",shape="box"];1122 -> 1271[label="",style="solid", color="black", weight=3]; 20.04/7.65 1123[label="compare (Integer vwx90) (Integer vwx100)",fontsize=16,color="black",shape="box"];1123 -> 1272[label="",style="solid", color="black", weight=3]; 20.04/7.65 1124[label="compare (vwx90 : vwx91) (vwx100 : vwx101)",fontsize=16,color="black",shape="box"];1124 -> 1273[label="",style="solid", color="black", weight=3]; 20.04/7.65 1125[label="compare (vwx90 : vwx91) []",fontsize=16,color="black",shape="box"];1125 -> 1274[label="",style="solid", color="black", weight=3]; 20.04/7.65 1126[label="compare [] (vwx100 : vwx101)",fontsize=16,color="black",shape="box"];1126 -> 1275[label="",style="solid", color="black", weight=3]; 20.04/7.65 1127[label="compare [] []",fontsize=16,color="black",shape="box"];1127 -> 1276[label="",style="solid", color="black", weight=3]; 20.04/7.65 1128[label="primCmpChar (Char vwx90) vwx10",fontsize=16,color="burlywood",shape="box"];2244[label="vwx10/Char vwx100",fontsize=10,color="white",style="solid",shape="box"];1128 -> 2244[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2244 -> 1277[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 1129 -> 33[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1129[label="vwx90 == vwx100",fontsize=16,color="magenta"];1129 -> 1278[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1129 -> 1279[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1130 -> 30[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1130[label="vwx90 == vwx100",fontsize=16,color="magenta"];1130 -> 1280[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1130 -> 1281[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1131 -> 32[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1131[label="vwx90 == vwx100",fontsize=16,color="magenta"];1131 -> 1282[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1131 -> 1283[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1132 -> 34[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1132[label="vwx90 == vwx100",fontsize=16,color="magenta"];1132 -> 1284[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1132 -> 1285[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1133 -> 37[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1133[label="vwx90 == vwx100",fontsize=16,color="magenta"];1133 -> 1286[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1133 -> 1287[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1134 -> 27[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1134[label="vwx90 == vwx100",fontsize=16,color="magenta"];1134 -> 1288[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1134 -> 1289[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1135 -> 28[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1135[label="vwx90 == vwx100",fontsize=16,color="magenta"];1135 -> 1290[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1135 -> 1291[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1136 -> 31[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1136[label="vwx90 == vwx100",fontsize=16,color="magenta"];1136 -> 1292[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1136 -> 1293[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1137 -> 35[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1137[label="vwx90 == vwx100",fontsize=16,color="magenta"];1137 -> 1294[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1137 -> 1295[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1138 -> 29[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1138[label="vwx90 == vwx100",fontsize=16,color="magenta"];1138 -> 1296[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1138 -> 1297[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1139 -> 40[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1139[label="vwx90 == vwx100",fontsize=16,color="magenta"];1139 -> 1298[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1139 -> 1299[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1140 -> 38[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1140[label="vwx90 == vwx100",fontsize=16,color="magenta"];1140 -> 1300[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1140 -> 1301[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1141 -> 36[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1141[label="vwx90 == vwx100",fontsize=16,color="magenta"];1141 -> 1302[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1141 -> 1303[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1142 -> 39[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1142[label="vwx90 == vwx100",fontsize=16,color="magenta"];1142 -> 1304[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1142 -> 1305[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1143 -> 377[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1143[label="vwx91 == vwx101 && vwx92 <= vwx102",fontsize=16,color="magenta"];1143 -> 1306[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1143 -> 1307[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1144[label="vwx91 < vwx101",fontsize=16,color="blue",shape="box"];2245[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1144 -> 2245[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2245 -> 1308[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2246[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1144 -> 2246[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2246 -> 1309[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2247[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1144 -> 2247[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2247 -> 1310[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2248[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1144 -> 2248[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2248 -> 1311[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2249[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1144 -> 2249[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2249 -> 1312[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2250[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1144 -> 2250[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2250 -> 1313[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2251[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1144 -> 2251[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2251 -> 1314[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2252[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1144 -> 2252[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2252 -> 1315[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2253[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1144 -> 2253[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2253 -> 1316[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2254[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1144 -> 2254[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2254 -> 1317[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2255[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1144 -> 2255[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2255 -> 1318[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2256[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1144 -> 2256[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2256 -> 1319[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2257[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1144 -> 2257[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2257 -> 1320[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2258[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1144 -> 2258[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2258 -> 1321[label="",style="solid", color="blue", weight=3]; 20.04/7.65 1145[label="vwx100",fontsize=16,color="green",shape="box"];1146[label="vwx90",fontsize=16,color="green",shape="box"];1147[label="vwx100",fontsize=16,color="green",shape="box"];1148[label="vwx90",fontsize=16,color="green",shape="box"];1149[label="vwx100",fontsize=16,color="green",shape="box"];1150[label="vwx90",fontsize=16,color="green",shape="box"];1151[label="vwx100",fontsize=16,color="green",shape="box"];1152[label="vwx90",fontsize=16,color="green",shape="box"];1153[label="vwx100",fontsize=16,color="green",shape="box"];1154[label="vwx90",fontsize=16,color="green",shape="box"];1155[label="vwx100",fontsize=16,color="green",shape="box"];1156[label="vwx90",fontsize=16,color="green",shape="box"];1157[label="vwx100",fontsize=16,color="green",shape="box"];1158[label="vwx90",fontsize=16,color="green",shape="box"];1159[label="vwx100",fontsize=16,color="green",shape="box"];1160[label="vwx90",fontsize=16,color="green",shape="box"];1161[label="vwx100",fontsize=16,color="green",shape="box"];1162[label="vwx90",fontsize=16,color="green",shape="box"];1163[label="vwx100",fontsize=16,color="green",shape="box"];1164[label="vwx90",fontsize=16,color="green",shape="box"];1165[label="vwx100",fontsize=16,color="green",shape="box"];1166[label="vwx90",fontsize=16,color="green",shape="box"];1167[label="vwx100",fontsize=16,color="green",shape="box"];1168[label="vwx90",fontsize=16,color="green",shape="box"];1169[label="vwx100",fontsize=16,color="green",shape="box"];1170[label="vwx90",fontsize=16,color="green",shape="box"];1171[label="vwx100",fontsize=16,color="green",shape="box"];1172[label="vwx90",fontsize=16,color="green",shape="box"];1173[label="primCmpDouble (Double vwx90 vwx91) vwx10",fontsize=16,color="burlywood",shape="box"];2259[label="vwx91/Pos vwx910",fontsize=10,color="white",style="solid",shape="box"];1173 -> 2259[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2259 -> 1322[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 2260[label="vwx91/Neg vwx910",fontsize=10,color="white",style="solid",shape="box"];1173 -> 2260[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2260 -> 1323[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 1174[label="primMulNat (Succ vwx30100) vwx4000",fontsize=16,color="burlywood",shape="box"];2261[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];1174 -> 2261[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2261 -> 1324[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 2262[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];1174 -> 2262[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2262 -> 1325[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 1175[label="primMulNat Zero vwx4000",fontsize=16,color="burlywood",shape="box"];2263[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];1175 -> 2263[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2263 -> 1326[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 2264[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];1175 -> 2264[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2264 -> 1327[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 1176[label="vwx4000",fontsize=16,color="green",shape="box"];1177[label="vwx3010",fontsize=16,color="green",shape="box"];1178[label="vwx4000",fontsize=16,color="green",shape="box"];1179[label="vwx3010",fontsize=16,color="green",shape="box"];1180[label="primCmpFloat (Float vwx90 (Pos vwx910)) vwx10",fontsize=16,color="burlywood",shape="box"];2265[label="vwx10/Float vwx100 vwx101",fontsize=10,color="white",style="solid",shape="box"];1180 -> 2265[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2265 -> 1328[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 1181[label="primCmpFloat (Float vwx90 (Neg vwx910)) vwx10",fontsize=16,color="burlywood",shape="box"];2266[label="vwx10/Float vwx100 vwx101",fontsize=10,color="white",style="solid",shape="box"];1181 -> 2266[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2266 -> 1329[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 1182[label="primCmpInt (Pos (Succ vwx900)) vwx10",fontsize=16,color="burlywood",shape="box"];2267[label="vwx10/Pos vwx100",fontsize=10,color="white",style="solid",shape="box"];1182 -> 2267[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2267 -> 1330[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 2268[label="vwx10/Neg vwx100",fontsize=10,color="white",style="solid",shape="box"];1182 -> 2268[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2268 -> 1331[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 1183[label="primCmpInt (Pos Zero) vwx10",fontsize=16,color="burlywood",shape="box"];2269[label="vwx10/Pos vwx100",fontsize=10,color="white",style="solid",shape="box"];1183 -> 2269[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2269 -> 1332[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 2270[label="vwx10/Neg vwx100",fontsize=10,color="white",style="solid",shape="box"];1183 -> 2270[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2270 -> 1333[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 1184[label="primCmpInt (Neg (Succ vwx900)) vwx10",fontsize=16,color="burlywood",shape="box"];2271[label="vwx10/Pos vwx100",fontsize=10,color="white",style="solid",shape="box"];1184 -> 2271[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2271 -> 1334[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 2272[label="vwx10/Neg vwx100",fontsize=10,color="white",style="solid",shape="box"];1184 -> 2272[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2272 -> 1335[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 1185[label="primCmpInt (Neg Zero) vwx10",fontsize=16,color="burlywood",shape="box"];2273[label="vwx10/Pos vwx100",fontsize=10,color="white",style="solid",shape="box"];1185 -> 2273[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2273 -> 1336[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 2274[label="vwx10/Neg vwx100",fontsize=10,color="white",style="solid",shape="box"];1185 -> 2274[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2274 -> 1337[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 1186[label="vwx100",fontsize=16,color="green",shape="box"];1187[label="vwx90",fontsize=16,color="green",shape="box"];1188[label="vwx100",fontsize=16,color="green",shape="box"];1189[label="vwx90",fontsize=16,color="green",shape="box"];1190[label="vwx100",fontsize=16,color="green",shape="box"];1191[label="vwx90",fontsize=16,color="green",shape="box"];1192[label="vwx100",fontsize=16,color="green",shape="box"];1193[label="vwx90",fontsize=16,color="green",shape="box"];1194[label="vwx100",fontsize=16,color="green",shape="box"];1195[label="vwx90",fontsize=16,color="green",shape="box"];1196[label="vwx100",fontsize=16,color="green",shape="box"];1197[label="vwx90",fontsize=16,color="green",shape="box"];1198[label="vwx100",fontsize=16,color="green",shape="box"];1199[label="vwx90",fontsize=16,color="green",shape="box"];1200[label="vwx100",fontsize=16,color="green",shape="box"];1201[label="vwx90",fontsize=16,color="green",shape="box"];1202[label="vwx100",fontsize=16,color="green",shape="box"];1203[label="vwx90",fontsize=16,color="green",shape="box"];1204[label="vwx100",fontsize=16,color="green",shape="box"];1205[label="vwx90",fontsize=16,color="green",shape="box"];1206[label="vwx100",fontsize=16,color="green",shape="box"];1207[label="vwx90",fontsize=16,color="green",shape="box"];1208[label="vwx100",fontsize=16,color="green",shape="box"];1209[label="vwx90",fontsize=16,color="green",shape="box"];1210[label="vwx100",fontsize=16,color="green",shape="box"];1211[label="vwx90",fontsize=16,color="green",shape="box"];1212[label="vwx100",fontsize=16,color="green",shape="box"];1213[label="vwx90",fontsize=16,color="green",shape="box"];1214[label="vwx101",fontsize=16,color="green",shape="box"];1215[label="vwx91",fontsize=16,color="green",shape="box"];1216[label="vwx101",fontsize=16,color="green",shape="box"];1217[label="vwx91",fontsize=16,color="green",shape="box"];1218[label="vwx101",fontsize=16,color="green",shape="box"];1219[label="vwx91",fontsize=16,color="green",shape="box"];1220[label="vwx101",fontsize=16,color="green",shape="box"];1221[label="vwx91",fontsize=16,color="green",shape="box"];1222[label="vwx101",fontsize=16,color="green",shape="box"];1223[label="vwx91",fontsize=16,color="green",shape="box"];1224[label="vwx101",fontsize=16,color="green",shape="box"];1225[label="vwx91",fontsize=16,color="green",shape="box"];1226[label="vwx101",fontsize=16,color="green",shape="box"];1227[label="vwx91",fontsize=16,color="green",shape="box"];1228[label="vwx101",fontsize=16,color="green",shape="box"];1229[label="vwx91",fontsize=16,color="green",shape="box"];1230[label="vwx101",fontsize=16,color="green",shape="box"];1231[label="vwx91",fontsize=16,color="green",shape="box"];1232[label="vwx101",fontsize=16,color="green",shape="box"];1233[label="vwx91",fontsize=16,color="green",shape="box"];1234[label="vwx101",fontsize=16,color="green",shape="box"];1235[label="vwx91",fontsize=16,color="green",shape="box"];1236[label="vwx101",fontsize=16,color="green",shape="box"];1237[label="vwx91",fontsize=16,color="green",shape="box"];1238[label="vwx101",fontsize=16,color="green",shape="box"];1239[label="vwx91",fontsize=16,color="green",shape="box"];1240[label="vwx101",fontsize=16,color="green",shape="box"];1241[label="vwx91",fontsize=16,color="green",shape="box"];1242[label="LT",fontsize=16,color="green",shape="box"];1243 -> 864[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1243[label="compare vwx90 vwx100",fontsize=16,color="magenta"];1243 -> 1338[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1243 -> 1339[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1244[label="LT",fontsize=16,color="green",shape="box"];1245[label="compare vwx90 vwx100",fontsize=16,color="black",shape="triangle"];1245 -> 1340[label="",style="solid", color="black", weight=3]; 20.04/7.65 1246[label="LT",fontsize=16,color="green",shape="box"];1247 -> 868[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1247[label="compare vwx90 vwx100",fontsize=16,color="magenta"];1247 -> 1341[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1247 -> 1342[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1248[label="LT",fontsize=16,color="green",shape="box"];1249[label="compare vwx90 vwx100",fontsize=16,color="black",shape="triangle"];1249 -> 1343[label="",style="solid", color="black", weight=3]; 20.04/7.65 1250[label="LT",fontsize=16,color="green",shape="box"];1251 -> 870[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1251[label="compare vwx90 vwx100",fontsize=16,color="magenta"];1251 -> 1344[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1251 -> 1345[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1252[label="LT",fontsize=16,color="green",shape="box"];1253 -> 4[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1253[label="compare vwx90 vwx100",fontsize=16,color="magenta"];1253 -> 1346[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1253 -> 1347[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1254[label="LT",fontsize=16,color="green",shape="box"];1255 -> 872[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1255[label="compare vwx90 vwx100",fontsize=16,color="magenta"];1255 -> 1348[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1255 -> 1349[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1256[label="LT",fontsize=16,color="green",shape="box"];1257 -> 874[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1257[label="compare vwx90 vwx100",fontsize=16,color="magenta"];1257 -> 1350[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1257 -> 1351[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1258[label="LT",fontsize=16,color="green",shape="box"];1259[label="compare vwx90 vwx100",fontsize=16,color="black",shape="triangle"];1259 -> 1352[label="",style="solid", color="black", weight=3]; 20.04/7.65 1260[label="LT",fontsize=16,color="green",shape="box"];1261 -> 876[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1261[label="compare vwx90 vwx100",fontsize=16,color="magenta"];1261 -> 1353[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1261 -> 1354[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1262[label="LT",fontsize=16,color="green",shape="box"];1263 -> 878[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1263[label="compare vwx90 vwx100",fontsize=16,color="magenta"];1263 -> 1355[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1263 -> 1356[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1264[label="LT",fontsize=16,color="green",shape="box"];1265[label="compare vwx90 vwx100",fontsize=16,color="black",shape="triangle"];1265 -> 1357[label="",style="solid", color="black", weight=3]; 20.04/7.65 1266[label="LT",fontsize=16,color="green",shape="box"];1267[label="compare vwx90 vwx100",fontsize=16,color="black",shape="triangle"];1267 -> 1358[label="",style="solid", color="black", weight=3]; 20.04/7.65 1268[label="LT",fontsize=16,color="green",shape="box"];1269 -> 880[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1269[label="compare vwx90 vwx100",fontsize=16,color="magenta"];1269 -> 1359[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1269 -> 1360[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1270[label="EQ",fontsize=16,color="green",shape="box"];1271[label="compare (vwx90 * vwx101) (vwx100 * vwx91)",fontsize=16,color="blue",shape="box"];2275[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1271 -> 2275[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2275 -> 1361[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2276[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1271 -> 2276[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2276 -> 1362[label="",style="solid", color="blue", weight=3]; 20.04/7.65 1272 -> 935[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1272[label="primCmpInt vwx90 vwx100",fontsize=16,color="magenta"];1272 -> 1363[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1272 -> 1364[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1273 -> 1365[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1273[label="primCompAux vwx90 vwx100 (compare vwx91 vwx101)",fontsize=16,color="magenta"];1273 -> 1366[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1274[label="GT",fontsize=16,color="green",shape="box"];1275[label="LT",fontsize=16,color="green",shape="box"];1276[label="EQ",fontsize=16,color="green",shape="box"];1277[label="primCmpChar (Char vwx90) (Char vwx100)",fontsize=16,color="black",shape="box"];1277 -> 1367[label="",style="solid", color="black", weight=3]; 20.04/7.65 1278[label="vwx100",fontsize=16,color="green",shape="box"];1279[label="vwx90",fontsize=16,color="green",shape="box"];1280[label="vwx100",fontsize=16,color="green",shape="box"];1281[label="vwx90",fontsize=16,color="green",shape="box"];1282[label="vwx100",fontsize=16,color="green",shape="box"];1283[label="vwx90",fontsize=16,color="green",shape="box"];1284[label="vwx100",fontsize=16,color="green",shape="box"];1285[label="vwx90",fontsize=16,color="green",shape="box"];1286[label="vwx100",fontsize=16,color="green",shape="box"];1287[label="vwx90",fontsize=16,color="green",shape="box"];1288[label="vwx100",fontsize=16,color="green",shape="box"];1289[label="vwx90",fontsize=16,color="green",shape="box"];1290[label="vwx100",fontsize=16,color="green",shape="box"];1291[label="vwx90",fontsize=16,color="green",shape="box"];1292[label="vwx100",fontsize=16,color="green",shape="box"];1293[label="vwx90",fontsize=16,color="green",shape="box"];1294[label="vwx100",fontsize=16,color="green",shape="box"];1295[label="vwx90",fontsize=16,color="green",shape="box"];1296[label="vwx100",fontsize=16,color="green",shape="box"];1297[label="vwx90",fontsize=16,color="green",shape="box"];1298[label="vwx100",fontsize=16,color="green",shape="box"];1299[label="vwx90",fontsize=16,color="green",shape="box"];1300[label="vwx100",fontsize=16,color="green",shape="box"];1301[label="vwx90",fontsize=16,color="green",shape="box"];1302[label="vwx100",fontsize=16,color="green",shape="box"];1303[label="vwx90",fontsize=16,color="green",shape="box"];1304[label="vwx100",fontsize=16,color="green",shape="box"];1305[label="vwx90",fontsize=16,color="green",shape="box"];1306[label="vwx91 == vwx101",fontsize=16,color="blue",shape="box"];2277[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1306 -> 2277[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2277 -> 1368[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2278[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1306 -> 2278[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2278 -> 1369[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2279[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1306 -> 2279[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2279 -> 1370[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2280[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1306 -> 2280[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2280 -> 1371[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2281[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1306 -> 2281[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2281 -> 1372[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2282[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1306 -> 2282[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2282 -> 1373[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2283[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1306 -> 2283[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2283 -> 1374[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2284[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1306 -> 2284[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2284 -> 1375[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2285[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1306 -> 2285[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2285 -> 1376[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2286[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1306 -> 2286[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2286 -> 1377[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2287[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1306 -> 2287[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2287 -> 1378[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2288[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1306 -> 2288[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2288 -> 1379[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2289[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1306 -> 2289[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2289 -> 1380[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2290[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1306 -> 2290[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2290 -> 1381[label="",style="solid", color="blue", weight=3]; 20.04/7.65 1307[label="vwx92 <= vwx102",fontsize=16,color="blue",shape="box"];2291[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1307 -> 2291[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2291 -> 1382[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2292[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1307 -> 2292[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2292 -> 1383[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2293[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1307 -> 2293[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2293 -> 1384[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2294[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1307 -> 2294[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2294 -> 1385[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2295[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1307 -> 2295[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2295 -> 1386[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2296[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1307 -> 2296[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2296 -> 1387[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2297[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1307 -> 2297[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2297 -> 1388[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2298[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1307 -> 2298[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2298 -> 1389[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2299[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1307 -> 2299[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2299 -> 1390[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2300[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1307 -> 2300[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2300 -> 1391[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2301[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1307 -> 2301[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2301 -> 1392[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2302[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1307 -> 2302[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2302 -> 1393[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2303[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1307 -> 2303[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2303 -> 1394[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2304[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1307 -> 2304[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2304 -> 1395[label="",style="solid", color="blue", weight=3]; 20.04/7.65 1308 -> 947[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1308[label="vwx91 < vwx101",fontsize=16,color="magenta"];1308 -> 1396[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1308 -> 1397[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1309 -> 948[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1309[label="vwx91 < vwx101",fontsize=16,color="magenta"];1309 -> 1398[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1309 -> 1399[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1310 -> 949[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1310[label="vwx91 < vwx101",fontsize=16,color="magenta"];1310 -> 1400[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1310 -> 1401[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1311 -> 950[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1311[label="vwx91 < vwx101",fontsize=16,color="magenta"];1311 -> 1402[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1311 -> 1403[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1312 -> 951[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1312[label="vwx91 < vwx101",fontsize=16,color="magenta"];1312 -> 1404[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1312 -> 1405[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1313 -> 952[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1313[label="vwx91 < vwx101",fontsize=16,color="magenta"];1313 -> 1406[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1313 -> 1407[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1314 -> 953[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1314[label="vwx91 < vwx101",fontsize=16,color="magenta"];1314 -> 1408[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1314 -> 1409[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1315 -> 954[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1315[label="vwx91 < vwx101",fontsize=16,color="magenta"];1315 -> 1410[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1315 -> 1411[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1316 -> 955[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1316[label="vwx91 < vwx101",fontsize=16,color="magenta"];1316 -> 1412[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1316 -> 1413[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1317 -> 956[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1317[label="vwx91 < vwx101",fontsize=16,color="magenta"];1317 -> 1414[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1317 -> 1415[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1318 -> 957[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1318[label="vwx91 < vwx101",fontsize=16,color="magenta"];1318 -> 1416[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1318 -> 1417[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1319 -> 958[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1319[label="vwx91 < vwx101",fontsize=16,color="magenta"];1319 -> 1418[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1319 -> 1419[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1320 -> 959[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1320[label="vwx91 < vwx101",fontsize=16,color="magenta"];1320 -> 1420[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1320 -> 1421[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1321 -> 960[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1321[label="vwx91 < vwx101",fontsize=16,color="magenta"];1321 -> 1422[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1321 -> 1423[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1322[label="primCmpDouble (Double vwx90 (Pos vwx910)) vwx10",fontsize=16,color="burlywood",shape="box"];2305[label="vwx10/Double vwx100 vwx101",fontsize=10,color="white",style="solid",shape="box"];1322 -> 2305[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2305 -> 1424[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 1323[label="primCmpDouble (Double vwx90 (Neg vwx910)) vwx10",fontsize=16,color="burlywood",shape="box"];2306[label="vwx10/Double vwx100 vwx101",fontsize=10,color="white",style="solid",shape="box"];1323 -> 2306[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2306 -> 1425[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 1324[label="primMulNat (Succ vwx30100) (Succ vwx40000)",fontsize=16,color="black",shape="box"];1324 -> 1426[label="",style="solid", color="black", weight=3]; 20.04/7.65 1325[label="primMulNat (Succ vwx30100) Zero",fontsize=16,color="black",shape="box"];1325 -> 1427[label="",style="solid", color="black", weight=3]; 20.04/7.65 1326[label="primMulNat Zero (Succ vwx40000)",fontsize=16,color="black",shape="box"];1326 -> 1428[label="",style="solid", color="black", weight=3]; 20.04/7.65 1327[label="primMulNat Zero Zero",fontsize=16,color="black",shape="box"];1327 -> 1429[label="",style="solid", color="black", weight=3]; 20.04/7.65 1328[label="primCmpFloat (Float vwx90 (Pos vwx910)) (Float vwx100 vwx101)",fontsize=16,color="burlywood",shape="box"];2307[label="vwx101/Pos vwx1010",fontsize=10,color="white",style="solid",shape="box"];1328 -> 2307[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2307 -> 1430[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 2308[label="vwx101/Neg vwx1010",fontsize=10,color="white",style="solid",shape="box"];1328 -> 2308[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2308 -> 1431[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 1329[label="primCmpFloat (Float vwx90 (Neg vwx910)) (Float vwx100 vwx101)",fontsize=16,color="burlywood",shape="box"];2309[label="vwx101/Pos vwx1010",fontsize=10,color="white",style="solid",shape="box"];1329 -> 2309[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2309 -> 1432[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 2310[label="vwx101/Neg vwx1010",fontsize=10,color="white",style="solid",shape="box"];1329 -> 2310[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2310 -> 1433[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 1330[label="primCmpInt (Pos (Succ vwx900)) (Pos vwx100)",fontsize=16,color="black",shape="box"];1330 -> 1434[label="",style="solid", color="black", weight=3]; 20.04/7.65 1331[label="primCmpInt (Pos (Succ vwx900)) (Neg vwx100)",fontsize=16,color="black",shape="box"];1331 -> 1435[label="",style="solid", color="black", weight=3]; 20.04/7.65 1332[label="primCmpInt (Pos Zero) (Pos vwx100)",fontsize=16,color="burlywood",shape="box"];2311[label="vwx100/Succ vwx1000",fontsize=10,color="white",style="solid",shape="box"];1332 -> 2311[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2311 -> 1436[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 2312[label="vwx100/Zero",fontsize=10,color="white",style="solid",shape="box"];1332 -> 2312[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2312 -> 1437[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 1333[label="primCmpInt (Pos Zero) (Neg vwx100)",fontsize=16,color="burlywood",shape="box"];2313[label="vwx100/Succ vwx1000",fontsize=10,color="white",style="solid",shape="box"];1333 -> 2313[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2313 -> 1438[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 2314[label="vwx100/Zero",fontsize=10,color="white",style="solid",shape="box"];1333 -> 2314[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2314 -> 1439[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 1334[label="primCmpInt (Neg (Succ vwx900)) (Pos vwx100)",fontsize=16,color="black",shape="box"];1334 -> 1440[label="",style="solid", color="black", weight=3]; 20.04/7.65 1335[label="primCmpInt (Neg (Succ vwx900)) (Neg vwx100)",fontsize=16,color="black",shape="box"];1335 -> 1441[label="",style="solid", color="black", weight=3]; 20.04/7.65 1336[label="primCmpInt (Neg Zero) (Pos vwx100)",fontsize=16,color="burlywood",shape="box"];2315[label="vwx100/Succ vwx1000",fontsize=10,color="white",style="solid",shape="box"];1336 -> 2315[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2315 -> 1442[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 2316[label="vwx100/Zero",fontsize=10,color="white",style="solid",shape="box"];1336 -> 2316[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2316 -> 1443[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 1337[label="primCmpInt (Neg Zero) (Neg vwx100)",fontsize=16,color="burlywood",shape="box"];2317[label="vwx100/Succ vwx1000",fontsize=10,color="white",style="solid",shape="box"];1337 -> 2317[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2317 -> 1444[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 2318[label="vwx100/Zero",fontsize=10,color="white",style="solid",shape="box"];1337 -> 2318[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2318 -> 1445[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 1338[label="vwx100",fontsize=16,color="green",shape="box"];1339[label="vwx90",fontsize=16,color="green",shape="box"];1340[label="compare3 vwx90 vwx100",fontsize=16,color="black",shape="box"];1340 -> 1446[label="",style="solid", color="black", weight=3]; 20.04/7.65 1341[label="vwx100",fontsize=16,color="green",shape="box"];1342[label="vwx90",fontsize=16,color="green",shape="box"];1343[label="compare3 vwx90 vwx100",fontsize=16,color="black",shape="box"];1343 -> 1447[label="",style="solid", color="black", weight=3]; 20.04/7.65 1344[label="vwx100",fontsize=16,color="green",shape="box"];1345[label="vwx90",fontsize=16,color="green",shape="box"];1346[label="vwx90",fontsize=16,color="green",shape="box"];1347[label="vwx100",fontsize=16,color="green",shape="box"];1348[label="vwx100",fontsize=16,color="green",shape="box"];1349[label="vwx90",fontsize=16,color="green",shape="box"];1350[label="vwx100",fontsize=16,color="green",shape="box"];1351[label="vwx90",fontsize=16,color="green",shape="box"];1352[label="compare3 vwx90 vwx100",fontsize=16,color="black",shape="box"];1352 -> 1448[label="",style="solid", color="black", weight=3]; 20.04/7.65 1353[label="vwx100",fontsize=16,color="green",shape="box"];1354[label="vwx90",fontsize=16,color="green",shape="box"];1355[label="vwx100",fontsize=16,color="green",shape="box"];1356[label="vwx90",fontsize=16,color="green",shape="box"];1357[label="compare3 vwx90 vwx100",fontsize=16,color="black",shape="box"];1357 -> 1449[label="",style="solid", color="black", weight=3]; 20.04/7.65 1358[label="compare3 vwx90 vwx100",fontsize=16,color="black",shape="box"];1358 -> 1450[label="",style="solid", color="black", weight=3]; 20.04/7.65 1359[label="vwx100",fontsize=16,color="green",shape="box"];1360[label="vwx90",fontsize=16,color="green",shape="box"];1361 -> 868[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1361[label="compare (vwx90 * vwx101) (vwx100 * vwx91)",fontsize=16,color="magenta"];1361 -> 1451[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1361 -> 1452[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1362 -> 874[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1362[label="compare (vwx90 * vwx101) (vwx100 * vwx91)",fontsize=16,color="magenta"];1362 -> 1453[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1362 -> 1454[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1363[label="vwx100",fontsize=16,color="green",shape="box"];1364[label="vwx90",fontsize=16,color="green",shape="box"];1366 -> 876[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1366[label="compare vwx91 vwx101",fontsize=16,color="magenta"];1366 -> 1455[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1366 -> 1456[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1365[label="primCompAux vwx90 vwx100 vwx53",fontsize=16,color="black",shape="triangle"];1365 -> 1457[label="",style="solid", color="black", weight=3]; 20.04/7.65 1367[label="primCmpNat vwx90 vwx100",fontsize=16,color="burlywood",shape="triangle"];2319[label="vwx90/Succ vwx900",fontsize=10,color="white",style="solid",shape="box"];1367 -> 2319[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2319 -> 1458[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 2320[label="vwx90/Zero",fontsize=10,color="white",style="solid",shape="box"];1367 -> 2320[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2320 -> 1459[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 1368 -> 33[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1368[label="vwx91 == vwx101",fontsize=16,color="magenta"];1368 -> 1460[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1368 -> 1461[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1369 -> 30[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1369[label="vwx91 == vwx101",fontsize=16,color="magenta"];1369 -> 1462[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1369 -> 1463[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1370 -> 32[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1370[label="vwx91 == vwx101",fontsize=16,color="magenta"];1370 -> 1464[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1370 -> 1465[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1371 -> 34[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1371[label="vwx91 == vwx101",fontsize=16,color="magenta"];1371 -> 1466[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1371 -> 1467[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1372 -> 37[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1372[label="vwx91 == vwx101",fontsize=16,color="magenta"];1372 -> 1468[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1372 -> 1469[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1373 -> 27[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1373[label="vwx91 == vwx101",fontsize=16,color="magenta"];1373 -> 1470[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1373 -> 1471[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1374 -> 28[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1374[label="vwx91 == vwx101",fontsize=16,color="magenta"];1374 -> 1472[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1374 -> 1473[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1375 -> 31[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1375[label="vwx91 == vwx101",fontsize=16,color="magenta"];1375 -> 1474[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1375 -> 1475[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1376 -> 35[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1376[label="vwx91 == vwx101",fontsize=16,color="magenta"];1376 -> 1476[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1376 -> 1477[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1377 -> 29[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1377[label="vwx91 == vwx101",fontsize=16,color="magenta"];1377 -> 1478[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1377 -> 1479[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1378 -> 40[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1378[label="vwx91 == vwx101",fontsize=16,color="magenta"];1378 -> 1480[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1378 -> 1481[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1379 -> 38[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1379[label="vwx91 == vwx101",fontsize=16,color="magenta"];1379 -> 1482[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1379 -> 1483[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1380 -> 36[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1380[label="vwx91 == vwx101",fontsize=16,color="magenta"];1380 -> 1484[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1380 -> 1485[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1381 -> 39[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1381[label="vwx91 == vwx101",fontsize=16,color="magenta"];1381 -> 1486[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1381 -> 1487[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1382 -> 287[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1382[label="vwx92 <= vwx102",fontsize=16,color="magenta"];1382 -> 1488[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1382 -> 1489[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1383 -> 288[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1383[label="vwx92 <= vwx102",fontsize=16,color="magenta"];1383 -> 1490[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1383 -> 1491[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1384 -> 289[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1384[label="vwx92 <= vwx102",fontsize=16,color="magenta"];1384 -> 1492[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1384 -> 1493[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1385 -> 290[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1385[label="vwx92 <= vwx102",fontsize=16,color="magenta"];1385 -> 1494[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1385 -> 1495[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1386 -> 291[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1386[label="vwx92 <= vwx102",fontsize=16,color="magenta"];1386 -> 1496[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1386 -> 1497[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1387 -> 292[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1387[label="vwx92 <= vwx102",fontsize=16,color="magenta"];1387 -> 1498[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1387 -> 1499[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1388 -> 293[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1388[label="vwx92 <= vwx102",fontsize=16,color="magenta"];1388 -> 1500[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1388 -> 1501[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1389 -> 294[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1389[label="vwx92 <= vwx102",fontsize=16,color="magenta"];1389 -> 1502[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1389 -> 1503[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1390 -> 295[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1390[label="vwx92 <= vwx102",fontsize=16,color="magenta"];1390 -> 1504[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1390 -> 1505[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1391 -> 296[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1391[label="vwx92 <= vwx102",fontsize=16,color="magenta"];1391 -> 1506[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1391 -> 1507[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1392 -> 297[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1392[label="vwx92 <= vwx102",fontsize=16,color="magenta"];1392 -> 1508[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1392 -> 1509[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1393 -> 298[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1393[label="vwx92 <= vwx102",fontsize=16,color="magenta"];1393 -> 1510[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1393 -> 1511[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1394 -> 299[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1394[label="vwx92 <= vwx102",fontsize=16,color="magenta"];1394 -> 1512[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1394 -> 1513[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1395 -> 300[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1395[label="vwx92 <= vwx102",fontsize=16,color="magenta"];1395 -> 1514[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1395 -> 1515[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1396[label="vwx101",fontsize=16,color="green",shape="box"];1397[label="vwx91",fontsize=16,color="green",shape="box"];1398[label="vwx101",fontsize=16,color="green",shape="box"];1399[label="vwx91",fontsize=16,color="green",shape="box"];1400[label="vwx101",fontsize=16,color="green",shape="box"];1401[label="vwx91",fontsize=16,color="green",shape="box"];1402[label="vwx101",fontsize=16,color="green",shape="box"];1403[label="vwx91",fontsize=16,color="green",shape="box"];1404[label="vwx101",fontsize=16,color="green",shape="box"];1405[label="vwx91",fontsize=16,color="green",shape="box"];1406[label="vwx101",fontsize=16,color="green",shape="box"];1407[label="vwx91",fontsize=16,color="green",shape="box"];1408[label="vwx101",fontsize=16,color="green",shape="box"];1409[label="vwx91",fontsize=16,color="green",shape="box"];1410[label="vwx101",fontsize=16,color="green",shape="box"];1411[label="vwx91",fontsize=16,color="green",shape="box"];1412[label="vwx101",fontsize=16,color="green",shape="box"];1413[label="vwx91",fontsize=16,color="green",shape="box"];1414[label="vwx101",fontsize=16,color="green",shape="box"];1415[label="vwx91",fontsize=16,color="green",shape="box"];1416[label="vwx101",fontsize=16,color="green",shape="box"];1417[label="vwx91",fontsize=16,color="green",shape="box"];1418[label="vwx101",fontsize=16,color="green",shape="box"];1419[label="vwx91",fontsize=16,color="green",shape="box"];1420[label="vwx101",fontsize=16,color="green",shape="box"];1421[label="vwx91",fontsize=16,color="green",shape="box"];1422[label="vwx101",fontsize=16,color="green",shape="box"];1423[label="vwx91",fontsize=16,color="green",shape="box"];1424[label="primCmpDouble (Double vwx90 (Pos vwx910)) (Double vwx100 vwx101)",fontsize=16,color="burlywood",shape="box"];2321[label="vwx101/Pos vwx1010",fontsize=10,color="white",style="solid",shape="box"];1424 -> 2321[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2321 -> 1516[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 2322[label="vwx101/Neg vwx1010",fontsize=10,color="white",style="solid",shape="box"];1424 -> 2322[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2322 -> 1517[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 1425[label="primCmpDouble (Double vwx90 (Neg vwx910)) (Double vwx100 vwx101)",fontsize=16,color="burlywood",shape="box"];2323[label="vwx101/Pos vwx1010",fontsize=10,color="white",style="solid",shape="box"];1425 -> 2323[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2323 -> 1518[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 2324[label="vwx101/Neg vwx1010",fontsize=10,color="white",style="solid",shape="box"];1425 -> 2324[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2324 -> 1519[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 1426 -> 1520[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1426[label="primPlusNat (primMulNat vwx30100 (Succ vwx40000)) (Succ vwx40000)",fontsize=16,color="magenta"];1426 -> 1521[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1427[label="Zero",fontsize=16,color="green",shape="box"];1428[label="Zero",fontsize=16,color="green",shape="box"];1429[label="Zero",fontsize=16,color="green",shape="box"];1430[label="primCmpFloat (Float vwx90 (Pos vwx910)) (Float vwx100 (Pos vwx1010))",fontsize=16,color="black",shape="box"];1430 -> 1522[label="",style="solid", color="black", weight=3]; 20.04/7.65 1431[label="primCmpFloat (Float vwx90 (Pos vwx910)) (Float vwx100 (Neg vwx1010))",fontsize=16,color="black",shape="box"];1431 -> 1523[label="",style="solid", color="black", weight=3]; 20.04/7.65 1432[label="primCmpFloat (Float vwx90 (Neg vwx910)) (Float vwx100 (Pos vwx1010))",fontsize=16,color="black",shape="box"];1432 -> 1524[label="",style="solid", color="black", weight=3]; 20.04/7.65 1433[label="primCmpFloat (Float vwx90 (Neg vwx910)) (Float vwx100 (Neg vwx1010))",fontsize=16,color="black",shape="box"];1433 -> 1525[label="",style="solid", color="black", weight=3]; 20.04/7.65 1434 -> 1367[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1434[label="primCmpNat (Succ vwx900) vwx100",fontsize=16,color="magenta"];1434 -> 1526[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1434 -> 1527[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1435[label="GT",fontsize=16,color="green",shape="box"];1436[label="primCmpInt (Pos Zero) (Pos (Succ vwx1000))",fontsize=16,color="black",shape="box"];1436 -> 1528[label="",style="solid", color="black", weight=3]; 20.04/7.65 1437[label="primCmpInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];1437 -> 1529[label="",style="solid", color="black", weight=3]; 20.04/7.65 1438[label="primCmpInt (Pos Zero) (Neg (Succ vwx1000))",fontsize=16,color="black",shape="box"];1438 -> 1530[label="",style="solid", color="black", weight=3]; 20.04/7.65 1439[label="primCmpInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];1439 -> 1531[label="",style="solid", color="black", weight=3]; 20.04/7.65 1440[label="LT",fontsize=16,color="green",shape="box"];1441 -> 1367[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1441[label="primCmpNat vwx100 (Succ vwx900)",fontsize=16,color="magenta"];1441 -> 1532[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1441 -> 1533[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1442[label="primCmpInt (Neg Zero) (Pos (Succ vwx1000))",fontsize=16,color="black",shape="box"];1442 -> 1534[label="",style="solid", color="black", weight=3]; 20.04/7.65 1443[label="primCmpInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];1443 -> 1535[label="",style="solid", color="black", weight=3]; 20.04/7.65 1444[label="primCmpInt (Neg Zero) (Neg (Succ vwx1000))",fontsize=16,color="black",shape="box"];1444 -> 1536[label="",style="solid", color="black", weight=3]; 20.04/7.65 1445[label="primCmpInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];1445 -> 1537[label="",style="solid", color="black", weight=3]; 20.04/7.65 1446 -> 1538[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1446[label="compare2 vwx90 vwx100 (vwx90 == vwx100)",fontsize=16,color="magenta"];1446 -> 1539[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1447 -> 1540[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1447[label="compare2 vwx90 vwx100 (vwx90 == vwx100)",fontsize=16,color="magenta"];1447 -> 1541[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1448 -> 1542[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1448[label="compare2 vwx90 vwx100 (vwx90 == vwx100)",fontsize=16,color="magenta"];1448 -> 1543[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1449 -> 1544[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1449[label="compare2 vwx90 vwx100 (vwx90 == vwx100)",fontsize=16,color="magenta"];1449 -> 1545[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1450 -> 1546[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1450[label="compare2 vwx90 vwx100 (vwx90 == vwx100)",fontsize=16,color="magenta"];1450 -> 1547[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1451 -> 426[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1451[label="vwx100 * vwx91",fontsize=16,color="magenta"];1451 -> 1548[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1451 -> 1549[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1452 -> 426[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1452[label="vwx90 * vwx101",fontsize=16,color="magenta"];1452 -> 1550[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1452 -> 1551[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1453[label="vwx100 * vwx91",fontsize=16,color="burlywood",shape="triangle"];2325[label="vwx100/Integer vwx1000",fontsize=10,color="white",style="solid",shape="box"];1453 -> 2325[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2325 -> 1552[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 1454 -> 1453[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1454[label="vwx90 * vwx101",fontsize=16,color="magenta"];1454 -> 1553[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1454 -> 1554[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1455[label="vwx101",fontsize=16,color="green",shape="box"];1456[label="vwx91",fontsize=16,color="green",shape="box"];1457 -> 1555[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1457[label="primCompAux0 vwx53 (compare vwx90 vwx100)",fontsize=16,color="magenta"];1457 -> 1556[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1457 -> 1557[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1458[label="primCmpNat (Succ vwx900) vwx100",fontsize=16,color="burlywood",shape="box"];2326[label="vwx100/Succ vwx1000",fontsize=10,color="white",style="solid",shape="box"];1458 -> 2326[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2326 -> 1558[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 2327[label="vwx100/Zero",fontsize=10,color="white",style="solid",shape="box"];1458 -> 2327[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2327 -> 1559[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 1459[label="primCmpNat Zero vwx100",fontsize=16,color="burlywood",shape="box"];2328[label="vwx100/Succ vwx1000",fontsize=10,color="white",style="solid",shape="box"];1459 -> 2328[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2328 -> 1560[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 2329[label="vwx100/Zero",fontsize=10,color="white",style="solid",shape="box"];1459 -> 2329[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2329 -> 1561[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 1460[label="vwx101",fontsize=16,color="green",shape="box"];1461[label="vwx91",fontsize=16,color="green",shape="box"];1462[label="vwx101",fontsize=16,color="green",shape="box"];1463[label="vwx91",fontsize=16,color="green",shape="box"];1464[label="vwx101",fontsize=16,color="green",shape="box"];1465[label="vwx91",fontsize=16,color="green",shape="box"];1466[label="vwx101",fontsize=16,color="green",shape="box"];1467[label="vwx91",fontsize=16,color="green",shape="box"];1468[label="vwx101",fontsize=16,color="green",shape="box"];1469[label="vwx91",fontsize=16,color="green",shape="box"];1470[label="vwx101",fontsize=16,color="green",shape="box"];1471[label="vwx91",fontsize=16,color="green",shape="box"];1472[label="vwx101",fontsize=16,color="green",shape="box"];1473[label="vwx91",fontsize=16,color="green",shape="box"];1474[label="vwx101",fontsize=16,color="green",shape="box"];1475[label="vwx91",fontsize=16,color="green",shape="box"];1476[label="vwx101",fontsize=16,color="green",shape="box"];1477[label="vwx91",fontsize=16,color="green",shape="box"];1478[label="vwx101",fontsize=16,color="green",shape="box"];1479[label="vwx91",fontsize=16,color="green",shape="box"];1480[label="vwx101",fontsize=16,color="green",shape="box"];1481[label="vwx91",fontsize=16,color="green",shape="box"];1482[label="vwx101",fontsize=16,color="green",shape="box"];1483[label="vwx91",fontsize=16,color="green",shape="box"];1484[label="vwx101",fontsize=16,color="green",shape="box"];1485[label="vwx91",fontsize=16,color="green",shape="box"];1486[label="vwx101",fontsize=16,color="green",shape="box"];1487[label="vwx91",fontsize=16,color="green",shape="box"];1488[label="vwx102",fontsize=16,color="green",shape="box"];1489[label="vwx92",fontsize=16,color="green",shape="box"];1490[label="vwx102",fontsize=16,color="green",shape="box"];1491[label="vwx92",fontsize=16,color="green",shape="box"];1492[label="vwx102",fontsize=16,color="green",shape="box"];1493[label="vwx92",fontsize=16,color="green",shape="box"];1494[label="vwx102",fontsize=16,color="green",shape="box"];1495[label="vwx92",fontsize=16,color="green",shape="box"];1496[label="vwx102",fontsize=16,color="green",shape="box"];1497[label="vwx92",fontsize=16,color="green",shape="box"];1498[label="vwx102",fontsize=16,color="green",shape="box"];1499[label="vwx92",fontsize=16,color="green",shape="box"];1500[label="vwx102",fontsize=16,color="green",shape="box"];1501[label="vwx92",fontsize=16,color="green",shape="box"];1502[label="vwx102",fontsize=16,color="green",shape="box"];1503[label="vwx92",fontsize=16,color="green",shape="box"];1504[label="vwx102",fontsize=16,color="green",shape="box"];1505[label="vwx92",fontsize=16,color="green",shape="box"];1506[label="vwx102",fontsize=16,color="green",shape="box"];1507[label="vwx92",fontsize=16,color="green",shape="box"];1508[label="vwx102",fontsize=16,color="green",shape="box"];1509[label="vwx92",fontsize=16,color="green",shape="box"];1510[label="vwx102",fontsize=16,color="green",shape="box"];1511[label="vwx92",fontsize=16,color="green",shape="box"];1512[label="vwx102",fontsize=16,color="green",shape="box"];1513[label="vwx92",fontsize=16,color="green",shape="box"];1514[label="vwx102",fontsize=16,color="green",shape="box"];1515[label="vwx92",fontsize=16,color="green",shape="box"];1516[label="primCmpDouble (Double vwx90 (Pos vwx910)) (Double vwx100 (Pos vwx1010))",fontsize=16,color="black",shape="box"];1516 -> 1562[label="",style="solid", color="black", weight=3]; 20.04/7.65 1517[label="primCmpDouble (Double vwx90 (Pos vwx910)) (Double vwx100 (Neg vwx1010))",fontsize=16,color="black",shape="box"];1517 -> 1563[label="",style="solid", color="black", weight=3]; 20.04/7.65 1518[label="primCmpDouble (Double vwx90 (Neg vwx910)) (Double vwx100 (Pos vwx1010))",fontsize=16,color="black",shape="box"];1518 -> 1564[label="",style="solid", color="black", weight=3]; 20.04/7.65 1519[label="primCmpDouble (Double vwx90 (Neg vwx910)) (Double vwx100 (Neg vwx1010))",fontsize=16,color="black",shape="box"];1519 -> 1565[label="",style="solid", color="black", weight=3]; 20.04/7.65 1521 -> 1070[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1521[label="primMulNat vwx30100 (Succ vwx40000)",fontsize=16,color="magenta"];1521 -> 1566[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1521 -> 1567[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1520[label="primPlusNat vwx54 (Succ vwx40000)",fontsize=16,color="burlywood",shape="triangle"];2330[label="vwx54/Succ vwx540",fontsize=10,color="white",style="solid",shape="box"];1520 -> 2330[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2330 -> 1568[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 2331[label="vwx54/Zero",fontsize=10,color="white",style="solid",shape="box"];1520 -> 2331[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2331 -> 1569[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 1522 -> 868[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1522[label="compare (vwx90 * Pos vwx1010) (Pos vwx910 * vwx100)",fontsize=16,color="magenta"];1522 -> 1570[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1522 -> 1571[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1523 -> 868[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1523[label="compare (vwx90 * Pos vwx1010) (Neg vwx910 * vwx100)",fontsize=16,color="magenta"];1523 -> 1572[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1523 -> 1573[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1524 -> 868[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1524[label="compare (vwx90 * Neg vwx1010) (Pos vwx910 * vwx100)",fontsize=16,color="magenta"];1524 -> 1574[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1524 -> 1575[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1525 -> 868[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1525[label="compare (vwx90 * Neg vwx1010) (Neg vwx910 * vwx100)",fontsize=16,color="magenta"];1525 -> 1576[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1525 -> 1577[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1526[label="vwx100",fontsize=16,color="green",shape="box"];1527[label="Succ vwx900",fontsize=16,color="green",shape="box"];1528 -> 1367[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1528[label="primCmpNat Zero (Succ vwx1000)",fontsize=16,color="magenta"];1528 -> 1578[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1528 -> 1579[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1529[label="EQ",fontsize=16,color="green",shape="box"];1530[label="GT",fontsize=16,color="green",shape="box"];1531[label="EQ",fontsize=16,color="green",shape="box"];1532[label="Succ vwx900",fontsize=16,color="green",shape="box"];1533[label="vwx100",fontsize=16,color="green",shape="box"];1534[label="LT",fontsize=16,color="green",shape="box"];1535[label="EQ",fontsize=16,color="green",shape="box"];1536 -> 1367[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1536[label="primCmpNat (Succ vwx1000) Zero",fontsize=16,color="magenta"];1536 -> 1580[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1536 -> 1581[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1537[label="EQ",fontsize=16,color="green",shape="box"];1539 -> 30[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1539[label="vwx90 == vwx100",fontsize=16,color="magenta"];1539 -> 1582[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1539 -> 1583[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1538[label="compare2 vwx90 vwx100 vwx55",fontsize=16,color="burlywood",shape="triangle"];2332[label="vwx55/False",fontsize=10,color="white",style="solid",shape="box"];1538 -> 2332[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2332 -> 1584[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 2333[label="vwx55/True",fontsize=10,color="white",style="solid",shape="box"];1538 -> 2333[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2333 -> 1585[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 1541 -> 34[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1541[label="vwx90 == vwx100",fontsize=16,color="magenta"];1541 -> 1586[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1541 -> 1587[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1540[label="compare2 vwx90 vwx100 vwx56",fontsize=16,color="burlywood",shape="triangle"];2334[label="vwx56/False",fontsize=10,color="white",style="solid",shape="box"];1540 -> 2334[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2334 -> 1588[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 2335[label="vwx56/True",fontsize=10,color="white",style="solid",shape="box"];1540 -> 2335[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2335 -> 1589[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 1543 -> 35[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1543[label="vwx90 == vwx100",fontsize=16,color="magenta"];1543 -> 1590[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1543 -> 1591[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1542[label="compare2 vwx90 vwx100 vwx57",fontsize=16,color="burlywood",shape="triangle"];2336[label="vwx57/False",fontsize=10,color="white",style="solid",shape="box"];1542 -> 2336[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2336 -> 1592[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 2337[label="vwx57/True",fontsize=10,color="white",style="solid",shape="box"];1542 -> 2337[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2337 -> 1593[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 1545 -> 38[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1545[label="vwx90 == vwx100",fontsize=16,color="magenta"];1545 -> 1594[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1545 -> 1595[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1544[label="compare2 vwx90 vwx100 vwx58",fontsize=16,color="burlywood",shape="triangle"];2338[label="vwx58/False",fontsize=10,color="white",style="solid",shape="box"];1544 -> 2338[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2338 -> 1596[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 2339[label="vwx58/True",fontsize=10,color="white",style="solid",shape="box"];1544 -> 2339[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2339 -> 1597[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 1547 -> 36[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1547[label="vwx90 == vwx100",fontsize=16,color="magenta"];1547 -> 1598[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1547 -> 1599[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1546[label="compare2 vwx90 vwx100 vwx59",fontsize=16,color="burlywood",shape="triangle"];2340[label="vwx59/False",fontsize=10,color="white",style="solid",shape="box"];1546 -> 2340[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2340 -> 1600[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 2341[label="vwx59/True",fontsize=10,color="white",style="solid",shape="box"];1546 -> 2341[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2341 -> 1601[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 1548[label="vwx100",fontsize=16,color="green",shape="box"];1549[label="vwx91",fontsize=16,color="green",shape="box"];1550[label="vwx90",fontsize=16,color="green",shape="box"];1551[label="vwx101",fontsize=16,color="green",shape="box"];1552[label="Integer vwx1000 * vwx91",fontsize=16,color="burlywood",shape="box"];2342[label="vwx91/Integer vwx910",fontsize=10,color="white",style="solid",shape="box"];1552 -> 2342[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2342 -> 1602[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 1553[label="vwx90",fontsize=16,color="green",shape="box"];1554[label="vwx101",fontsize=16,color="green",shape="box"];1556[label="vwx53",fontsize=16,color="green",shape="box"];1557[label="compare vwx90 vwx100",fontsize=16,color="blue",shape="box"];2343[label="compare :: Float -> Float -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1557 -> 2343[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2343 -> 1603[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2344[label="compare :: Bool -> Bool -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1557 -> 2344[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2344 -> 1604[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2345[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1557 -> 2345[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2345 -> 1605[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2346[label="compare :: ((@2) a b) -> ((@2) a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1557 -> 2346[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2346 -> 1606[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2347[label="compare :: () -> () -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1557 -> 2347[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2347 -> 1607[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2348[label="compare :: (Either a b) -> (Either a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1557 -> 2348[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2348 -> 1608[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2349[label="compare :: (Ratio a) -> (Ratio a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1557 -> 2349[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2349 -> 1609[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2350[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1557 -> 2350[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2350 -> 1610[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2351[label="compare :: Ordering -> Ordering -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1557 -> 2351[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2351 -> 1611[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2352[label="compare :: ([] a) -> ([] a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1557 -> 2352[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2352 -> 1612[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2353[label="compare :: Char -> Char -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1557 -> 2353[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2353 -> 1613[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2354[label="compare :: (Maybe a) -> (Maybe a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1557 -> 2354[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2354 -> 1614[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2355[label="compare :: ((@3) a b c) -> ((@3) a b c) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1557 -> 2355[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2355 -> 1615[label="",style="solid", color="blue", weight=3]; 20.04/7.65 2356[label="compare :: Double -> Double -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1557 -> 2356[label="",style="solid", color="blue", weight=9]; 20.04/7.65 2356 -> 1616[label="",style="solid", color="blue", weight=3]; 20.04/7.65 1555[label="primCompAux0 vwx63 vwx64",fontsize=16,color="burlywood",shape="triangle"];2357[label="vwx64/LT",fontsize=10,color="white",style="solid",shape="box"];1555 -> 2357[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2357 -> 1617[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 2358[label="vwx64/EQ",fontsize=10,color="white",style="solid",shape="box"];1555 -> 2358[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2358 -> 1618[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 2359[label="vwx64/GT",fontsize=10,color="white",style="solid",shape="box"];1555 -> 2359[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2359 -> 1619[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 1558[label="primCmpNat (Succ vwx900) (Succ vwx1000)",fontsize=16,color="black",shape="box"];1558 -> 1620[label="",style="solid", color="black", weight=3]; 20.04/7.65 1559[label="primCmpNat (Succ vwx900) Zero",fontsize=16,color="black",shape="box"];1559 -> 1621[label="",style="solid", color="black", weight=3]; 20.04/7.65 1560[label="primCmpNat Zero (Succ vwx1000)",fontsize=16,color="black",shape="box"];1560 -> 1622[label="",style="solid", color="black", weight=3]; 20.04/7.65 1561[label="primCmpNat Zero Zero",fontsize=16,color="black",shape="box"];1561 -> 1623[label="",style="solid", color="black", weight=3]; 20.04/7.65 1562 -> 868[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1562[label="compare (vwx90 * Pos vwx1010) (Pos vwx910 * vwx100)",fontsize=16,color="magenta"];1562 -> 1624[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1562 -> 1625[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1563 -> 868[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1563[label="compare (vwx90 * Pos vwx1010) (Neg vwx910 * vwx100)",fontsize=16,color="magenta"];1563 -> 1626[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1563 -> 1627[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1564 -> 868[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1564[label="compare (vwx90 * Neg vwx1010) (Pos vwx910 * vwx100)",fontsize=16,color="magenta"];1564 -> 1628[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1564 -> 1629[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1565 -> 868[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1565[label="compare (vwx90 * Neg vwx1010) (Neg vwx910 * vwx100)",fontsize=16,color="magenta"];1565 -> 1630[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1565 -> 1631[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1566[label="Succ vwx40000",fontsize=16,color="green",shape="box"];1567[label="vwx30100",fontsize=16,color="green",shape="box"];1568[label="primPlusNat (Succ vwx540) (Succ vwx40000)",fontsize=16,color="black",shape="box"];1568 -> 1632[label="",style="solid", color="black", weight=3]; 20.04/7.65 1569[label="primPlusNat Zero (Succ vwx40000)",fontsize=16,color="black",shape="box"];1569 -> 1633[label="",style="solid", color="black", weight=3]; 20.04/7.65 1570 -> 426[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1570[label="Pos vwx910 * vwx100",fontsize=16,color="magenta"];1570 -> 1634[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1570 -> 1635[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1571 -> 426[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1571[label="vwx90 * Pos vwx1010",fontsize=16,color="magenta"];1571 -> 1636[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1571 -> 1637[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1572 -> 426[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1572[label="Neg vwx910 * vwx100",fontsize=16,color="magenta"];1572 -> 1638[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1572 -> 1639[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1573 -> 426[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1573[label="vwx90 * Pos vwx1010",fontsize=16,color="magenta"];1573 -> 1640[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1573 -> 1641[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1574 -> 426[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1574[label="Pos vwx910 * vwx100",fontsize=16,color="magenta"];1574 -> 1642[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1574 -> 1643[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1575 -> 426[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1575[label="vwx90 * Neg vwx1010",fontsize=16,color="magenta"];1575 -> 1644[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1575 -> 1645[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1576 -> 426[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1576[label="Neg vwx910 * vwx100",fontsize=16,color="magenta"];1576 -> 1646[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1576 -> 1647[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1577 -> 426[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1577[label="vwx90 * Neg vwx1010",fontsize=16,color="magenta"];1577 -> 1648[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1577 -> 1649[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1578[label="Succ vwx1000",fontsize=16,color="green",shape="box"];1579[label="Zero",fontsize=16,color="green",shape="box"];1580[label="Zero",fontsize=16,color="green",shape="box"];1581[label="Succ vwx1000",fontsize=16,color="green",shape="box"];1582[label="vwx100",fontsize=16,color="green",shape="box"];1583[label="vwx90",fontsize=16,color="green",shape="box"];1584[label="compare2 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];1584 -> 1650[label="",style="solid", color="black", weight=3]; 20.04/7.65 1585[label="compare2 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];1585 -> 1651[label="",style="solid", color="black", weight=3]; 20.04/7.65 1586[label="vwx100",fontsize=16,color="green",shape="box"];1587[label="vwx90",fontsize=16,color="green",shape="box"];1588[label="compare2 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];1588 -> 1652[label="",style="solid", color="black", weight=3]; 20.04/7.65 1589[label="compare2 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];1589 -> 1653[label="",style="solid", color="black", weight=3]; 20.04/7.65 1590[label="vwx100",fontsize=16,color="green",shape="box"];1591[label="vwx90",fontsize=16,color="green",shape="box"];1592[label="compare2 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];1592 -> 1654[label="",style="solid", color="black", weight=3]; 20.04/7.65 1593[label="compare2 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];1593 -> 1655[label="",style="solid", color="black", weight=3]; 20.04/7.65 1594[label="vwx100",fontsize=16,color="green",shape="box"];1595[label="vwx90",fontsize=16,color="green",shape="box"];1596[label="compare2 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];1596 -> 1656[label="",style="solid", color="black", weight=3]; 20.04/7.65 1597[label="compare2 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];1597 -> 1657[label="",style="solid", color="black", weight=3]; 20.04/7.65 1598[label="vwx100",fontsize=16,color="green",shape="box"];1599[label="vwx90",fontsize=16,color="green",shape="box"];1600[label="compare2 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];1600 -> 1658[label="",style="solid", color="black", weight=3]; 20.04/7.65 1601[label="compare2 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];1601 -> 1659[label="",style="solid", color="black", weight=3]; 20.04/7.65 1602[label="Integer vwx1000 * Integer vwx910",fontsize=16,color="black",shape="box"];1602 -> 1660[label="",style="solid", color="black", weight=3]; 20.04/7.65 1603 -> 864[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1603[label="compare vwx90 vwx100",fontsize=16,color="magenta"];1603 -> 1661[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1603 -> 1662[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1604 -> 1245[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1604[label="compare vwx90 vwx100",fontsize=16,color="magenta"];1604 -> 1663[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1604 -> 1664[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1605 -> 868[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1605[label="compare vwx90 vwx100",fontsize=16,color="magenta"];1605 -> 1665[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1605 -> 1666[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1606 -> 1249[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1606[label="compare vwx90 vwx100",fontsize=16,color="magenta"];1606 -> 1667[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1606 -> 1668[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1607 -> 870[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1607[label="compare vwx90 vwx100",fontsize=16,color="magenta"];1607 -> 1669[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1607 -> 1670[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1608 -> 4[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1608[label="compare vwx90 vwx100",fontsize=16,color="magenta"];1608 -> 1671[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1608 -> 1672[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1609 -> 872[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1609[label="compare vwx90 vwx100",fontsize=16,color="magenta"];1609 -> 1673[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1609 -> 1674[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1610 -> 874[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1610[label="compare vwx90 vwx100",fontsize=16,color="magenta"];1610 -> 1675[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1610 -> 1676[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1611 -> 1259[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1611[label="compare vwx90 vwx100",fontsize=16,color="magenta"];1611 -> 1677[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1611 -> 1678[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1612 -> 876[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1612[label="compare vwx90 vwx100",fontsize=16,color="magenta"];1612 -> 1679[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1612 -> 1680[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1613 -> 878[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1613[label="compare vwx90 vwx100",fontsize=16,color="magenta"];1613 -> 1681[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1613 -> 1682[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1614 -> 1265[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1614[label="compare vwx90 vwx100",fontsize=16,color="magenta"];1614 -> 1683[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1614 -> 1684[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1615 -> 1267[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1615[label="compare vwx90 vwx100",fontsize=16,color="magenta"];1615 -> 1685[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1615 -> 1686[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1616 -> 880[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1616[label="compare vwx90 vwx100",fontsize=16,color="magenta"];1616 -> 1687[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1616 -> 1688[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1617[label="primCompAux0 vwx63 LT",fontsize=16,color="black",shape="box"];1617 -> 1689[label="",style="solid", color="black", weight=3]; 20.04/7.65 1618[label="primCompAux0 vwx63 EQ",fontsize=16,color="black",shape="box"];1618 -> 1690[label="",style="solid", color="black", weight=3]; 20.04/7.65 1619[label="primCompAux0 vwx63 GT",fontsize=16,color="black",shape="box"];1619 -> 1691[label="",style="solid", color="black", weight=3]; 20.04/7.65 1620 -> 1367[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1620[label="primCmpNat vwx900 vwx1000",fontsize=16,color="magenta"];1620 -> 1692[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1620 -> 1693[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1621[label="GT",fontsize=16,color="green",shape="box"];1622[label="LT",fontsize=16,color="green",shape="box"];1623[label="EQ",fontsize=16,color="green",shape="box"];1624 -> 426[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1624[label="Pos vwx910 * vwx100",fontsize=16,color="magenta"];1624 -> 1694[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1624 -> 1695[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1625 -> 426[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1625[label="vwx90 * Pos vwx1010",fontsize=16,color="magenta"];1625 -> 1696[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1625 -> 1697[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1626 -> 426[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1626[label="Neg vwx910 * vwx100",fontsize=16,color="magenta"];1626 -> 1698[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1626 -> 1699[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1627 -> 426[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1627[label="vwx90 * Pos vwx1010",fontsize=16,color="magenta"];1627 -> 1700[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1627 -> 1701[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1628 -> 426[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1628[label="Pos vwx910 * vwx100",fontsize=16,color="magenta"];1628 -> 1702[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1628 -> 1703[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1629 -> 426[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1629[label="vwx90 * Neg vwx1010",fontsize=16,color="magenta"];1629 -> 1704[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1629 -> 1705[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1630 -> 426[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1630[label="Neg vwx910 * vwx100",fontsize=16,color="magenta"];1630 -> 1706[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1630 -> 1707[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1631 -> 426[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1631[label="vwx90 * Neg vwx1010",fontsize=16,color="magenta"];1631 -> 1708[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1631 -> 1709[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1632[label="Succ (Succ (primPlusNat vwx540 vwx40000))",fontsize=16,color="green",shape="box"];1632 -> 1710[label="",style="dashed", color="green", weight=3]; 20.04/7.65 1633[label="Succ vwx40000",fontsize=16,color="green",shape="box"];1634[label="Pos vwx910",fontsize=16,color="green",shape="box"];1635[label="vwx100",fontsize=16,color="green",shape="box"];1636[label="vwx90",fontsize=16,color="green",shape="box"];1637[label="Pos vwx1010",fontsize=16,color="green",shape="box"];1638[label="Neg vwx910",fontsize=16,color="green",shape="box"];1639[label="vwx100",fontsize=16,color="green",shape="box"];1640[label="vwx90",fontsize=16,color="green",shape="box"];1641[label="Pos vwx1010",fontsize=16,color="green",shape="box"];1642[label="Pos vwx910",fontsize=16,color="green",shape="box"];1643[label="vwx100",fontsize=16,color="green",shape="box"];1644[label="vwx90",fontsize=16,color="green",shape="box"];1645[label="Neg vwx1010",fontsize=16,color="green",shape="box"];1646[label="Neg vwx910",fontsize=16,color="green",shape="box"];1647[label="vwx100",fontsize=16,color="green",shape="box"];1648[label="vwx90",fontsize=16,color="green",shape="box"];1649[label="Neg vwx1010",fontsize=16,color="green",shape="box"];1650 -> 1711[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1650[label="compare1 vwx90 vwx100 (vwx90 <= vwx100)",fontsize=16,color="magenta"];1650 -> 1712[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1651[label="EQ",fontsize=16,color="green",shape="box"];1652 -> 1713[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1652[label="compare1 vwx90 vwx100 (vwx90 <= vwx100)",fontsize=16,color="magenta"];1652 -> 1714[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1653[label="EQ",fontsize=16,color="green",shape="box"];1654 -> 1715[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1654[label="compare1 vwx90 vwx100 (vwx90 <= vwx100)",fontsize=16,color="magenta"];1654 -> 1716[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1655[label="EQ",fontsize=16,color="green",shape="box"];1656 -> 1717[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1656[label="compare1 vwx90 vwx100 (vwx90 <= vwx100)",fontsize=16,color="magenta"];1656 -> 1718[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1657[label="EQ",fontsize=16,color="green",shape="box"];1658 -> 1719[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1658[label="compare1 vwx90 vwx100 (vwx90 <= vwx100)",fontsize=16,color="magenta"];1658 -> 1720[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1659[label="EQ",fontsize=16,color="green",shape="box"];1660[label="Integer (primMulInt vwx1000 vwx910)",fontsize=16,color="green",shape="box"];1660 -> 1721[label="",style="dashed", color="green", weight=3]; 20.04/7.65 1661[label="vwx100",fontsize=16,color="green",shape="box"];1662[label="vwx90",fontsize=16,color="green",shape="box"];1663[label="vwx100",fontsize=16,color="green",shape="box"];1664[label="vwx90",fontsize=16,color="green",shape="box"];1665[label="vwx100",fontsize=16,color="green",shape="box"];1666[label="vwx90",fontsize=16,color="green",shape="box"];1667[label="vwx100",fontsize=16,color="green",shape="box"];1668[label="vwx90",fontsize=16,color="green",shape="box"];1669[label="vwx100",fontsize=16,color="green",shape="box"];1670[label="vwx90",fontsize=16,color="green",shape="box"];1671[label="vwx90",fontsize=16,color="green",shape="box"];1672[label="vwx100",fontsize=16,color="green",shape="box"];1673[label="vwx100",fontsize=16,color="green",shape="box"];1674[label="vwx90",fontsize=16,color="green",shape="box"];1675[label="vwx100",fontsize=16,color="green",shape="box"];1676[label="vwx90",fontsize=16,color="green",shape="box"];1677[label="vwx100",fontsize=16,color="green",shape="box"];1678[label="vwx90",fontsize=16,color="green",shape="box"];1679[label="vwx100",fontsize=16,color="green",shape="box"];1680[label="vwx90",fontsize=16,color="green",shape="box"];1681[label="vwx100",fontsize=16,color="green",shape="box"];1682[label="vwx90",fontsize=16,color="green",shape="box"];1683[label="vwx100",fontsize=16,color="green",shape="box"];1684[label="vwx90",fontsize=16,color="green",shape="box"];1685[label="vwx100",fontsize=16,color="green",shape="box"];1686[label="vwx90",fontsize=16,color="green",shape="box"];1687[label="vwx100",fontsize=16,color="green",shape="box"];1688[label="vwx90",fontsize=16,color="green",shape="box"];1689[label="LT",fontsize=16,color="green",shape="box"];1690[label="vwx63",fontsize=16,color="green",shape="box"];1691[label="GT",fontsize=16,color="green",shape="box"];1692[label="vwx1000",fontsize=16,color="green",shape="box"];1693[label="vwx900",fontsize=16,color="green",shape="box"];1694[label="Pos vwx910",fontsize=16,color="green",shape="box"];1695[label="vwx100",fontsize=16,color="green",shape="box"];1696[label="vwx90",fontsize=16,color="green",shape="box"];1697[label="Pos vwx1010",fontsize=16,color="green",shape="box"];1698[label="Neg vwx910",fontsize=16,color="green",shape="box"];1699[label="vwx100",fontsize=16,color="green",shape="box"];1700[label="vwx90",fontsize=16,color="green",shape="box"];1701[label="Pos vwx1010",fontsize=16,color="green",shape="box"];1702[label="Pos vwx910",fontsize=16,color="green",shape="box"];1703[label="vwx100",fontsize=16,color="green",shape="box"];1704[label="vwx90",fontsize=16,color="green",shape="box"];1705[label="Neg vwx1010",fontsize=16,color="green",shape="box"];1706[label="Neg vwx910",fontsize=16,color="green",shape="box"];1707[label="vwx100",fontsize=16,color="green",shape="box"];1708[label="vwx90",fontsize=16,color="green",shape="box"];1709[label="Neg vwx1010",fontsize=16,color="green",shape="box"];1710[label="primPlusNat vwx540 vwx40000",fontsize=16,color="burlywood",shape="triangle"];2360[label="vwx540/Succ vwx5400",fontsize=10,color="white",style="solid",shape="box"];1710 -> 2360[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2360 -> 1722[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 2361[label="vwx540/Zero",fontsize=10,color="white",style="solid",shape="box"];1710 -> 2361[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2361 -> 1723[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 1712 -> 288[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1712[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1712 -> 1724[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1712 -> 1725[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1711[label="compare1 vwx90 vwx100 vwx65",fontsize=16,color="burlywood",shape="triangle"];2362[label="vwx65/False",fontsize=10,color="white",style="solid",shape="box"];1711 -> 2362[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2362 -> 1726[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 2363[label="vwx65/True",fontsize=10,color="white",style="solid",shape="box"];1711 -> 2363[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2363 -> 1727[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 1714 -> 290[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1714[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1714 -> 1728[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1714 -> 1729[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1713[label="compare1 vwx90 vwx100 vwx66",fontsize=16,color="burlywood",shape="triangle"];2364[label="vwx66/False",fontsize=10,color="white",style="solid",shape="box"];1713 -> 2364[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2364 -> 1730[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 2365[label="vwx66/True",fontsize=10,color="white",style="solid",shape="box"];1713 -> 2365[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2365 -> 1731[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 1716 -> 295[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1716[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1716 -> 1732[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1716 -> 1733[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1715[label="compare1 vwx90 vwx100 vwx67",fontsize=16,color="burlywood",shape="triangle"];2366[label="vwx67/False",fontsize=10,color="white",style="solid",shape="box"];1715 -> 2366[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2366 -> 1734[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 2367[label="vwx67/True",fontsize=10,color="white",style="solid",shape="box"];1715 -> 2367[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2367 -> 1735[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 1718 -> 298[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1718[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1718 -> 1736[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1718 -> 1737[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1717[label="compare1 vwx90 vwx100 vwx68",fontsize=16,color="burlywood",shape="triangle"];2368[label="vwx68/False",fontsize=10,color="white",style="solid",shape="box"];1717 -> 2368[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2368 -> 1738[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 2369[label="vwx68/True",fontsize=10,color="white",style="solid",shape="box"];1717 -> 2369[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2369 -> 1739[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 1720 -> 299[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1720[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1720 -> 1740[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1720 -> 1741[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1719[label="compare1 vwx90 vwx100 vwx69",fontsize=16,color="burlywood",shape="triangle"];2370[label="vwx69/False",fontsize=10,color="white",style="solid",shape="box"];1719 -> 2370[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2370 -> 1742[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 2371[label="vwx69/True",fontsize=10,color="white",style="solid",shape="box"];1719 -> 2371[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2371 -> 1743[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 1721 -> 603[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1721[label="primMulInt vwx1000 vwx910",fontsize=16,color="magenta"];1721 -> 1744[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1721 -> 1745[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1722[label="primPlusNat (Succ vwx5400) vwx40000",fontsize=16,color="burlywood",shape="box"];2372[label="vwx40000/Succ vwx400000",fontsize=10,color="white",style="solid",shape="box"];1722 -> 2372[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2372 -> 1746[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 2373[label="vwx40000/Zero",fontsize=10,color="white",style="solid",shape="box"];1722 -> 2373[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2373 -> 1747[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 1723[label="primPlusNat Zero vwx40000",fontsize=16,color="burlywood",shape="box"];2374[label="vwx40000/Succ vwx400000",fontsize=10,color="white",style="solid",shape="box"];1723 -> 2374[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2374 -> 1748[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 2375[label="vwx40000/Zero",fontsize=10,color="white",style="solid",shape="box"];1723 -> 2375[label="",style="solid", color="burlywood", weight=9]; 20.04/7.65 2375 -> 1749[label="",style="solid", color="burlywood", weight=3]; 20.04/7.65 1724[label="vwx100",fontsize=16,color="green",shape="box"];1725[label="vwx90",fontsize=16,color="green",shape="box"];1726[label="compare1 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];1726 -> 1750[label="",style="solid", color="black", weight=3]; 20.04/7.65 1727[label="compare1 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];1727 -> 1751[label="",style="solid", color="black", weight=3]; 20.04/7.65 1728[label="vwx100",fontsize=16,color="green",shape="box"];1729[label="vwx90",fontsize=16,color="green",shape="box"];1730[label="compare1 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];1730 -> 1752[label="",style="solid", color="black", weight=3]; 20.04/7.65 1731[label="compare1 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];1731 -> 1753[label="",style="solid", color="black", weight=3]; 20.04/7.65 1732[label="vwx100",fontsize=16,color="green",shape="box"];1733[label="vwx90",fontsize=16,color="green",shape="box"];1734[label="compare1 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];1734 -> 1754[label="",style="solid", color="black", weight=3]; 20.04/7.65 1735[label="compare1 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];1735 -> 1755[label="",style="solid", color="black", weight=3]; 20.04/7.65 1736[label="vwx100",fontsize=16,color="green",shape="box"];1737[label="vwx90",fontsize=16,color="green",shape="box"];1738[label="compare1 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];1738 -> 1756[label="",style="solid", color="black", weight=3]; 20.04/7.65 1739[label="compare1 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];1739 -> 1757[label="",style="solid", color="black", weight=3]; 20.04/7.65 1740[label="vwx100",fontsize=16,color="green",shape="box"];1741[label="vwx90",fontsize=16,color="green",shape="box"];1742[label="compare1 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];1742 -> 1758[label="",style="solid", color="black", weight=3]; 20.04/7.65 1743[label="compare1 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];1743 -> 1759[label="",style="solid", color="black", weight=3]; 20.04/7.65 1744[label="vwx1000",fontsize=16,color="green",shape="box"];1745[label="vwx910",fontsize=16,color="green",shape="box"];1746[label="primPlusNat (Succ vwx5400) (Succ vwx400000)",fontsize=16,color="black",shape="box"];1746 -> 1760[label="",style="solid", color="black", weight=3]; 20.04/7.65 1747[label="primPlusNat (Succ vwx5400) Zero",fontsize=16,color="black",shape="box"];1747 -> 1761[label="",style="solid", color="black", weight=3]; 20.04/7.65 1748[label="primPlusNat Zero (Succ vwx400000)",fontsize=16,color="black",shape="box"];1748 -> 1762[label="",style="solid", color="black", weight=3]; 20.04/7.65 1749[label="primPlusNat Zero Zero",fontsize=16,color="black",shape="box"];1749 -> 1763[label="",style="solid", color="black", weight=3]; 20.04/7.65 1750[label="compare0 vwx90 vwx100 otherwise",fontsize=16,color="black",shape="box"];1750 -> 1764[label="",style="solid", color="black", weight=3]; 20.04/7.65 1751[label="LT",fontsize=16,color="green",shape="box"];1752[label="compare0 vwx90 vwx100 otherwise",fontsize=16,color="black",shape="box"];1752 -> 1765[label="",style="solid", color="black", weight=3]; 20.04/7.65 1753[label="LT",fontsize=16,color="green",shape="box"];1754[label="compare0 vwx90 vwx100 otherwise",fontsize=16,color="black",shape="box"];1754 -> 1766[label="",style="solid", color="black", weight=3]; 20.04/7.65 1755[label="LT",fontsize=16,color="green",shape="box"];1756[label="compare0 vwx90 vwx100 otherwise",fontsize=16,color="black",shape="box"];1756 -> 1767[label="",style="solid", color="black", weight=3]; 20.04/7.65 1757[label="LT",fontsize=16,color="green",shape="box"];1758[label="compare0 vwx90 vwx100 otherwise",fontsize=16,color="black",shape="box"];1758 -> 1768[label="",style="solid", color="black", weight=3]; 20.04/7.65 1759[label="LT",fontsize=16,color="green",shape="box"];1760[label="Succ (Succ (primPlusNat vwx5400 vwx400000))",fontsize=16,color="green",shape="box"];1760 -> 1769[label="",style="dashed", color="green", weight=3]; 20.04/7.65 1761[label="Succ vwx5400",fontsize=16,color="green",shape="box"];1762[label="Succ vwx400000",fontsize=16,color="green",shape="box"];1763[label="Zero",fontsize=16,color="green",shape="box"];1764[label="compare0 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];1764 -> 1770[label="",style="solid", color="black", weight=3]; 20.04/7.65 1765[label="compare0 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];1765 -> 1771[label="",style="solid", color="black", weight=3]; 20.04/7.65 1766[label="compare0 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];1766 -> 1772[label="",style="solid", color="black", weight=3]; 20.04/7.65 1767[label="compare0 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];1767 -> 1773[label="",style="solid", color="black", weight=3]; 20.04/7.65 1768[label="compare0 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];1768 -> 1774[label="",style="solid", color="black", weight=3]; 20.04/7.65 1769 -> 1710[label="",style="dashed", color="red", weight=0]; 20.04/7.65 1769[label="primPlusNat vwx5400 vwx400000",fontsize=16,color="magenta"];1769 -> 1775[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1769 -> 1776[label="",style="dashed", color="magenta", weight=3]; 20.04/7.65 1770[label="GT",fontsize=16,color="green",shape="box"];1771[label="GT",fontsize=16,color="green",shape="box"];1772[label="GT",fontsize=16,color="green",shape="box"];1773[label="GT",fontsize=16,color="green",shape="box"];1774[label="GT",fontsize=16,color="green",shape="box"];1775[label="vwx5400",fontsize=16,color="green",shape="box"];1776[label="vwx400000",fontsize=16,color="green",shape="box"];} 20.04/7.65 20.04/7.65 ---------------------------------------- 20.04/7.65 20.04/7.65 (14) 20.04/7.65 Complex Obligation (AND) 20.04/7.65 20.04/7.65 ---------------------------------------- 20.04/7.65 20.04/7.65 (15) 20.04/7.65 Obligation: 20.04/7.65 Q DP problem: 20.04/7.65 The TRS P consists of the following rules: 20.04/7.65 20.04/7.65 new_primCmpNat(Succ(vwx900), Succ(vwx1000)) -> new_primCmpNat(vwx900, vwx1000) 20.04/7.65 20.04/7.65 R is empty. 20.04/7.65 Q is empty. 20.04/7.65 We have to consider all minimal (P,Q,R)-chains. 20.04/7.65 ---------------------------------------- 20.04/7.65 20.04/7.65 (16) QDPSizeChangeProof (EQUIVALENT) 20.04/7.65 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. 20.04/7.65 20.04/7.65 From the DPs we obtained the following set of size-change graphs: 20.04/7.65 *new_primCmpNat(Succ(vwx900), Succ(vwx1000)) -> new_primCmpNat(vwx900, vwx1000) 20.04/7.65 The graph contains the following edges 1 > 1, 2 > 2 20.04/7.65 20.04/7.65 20.04/7.65 ---------------------------------------- 20.04/7.65 20.04/7.65 (17) 20.04/7.65 YES 20.04/7.65 20.04/7.65 ---------------------------------------- 20.04/7.65 20.04/7.65 (18) 20.04/7.65 Obligation: 20.04/7.65 Q DP problem: 20.04/7.65 The TRS P consists of the following rules: 20.04/7.65 20.04/7.65 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(app(app(ty_@3, gh), ha), hb)) -> new_esEs2(vwx301, vwx401, gh, ha, hb) 20.04/7.65 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bag, app(app(ty_@2, bbc), bbd), hg) -> new_esEs1(vwx301, vwx401, bbc, bbd) 20.04/7.65 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_Maybe, baf), hf, hg) -> new_esEs3(vwx300, vwx400, baf) 20.04/7.65 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bag, hf, app(ty_[], bcc)) -> new_esEs0(vwx302, vwx402, bcc) 20.04/7.65 new_esEs(Left(vwx300), Left(vwx400), app(ty_[], bc), bb) -> new_esEs0(vwx300, vwx400, bc) 20.04/7.65 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bag, hf, app(app(ty_@2, bcd), bce)) -> new_esEs1(vwx302, vwx402, bcd, bce) 20.04/7.65 new_esEs(Left(vwx300), Left(vwx400), app(ty_Maybe, ca), bb) -> new_esEs3(vwx300, vwx400, ca) 20.04/7.65 new_esEs(Right(vwx300), Right(vwx400), cb, app(app(ty_@2, cf), cg)) -> new_esEs1(vwx300, vwx400, cf, cg) 20.04/7.65 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bag, hf, app(ty_Maybe, bda)) -> new_esEs3(vwx302, vwx402, bda) 20.04/7.65 new_esEs3(Just(vwx300), Just(vwx400), app(app(ty_Either, bdb), bdc)) -> new_esEs(vwx300, vwx400, bdb, bdc) 20.04/7.65 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_[], hh), hf, hg) -> new_esEs0(vwx300, vwx400, hh) 20.04/7.65 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bag, app(ty_Maybe, bbh), hg) -> new_esEs3(vwx301, vwx401, bbh) 20.04/7.65 new_esEs(Left(vwx300), Left(vwx400), app(app(app(ty_@3, bf), bg), bh), bb) -> new_esEs2(vwx300, vwx400, bf, bg, bh) 20.04/7.65 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bag, app(ty_[], bbb), hg) -> new_esEs0(vwx301, vwx401, bbb) 20.04/7.65 new_esEs3(Just(vwx300), Just(vwx400), app(ty_Maybe, beb)) -> new_esEs3(vwx300, vwx400, beb) 20.04/7.65 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(app(ty_Either, gc), gd)) -> new_esEs(vwx301, vwx401, gc, gd) 20.04/7.65 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_Either, hd), he), hf, hg) -> new_esEs(vwx300, vwx400, hd, he) 20.04/7.65 new_esEs0(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_Either, de), df)) -> new_esEs(vwx300, vwx400, de, df) 20.04/7.65 new_esEs0(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_[], dg)) -> new_esEs0(vwx300, vwx400, dg) 20.04/7.65 new_esEs3(Just(vwx300), Just(vwx400), app(ty_[], bdd)) -> new_esEs0(vwx300, vwx400, bdd) 20.04/7.65 new_esEs(Left(vwx300), Left(vwx400), app(app(ty_@2, bd), be), bb) -> new_esEs1(vwx300, vwx400, bd, be) 20.04/7.65 new_esEs0(:(vwx300, vwx301), :(vwx400, vwx401), app(app(app(ty_@3, eb), ec), ed)) -> new_esEs2(vwx300, vwx400, eb, ec, ed) 20.04/7.65 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bag, app(app(app(ty_@3, bbe), bbf), bbg), hg) -> new_esEs2(vwx301, vwx401, bbe, bbf, bbg) 20.04/7.65 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(app(ty_@3, bac), bad), bae), hf, hg) -> new_esEs2(vwx300, vwx400, bac, bad, bae) 20.04/7.65 new_esEs(Right(vwx300), Right(vwx400), cb, app(app(ty_Either, cc), cd)) -> new_esEs(vwx300, vwx400, cc, cd) 20.04/7.65 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bag, app(app(ty_Either, bah), bba), hg) -> new_esEs(vwx301, vwx401, bah, bba) 20.04/7.65 new_esEs0(:(vwx300, vwx301), :(vwx400, vwx401), ef) -> new_esEs0(vwx301, vwx401, ef) 20.04/7.65 new_esEs(Right(vwx300), Right(vwx400), cb, app(app(app(ty_@3, da), db), dc)) -> new_esEs2(vwx300, vwx400, da, db, dc) 20.04/7.65 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(ty_Maybe, hc)) -> new_esEs3(vwx301, vwx401, hc) 20.04/7.65 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(ty_[], ge)) -> new_esEs0(vwx301, vwx401, ge) 20.04/7.65 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_[], fb), fa) -> new_esEs0(vwx300, vwx400, fb) 20.04/7.65 new_esEs0(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_Maybe, ee)) -> new_esEs3(vwx300, vwx400, ee) 20.04/7.65 new_esEs(Left(vwx300), Left(vwx400), app(app(ty_Either, h), ba), bb) -> new_esEs(vwx300, vwx400, h, ba) 20.04/7.65 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(app(ty_@3, ff), fg), fh), fa) -> new_esEs2(vwx300, vwx400, ff, fg, fh) 20.04/7.65 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_Maybe, ga), fa) -> new_esEs3(vwx300, vwx400, ga) 20.04/7.65 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_@2, fc), fd), fa) -> new_esEs1(vwx300, vwx400, fc, fd) 20.04/7.65 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bag, hf, app(app(ty_Either, bca), bcb)) -> new_esEs(vwx302, vwx402, bca, bcb) 20.04/7.65 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_Either, eg), eh), fa) -> new_esEs(vwx300, vwx400, eg, eh) 20.04/7.65 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bag, hf, app(app(app(ty_@3, bcf), bcg), bch)) -> new_esEs2(vwx302, vwx402, bcf, bcg, bch) 20.04/7.65 new_esEs(Right(vwx300), Right(vwx400), cb, app(ty_[], ce)) -> new_esEs0(vwx300, vwx400, ce) 20.04/7.65 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(app(ty_@2, gf), gg)) -> new_esEs1(vwx301, vwx401, gf, gg) 20.04/7.65 new_esEs3(Just(vwx300), Just(vwx400), app(app(app(ty_@3, bdg), bdh), bea)) -> new_esEs2(vwx300, vwx400, bdg, bdh, bea) 20.04/7.65 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_@2, baa), bab), hf, hg) -> new_esEs1(vwx300, vwx400, baa, bab) 20.04/7.65 new_esEs(Right(vwx300), Right(vwx400), cb, app(ty_Maybe, dd)) -> new_esEs3(vwx300, vwx400, dd) 20.04/7.65 new_esEs0(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_@2, dh), ea)) -> new_esEs1(vwx300, vwx400, dh, ea) 20.04/7.65 new_esEs3(Just(vwx300), Just(vwx400), app(app(ty_@2, bde), bdf)) -> new_esEs1(vwx300, vwx400, bde, bdf) 20.04/7.65 20.04/7.65 R is empty. 20.04/7.65 Q is empty. 20.04/7.65 We have to consider all minimal (P,Q,R)-chains. 20.04/7.65 ---------------------------------------- 20.04/7.65 20.04/7.65 (19) QDPSizeChangeProof (EQUIVALENT) 20.04/7.65 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. 20.04/7.65 20.04/7.65 From the DPs we obtained the following set of size-change graphs: 20.04/7.65 *new_esEs3(Just(vwx300), Just(vwx400), app(app(ty_@2, bde), bdf)) -> new_esEs1(vwx300, vwx400, bde, bdf) 20.04/7.65 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.04/7.65 20.04/7.65 20.04/7.65 *new_esEs3(Just(vwx300), Just(vwx400), app(app(app(ty_@3, bdg), bdh), bea)) -> new_esEs2(vwx300, vwx400, bdg, bdh, bea) 20.04/7.65 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 20.04/7.65 20.04/7.65 20.04/7.65 *new_esEs0(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_@2, dh), ea)) -> new_esEs1(vwx300, vwx400, dh, ea) 20.04/7.65 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.04/7.65 20.04/7.65 20.04/7.65 *new_esEs0(:(vwx300, vwx301), :(vwx400, vwx401), app(app(app(ty_@3, eb), ec), ed)) -> new_esEs2(vwx300, vwx400, eb, ec, ed) 20.04/7.65 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 20.04/7.65 20.04/7.65 20.04/7.65 *new_esEs3(Just(vwx300), Just(vwx400), app(app(ty_Either, bdb), bdc)) -> new_esEs(vwx300, vwx400, bdb, bdc) 20.04/7.65 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.04/7.65 20.04/7.65 20.04/7.65 *new_esEs0(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_Either, de), df)) -> new_esEs(vwx300, vwx400, de, df) 20.04/7.65 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.04/7.65 20.04/7.65 20.04/7.65 *new_esEs3(Just(vwx300), Just(vwx400), app(ty_Maybe, beb)) -> new_esEs3(vwx300, vwx400, beb) 20.04/7.65 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.04/7.65 20.04/7.65 20.04/7.65 *new_esEs3(Just(vwx300), Just(vwx400), app(ty_[], bdd)) -> new_esEs0(vwx300, vwx400, bdd) 20.04/7.65 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.04/7.65 20.04/7.65 20.04/7.65 *new_esEs0(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_Maybe, ee)) -> new_esEs3(vwx300, vwx400, ee) 20.04/7.65 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.04/7.65 20.04/7.65 20.04/7.65 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bag, app(app(ty_@2, bbc), bbd), hg) -> new_esEs1(vwx301, vwx401, bbc, bbd) 20.04/7.65 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.04/7.65 20.04/7.65 20.04/7.65 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bag, hf, app(app(ty_@2, bcd), bce)) -> new_esEs1(vwx302, vwx402, bcd, bce) 20.04/7.65 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 20.04/7.65 20.04/7.65 20.04/7.65 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_@2, baa), bab), hf, hg) -> new_esEs1(vwx300, vwx400, baa, bab) 20.04/7.65 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.04/7.65 20.04/7.65 20.04/7.65 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bag, app(app(app(ty_@3, bbe), bbf), bbg), hg) -> new_esEs2(vwx301, vwx401, bbe, bbf, bbg) 20.04/7.65 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 20.04/7.65 20.04/7.65 20.04/7.65 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(app(ty_@3, bac), bad), bae), hf, hg) -> new_esEs2(vwx300, vwx400, bac, bad, bae) 20.04/7.65 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 20.04/7.65 20.04/7.65 20.04/7.65 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bag, hf, app(app(app(ty_@3, bcf), bcg), bch)) -> new_esEs2(vwx302, vwx402, bcf, bcg, bch) 20.04/7.65 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 20.04/7.65 20.04/7.65 20.04/7.65 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_Either, hd), he), hf, hg) -> new_esEs(vwx300, vwx400, hd, he) 20.04/7.65 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.04/7.65 20.04/7.65 20.04/7.65 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bag, app(app(ty_Either, bah), bba), hg) -> new_esEs(vwx301, vwx401, bah, bba) 20.04/7.65 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.04/7.65 20.04/7.65 20.04/7.65 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bag, hf, app(app(ty_Either, bca), bcb)) -> new_esEs(vwx302, vwx402, bca, bcb) 20.04/7.65 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 20.04/7.65 20.04/7.65 20.04/7.65 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_Maybe, baf), hf, hg) -> new_esEs3(vwx300, vwx400, baf) 20.04/7.65 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.04/7.65 20.04/7.65 20.04/7.65 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bag, hf, app(ty_Maybe, bda)) -> new_esEs3(vwx302, vwx402, bda) 20.04/7.65 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 20.04/7.65 20.04/7.65 20.04/7.65 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bag, app(ty_Maybe, bbh), hg) -> new_esEs3(vwx301, vwx401, bbh) 20.04/7.65 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.04/7.65 20.04/7.65 20.04/7.65 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bag, hf, app(ty_[], bcc)) -> new_esEs0(vwx302, vwx402, bcc) 20.04/7.65 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 20.04/7.65 20.04/7.65 20.04/7.65 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_[], hh), hf, hg) -> new_esEs0(vwx300, vwx400, hh) 20.04/7.65 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.04/7.65 20.04/7.65 20.04/7.65 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bag, app(ty_[], bbb), hg) -> new_esEs0(vwx301, vwx401, bbb) 20.04/7.65 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.04/7.65 20.04/7.65 20.04/7.65 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_@2, fc), fd), fa) -> new_esEs1(vwx300, vwx400, fc, fd) 20.04/7.65 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.04/7.65 20.04/7.65 20.04/7.65 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(app(ty_@2, gf), gg)) -> new_esEs1(vwx301, vwx401, gf, gg) 20.04/7.65 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.04/7.65 20.04/7.65 20.04/7.65 *new_esEs(Right(vwx300), Right(vwx400), cb, app(app(ty_@2, cf), cg)) -> new_esEs1(vwx300, vwx400, cf, cg) 20.04/7.65 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.04/7.65 20.04/7.65 20.04/7.65 *new_esEs(Left(vwx300), Left(vwx400), app(app(ty_@2, bd), be), bb) -> new_esEs1(vwx300, vwx400, bd, be) 20.04/7.65 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.04/7.65 20.04/7.65 20.04/7.65 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(app(app(ty_@3, gh), ha), hb)) -> new_esEs2(vwx301, vwx401, gh, ha, hb) 20.04/7.65 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 20.04/7.65 20.04/7.65 20.04/7.65 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(app(ty_@3, ff), fg), fh), fa) -> new_esEs2(vwx300, vwx400, ff, fg, fh) 20.04/7.65 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 20.04/7.65 20.04/7.65 20.04/7.65 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(app(ty_Either, gc), gd)) -> new_esEs(vwx301, vwx401, gc, gd) 20.04/7.65 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.04/7.65 20.04/7.65 20.04/7.65 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_Either, eg), eh), fa) -> new_esEs(vwx300, vwx400, eg, eh) 20.04/7.65 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.04/7.65 20.04/7.65 20.04/7.65 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(ty_Maybe, hc)) -> new_esEs3(vwx301, vwx401, hc) 20.04/7.65 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.04/7.65 20.04/7.65 20.04/7.65 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_Maybe, ga), fa) -> new_esEs3(vwx300, vwx400, ga) 20.04/7.65 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.04/7.65 20.04/7.65 20.04/7.65 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(ty_[], ge)) -> new_esEs0(vwx301, vwx401, ge) 20.04/7.65 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.04/7.65 20.04/7.65 20.04/7.65 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_[], fb), fa) -> new_esEs0(vwx300, vwx400, fb) 20.04/7.65 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.04/7.65 20.04/7.65 20.04/7.65 *new_esEs(Left(vwx300), Left(vwx400), app(app(app(ty_@3, bf), bg), bh), bb) -> new_esEs2(vwx300, vwx400, bf, bg, bh) 20.04/7.65 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 20.04/7.65 20.04/7.65 20.04/7.65 *new_esEs(Right(vwx300), Right(vwx400), cb, app(app(app(ty_@3, da), db), dc)) -> new_esEs2(vwx300, vwx400, da, db, dc) 20.04/7.65 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 20.04/7.65 20.04/7.65 20.04/7.65 *new_esEs0(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_[], dg)) -> new_esEs0(vwx300, vwx400, dg) 20.04/7.65 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.04/7.65 20.04/7.65 20.04/7.65 *new_esEs0(:(vwx300, vwx301), :(vwx400, vwx401), ef) -> new_esEs0(vwx301, vwx401, ef) 20.04/7.65 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 20.04/7.65 20.04/7.65 20.04/7.65 *new_esEs(Right(vwx300), Right(vwx400), cb, app(app(ty_Either, cc), cd)) -> new_esEs(vwx300, vwx400, cc, cd) 20.04/7.65 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.04/7.65 20.04/7.65 20.04/7.65 *new_esEs(Left(vwx300), Left(vwx400), app(app(ty_Either, h), ba), bb) -> new_esEs(vwx300, vwx400, h, ba) 20.04/7.65 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.04/7.65 20.04/7.65 20.04/7.65 *new_esEs(Left(vwx300), Left(vwx400), app(ty_Maybe, ca), bb) -> new_esEs3(vwx300, vwx400, ca) 20.04/7.65 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.04/7.65 20.04/7.65 20.04/7.65 *new_esEs(Right(vwx300), Right(vwx400), cb, app(ty_Maybe, dd)) -> new_esEs3(vwx300, vwx400, dd) 20.04/7.65 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.04/7.65 20.04/7.65 20.04/7.65 *new_esEs(Left(vwx300), Left(vwx400), app(ty_[], bc), bb) -> new_esEs0(vwx300, vwx400, bc) 20.04/7.65 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.04/7.65 20.04/7.65 20.04/7.65 *new_esEs(Right(vwx300), Right(vwx400), cb, app(ty_[], ce)) -> new_esEs0(vwx300, vwx400, ce) 20.04/7.65 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.04/7.65 20.04/7.65 20.04/7.65 ---------------------------------------- 20.04/7.65 20.04/7.65 (20) 20.04/7.65 YES 20.04/7.65 20.04/7.65 ---------------------------------------- 20.04/7.65 20.04/7.65 (21) 20.04/7.65 Obligation: 20.04/7.65 Q DP problem: 20.04/7.65 The TRS P consists of the following rules: 20.04/7.65 20.04/7.65 new_primMulNat(Succ(vwx30100), Succ(vwx40000)) -> new_primMulNat(vwx30100, Succ(vwx40000)) 20.04/7.65 20.04/7.65 R is empty. 20.04/7.65 Q is empty. 20.04/7.65 We have to consider all minimal (P,Q,R)-chains. 20.04/7.65 ---------------------------------------- 20.04/7.66 20.04/7.66 (22) QDPSizeChangeProof (EQUIVALENT) 20.04/7.66 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. 20.04/7.66 20.04/7.66 From the DPs we obtained the following set of size-change graphs: 20.04/7.66 *new_primMulNat(Succ(vwx30100), Succ(vwx40000)) -> new_primMulNat(vwx30100, Succ(vwx40000)) 20.04/7.66 The graph contains the following edges 1 > 1, 2 >= 2 20.04/7.66 20.04/7.66 20.04/7.66 ---------------------------------------- 20.04/7.66 20.04/7.66 (23) 20.04/7.66 YES 20.04/7.66 20.04/7.66 ---------------------------------------- 20.04/7.66 20.04/7.66 (24) 20.04/7.66 Obligation: 20.04/7.66 Q DP problem: 20.04/7.66 The TRS P consists of the following rules: 20.04/7.66 20.04/7.66 new_primEqNat(Succ(vwx3000), Succ(vwx4000)) -> new_primEqNat(vwx3000, vwx4000) 20.04/7.66 20.04/7.66 R is empty. 20.04/7.66 Q is empty. 20.04/7.66 We have to consider all minimal (P,Q,R)-chains. 20.04/7.66 ---------------------------------------- 20.04/7.66 20.04/7.66 (25) QDPSizeChangeProof (EQUIVALENT) 20.04/7.66 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. 20.04/7.66 20.04/7.66 From the DPs we obtained the following set of size-change graphs: 20.04/7.66 *new_primEqNat(Succ(vwx3000), Succ(vwx4000)) -> new_primEqNat(vwx3000, vwx4000) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2 20.04/7.66 20.04/7.66 20.04/7.66 ---------------------------------------- 20.04/7.66 20.04/7.66 (26) 20.04/7.66 YES 20.04/7.66 20.04/7.66 ---------------------------------------- 20.04/7.66 20.04/7.66 (27) 20.04/7.66 Obligation: 20.04/7.66 Q DP problem: 20.04/7.66 The TRS P consists of the following rules: 20.04/7.66 20.04/7.66 new_primPlusNat(Succ(vwx5400), Succ(vwx400000)) -> new_primPlusNat(vwx5400, vwx400000) 20.04/7.66 20.04/7.66 R is empty. 20.04/7.66 Q is empty. 20.04/7.66 We have to consider all minimal (P,Q,R)-chains. 20.04/7.66 ---------------------------------------- 20.04/7.66 20.04/7.66 (28) QDPSizeChangeProof (EQUIVALENT) 20.04/7.66 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. 20.04/7.66 20.04/7.66 From the DPs we obtained the following set of size-change graphs: 20.04/7.66 *new_primPlusNat(Succ(vwx5400), Succ(vwx400000)) -> new_primPlusNat(vwx5400, vwx400000) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2 20.04/7.66 20.04/7.66 20.04/7.66 ---------------------------------------- 20.04/7.66 20.04/7.66 (29) 20.04/7.66 YES 20.04/7.66 20.04/7.66 ---------------------------------------- 20.04/7.66 20.04/7.66 (30) 20.04/7.66 Obligation: 20.04/7.66 Q DP problem: 20.04/7.66 The TRS P consists of the following rules: 20.04/7.66 20.04/7.66 new_compare2(Right(vwx90), Right(vwx100), False, app(app(ty_Either, eh), app(app(ty_@2, fa), fb)), bc) -> new_ltEs(vwx90, vwx100, fa, fb) 20.04/7.66 new_ltEs(@2(vwx90, vwx91), @2(vwx100, vwx101), app(ty_[], da), ce) -> new_compare0(vwx90, vwx100, da) 20.04/7.66 new_primCompAux(vwx90, vwx100, vwx53, app(ty_[], bdg)) -> new_compare0(vwx90, vwx100, bdg) 20.04/7.66 new_primCompAux(vwx90, vwx100, vwx53, app(ty_Maybe, bdh)) -> new_compare4(vwx90, vwx100, bdh) 20.04/7.66 new_primCompAux(vwx90, vwx100, vwx53, app(app(app(ty_@3, bea), beb), bec)) -> new_compare5(vwx90, vwx100, bea, beb, bec) 20.04/7.66 new_ltEs0(Left(vwx90), Left(vwx100), app(ty_Maybe, ed), dh) -> new_ltEs2(vwx90, vwx100, ed) 20.04/7.66 new_compare2(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, h), app(ty_[], bf)), bc) -> new_ltEs1(vwx91, vwx101, bf) 20.04/7.66 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(app(ty_@2, bcb), bcc), hf, bbb) -> new_lt(vwx90, vwx100, bcb, bcc) 20.04/7.66 new_compare2(Just(vwx90), Just(vwx100), False, app(ty_Maybe, app(app(ty_Either, gf), gg)), bc) -> new_ltEs0(vwx90, vwx100, gf, gg) 20.04/7.66 new_compare23(vwx16, vwx17, False, bef, app(ty_[], bfc)) -> new_ltEs1(vwx16, vwx17, bfc) 20.04/7.66 new_compare2(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, app(app(ty_Either, cf), cg)), ce), bc) -> new_compare(vwx90, vwx100, cf, cg) 20.04/7.66 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), he, hf, app(ty_Maybe, bad)) -> new_ltEs2(vwx92, vwx102, bad) 20.04/7.66 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), he, app(ty_Maybe, bbf), bbb) -> new_lt2(vwx91, vwx101, bbf) 20.04/7.66 new_ltEs0(Right(vwx90), Right(vwx100), eh, app(app(app(ty_@3, fh), ga), gb)) -> new_ltEs3(vwx90, vwx100, fh, ga, gb) 20.04/7.66 new_lt0(vwx90, vwx100, cf, cg) -> new_compare(vwx90, vwx100, cf, cg) 20.04/7.66 new_ltEs(@2(vwx90, vwx91), @2(vwx100, vwx101), app(app(ty_Either, cf), cg), ce) -> new_compare(vwx90, vwx100, cf, cg) 20.04/7.66 new_lt3(vwx90, vwx100, dc, dd, de) -> new_compare22(vwx90, vwx100, new_esEs6(vwx90, vwx100, dc, dd, de), dc, dd, de) 20.04/7.66 new_compare2(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, h), app(app(ty_Either, bd), be)), bc) -> new_ltEs0(vwx91, vwx101, bd, be) 20.04/7.66 new_ltEs(@2(vwx90, vwx91), @2(vwx100, vwx101), h, app(ty_Maybe, bg)) -> new_ltEs2(vwx91, vwx101, bg) 20.04/7.66 new_ltEs0(Right(vwx90), Right(vwx100), eh, app(ty_Maybe, fg)) -> new_ltEs2(vwx90, vwx100, fg) 20.04/7.66 new_compare(Left(vwx30), Left(vwx40), bed, bee) -> new_compare2(vwx30, vwx40, new_esEs7(vwx30, vwx40, bed), bed, bee) 20.04/7.66 new_ltEs0(Left(vwx90), Left(vwx100), app(app(ty_@2, df), dg), dh) -> new_ltEs(vwx90, vwx100, df, dg) 20.04/7.66 new_compare2(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, app(app(ty_@2, cc), cd)), ce), bc) -> new_compare20(vwx90, vwx100, new_esEs4(vwx90, vwx100, cc, cd), cc, cd) 20.04/7.66 new_compare2(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, h), app(app(ty_@2, ba), bb)), bc) -> new_ltEs(vwx91, vwx101, ba, bb) 20.04/7.66 new_compare2(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, app(ty_[], da)), ce), bc) -> new_compare0(vwx90, vwx100, da) 20.04/7.66 new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, he), hf), app(app(app(ty_@3, bae), baf), bag)), bc) -> new_ltEs3(vwx92, vwx102, bae, baf, bag) 20.04/7.66 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), he, hf, app(app(ty_@2, hg), hh)) -> new_ltEs(vwx92, vwx102, hg, hh) 20.04/7.66 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), he, hf, app(app(app(ty_@3, bae), baf), bag)) -> new_ltEs3(vwx92, vwx102, bae, baf, bag) 20.04/7.66 new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, app(app(app(ty_@3, bch), bda), bdb)), hf), bbb), bc) -> new_lt3(vwx90, vwx100, bch, bda, bdb) 20.04/7.66 new_ltEs2(Just(vwx90), Just(vwx100), app(app(app(ty_@3, hb), hc), hd)) -> new_ltEs3(vwx90, vwx100, hb, hc, hd) 20.04/7.66 new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, he), app(app(ty_@2, bah), bba)), bbb), bc) -> new_lt(vwx91, vwx101, bah, bba) 20.04/7.66 new_compare22(vwx90, vwx100, False, dc, dd, de) -> new_ltEs3(vwx90, vwx100, dc, dd, de) 20.04/7.66 new_primCompAux(vwx90, vwx100, vwx53, app(app(ty_@2, bdc), bdd)) -> new_compare3(vwx90, vwx100, bdc, bdd) 20.04/7.66 new_ltEs2(Just(vwx90), Just(vwx100), app(app(ty_@2, gd), ge)) -> new_ltEs(vwx90, vwx100, gd, ge) 20.04/7.66 new_compare2(:(vwx90, vwx91), :(vwx100, vwx101), False, app(ty_[], gc), bc) -> new_compare0(vwx91, vwx101, gc) 20.04/7.66 new_ltEs1(:(vwx90, vwx91), :(vwx100, vwx101), gc) -> new_compare0(vwx91, vwx101, gc) 20.04/7.66 new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, he), hf), app(app(ty_Either, baa), bab)), bc) -> new_ltEs0(vwx92, vwx102, baa, bab) 20.04/7.66 new_ltEs(@2(vwx90, vwx91), @2(vwx100, vwx101), app(app(app(ty_@3, dc), dd), de), ce) -> new_compare22(vwx90, vwx100, new_esEs6(vwx90, vwx100, dc, dd, de), dc, dd, de) 20.04/7.66 new_ltEs1(:(vwx90, vwx91), :(vwx100, vwx101), gc) -> new_primCompAux(vwx90, vwx100, new_compare1(vwx91, vwx101, gc), gc) 20.04/7.66 new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, app(app(ty_Either, bcd), bce)), hf), bbb), bc) -> new_lt0(vwx90, vwx100, bcd, bce) 20.04/7.66 new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, he), hf), app(app(ty_@2, hg), hh)), bc) -> new_ltEs(vwx92, vwx102, hg, hh) 20.04/7.66 new_compare2(Just(vwx90), Just(vwx100), False, app(ty_Maybe, app(app(ty_@2, gd), ge)), bc) -> new_ltEs(vwx90, vwx100, gd, ge) 20.04/7.66 new_ltEs(@2(vwx90, vwx91), @2(vwx100, vwx101), h, app(app(ty_@2, ba), bb)) -> new_ltEs(vwx91, vwx101, ba, bb) 20.04/7.66 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(app(app(ty_@3, bch), bda), bdb), hf, bbb) -> new_lt3(vwx90, vwx100, bch, bda, bdb) 20.04/7.66 new_compare23(vwx16, vwx17, False, bef, app(app(ty_@2, beg), beh)) -> new_ltEs(vwx16, vwx17, beg, beh) 20.04/7.66 new_compare2(Left(vwx90), Left(vwx100), False, app(app(ty_Either, app(app(app(ty_@3, ee), ef), eg)), dh), bc) -> new_ltEs3(vwx90, vwx100, ee, ef, eg) 20.04/7.66 new_compare0(:(vwx90, vwx91), :(vwx100, vwx101), gc) -> new_compare0(vwx91, vwx101, gc) 20.04/7.66 new_compare20(vwx90, vwx100, False, cc, cd) -> new_ltEs(vwx90, vwx100, cc, cd) 20.04/7.66 new_compare2(Right(vwx90), Right(vwx100), False, app(app(ty_Either, eh), app(ty_Maybe, fg)), bc) -> new_ltEs2(vwx90, vwx100, fg) 20.04/7.66 new_ltEs2(Just(vwx90), Just(vwx100), app(ty_Maybe, ha)) -> new_ltEs2(vwx90, vwx100, ha) 20.04/7.66 new_compare2(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, app(ty_Maybe, db)), ce), bc) -> new_compare21(vwx90, vwx100, new_esEs5(vwx90, vwx100, db), db) 20.04/7.66 new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, he), app(ty_[], bbe)), bbb), bc) -> new_lt1(vwx91, vwx101, bbe) 20.04/7.66 new_ltEs(@2(vwx90, vwx91), @2(vwx100, vwx101), app(app(ty_@2, cc), cd), ce) -> new_compare20(vwx90, vwx100, new_esEs4(vwx90, vwx100, cc, cd), cc, cd) 20.04/7.66 new_ltEs0(Right(vwx90), Right(vwx100), eh, app(app(ty_@2, fa), fb)) -> new_ltEs(vwx90, vwx100, fa, fb) 20.04/7.66 new_ltEs2(Just(vwx90), Just(vwx100), app(ty_[], gh)) -> new_ltEs1(vwx90, vwx100, gh) 20.04/7.66 new_compare(Right(vwx30), Right(vwx40), bed, bee) -> new_compare23(vwx30, vwx40, new_esEs8(vwx30, vwx40, bee), bed, bee) 20.04/7.66 new_compare23(vwx16, vwx17, False, bef, app(ty_Maybe, bfd)) -> new_ltEs2(vwx16, vwx17, bfd) 20.04/7.66 new_primCompAux(vwx90, vwx100, vwx53, app(app(ty_Either, bde), bdf)) -> new_compare(vwx90, vwx100, bde, bdf) 20.04/7.66 new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, he), app(app(app(ty_@3, bbg), bbh), bca)), bbb), bc) -> new_lt3(vwx91, vwx101, bbg, bbh, bca) 20.04/7.66 new_compare23(vwx16, vwx17, False, bef, app(app(app(ty_@3, bfe), bff), bfg)) -> new_ltEs3(vwx16, vwx17, bfe, bff, bfg) 20.04/7.66 new_lt1(vwx90, vwx100, da) -> new_compare0(vwx90, vwx100, da) 20.04/7.66 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(ty_Maybe, bcg), hf, bbb) -> new_lt2(vwx90, vwx100, bcg) 20.04/7.66 new_compare2(Left(vwx90), Left(vwx100), False, app(app(ty_Either, app(ty_[], ec)), dh), bc) -> new_ltEs1(vwx90, vwx100, ec) 20.04/7.66 new_ltEs0(Left(vwx90), Left(vwx100), app(ty_[], ec), dh) -> new_ltEs1(vwx90, vwx100, ec) 20.04/7.66 new_ltEs0(Right(vwx90), Right(vwx100), eh, app(app(ty_Either, fc), fd)) -> new_ltEs0(vwx90, vwx100, fc, fd) 20.04/7.66 new_compare2(Just(vwx90), Just(vwx100), False, app(ty_Maybe, app(ty_Maybe, ha)), bc) -> new_ltEs2(vwx90, vwx100, ha) 20.04/7.66 new_compare0(:(vwx90, vwx91), :(vwx100, vwx101), gc) -> new_primCompAux(vwx90, vwx100, new_compare1(vwx91, vwx101, gc), gc) 20.04/7.66 new_compare2(Right(vwx90), Right(vwx100), False, app(app(ty_Either, eh), app(app(ty_Either, fc), fd)), bc) -> new_ltEs0(vwx90, vwx100, fc, fd) 20.04/7.66 new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, he), hf), app(ty_Maybe, bad)), bc) -> new_ltEs2(vwx92, vwx102, bad) 20.04/7.66 new_ltEs0(Left(vwx90), Left(vwx100), app(app(ty_Either, ea), eb), dh) -> new_ltEs0(vwx90, vwx100, ea, eb) 20.04/7.66 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), he, hf, app(ty_[], bac)) -> new_ltEs1(vwx92, vwx102, bac) 20.04/7.66 new_ltEs(@2(vwx90, vwx91), @2(vwx100, vwx101), h, app(ty_[], bf)) -> new_ltEs1(vwx91, vwx101, bf) 20.04/7.66 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), he, app(app(ty_Either, bbc), bbd), bbb) -> new_lt0(vwx91, vwx101, bbc, bbd) 20.04/7.66 new_compare3(vwx90, vwx100, cc, cd) -> new_compare20(vwx90, vwx100, new_esEs4(vwx90, vwx100, cc, cd), cc, cd) 20.04/7.66 new_lt2(vwx90, vwx100, db) -> new_compare21(vwx90, vwx100, new_esEs5(vwx90, vwx100, db), db) 20.04/7.66 new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, app(ty_[], bcf)), hf), bbb), bc) -> new_lt1(vwx90, vwx100, bcf) 20.04/7.66 new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, he), hf), app(ty_[], bac)), bc) -> new_ltEs1(vwx92, vwx102, bac) 20.04/7.66 new_compare2(Just(vwx90), Just(vwx100), False, app(ty_Maybe, app(ty_[], gh)), bc) -> new_ltEs1(vwx90, vwx100, gh) 20.04/7.66 new_compare2(Right(vwx90), Right(vwx100), False, app(app(ty_Either, eh), app(app(app(ty_@3, fh), ga), gb)), bc) -> new_ltEs3(vwx90, vwx100, fh, ga, gb) 20.04/7.66 new_ltEs(@2(vwx90, vwx91), @2(vwx100, vwx101), h, app(app(ty_Either, bd), be)) -> new_ltEs0(vwx91, vwx101, bd, be) 20.04/7.66 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), he, app(ty_[], bbe), bbb) -> new_lt1(vwx91, vwx101, bbe) 20.04/7.66 new_compare2(Left(vwx90), Left(vwx100), False, app(app(ty_Either, app(app(ty_@2, df), dg)), dh), bc) -> new_ltEs(vwx90, vwx100, df, dg) 20.04/7.66 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), he, app(app(ty_@2, bah), bba), bbb) -> new_lt(vwx91, vwx101, bah, bba) 20.04/7.66 new_lt(vwx90, vwx100, cc, cd) -> new_compare20(vwx90, vwx100, new_esEs4(vwx90, vwx100, cc, cd), cc, cd) 20.04/7.66 new_ltEs(@2(vwx90, vwx91), @2(vwx100, vwx101), h, app(app(app(ty_@3, bh), ca), cb)) -> new_ltEs3(vwx91, vwx101, bh, ca, cb) 20.04/7.66 new_compare4(vwx90, vwx100, db) -> new_compare21(vwx90, vwx100, new_esEs5(vwx90, vwx100, db), db) 20.04/7.66 new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, he), app(app(ty_Either, bbc), bbd)), bbb), bc) -> new_lt0(vwx91, vwx101, bbc, bbd) 20.04/7.66 new_compare2(Left(vwx90), Left(vwx100), False, app(app(ty_Either, app(app(ty_Either, ea), eb)), dh), bc) -> new_ltEs0(vwx90, vwx100, ea, eb) 20.04/7.66 new_compare2(:(vwx90, vwx91), :(vwx100, vwx101), False, app(ty_[], gc), bc) -> new_primCompAux(vwx90, vwx100, new_compare1(vwx91, vwx101, gc), gc) 20.04/7.66 new_compare23(vwx16, vwx17, False, bef, app(app(ty_Either, bfa), bfb)) -> new_ltEs0(vwx16, vwx17, bfa, bfb) 20.04/7.66 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), he, hf, app(app(ty_Either, baa), bab)) -> new_ltEs0(vwx92, vwx102, baa, bab) 20.04/7.66 new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, he), app(ty_Maybe, bbf)), bbb), bc) -> new_lt2(vwx91, vwx101, bbf) 20.04/7.66 new_ltEs(@2(vwx90, vwx91), @2(vwx100, vwx101), app(ty_Maybe, db), ce) -> new_compare21(vwx90, vwx100, new_esEs5(vwx90, vwx100, db), db) 20.04/7.66 new_compare2(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, app(app(app(ty_@3, dc), dd), de)), ce), bc) -> new_compare22(vwx90, vwx100, new_esEs6(vwx90, vwx100, dc, dd, de), dc, dd, de) 20.04/7.66 new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, app(app(ty_@2, bcb), bcc)), hf), bbb), bc) -> new_lt(vwx90, vwx100, bcb, bcc) 20.04/7.66 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(app(ty_Either, bcd), bce), hf, bbb) -> new_lt0(vwx90, vwx100, bcd, bce) 20.04/7.66 new_compare2(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, h), app(ty_Maybe, bg)), bc) -> new_ltEs2(vwx91, vwx101, bg) 20.04/7.66 new_ltEs2(Just(vwx90), Just(vwx100), app(app(ty_Either, gf), gg)) -> new_ltEs0(vwx90, vwx100, gf, gg) 20.04/7.66 new_ltEs0(Left(vwx90), Left(vwx100), app(app(app(ty_@3, ee), ef), eg), dh) -> new_ltEs3(vwx90, vwx100, ee, ef, eg) 20.04/7.66 new_ltEs0(Right(vwx90), Right(vwx100), eh, app(ty_[], ff)) -> new_ltEs1(vwx90, vwx100, ff) 20.04/7.66 new_compare2(Just(vwx90), Just(vwx100), False, app(ty_Maybe, app(app(app(ty_@3, hb), hc), hd)), bc) -> new_ltEs3(vwx90, vwx100, hb, hc, hd) 20.04/7.66 new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, app(ty_Maybe, bcg)), hf), bbb), bc) -> new_lt2(vwx90, vwx100, bcg) 20.04/7.66 new_compare2(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, h), app(app(app(ty_@3, bh), ca), cb)), bc) -> new_ltEs3(vwx91, vwx101, bh, ca, cb) 20.04/7.66 new_compare2(Right(vwx90), Right(vwx100), False, app(app(ty_Either, eh), app(ty_[], ff)), bc) -> new_ltEs1(vwx90, vwx100, ff) 20.04/7.66 new_compare5(vwx90, vwx100, dc, dd, de) -> new_compare22(vwx90, vwx100, new_esEs6(vwx90, vwx100, dc, dd, de), dc, dd, de) 20.04/7.66 new_compare2(Left(vwx90), Left(vwx100), False, app(app(ty_Either, app(ty_Maybe, ed)), dh), bc) -> new_ltEs2(vwx90, vwx100, ed) 20.04/7.66 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), he, app(app(app(ty_@3, bbg), bbh), bca), bbb) -> new_lt3(vwx91, vwx101, bbg, bbh, bca) 20.04/7.66 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(ty_[], bcf), hf, bbb) -> new_lt1(vwx90, vwx100, bcf) 20.04/7.66 new_compare21(vwx90, vwx100, False, db) -> new_ltEs2(vwx90, vwx100, db) 20.04/7.66 20.04/7.66 The TRS R consists of the following rules: 20.04/7.66 20.04/7.66 new_ltEs6(Just(vwx90), Just(vwx100), ty_Char) -> new_ltEs17(vwx90, vwx100) 20.04/7.66 new_ltEs12(Left(vwx90), Left(vwx100), ty_Double, dh) -> new_ltEs18(vwx90, vwx100) 20.04/7.66 new_primCmpInt(Neg(Succ(vwx900)), Pos(vwx100)) -> LT 20.04/7.66 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 20.04/7.66 new_esEs5(Just(vwx300), Just(vwx400), ty_Int) -> new_esEs15(vwx300, vwx400) 20.04/7.66 new_esEs29(vwx300, vwx400, app(ty_[], ddd)) -> new_esEs12(vwx300, vwx400, ddd) 20.04/7.66 new_lt9(vwx90, vwx100, ty_@0) -> new_lt5(vwx90, vwx100) 20.04/7.66 new_lt19(vwx91, vwx101, app(ty_Ratio, cde)) -> new_lt8(vwx91, vwx101, cde) 20.04/7.66 new_pePe(True, vwx52) -> True 20.04/7.66 new_esEs25(vwx300, vwx400, app(app(app(ty_@3, cgg), cgh), cha)) -> new_esEs6(vwx300, vwx400, cgg, cgh, cha) 20.04/7.66 new_ltEs19(vwx92, vwx102, ty_Double) -> new_ltEs18(vwx92, vwx102) 20.04/7.66 new_ltEs20(vwx16, vwx17, ty_Ordering) -> new_ltEs15(vwx16, vwx17) 20.04/7.66 new_esEs20(vwx90, vwx100, app(ty_[], da)) -> new_esEs12(vwx90, vwx100, da) 20.04/7.66 new_ltEs12(Right(vwx90), Right(vwx100), eh, app(ty_Ratio, cfe)) -> new_ltEs13(vwx90, vwx100, cfe) 20.04/7.66 new_esEs30(vwx301, vwx401, ty_Bool) -> new_esEs13(vwx301, vwx401) 20.04/7.66 new_esEs30(vwx301, vwx401, ty_Char) -> new_esEs19(vwx301, vwx401) 20.04/7.66 new_esEs30(vwx301, vwx401, app(app(ty_@2, deg), deh)) -> new_esEs4(vwx301, vwx401, deg, deh) 20.04/7.66 new_ltEs12(Left(vwx90), Left(vwx100), ty_@0, dh) -> new_ltEs11(vwx90, vwx100) 20.04/7.66 new_esEs8(vwx30, vwx40, ty_Ordering) -> new_esEs9(vwx30, vwx40) 20.04/7.66 new_primCmpInt(Neg(Zero), Neg(Zero)) -> EQ 20.04/7.66 new_esEs8(vwx30, vwx40, app(ty_[], cbe)) -> new_esEs12(vwx30, vwx40, cbe) 20.04/7.66 new_ltEs20(vwx16, vwx17, app(app(app(ty_@3, bfe), bff), bfg)) -> new_ltEs5(vwx16, vwx17, bfe, bff, bfg) 20.04/7.66 new_esEs12(:(vwx300, vwx301), [], cce) -> False 20.04/7.66 new_esEs12([], :(vwx400, vwx401), cce) -> False 20.04/7.66 new_compare14(vwx30, vwx31, True, caf, cag) -> LT 20.04/7.66 new_primCmpInt(Pos(Zero), Neg(Succ(vwx1000))) -> GT 20.04/7.66 new_esEs9(LT, EQ) -> False 20.04/7.66 new_esEs9(EQ, LT) -> False 20.04/7.66 new_lt13(vwx90, vwx100) -> new_esEs9(new_compare18(vwx90, vwx100), LT) 20.04/7.66 new_primCmpInt(Neg(Succ(vwx900)), Neg(vwx100)) -> new_primCmpNat0(vwx100, Succ(vwx900)) 20.04/7.66 new_ltEs12(Left(vwx90), Right(vwx100), eh, dh) -> True 20.04/7.66 new_compare111(vwx23, vwx24, True, dfe, dff) -> LT 20.04/7.66 new_ltEs19(vwx92, vwx102, ty_@0) -> new_ltEs11(vwx92, vwx102) 20.04/7.66 new_ltEs12(Left(vwx90), Left(vwx100), app(ty_Ratio, cfd), dh) -> new_ltEs13(vwx90, vwx100, cfd) 20.04/7.66 new_lt9(vwx90, vwx100, ty_Float) -> new_lt10(vwx90, vwx100) 20.04/7.66 new_ltEs4(False, True) -> True 20.04/7.66 new_ltEs12(Left(vwx90), Left(vwx100), app(ty_[], ec), dh) -> new_ltEs16(vwx90, vwx100, ec) 20.04/7.66 new_esEs20(vwx90, vwx100, ty_Ordering) -> new_esEs9(vwx90, vwx100) 20.04/7.66 new_ltEs15(EQ, LT) -> False 20.04/7.66 new_esEs22(vwx91, vwx101, ty_Int) -> new_esEs15(vwx91, vwx101) 20.04/7.66 new_ltEs12(Left(vwx90), Left(vwx100), app(ty_Maybe, ed), dh) -> new_ltEs6(vwx90, vwx100, ed) 20.04/7.66 new_esEs29(vwx300, vwx400, ty_Char) -> new_esEs19(vwx300, vwx400) 20.04/7.66 new_ltEs6(Just(vwx90), Just(vwx100), ty_Int) -> new_ltEs10(vwx90, vwx100) 20.04/7.66 new_lt11(vwx90, vwx100) -> new_esEs9(new_compare32(vwx90, vwx100), LT) 20.04/7.66 new_lt19(vwx91, vwx101, app(ty_Maybe, bbf)) -> new_lt7(vwx91, vwx101, bbf) 20.04/7.66 new_esEs21(vwx90, vwx100, ty_Float) -> new_esEs16(vwx90, vwx100) 20.04/7.66 new_esEs8(vwx30, vwx40, app(app(app(ty_@3, cbh), cca), ccb)) -> new_esEs6(vwx30, vwx40, cbh, cca, ccb) 20.04/7.66 new_primCompAux0(vwx63, GT) -> GT 20.04/7.66 new_ltEs12(Left(vwx90), Left(vwx100), app(app(ty_@2, df), dg), dh) -> new_ltEs7(vwx90, vwx100, df, dg) 20.04/7.66 new_ltEs19(vwx92, vwx102, ty_Ordering) -> new_ltEs15(vwx92, vwx102) 20.04/7.66 new_esEs20(vwx90, vwx100, ty_Double) -> new_esEs18(vwx90, vwx100) 20.04/7.66 new_compare7(vwx90, vwx100) -> new_compare24(vwx90, vwx100, new_esEs9(vwx90, vwx100)) 20.04/7.66 new_compare26(vwx90, vwx100, True) -> EQ 20.04/7.66 new_esEs19(Char(vwx300), Char(vwx400)) -> new_primEqNat0(vwx300, vwx400) 20.04/7.66 new_lt17(vwx90, vwx100, dc, dd, de) -> new_esEs9(new_compare10(vwx90, vwx100, dc, dd, de), LT) 20.04/7.66 new_primEqInt(Pos(Succ(vwx3000)), Pos(Zero)) -> False 20.04/7.66 new_primEqInt(Pos(Zero), Pos(Succ(vwx4000))) -> False 20.04/7.66 new_ltEs15(GT, LT) -> False 20.04/7.66 new_esEs25(vwx300, vwx400, ty_Ordering) -> new_esEs9(vwx300, vwx400) 20.04/7.66 new_ltEs21(vwx9, vwx10, app(app(ty_@2, h), ce)) -> new_ltEs7(vwx9, vwx10, h, ce) 20.04/7.66 new_ltEs14(vwx9, vwx10) -> new_not(new_esEs9(new_compare18(vwx9, vwx10), GT)) 20.04/7.66 new_esEs26(vwx300, vwx400, app(app(ty_Either, chc), chd)) -> new_esEs10(vwx300, vwx400, chc, chd) 20.04/7.66 new_compare210(vwx90, vwx100, True, cc, cd) -> EQ 20.04/7.66 new_lt9(vwx90, vwx100, app(app(app(ty_@3, dc), dd), de)) -> new_lt17(vwx90, vwx100, dc, dd, de) 20.04/7.66 new_lt20(vwx90, vwx100, app(ty_Maybe, bcg)) -> new_lt7(vwx90, vwx100, bcg) 20.04/7.66 new_esEs29(vwx300, vwx400, app(app(app(ty_@3, ddg), ddh), dea)) -> new_esEs6(vwx300, vwx400, ddg, ddh, dea) 20.04/7.66 new_compare6(Right(vwx30), Right(vwx40), bed, bee) -> new_compare29(vwx30, vwx40, new_esEs8(vwx30, vwx40, bee), bed, bee) 20.04/7.66 new_esEs15(vwx30, vwx40) -> new_primEqInt(vwx30, vwx40) 20.04/7.66 new_compare1(:(vwx90, vwx91), [], gc) -> GT 20.04/7.66 new_primEqNat0(Succ(vwx3000), Succ(vwx4000)) -> new_primEqNat0(vwx3000, vwx4000) 20.04/7.66 new_esEs26(vwx300, vwx400, app(ty_Ratio, che)) -> new_esEs11(vwx300, vwx400, che) 20.04/7.66 new_esEs10(Left(vwx300), Right(vwx400), bhc, bgb) -> False 20.04/7.66 new_esEs10(Right(vwx300), Left(vwx400), bhc, bgb) -> False 20.04/7.66 new_lt14(vwx90, vwx100) -> new_esEs9(new_compare7(vwx90, vwx100), LT) 20.04/7.66 new_ltEs12(Right(vwx90), Right(vwx100), eh, app(ty_Maybe, fg)) -> new_ltEs6(vwx90, vwx100, fg) 20.04/7.66 new_esEs10(Right(vwx300), Right(vwx400), bhc, ty_Ordering) -> new_esEs9(vwx300, vwx400) 20.04/7.66 new_esEs26(vwx300, vwx400, ty_Integer) -> new_esEs14(vwx300, vwx400) 20.04/7.66 new_esEs26(vwx300, vwx400, ty_Float) -> new_esEs16(vwx300, vwx400) 20.04/7.66 new_primCompAux0(vwx63, LT) -> LT 20.04/7.66 new_ltEs12(Right(vwx90), Right(vwx100), eh, app(ty_[], ff)) -> new_ltEs16(vwx90, vwx100, ff) 20.04/7.66 new_not(True) -> False 20.04/7.66 new_ltEs19(vwx92, vwx102, app(app(app(ty_@3, bae), baf), bag)) -> new_ltEs5(vwx92, vwx102, bae, baf, bag) 20.04/7.66 new_esEs10(Left(vwx300), Left(vwx400), app(app(ty_@2, bge), bgf), bgb) -> new_esEs4(vwx300, vwx400, bge, bgf) 20.04/7.66 new_esEs10(Right(vwx300), Right(vwx400), bhc, ty_Double) -> new_esEs18(vwx300, vwx400) 20.04/7.66 new_compare16(vwx90, vwx100, True, db) -> LT 20.04/7.66 new_primCmpNat0(Zero, Zero) -> EQ 20.04/7.66 new_lt4(vwx90, vwx100, cf, cg) -> new_esEs9(new_compare6(vwx90, vwx100, cf, cg), LT) 20.04/7.66 new_esEs21(vwx90, vwx100, app(app(app(ty_@3, bch), bda), bdb)) -> new_esEs6(vwx90, vwx100, bch, bda, bdb) 20.04/7.66 new_lt9(vwx90, vwx100, app(ty_[], da)) -> new_lt15(vwx90, vwx100, da) 20.04/7.66 new_esEs10(Right(vwx300), Right(vwx400), bhc, ty_Char) -> new_esEs19(vwx300, vwx400) 20.04/7.66 new_ltEs21(vwx9, vwx10, ty_Float) -> new_ltEs9(vwx9, vwx10) 20.04/7.66 new_compare11(vwx90, vwx100, False) -> GT 20.04/7.66 new_lt19(vwx91, vwx101, app(ty_[], bbe)) -> new_lt15(vwx91, vwx101, bbe) 20.04/7.66 new_esEs5(Just(vwx300), Just(vwx400), app(app(ty_Either, cdg), cdh)) -> new_esEs10(vwx300, vwx400, cdg, cdh) 20.04/7.66 new_esEs20(vwx90, vwx100, app(app(app(ty_@3, dc), dd), de)) -> new_esEs6(vwx90, vwx100, dc, dd, de) 20.04/7.66 new_esEs28(vwx302, vwx402, ty_Bool) -> new_esEs13(vwx302, vwx402) 20.04/7.66 new_esEs7(vwx30, vwx40, app(app(ty_@2, ccf), ccg)) -> new_esEs4(vwx30, vwx40, ccf, ccg) 20.04/7.66 new_compare27(vwx90, vwx100, True, db) -> EQ 20.04/7.66 new_compare17(Double(vwx90, Pos(vwx910)), Double(vwx100, Neg(vwx1010))) -> new_compare9(new_sr(vwx90, Pos(vwx1010)), new_sr(Neg(vwx910), vwx100)) 20.04/7.66 new_compare17(Double(vwx90, Neg(vwx910)), Double(vwx100, Pos(vwx1010))) -> new_compare9(new_sr(vwx90, Neg(vwx1010)), new_sr(Pos(vwx910), vwx100)) 20.04/7.66 new_esEs10(Left(vwx300), Left(vwx400), ty_@0, bgb) -> new_esEs17(vwx300, vwx400) 20.04/7.66 new_esEs22(vwx91, vwx101, app(app(ty_Either, bbc), bbd)) -> new_esEs10(vwx91, vwx101, bbc, bbd) 20.04/7.66 new_primEqNat0(Succ(vwx3000), Zero) -> False 20.04/7.66 new_primEqNat0(Zero, Succ(vwx4000)) -> False 20.04/7.66 new_compare31(vwx90, vwx100, ty_Ordering) -> new_compare7(vwx90, vwx100) 20.04/7.66 new_lt20(vwx90, vwx100, app(ty_Ratio, cdd)) -> new_lt8(vwx90, vwx100, cdd) 20.04/7.66 new_ltEs6(Just(vwx90), Just(vwx100), app(ty_Maybe, ha)) -> new_ltEs6(vwx90, vwx100, ha) 20.04/7.66 new_esEs11(:%(vwx300, vwx301), :%(vwx400, vwx401), ccd) -> new_asAs(new_esEs23(vwx300, vwx400, ccd), new_esEs24(vwx301, vwx401, ccd)) 20.04/7.66 new_ltEs21(vwx9, vwx10, ty_@0) -> new_ltEs11(vwx9, vwx10) 20.04/7.66 new_esEs21(vwx90, vwx100, app(ty_Ratio, cdd)) -> new_esEs11(vwx90, vwx100, cdd) 20.04/7.66 new_ltEs20(vwx16, vwx17, ty_Double) -> new_ltEs18(vwx16, vwx17) 20.04/7.66 new_ltEs15(GT, EQ) -> False 20.04/7.66 new_ltEs20(vwx16, vwx17, ty_Int) -> new_ltEs10(vwx16, vwx17) 20.04/7.66 new_esEs29(vwx300, vwx400, ty_Bool) -> new_esEs13(vwx300, vwx400) 20.04/7.66 new_esEs8(vwx30, vwx40, app(app(ty_@2, cbf), cbg)) -> new_esEs4(vwx30, vwx40, cbf, cbg) 20.04/7.66 new_lt20(vwx90, vwx100, app(app(ty_@2, bcb), bcc)) -> new_lt12(vwx90, vwx100, bcb, bcc) 20.04/7.66 new_lt9(vwx90, vwx100, ty_Int) -> new_lt6(vwx90, vwx100) 20.04/7.66 new_esEs21(vwx90, vwx100, app(app(ty_Either, bcd), bce)) -> new_esEs10(vwx90, vwx100, bcd, bce) 20.04/7.66 new_esEs25(vwx300, vwx400, ty_Float) -> new_esEs16(vwx300, vwx400) 20.04/7.66 new_lt20(vwx90, vwx100, ty_Integer) -> new_lt13(vwx90, vwx100) 20.04/7.66 new_esEs27(vwx301, vwx401, ty_Int) -> new_esEs15(vwx301, vwx401) 20.04/7.66 new_esEs29(vwx300, vwx400, ty_Double) -> new_esEs18(vwx300, vwx400) 20.04/7.66 new_esEs10(Right(vwx300), Right(vwx400), bhc, app(ty_Ratio, bhf)) -> new_esEs11(vwx300, vwx400, bhf) 20.04/7.66 new_primCmpInt(Pos(Succ(vwx900)), Neg(vwx100)) -> GT 20.04/7.66 new_ltEs20(vwx16, vwx17, ty_@0) -> new_ltEs11(vwx16, vwx17) 20.04/7.66 new_esEs26(vwx300, vwx400, ty_Int) -> new_esEs15(vwx300, vwx400) 20.04/7.66 new_esEs28(vwx302, vwx402, ty_@0) -> new_esEs17(vwx302, vwx402) 20.04/7.66 new_compare9(vwx9, vwx10) -> new_primCmpInt(vwx9, vwx10) 20.04/7.66 new_esEs20(vwx90, vwx100, app(app(ty_@2, cc), cd)) -> new_esEs4(vwx90, vwx100, cc, cd) 20.04/7.66 new_ltEs7(@2(vwx90, vwx91), @2(vwx100, vwx101), h, ce) -> new_pePe(new_lt9(vwx90, vwx100, h), new_asAs(new_esEs20(vwx90, vwx100, h), new_ltEs8(vwx91, vwx101, ce))) 20.04/7.66 new_ltEs6(Just(vwx90), Just(vwx100), app(app(app(ty_@3, hb), hc), hd)) -> new_ltEs5(vwx90, vwx100, hb, hc, hd) 20.04/7.66 new_compare110(vwx90, vwx100, True, cc, cd) -> LT 20.04/7.66 new_ltEs12(Left(vwx90), Left(vwx100), app(app(app(ty_@3, ee), ef), eg), dh) -> new_ltEs5(vwx90, vwx100, ee, ef, eg) 20.04/7.66 new_esEs28(vwx302, vwx402, ty_Char) -> new_esEs19(vwx302, vwx402) 20.04/7.66 new_esEs30(vwx301, vwx401, ty_Double) -> new_esEs18(vwx301, vwx401) 20.04/7.66 new_esEs21(vwx90, vwx100, ty_Ordering) -> new_esEs9(vwx90, vwx100) 20.04/7.66 new_esEs10(Left(vwx300), Left(vwx400), app(ty_Ratio, bgc), bgb) -> new_esEs11(vwx300, vwx400, bgc) 20.04/7.66 new_esEs5(Just(vwx300), Just(vwx400), app(ty_Ratio, cea)) -> new_esEs11(vwx300, vwx400, cea) 20.04/7.66 new_esEs22(vwx91, vwx101, app(ty_Ratio, cde)) -> new_esEs11(vwx91, vwx101, cde) 20.04/7.66 new_compare1(:(vwx90, vwx91), :(vwx100, vwx101), gc) -> new_primCompAux1(vwx90, vwx100, new_compare1(vwx91, vwx101, gc), gc) 20.04/7.66 new_compare19(vwx90, vwx100, True) -> LT 20.04/7.66 new_primPlusNat1(Succ(vwx5400), Succ(vwx400000)) -> Succ(Succ(new_primPlusNat1(vwx5400, vwx400000))) 20.04/7.66 new_ltEs21(vwx9, vwx10, ty_Double) -> new_ltEs18(vwx9, vwx10) 20.04/7.66 new_esEs10(Right(vwx300), Right(vwx400), bhc, ty_Bool) -> new_esEs13(vwx300, vwx400) 20.04/7.66 new_ltEs21(vwx9, vwx10, ty_Ordering) -> new_ltEs15(vwx9, vwx10) 20.04/7.66 new_lt19(vwx91, vwx101, ty_Integer) -> new_lt13(vwx91, vwx101) 20.04/7.66 new_compare31(vwx90, vwx100, app(app(ty_Either, bde), bdf)) -> new_compare6(vwx90, vwx100, bde, bdf) 20.04/7.66 new_primCmpNat0(Zero, Succ(vwx1000)) -> LT 20.04/7.66 new_lt20(vwx90, vwx100, app(ty_[], bcf)) -> new_lt15(vwx90, vwx100, bcf) 20.04/7.66 new_esEs21(vwx90, vwx100, ty_Int) -> new_esEs15(vwx90, vwx100) 20.04/7.66 new_ltEs8(vwx91, vwx101, app(app(ty_@2, ba), bb)) -> new_ltEs7(vwx91, vwx101, ba, bb) 20.04/7.66 new_lt16(vwx90, vwx100) -> new_esEs9(new_compare34(vwx90, vwx100), LT) 20.04/7.66 new_primCompAux1(vwx90, vwx100, vwx53, gc) -> new_primCompAux0(vwx53, new_compare31(vwx90, vwx100, gc)) 20.04/7.66 new_lt9(vwx90, vwx100, app(ty_Ratio, cah)) -> new_lt8(vwx90, vwx100, cah) 20.04/7.66 new_ltEs21(vwx9, vwx10, ty_Integer) -> new_ltEs14(vwx9, vwx10) 20.04/7.66 new_primCmpNat0(Succ(vwx900), Zero) -> GT 20.04/7.66 new_esEs8(vwx30, vwx40, ty_Float) -> new_esEs16(vwx30, vwx40) 20.04/7.66 new_pePe(False, vwx52) -> vwx52 20.04/7.66 new_lt10(vwx90, vwx100) -> new_esEs9(new_compare30(vwx90, vwx100), LT) 20.04/7.66 new_compare17(Double(vwx90, Pos(vwx910)), Double(vwx100, Pos(vwx1010))) -> new_compare9(new_sr(vwx90, Pos(vwx1010)), new_sr(Pos(vwx910), vwx100)) 20.04/7.66 new_esEs17(@0, @0) -> True 20.04/7.66 new_esEs22(vwx91, vwx101, ty_@0) -> new_esEs17(vwx91, vwx101) 20.04/7.66 new_esEs8(vwx30, vwx40, app(ty_Ratio, cbd)) -> new_esEs11(vwx30, vwx40, cbd) 20.04/7.66 new_esEs10(Right(vwx300), Right(vwx400), bhc, app(ty_[], bhg)) -> new_esEs12(vwx300, vwx400, bhg) 20.04/7.66 new_ltEs19(vwx92, vwx102, ty_Int) -> new_ltEs10(vwx92, vwx102) 20.04/7.66 new_esEs25(vwx300, vwx400, ty_Integer) -> new_esEs14(vwx300, vwx400) 20.04/7.66 new_ltEs12(Left(vwx90), Left(vwx100), ty_Char, dh) -> new_ltEs17(vwx90, vwx100) 20.04/7.66 new_lt9(vwx90, vwx100, ty_Ordering) -> new_lt14(vwx90, vwx100) 20.04/7.66 new_esEs10(Right(vwx300), Right(vwx400), bhc, ty_Float) -> new_esEs16(vwx300, vwx400) 20.04/7.66 new_esEs21(vwx90, vwx100, ty_Char) -> new_esEs19(vwx90, vwx100) 20.04/7.66 new_esEs26(vwx300, vwx400, ty_Ordering) -> new_esEs9(vwx300, vwx400) 20.04/7.66 new_esEs7(vwx30, vwx40, app(ty_Maybe, cdc)) -> new_esEs5(vwx30, vwx40, cdc) 20.04/7.66 new_esEs23(vwx300, vwx400, ty_Int) -> new_esEs15(vwx300, vwx400) 20.04/7.66 new_ltEs6(Just(vwx90), Just(vwx100), ty_Double) -> new_ltEs18(vwx90, vwx100) 20.04/7.66 new_esEs29(vwx300, vwx400, app(ty_Ratio, ddc)) -> new_esEs11(vwx300, vwx400, ddc) 20.04/7.66 new_compare6(Left(vwx30), Right(vwx40), bed, bee) -> LT 20.04/7.66 new_esEs27(vwx301, vwx401, ty_Integer) -> new_esEs14(vwx301, vwx401) 20.04/7.66 new_esEs21(vwx90, vwx100, app(app(ty_@2, bcb), bcc)) -> new_esEs4(vwx90, vwx100, bcb, bcc) 20.04/7.66 new_primEqInt(Pos(Zero), Neg(Succ(vwx4000))) -> False 20.04/7.66 new_primEqInt(Neg(Zero), Pos(Succ(vwx4000))) -> False 20.04/7.66 new_esEs29(vwx300, vwx400, ty_@0) -> new_esEs17(vwx300, vwx400) 20.04/7.66 new_compare34(Char(vwx90), Char(vwx100)) -> new_primCmpNat0(vwx90, vwx100) 20.04/7.66 new_esEs5(Just(vwx300), Just(vwx400), app(app(app(ty_@3, cee), cef), ceg)) -> new_esEs6(vwx300, vwx400, cee, cef, ceg) 20.04/7.66 new_esEs25(vwx300, vwx400, app(app(ty_@2, cge), cgf)) -> new_esEs4(vwx300, vwx400, cge, cgf) 20.04/7.66 new_ltEs12(Left(vwx90), Left(vwx100), app(app(ty_Either, ea), eb), dh) -> new_ltEs12(vwx90, vwx100, ea, eb) 20.04/7.66 new_esEs21(vwx90, vwx100, app(ty_Maybe, bcg)) -> new_esEs5(vwx90, vwx100, bcg) 20.04/7.66 new_esEs10(Right(vwx300), Right(vwx400), bhc, ty_Int) -> new_esEs15(vwx300, vwx400) 20.04/7.66 new_esEs5(Nothing, Nothing, cdc) -> True 20.04/7.66 new_esEs10(Left(vwx300), Left(vwx400), ty_Bool, bgb) -> new_esEs13(vwx300, vwx400) 20.04/7.66 new_ltEs12(Right(vwx90), Right(vwx100), eh, ty_Float) -> new_ltEs9(vwx90, vwx100) 20.04/7.66 new_primEqInt(Neg(Succ(vwx3000)), Neg(Succ(vwx4000))) -> new_primEqNat0(vwx3000, vwx4000) 20.04/7.66 new_esEs5(Nothing, Just(vwx400), cdc) -> False 20.04/7.66 new_esEs5(Just(vwx300), Nothing, cdc) -> False 20.04/7.66 new_ltEs12(Right(vwx90), Right(vwx100), eh, app(app(app(ty_@3, fh), ga), gb)) -> new_ltEs5(vwx90, vwx100, fh, ga, gb) 20.04/7.66 new_primCmpInt(Neg(Zero), Pos(Succ(vwx1000))) -> LT 20.04/7.66 new_compare25(vwx90, vwx100, True, dc, dd, de) -> EQ 20.04/7.66 new_esEs20(vwx90, vwx100, app(ty_Ratio, cah)) -> new_esEs11(vwx90, vwx100, cah) 20.04/7.66 new_esEs20(vwx90, vwx100, ty_Float) -> new_esEs16(vwx90, vwx100) 20.04/7.66 new_ltEs20(vwx16, vwx17, ty_Char) -> new_ltEs17(vwx16, vwx17) 20.04/7.66 new_lt9(vwx90, vwx100, ty_Integer) -> new_lt13(vwx90, vwx100) 20.04/7.66 new_primMulInt(Pos(vwx3010), Pos(vwx4000)) -> Pos(new_primMulNat0(vwx3010, vwx4000)) 20.04/7.66 new_ltEs5(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), he, hf, bbb) -> new_pePe(new_lt20(vwx90, vwx100, he), new_asAs(new_esEs21(vwx90, vwx100, he), new_pePe(new_lt19(vwx91, vwx101, hf), new_asAs(new_esEs22(vwx91, vwx101, hf), new_ltEs19(vwx92, vwx102, bbb))))) 20.04/7.66 new_esEs5(Just(vwx300), Just(vwx400), ty_@0) -> new_esEs17(vwx300, vwx400) 20.04/7.66 new_compare30(Float(vwx90, Pos(vwx910)), Float(vwx100, Neg(vwx1010))) -> new_compare9(new_sr(vwx90, Pos(vwx1010)), new_sr(Neg(vwx910), vwx100)) 20.04/7.66 new_compare30(Float(vwx90, Neg(vwx910)), Float(vwx100, Pos(vwx1010))) -> new_compare9(new_sr(vwx90, Neg(vwx1010)), new_sr(Pos(vwx910), vwx100)) 20.04/7.66 new_esEs30(vwx301, vwx401, ty_@0) -> new_esEs17(vwx301, vwx401) 20.04/7.66 new_esEs25(vwx300, vwx400, ty_Int) -> new_esEs15(vwx300, vwx400) 20.04/7.66 new_primMulNat0(Succ(vwx30100), Zero) -> Zero 20.04/7.66 new_primMulNat0(Zero, Succ(vwx40000)) -> Zero 20.04/7.66 new_esEs29(vwx300, vwx400, ty_Integer) -> new_esEs14(vwx300, vwx400) 20.04/7.66 new_primPlusNat0(Zero, vwx40000) -> Succ(vwx40000) 20.04/7.66 new_esEs26(vwx300, vwx400, app(ty_[], chf)) -> new_esEs12(vwx300, vwx400, chf) 20.04/7.66 new_compare27(vwx90, vwx100, False, db) -> new_compare16(vwx90, vwx100, new_ltEs6(vwx90, vwx100, db), db) 20.04/7.66 new_compare18(Integer(vwx90), Integer(vwx100)) -> new_primCmpInt(vwx90, vwx100) 20.04/7.66 new_ltEs19(vwx92, vwx102, ty_Char) -> new_ltEs17(vwx92, vwx102) 20.04/7.66 new_ltEs8(vwx91, vwx101, ty_Double) -> new_ltEs18(vwx91, vwx101) 20.04/7.66 new_compare31(vwx90, vwx100, app(app(ty_@2, bdc), bdd)) -> new_compare33(vwx90, vwx100, bdc, bdd) 20.04/7.66 new_esEs30(vwx301, vwx401, app(ty_Ratio, dee)) -> new_esEs11(vwx301, vwx401, dee) 20.04/7.66 new_esEs7(vwx30, vwx40, ty_Char) -> new_esEs19(vwx30, vwx40) 20.04/7.66 new_ltEs6(Just(vwx90), Just(vwx100), app(ty_Ratio, cfh)) -> new_ltEs13(vwx90, vwx100, cfh) 20.04/7.66 new_esEs7(vwx30, vwx40, ty_Double) -> new_esEs18(vwx30, vwx40) 20.04/7.66 new_ltEs21(vwx9, vwx10, ty_Int) -> new_ltEs10(vwx9, vwx10) 20.04/7.66 new_ltEs19(vwx92, vwx102, ty_Integer) -> new_ltEs14(vwx92, vwx102) 20.04/7.66 new_esEs7(vwx30, vwx40, ty_@0) -> new_esEs17(vwx30, vwx40) 20.04/7.66 new_compare1([], [], gc) -> EQ 20.04/7.66 new_ltEs6(Nothing, Just(vwx100), cfg) -> True 20.04/7.66 new_compare19(vwx90, vwx100, False) -> GT 20.04/7.66 new_esEs26(vwx300, vwx400, ty_Bool) -> new_esEs13(vwx300, vwx400) 20.04/7.66 new_ltEs12(Left(vwx90), Left(vwx100), ty_Integer, dh) -> new_ltEs14(vwx90, vwx100) 20.04/7.66 new_ltEs12(Right(vwx90), Right(vwx100), eh, app(app(ty_@2, fa), fb)) -> new_ltEs7(vwx90, vwx100, fa, fb) 20.04/7.66 new_compare13(vwx90, vwx100, False, dc, dd, de) -> GT 20.04/7.66 new_ltEs6(Just(vwx90), Just(vwx100), ty_Bool) -> new_ltEs4(vwx90, vwx100) 20.04/7.66 new_esEs22(vwx91, vwx101, app(app(app(ty_@3, bbg), bbh), bca)) -> new_esEs6(vwx91, vwx101, bbg, bbh, bca) 20.04/7.66 new_primPlusNat1(Succ(vwx5400), Zero) -> Succ(vwx5400) 20.04/7.66 new_primPlusNat1(Zero, Succ(vwx400000)) -> Succ(vwx400000) 20.04/7.66 new_ltEs20(vwx16, vwx17, app(ty_[], bfc)) -> new_ltEs16(vwx16, vwx17, bfc) 20.04/7.66 new_esEs9(LT, LT) -> True 20.04/7.66 new_esEs25(vwx300, vwx400, app(ty_[], cgd)) -> new_esEs12(vwx300, vwx400, cgd) 20.04/7.66 new_esEs25(vwx300, vwx400, app(app(ty_Either, cga), cgb)) -> new_esEs10(vwx300, vwx400, cga, cgb) 20.04/7.66 new_compare12(vwx90, vwx100, db) -> new_compare27(vwx90, vwx100, new_esEs5(vwx90, vwx100, db), db) 20.04/7.66 new_esEs13(True, True) -> True 20.04/7.66 new_ltEs8(vwx91, vwx101, ty_Float) -> new_ltEs9(vwx91, vwx101) 20.04/7.66 new_esEs8(vwx30, vwx40, ty_@0) -> new_esEs17(vwx30, vwx40) 20.04/7.66 new_esEs8(vwx30, vwx40, ty_Char) -> new_esEs19(vwx30, vwx40) 20.04/7.66 new_lt9(vwx90, vwx100, app(app(ty_Either, cf), cg)) -> new_lt4(vwx90, vwx100, cf, cg) 20.04/7.66 new_lt6(vwx90, vwx100) -> new_esEs9(new_compare9(vwx90, vwx100), LT) 20.04/7.66 new_lt5(vwx90, vwx100) -> new_esEs9(new_compare8(vwx90, vwx100), LT) 20.04/7.66 new_ltEs12(Left(vwx90), Left(vwx100), ty_Ordering, dh) -> new_ltEs15(vwx90, vwx100) 20.04/7.66 new_lt7(vwx90, vwx100, db) -> new_esEs9(new_compare12(vwx90, vwx100, db), LT) 20.04/7.66 new_ltEs12(Right(vwx90), Right(vwx100), eh, ty_Bool) -> new_ltEs4(vwx90, vwx100) 20.04/7.66 new_ltEs20(vwx16, vwx17, app(app(ty_@2, beg), beh)) -> new_ltEs7(vwx16, vwx17, beg, beh) 20.04/7.66 new_ltEs19(vwx92, vwx102, app(ty_[], bac)) -> new_ltEs16(vwx92, vwx102, bac) 20.04/7.66 new_esEs25(vwx300, vwx400, ty_Bool) -> new_esEs13(vwx300, vwx400) 20.04/7.66 new_esEs20(vwx90, vwx100, ty_Char) -> new_esEs19(vwx90, vwx100) 20.04/7.66 new_esEs28(vwx302, vwx402, ty_Integer) -> new_esEs14(vwx302, vwx402) 20.04/7.66 new_primMulInt(Neg(vwx3010), Neg(vwx4000)) -> Pos(new_primMulNat0(vwx3010, vwx4000)) 20.04/7.66 new_primCmpInt(Pos(Zero), Pos(Succ(vwx1000))) -> new_primCmpNat0(Zero, Succ(vwx1000)) 20.04/7.66 new_ltEs16(vwx9, vwx10, gc) -> new_not(new_esEs9(new_compare1(vwx9, vwx10, gc), GT)) 20.04/7.66 new_compare31(vwx90, vwx100, ty_Int) -> new_compare9(vwx90, vwx100) 20.04/7.66 new_lt15(vwx90, vwx100, da) -> new_esEs9(new_compare1(vwx90, vwx100, da), LT) 20.04/7.66 new_esEs22(vwx91, vwx101, app(ty_Maybe, bbf)) -> new_esEs5(vwx91, vwx101, bbf) 20.04/7.66 new_compare24(vwx90, vwx100, False) -> new_compare19(vwx90, vwx100, new_ltEs15(vwx90, vwx100)) 20.04/7.66 new_ltEs19(vwx92, vwx102, app(app(ty_@2, hg), hh)) -> new_ltEs7(vwx92, vwx102, hg, hh) 20.04/7.66 new_ltEs15(EQ, GT) -> True 20.04/7.66 new_lt9(vwx90, vwx100, ty_Char) -> new_lt16(vwx90, vwx100) 20.04/7.66 new_lt19(vwx91, vwx101, ty_Bool) -> new_lt11(vwx91, vwx101) 20.04/7.66 new_esEs20(vwx90, vwx100, ty_@0) -> new_esEs17(vwx90, vwx100) 20.04/7.66 new_esEs8(vwx30, vwx40, ty_Double) -> new_esEs18(vwx30, vwx40) 20.04/7.66 new_esEs22(vwx91, vwx101, ty_Float) -> new_esEs16(vwx91, vwx101) 20.04/7.66 new_compare10(vwx90, vwx100, dc, dd, de) -> new_compare25(vwx90, vwx100, new_esEs6(vwx90, vwx100, dc, dd, de), dc, dd, de) 20.04/7.66 new_esEs10(Left(vwx300), Left(vwx400), app(ty_Maybe, bhb), bgb) -> new_esEs5(vwx300, vwx400, bhb) 20.04/7.66 new_esEs5(Just(vwx300), Just(vwx400), app(ty_Maybe, ceh)) -> new_esEs5(vwx300, vwx400, ceh) 20.04/7.66 new_ltEs21(vwx9, vwx10, ty_Char) -> new_ltEs17(vwx9, vwx10) 20.04/7.66 new_esEs21(vwx90, vwx100, ty_Double) -> new_esEs18(vwx90, vwx100) 20.04/7.66 new_esEs5(Just(vwx300), Just(vwx400), ty_Float) -> new_esEs16(vwx300, vwx400) 20.04/7.66 new_esEs10(Left(vwx300), Left(vwx400), ty_Integer, bgb) -> new_esEs14(vwx300, vwx400) 20.04/7.66 new_ltEs8(vwx91, vwx101, ty_Int) -> new_ltEs10(vwx91, vwx101) 20.04/7.66 new_lt20(vwx90, vwx100, ty_Bool) -> new_lt11(vwx90, vwx100) 20.04/7.66 new_esEs27(vwx301, vwx401, ty_Ordering) -> new_esEs9(vwx301, vwx401) 20.04/7.66 new_lt19(vwx91, vwx101, ty_Ordering) -> new_lt14(vwx91, vwx101) 20.04/7.66 new_esEs24(vwx301, vwx401, ty_Int) -> new_esEs15(vwx301, vwx401) 20.04/7.66 new_lt9(vwx90, vwx100, app(app(ty_@2, cc), cd)) -> new_lt12(vwx90, vwx100, cc, cd) 20.04/7.66 new_esEs8(vwx30, vwx40, app(ty_Maybe, ccc)) -> new_esEs5(vwx30, vwx40, ccc) 20.04/7.66 new_primMulInt(Pos(vwx3010), Neg(vwx4000)) -> Neg(new_primMulNat0(vwx3010, vwx4000)) 20.04/7.66 new_primMulInt(Neg(vwx3010), Pos(vwx4000)) -> Neg(new_primMulNat0(vwx3010, vwx4000)) 20.04/7.66 new_esEs22(vwx91, vwx101, ty_Char) -> new_esEs19(vwx91, vwx101) 20.04/7.66 new_ltEs12(Right(vwx90), Right(vwx100), eh, app(app(ty_Either, fc), fd)) -> new_ltEs12(vwx90, vwx100, fc, fd) 20.04/7.66 new_esEs28(vwx302, vwx402, app(ty_Ratio, dca)) -> new_esEs11(vwx302, vwx402, dca) 20.04/7.66 new_compare6(Left(vwx30), Left(vwx40), bed, bee) -> new_compare28(vwx30, vwx40, new_esEs7(vwx30, vwx40, bed), bed, bee) 20.04/7.66 new_esEs21(vwx90, vwx100, ty_@0) -> new_esEs17(vwx90, vwx100) 20.04/7.66 new_esEs22(vwx91, vwx101, ty_Bool) -> new_esEs13(vwx91, vwx101) 20.04/7.66 new_esEs22(vwx91, vwx101, app(app(ty_@2, bah), bba)) -> new_esEs4(vwx91, vwx101, bah, bba) 20.04/7.66 new_ltEs12(Right(vwx90), Left(vwx100), eh, dh) -> False 20.04/7.66 new_esEs22(vwx91, vwx101, ty_Double) -> new_esEs18(vwx91, vwx101) 20.04/7.66 new_esEs28(vwx302, vwx402, app(app(ty_Either, dbg), dbh)) -> new_esEs10(vwx302, vwx402, dbg, dbh) 20.04/7.66 new_esEs4(@2(vwx300, vwx301), @2(vwx400, vwx401), ccf, ccg) -> new_asAs(new_esEs29(vwx300, vwx400, ccf), new_esEs30(vwx301, vwx401, ccg)) 20.04/7.66 new_esEs7(vwx30, vwx40, app(ty_Ratio, ccd)) -> new_esEs11(vwx30, vwx40, ccd) 20.04/7.66 new_esEs24(vwx301, vwx401, ty_Integer) -> new_esEs14(vwx301, vwx401) 20.04/7.66 new_sr0(Integer(vwx1000), Integer(vwx910)) -> Integer(new_primMulInt(vwx1000, vwx910)) 20.04/7.66 new_esEs7(vwx30, vwx40, ty_Float) -> new_esEs16(vwx30, vwx40) 20.04/7.66 new_ltEs20(vwx16, vwx17, ty_Integer) -> new_ltEs14(vwx16, vwx17) 20.04/7.66 new_esEs29(vwx300, vwx400, app(ty_Maybe, deb)) -> new_esEs5(vwx300, vwx400, deb) 20.04/7.66 new_esEs7(vwx30, vwx40, ty_Integer) -> new_esEs14(vwx30, vwx40) 20.04/7.66 new_compare17(Double(vwx90, Neg(vwx910)), Double(vwx100, Neg(vwx1010))) -> new_compare9(new_sr(vwx90, Neg(vwx1010)), new_sr(Neg(vwx910), vwx100)) 20.04/7.66 new_esEs27(vwx301, vwx401, app(app(app(ty_@3, dbc), dbd), dbe)) -> new_esEs6(vwx301, vwx401, dbc, dbd, dbe) 20.04/7.66 new_ltEs15(LT, GT) -> True 20.04/7.66 new_esEs13(False, False) -> True 20.04/7.66 new_ltEs12(Right(vwx90), Right(vwx100), eh, ty_Ordering) -> new_ltEs15(vwx90, vwx100) 20.04/7.66 new_esEs28(vwx302, vwx402, ty_Float) -> new_esEs16(vwx302, vwx402) 20.04/7.66 new_compare31(vwx90, vwx100, app(ty_Maybe, bdh)) -> new_compare12(vwx90, vwx100, bdh) 20.04/7.66 new_ltEs21(vwx9, vwx10, app(ty_Ratio, cfc)) -> new_ltEs13(vwx9, vwx10, cfc) 20.04/7.66 new_ltEs9(vwx9, vwx10) -> new_not(new_esEs9(new_compare30(vwx9, vwx10), GT)) 20.04/7.66 new_ltEs6(Just(vwx90), Just(vwx100), app(app(ty_@2, gd), ge)) -> new_ltEs7(vwx90, vwx100, gd, ge) 20.04/7.66 new_ltEs10(vwx9, vwx10) -> new_not(new_esEs9(new_compare9(vwx9, vwx10), GT)) 20.04/7.66 new_ltEs21(vwx9, vwx10, app(ty_Maybe, cfg)) -> new_ltEs6(vwx9, vwx10, cfg) 20.04/7.66 new_ltEs8(vwx91, vwx101, app(app(ty_Either, bd), be)) -> new_ltEs12(vwx91, vwx101, bd, be) 20.04/7.66 new_lt9(vwx90, vwx100, ty_Double) -> new_lt18(vwx90, vwx100) 20.04/7.66 new_esEs5(Just(vwx300), Just(vwx400), ty_Double) -> new_esEs18(vwx300, vwx400) 20.04/7.66 new_esEs12(:(vwx300, vwx301), :(vwx400, vwx401), cce) -> new_asAs(new_esEs25(vwx300, vwx400, cce), new_esEs12(vwx301, vwx401, cce)) 20.04/7.66 new_ltEs21(vwx9, vwx10, app(app(ty_Either, eh), dh)) -> new_ltEs12(vwx9, vwx10, eh, dh) 20.04/7.66 new_ltEs21(vwx9, vwx10, app(ty_[], gc)) -> new_ltEs16(vwx9, vwx10, gc) 20.04/7.66 new_asAs(True, vwx45) -> vwx45 20.04/7.66 new_ltEs8(vwx91, vwx101, ty_Char) -> new_ltEs17(vwx91, vwx101) 20.04/7.66 new_esEs7(vwx30, vwx40, ty_Int) -> new_esEs15(vwx30, vwx40) 20.04/7.66 new_esEs30(vwx301, vwx401, ty_Integer) -> new_esEs14(vwx301, vwx401) 20.04/7.66 new_esEs10(Left(vwx300), Left(vwx400), ty_Ordering, bgb) -> new_esEs9(vwx300, vwx400) 20.04/7.66 new_esEs10(Right(vwx300), Right(vwx400), bhc, app(app(ty_Either, bhd), bhe)) -> new_esEs10(vwx300, vwx400, bhd, bhe) 20.04/7.66 new_ltEs12(Right(vwx90), Right(vwx100), eh, ty_Double) -> new_ltEs18(vwx90, vwx100) 20.04/7.66 new_ltEs11(vwx9, vwx10) -> new_not(new_esEs9(new_compare8(vwx9, vwx10), GT)) 20.04/7.66 new_compare26(vwx90, vwx100, False) -> new_compare11(vwx90, vwx100, new_ltEs4(vwx90, vwx100)) 20.04/7.66 new_compare32(vwx90, vwx100) -> new_compare26(vwx90, vwx100, new_esEs13(vwx90, vwx100)) 20.04/7.66 new_esEs5(Just(vwx300), Just(vwx400), ty_Bool) -> new_esEs13(vwx300, vwx400) 20.04/7.66 new_esEs10(Left(vwx300), Left(vwx400), app(app(app(ty_@3, bgg), bgh), bha), bgb) -> new_esEs6(vwx300, vwx400, bgg, bgh, bha) 20.04/7.66 new_ltEs8(vwx91, vwx101, app(ty_Ratio, cba)) -> new_ltEs13(vwx91, vwx101, cba) 20.04/7.66 new_esEs5(Just(vwx300), Just(vwx400), ty_Char) -> new_esEs19(vwx300, vwx400) 20.04/7.66 new_esEs20(vwx90, vwx100, app(ty_Maybe, db)) -> new_esEs5(vwx90, vwx100, db) 20.04/7.66 new_esEs5(Just(vwx300), Just(vwx400), app(app(ty_@2, cec), ced)) -> new_esEs4(vwx300, vwx400, cec, ced) 20.04/7.66 new_esEs7(vwx30, vwx40, app(app(ty_Either, bhc), bgb)) -> new_esEs10(vwx30, vwx40, bhc, bgb) 20.04/7.66 new_esEs18(Double(vwx300, vwx301), Double(vwx400, vwx401)) -> new_esEs15(new_sr(vwx300, vwx401), new_sr(vwx301, vwx400)) 20.04/7.66 new_compare111(vwx23, vwx24, False, dfe, dff) -> GT 20.04/7.66 new_esEs28(vwx302, vwx402, ty_Int) -> new_esEs15(vwx302, vwx402) 20.04/7.66 new_ltEs12(Right(vwx90), Right(vwx100), eh, ty_@0) -> new_ltEs11(vwx90, vwx100) 20.04/7.66 new_ltEs6(Just(vwx90), Just(vwx100), ty_Float) -> new_ltEs9(vwx90, vwx100) 20.04/7.66 new_primCmpInt(Pos(Succ(vwx900)), Pos(vwx100)) -> new_primCmpNat0(Succ(vwx900), vwx100) 20.04/7.66 new_ltEs21(vwx9, vwx10, ty_Bool) -> new_ltEs4(vwx9, vwx10) 20.04/7.66 new_compare6(Right(vwx30), Left(vwx40), bed, bee) -> GT 20.04/7.66 new_sr(vwx301, vwx400) -> new_primMulInt(vwx301, vwx400) 20.04/7.66 new_esEs30(vwx301, vwx401, ty_Float) -> new_esEs16(vwx301, vwx401) 20.04/7.66 new_esEs27(vwx301, vwx401, ty_Char) -> new_esEs19(vwx301, vwx401) 20.04/7.66 new_esEs27(vwx301, vwx401, ty_Bool) -> new_esEs13(vwx301, vwx401) 20.04/7.66 new_esEs10(Right(vwx300), Right(vwx400), bhc, ty_@0) -> new_esEs17(vwx300, vwx400) 20.04/7.66 new_primMulNat0(Zero, Zero) -> Zero 20.04/7.66 new_compare31(vwx90, vwx100, app(ty_[], bdg)) -> new_compare1(vwx90, vwx100, bdg) 20.04/7.66 new_esEs20(vwx90, vwx100, ty_Int) -> new_esEs15(vwx90, vwx100) 20.04/7.66 new_esEs30(vwx301, vwx401, app(ty_Maybe, dfd)) -> new_esEs5(vwx301, vwx401, dfd) 20.04/7.66 new_compare33(vwx90, vwx100, cc, cd) -> new_compare210(vwx90, vwx100, new_esEs4(vwx90, vwx100, cc, cd), cc, cd) 20.04/7.66 new_lt20(vwx90, vwx100, ty_Int) -> new_lt6(vwx90, vwx100) 20.04/7.66 new_lt20(vwx90, vwx100, ty_Float) -> new_lt10(vwx90, vwx100) 20.04/7.66 new_ltEs19(vwx92, vwx102, app(ty_Ratio, cdf)) -> new_ltEs13(vwx92, vwx102, cdf) 20.04/7.66 new_lt20(vwx90, vwx100, ty_Ordering) -> new_lt14(vwx90, vwx100) 20.04/7.66 new_ltEs15(EQ, EQ) -> True 20.04/7.66 new_ltEs20(vwx16, vwx17, app(ty_Maybe, bfd)) -> new_ltEs6(vwx16, vwx17, bfd) 20.04/7.66 new_esEs20(vwx90, vwx100, ty_Integer) -> new_esEs14(vwx90, vwx100) 20.04/7.66 new_esEs5(Just(vwx300), Just(vwx400), ty_Ordering) -> new_esEs9(vwx300, vwx400) 20.04/7.66 new_esEs25(vwx300, vwx400, app(ty_Maybe, chb)) -> new_esEs5(vwx300, vwx400, chb) 20.04/7.66 new_esEs22(vwx91, vwx101, ty_Ordering) -> new_esEs9(vwx91, vwx101) 20.04/7.66 new_ltEs19(vwx92, vwx102, app(app(ty_Either, baa), bab)) -> new_ltEs12(vwx92, vwx102, baa, bab) 20.04/7.66 new_compare31(vwx90, vwx100, ty_Float) -> new_compare30(vwx90, vwx100) 20.04/7.66 new_primCompAux0(vwx63, EQ) -> vwx63 20.04/7.66 new_esEs9(EQ, EQ) -> True 20.04/7.66 new_ltEs19(vwx92, vwx102, app(ty_Maybe, bad)) -> new_ltEs6(vwx92, vwx102, bad) 20.04/7.66 new_esEs22(vwx91, vwx101, app(ty_[], bbe)) -> new_esEs12(vwx91, vwx101, bbe) 20.04/7.66 new_primEqInt(Neg(Succ(vwx3000)), Neg(Zero)) -> False 20.04/7.66 new_primEqInt(Neg(Zero), Neg(Succ(vwx4000))) -> False 20.04/7.66 new_ltEs20(vwx16, vwx17, app(app(ty_Either, bfa), bfb)) -> new_ltEs12(vwx16, vwx17, bfa, bfb) 20.04/7.66 new_esEs27(vwx301, vwx401, app(ty_[], dah)) -> new_esEs12(vwx301, vwx401, dah) 20.04/7.66 new_ltEs15(LT, EQ) -> True 20.04/7.66 new_ltEs20(vwx16, vwx17, app(ty_Ratio, cfb)) -> new_ltEs13(vwx16, vwx17, cfb) 20.04/7.66 new_compare31(vwx90, vwx100, app(app(app(ty_@3, bea), beb), bec)) -> new_compare10(vwx90, vwx100, bea, beb, bec) 20.04/7.66 new_primEqInt(Pos(Succ(vwx3000)), Pos(Succ(vwx4000))) -> new_primEqNat0(vwx3000, vwx4000) 20.04/7.66 new_esEs13(False, True) -> False 20.04/7.66 new_esEs13(True, False) -> False 20.04/7.66 new_ltEs4(True, False) -> False 20.04/7.66 new_lt19(vwx91, vwx101, ty_Int) -> new_lt6(vwx91, vwx101) 20.04/7.66 new_esEs26(vwx300, vwx400, app(app(ty_@2, chg), chh)) -> new_esEs4(vwx300, vwx400, chg, chh) 20.04/7.66 new_esEs8(vwx30, vwx40, ty_Int) -> new_esEs15(vwx30, vwx40) 20.04/7.66 new_compare24(vwx90, vwx100, True) -> EQ 20.04/7.66 new_ltEs17(vwx9, vwx10) -> new_not(new_esEs9(new_compare34(vwx9, vwx10), GT)) 20.04/7.66 new_ltEs6(Nothing, Nothing, cfg) -> True 20.04/7.66 new_ltEs12(Right(vwx90), Right(vwx100), eh, ty_Int) -> new_ltEs10(vwx90, vwx100) 20.04/7.66 new_primEqInt(Pos(Succ(vwx3000)), Neg(vwx400)) -> False 20.04/7.66 new_primEqInt(Neg(Succ(vwx3000)), Pos(vwx400)) -> False 20.04/7.66 new_esEs7(vwx30, vwx40, app(app(app(ty_@3, cch), cda), cdb)) -> new_esEs6(vwx30, vwx40, cch, cda, cdb) 20.04/7.66 new_ltEs20(vwx16, vwx17, ty_Float) -> new_ltEs9(vwx16, vwx17) 20.04/7.66 new_esEs27(vwx301, vwx401, app(ty_Ratio, dag)) -> new_esEs11(vwx301, vwx401, dag) 20.04/7.66 new_ltEs8(vwx91, vwx101, ty_Bool) -> new_ltEs4(vwx91, vwx101) 20.04/7.66 new_primCmpInt(Neg(Zero), Neg(Succ(vwx1000))) -> new_primCmpNat0(Succ(vwx1000), Zero) 20.04/7.66 new_ltEs6(Just(vwx90), Nothing, cfg) -> False 20.04/7.66 new_compare31(vwx90, vwx100, ty_Char) -> new_compare34(vwx90, vwx100) 20.04/7.66 new_esEs16(Float(vwx300, vwx301), Float(vwx400, vwx401)) -> new_esEs15(new_sr(vwx300, vwx401), new_sr(vwx301, vwx400)) 20.04/7.66 new_esEs10(Left(vwx300), Left(vwx400), app(ty_[], bgd), bgb) -> new_esEs12(vwx300, vwx400, bgd) 20.04/7.66 new_esEs5(Just(vwx300), Just(vwx400), app(ty_[], ceb)) -> new_esEs12(vwx300, vwx400, ceb) 20.04/7.66 new_esEs27(vwx301, vwx401, app(app(ty_Either, dae), daf)) -> new_esEs10(vwx301, vwx401, dae, daf) 20.04/7.66 new_esEs10(Left(vwx300), Left(vwx400), app(app(ty_Either, bfh), bga), bgb) -> new_esEs10(vwx300, vwx400, bfh, bga) 20.04/7.66 new_lt19(vwx91, vwx101, ty_Double) -> new_lt18(vwx91, vwx101) 20.04/7.66 new_compare13(vwx90, vwx100, True, dc, dd, de) -> LT 20.04/7.66 new_lt9(vwx90, vwx100, app(ty_Maybe, db)) -> new_lt7(vwx90, vwx100, db) 20.04/7.66 new_ltEs8(vwx91, vwx101, app(ty_[], bf)) -> new_ltEs16(vwx91, vwx101, bf) 20.04/7.66 new_primCmpInt(Pos(Zero), Pos(Zero)) -> EQ 20.04/7.66 new_ltEs15(GT, GT) -> True 20.04/7.66 new_lt19(vwx91, vwx101, ty_@0) -> new_lt5(vwx91, vwx101) 20.04/7.66 new_ltEs4(False, False) -> True 20.04/7.66 new_esEs28(vwx302, vwx402, app(ty_Maybe, dch)) -> new_esEs5(vwx302, vwx402, dch) 20.04/7.66 new_ltEs6(Just(vwx90), Just(vwx100), ty_@0) -> new_ltEs11(vwx90, vwx100) 20.04/7.66 new_lt19(vwx91, vwx101, ty_Float) -> new_lt10(vwx91, vwx101) 20.04/7.66 new_esEs6(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cch, cda, cdb) -> new_asAs(new_esEs26(vwx300, vwx400, cch), new_asAs(new_esEs27(vwx301, vwx401, cda), new_esEs28(vwx302, vwx402, cdb))) 20.04/7.66 new_ltEs8(vwx91, vwx101, app(app(app(ty_@3, bh), ca), cb)) -> new_ltEs5(vwx91, vwx101, bh, ca, cb) 20.04/7.66 new_ltEs19(vwx92, vwx102, ty_Float) -> new_ltEs9(vwx92, vwx102) 20.04/7.66 new_esEs26(vwx300, vwx400, app(app(app(ty_@3, daa), dab), dac)) -> new_esEs6(vwx300, vwx400, daa, dab, dac) 20.04/7.66 new_esEs27(vwx301, vwx401, ty_Float) -> new_esEs16(vwx301, vwx401) 20.04/7.66 new_compare25(vwx90, vwx100, False, dc, dd, de) -> new_compare13(vwx90, vwx100, new_ltEs5(vwx90, vwx100, dc, dd, de), dc, dd, de) 20.04/7.66 new_ltEs12(Right(vwx90), Right(vwx100), eh, ty_Char) -> new_ltEs17(vwx90, vwx100) 20.04/7.66 new_ltEs8(vwx91, vwx101, ty_Integer) -> new_ltEs14(vwx91, vwx101) 20.04/7.66 new_ltEs18(vwx9, vwx10) -> new_not(new_esEs9(new_compare17(vwx9, vwx10), GT)) 20.04/7.66 new_lt19(vwx91, vwx101, app(app(ty_@2, bah), bba)) -> new_lt12(vwx91, vwx101, bah, bba) 20.04/7.66 new_esEs10(Left(vwx300), Left(vwx400), ty_Int, bgb) -> new_esEs15(vwx300, vwx400) 20.04/7.66 new_lt20(vwx90, vwx100, ty_Double) -> new_lt18(vwx90, vwx100) 20.04/7.66 new_esEs10(Right(vwx300), Right(vwx400), bhc, app(app(ty_@2, bhh), caa)) -> new_esEs4(vwx300, vwx400, bhh, caa) 20.04/7.66 new_esEs10(Right(vwx300), Right(vwx400), bhc, app(app(app(ty_@3, cab), cac), cad)) -> new_esEs6(vwx300, vwx400, cab, cac, cad) 20.04/7.66 new_esEs10(Right(vwx300), Right(vwx400), bhc, ty_Integer) -> new_esEs14(vwx300, vwx400) 20.04/7.66 new_ltEs13(vwx9, vwx10, cfc) -> new_not(new_esEs9(new_compare15(vwx9, vwx10, cfc), GT)) 20.04/7.66 new_not(False) -> True 20.04/7.66 new_ltEs8(vwx91, vwx101, ty_Ordering) -> new_ltEs15(vwx91, vwx101) 20.04/7.66 new_ltEs12(Left(vwx90), Left(vwx100), ty_Int, dh) -> new_ltEs10(vwx90, vwx100) 20.04/7.66 new_esEs29(vwx300, vwx400, ty_Float) -> new_esEs16(vwx300, vwx400) 20.04/7.66 new_esEs21(vwx90, vwx100, app(ty_[], bcf)) -> new_esEs12(vwx90, vwx100, bcf) 20.04/7.66 new_ltEs20(vwx16, vwx17, ty_Bool) -> new_ltEs4(vwx16, vwx17) 20.04/7.66 new_esEs28(vwx302, vwx402, app(ty_[], dcb)) -> new_esEs12(vwx302, vwx402, dcb) 20.04/7.66 new_esEs21(vwx90, vwx100, ty_Bool) -> new_esEs13(vwx90, vwx100) 20.04/7.66 new_compare1([], :(vwx100, vwx101), gc) -> LT 20.04/7.66 new_esEs9(GT, GT) -> True 20.04/7.66 new_esEs8(vwx30, vwx40, app(app(ty_Either, cbb), cbc)) -> new_esEs10(vwx30, vwx40, cbb, cbc) 20.04/7.66 new_lt19(vwx91, vwx101, ty_Char) -> new_lt16(vwx91, vwx101) 20.04/7.66 new_esEs29(vwx300, vwx400, app(app(ty_Either, dda), ddb)) -> new_esEs10(vwx300, vwx400, dda, ddb) 20.04/7.66 new_esEs7(vwx30, vwx40, app(ty_[], cce)) -> new_esEs12(vwx30, vwx40, cce) 20.04/7.66 new_esEs23(vwx300, vwx400, ty_Integer) -> new_esEs14(vwx300, vwx400) 20.04/7.66 new_compare30(Float(vwx90, Pos(vwx910)), Float(vwx100, Pos(vwx1010))) -> new_compare9(new_sr(vwx90, Pos(vwx1010)), new_sr(Pos(vwx910), vwx100)) 20.04/7.66 new_esEs10(Left(vwx300), Left(vwx400), ty_Char, bgb) -> new_esEs19(vwx300, vwx400) 20.04/7.66 new_lt12(vwx90, vwx100, cc, cd) -> new_esEs9(new_compare33(vwx90, vwx100, cc, cd), LT) 20.04/7.66 new_esEs8(vwx30, vwx40, ty_Integer) -> new_esEs14(vwx30, vwx40) 20.04/7.66 new_esEs9(EQ, GT) -> False 20.04/7.66 new_esEs9(GT, EQ) -> False 20.04/7.66 new_esEs30(vwx301, vwx401, app(app(app(ty_@3, dfa), dfb), dfc)) -> new_esEs6(vwx301, vwx401, dfa, dfb, dfc) 20.04/7.66 new_primPlusNat0(Succ(vwx540), vwx40000) -> Succ(Succ(new_primPlusNat1(vwx540, vwx40000))) 20.04/7.66 new_esEs26(vwx300, vwx400, app(ty_Maybe, dad)) -> new_esEs5(vwx300, vwx400, dad) 20.04/7.66 new_ltEs8(vwx91, vwx101, ty_@0) -> new_ltEs11(vwx91, vwx101) 20.04/7.66 new_esEs10(Left(vwx300), Left(vwx400), ty_Double, bgb) -> new_esEs18(vwx300, vwx400) 20.04/7.66 new_primCmpInt(Pos(Zero), Neg(Zero)) -> EQ 20.04/7.66 new_primCmpInt(Neg(Zero), Pos(Zero)) -> EQ 20.04/7.66 new_esEs27(vwx301, vwx401, ty_@0) -> new_esEs17(vwx301, vwx401) 20.04/7.66 new_esEs25(vwx300, vwx400, ty_Double) -> new_esEs18(vwx300, vwx400) 20.04/7.66 new_esEs20(vwx90, vwx100, app(app(ty_Either, cf), cg)) -> new_esEs10(vwx90, vwx100, cf, cg) 20.04/7.66 new_primPlusNat1(Zero, Zero) -> Zero 20.04/7.66 new_esEs28(vwx302, vwx402, ty_Double) -> new_esEs18(vwx302, vwx402) 20.04/7.66 new_compare31(vwx90, vwx100, app(ty_Ratio, cff)) -> new_compare15(vwx90, vwx100, cff) 20.04/7.66 new_ltEs12(Left(vwx90), Left(vwx100), ty_Float, dh) -> new_ltEs9(vwx90, vwx100) 20.04/7.66 new_compare15(:%(vwx90, vwx91), :%(vwx100, vwx101), ty_Integer) -> new_compare18(new_sr0(vwx90, vwx101), new_sr0(vwx100, vwx91)) 20.04/7.66 new_esEs7(vwx30, vwx40, ty_Ordering) -> new_esEs9(vwx30, vwx40) 20.04/7.66 new_esEs27(vwx301, vwx401, app(app(ty_@2, dba), dbb)) -> new_esEs4(vwx301, vwx401, dba, dbb) 20.04/7.66 new_lt20(vwx90, vwx100, ty_@0) -> new_lt5(vwx90, vwx100) 20.04/7.66 new_esEs28(vwx302, vwx402, ty_Ordering) -> new_esEs9(vwx302, vwx402) 20.04/7.66 new_ltEs15(LT, LT) -> True 20.04/7.66 new_compare11(vwx90, vwx100, True) -> LT 20.04/7.66 new_ltEs19(vwx92, vwx102, ty_Bool) -> new_ltEs4(vwx92, vwx102) 20.04/7.66 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 20.04/7.66 new_ltEs6(Just(vwx90), Just(vwx100), app(app(ty_Either, gf), gg)) -> new_ltEs12(vwx90, vwx100, gf, gg) 20.04/7.66 new_esEs26(vwx300, vwx400, ty_@0) -> new_esEs17(vwx300, vwx400) 20.04/7.66 new_esEs26(vwx300, vwx400, ty_Double) -> new_esEs18(vwx300, vwx400) 20.04/7.66 new_lt8(vwx90, vwx100, cah) -> new_esEs9(new_compare15(vwx90, vwx100, cah), LT) 20.04/7.66 new_ltEs4(True, True) -> True 20.04/7.66 new_esEs29(vwx300, vwx400, ty_Int) -> new_esEs15(vwx300, vwx400) 20.04/7.66 new_ltEs12(Left(vwx90), Left(vwx100), ty_Bool, dh) -> new_ltEs4(vwx90, vwx100) 20.04/7.66 new_esEs28(vwx302, vwx402, app(app(ty_@2, dcc), dcd)) -> new_esEs4(vwx302, vwx402, dcc, dcd) 20.04/7.66 new_primMulNat0(Succ(vwx30100), Succ(vwx40000)) -> new_primPlusNat0(new_primMulNat0(vwx30100, Succ(vwx40000)), vwx40000) 20.04/7.66 new_compare16(vwx90, vwx100, False, db) -> GT 20.04/7.66 new_esEs7(vwx30, vwx40, ty_Bool) -> new_esEs13(vwx30, vwx40) 20.04/7.66 new_compare29(vwx16, vwx17, True, bef, cfa) -> EQ 20.04/7.66 new_esEs21(vwx90, vwx100, ty_Integer) -> new_esEs14(vwx90, vwx100) 20.04/7.66 new_compare31(vwx90, vwx100, ty_@0) -> new_compare8(vwx90, vwx100) 20.04/7.66 new_esEs30(vwx301, vwx401, app(app(ty_Either, dec), ded)) -> new_esEs10(vwx301, vwx401, dec, ded) 20.04/7.66 new_primCmpNat0(Succ(vwx900), Succ(vwx1000)) -> new_primCmpNat0(vwx900, vwx1000) 20.04/7.66 new_lt20(vwx90, vwx100, ty_Char) -> new_lt16(vwx90, vwx100) 20.04/7.66 new_esEs25(vwx300, vwx400, ty_@0) -> new_esEs17(vwx300, vwx400) 20.04/7.66 new_lt9(vwx90, vwx100, ty_Bool) -> new_lt11(vwx90, vwx100) 20.04/7.66 new_esEs30(vwx301, vwx401, app(ty_[], def)) -> new_esEs12(vwx301, vwx401, def) 20.04/7.66 new_compare31(vwx90, vwx100, ty_Double) -> new_compare17(vwx90, vwx100) 20.04/7.66 new_compare31(vwx90, vwx100, ty_Bool) -> new_compare32(vwx90, vwx100) 20.04/7.66 new_esEs26(vwx300, vwx400, ty_Char) -> new_esEs19(vwx300, vwx400) 20.04/7.66 new_compare31(vwx90, vwx100, ty_Integer) -> new_compare18(vwx90, vwx100) 20.04/7.66 new_esEs12([], [], cce) -> True 20.04/7.66 new_esEs27(vwx301, vwx401, ty_Double) -> new_esEs18(vwx301, vwx401) 20.04/7.66 new_esEs25(vwx300, vwx400, ty_Char) -> new_esEs19(vwx300, vwx400) 20.04/7.66 new_lt18(vwx90, vwx100) -> new_esEs9(new_compare17(vwx90, vwx100), LT) 20.04/7.66 new_compare30(Float(vwx90, Neg(vwx910)), Float(vwx100, Neg(vwx1010))) -> new_compare9(new_sr(vwx90, Neg(vwx1010)), new_sr(Neg(vwx910), vwx100)) 20.04/7.66 new_esEs8(vwx30, vwx40, ty_Bool) -> new_esEs13(vwx30, vwx40) 20.04/7.66 new_ltEs6(Just(vwx90), Just(vwx100), app(ty_[], gh)) -> new_ltEs16(vwx90, vwx100, gh) 20.04/7.66 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 20.04/7.66 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 20.04/7.66 new_compare8(@0, @0) -> EQ 20.04/7.66 new_esEs29(vwx300, vwx400, app(app(ty_@2, dde), ddf)) -> new_esEs4(vwx300, vwx400, dde, ddf) 20.04/7.66 new_compare110(vwx90, vwx100, False, cc, cd) -> GT 20.04/7.66 new_compare29(vwx16, vwx17, False, bef, cfa) -> new_compare14(vwx16, vwx17, new_ltEs20(vwx16, vwx17, cfa), bef, cfa) 20.04/7.66 new_primEqNat0(Zero, Zero) -> True 20.04/7.66 new_ltEs8(vwx91, vwx101, app(ty_Maybe, bg)) -> new_ltEs6(vwx91, vwx101, bg) 20.04/7.66 new_lt19(vwx91, vwx101, app(app(app(ty_@3, bbg), bbh), bca)) -> new_lt17(vwx91, vwx101, bbg, bbh, bca) 20.04/7.66 new_lt20(vwx90, vwx100, app(app(ty_Either, bcd), bce)) -> new_lt4(vwx90, vwx100, bcd, bce) 20.04/7.66 new_esEs25(vwx300, vwx400, app(ty_Ratio, cgc)) -> new_esEs11(vwx300, vwx400, cgc) 20.04/7.66 new_esEs20(vwx90, vwx100, ty_Bool) -> new_esEs13(vwx90, vwx100) 20.04/7.66 new_esEs28(vwx302, vwx402, app(app(app(ty_@3, dce), dcf), dcg)) -> new_esEs6(vwx302, vwx402, dce, dcf, dcg) 20.04/7.66 new_ltEs6(Just(vwx90), Just(vwx100), ty_Integer) -> new_ltEs14(vwx90, vwx100) 20.04/7.66 new_compare14(vwx30, vwx31, False, caf, cag) -> GT 20.04/7.66 new_esEs9(LT, GT) -> False 20.04/7.66 new_esEs9(GT, LT) -> False 20.04/7.66 new_esEs10(Left(vwx300), Left(vwx400), ty_Float, bgb) -> new_esEs16(vwx300, vwx400) 20.04/7.66 new_compare210(vwx90, vwx100, False, cc, cd) -> new_compare110(vwx90, vwx100, new_ltEs7(vwx90, vwx100, cc, cd), cc, cd) 20.04/7.66 new_asAs(False, vwx45) -> False 20.04/7.66 new_esEs29(vwx300, vwx400, ty_Ordering) -> new_esEs9(vwx300, vwx400) 20.04/7.66 new_lt20(vwx90, vwx100, app(app(app(ty_@3, bch), bda), bdb)) -> new_lt17(vwx90, vwx100, bch, bda, bdb) 20.04/7.66 new_esEs10(Right(vwx300), Right(vwx400), bhc, app(ty_Maybe, cae)) -> new_esEs5(vwx300, vwx400, cae) 20.04/7.66 new_esEs27(vwx301, vwx401, app(ty_Maybe, dbf)) -> new_esEs5(vwx301, vwx401, dbf) 20.04/7.66 new_compare28(vwx9, vwx10, True, dfg, bc) -> EQ 20.04/7.66 new_esEs22(vwx91, vwx101, ty_Integer) -> new_esEs14(vwx91, vwx101) 20.04/7.66 new_compare28(vwx9, vwx10, False, dfg, bc) -> new_compare111(vwx9, vwx10, new_ltEs21(vwx9, vwx10, dfg), dfg, bc) 20.04/7.66 new_esEs14(Integer(vwx300), Integer(vwx400)) -> new_primEqInt(vwx300, vwx400) 20.04/7.66 new_compare15(:%(vwx90, vwx91), :%(vwx100, vwx101), ty_Int) -> new_compare9(new_sr(vwx90, vwx101), new_sr(vwx100, vwx91)) 20.04/7.66 new_esEs5(Just(vwx300), Just(vwx400), ty_Integer) -> new_esEs14(vwx300, vwx400) 20.04/7.66 new_ltEs6(Just(vwx90), Just(vwx100), ty_Ordering) -> new_ltEs15(vwx90, vwx100) 20.04/7.66 new_esEs30(vwx301, vwx401, ty_Int) -> new_esEs15(vwx301, vwx401) 20.04/7.66 new_lt19(vwx91, vwx101, app(app(ty_Either, bbc), bbd)) -> new_lt4(vwx91, vwx101, bbc, bbd) 20.04/7.66 new_esEs30(vwx301, vwx401, ty_Ordering) -> new_esEs9(vwx301, vwx401) 20.04/7.66 new_ltEs12(Right(vwx90), Right(vwx100), eh, ty_Integer) -> new_ltEs14(vwx90, vwx100) 20.04/7.66 new_ltEs21(vwx9, vwx10, app(app(app(ty_@3, he), hf), bbb)) -> new_ltEs5(vwx9, vwx10, he, hf, bbb) 20.04/7.66 20.04/7.66 The set Q consists of the following terms: 20.04/7.66 20.04/7.66 new_ltEs19(x0, x1, ty_Char) 20.04/7.66 new_ltEs12(Left(x0), Left(x1), ty_Int, x2) 20.04/7.66 new_primMulNat0(Succ(x0), Zero) 20.04/7.66 new_ltEs8(x0, x1, ty_Char) 20.04/7.66 new_ltEs19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.04/7.66 new_esEs10(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 20.04/7.66 new_ltEs21(x0, x1, ty_Char) 20.04/7.66 new_esEs7(x0, x1, ty_Int) 20.04/7.66 new_esEs22(x0, x1, app(ty_Ratio, x2)) 20.04/7.66 new_esEs27(x0, x1, ty_Int) 20.04/7.66 new_ltEs12(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 20.04/7.66 new_compare31(x0, x1, ty_Float) 20.04/7.66 new_esEs29(x0, x1, ty_Float) 20.04/7.66 new_lt7(x0, x1, x2) 20.04/7.66 new_primPlusNat1(Zero, Zero) 20.04/7.66 new_esEs27(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.04/7.66 new_compare13(x0, x1, False, x2, x3, x4) 20.04/7.66 new_esEs5(Nothing, Nothing, x0) 20.04/7.66 new_compare16(x0, x1, False, x2) 20.04/7.66 new_lt19(x0, x1, ty_Integer) 20.04/7.66 new_esEs28(x0, x1, ty_Char) 20.04/7.66 new_esEs26(x0, x1, ty_Double) 20.04/7.66 new_ltEs21(x0, x1, app(ty_Maybe, x2)) 20.04/7.66 new_ltEs12(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 20.04/7.66 new_lt20(x0, x1, ty_Float) 20.04/7.66 new_esEs7(x0, x1, app(ty_[], x2)) 20.04/7.66 new_ltEs19(x0, x1, ty_Int) 20.04/7.66 new_esEs27(x0, x1, ty_Char) 20.04/7.66 new_esEs27(x0, x1, app(ty_Maybe, x2)) 20.04/7.66 new_esEs27(x0, x1, ty_Ordering) 20.04/7.66 new_esEs26(x0, x1, ty_Int) 20.04/7.66 new_primEqInt(Pos(Zero), Pos(Zero)) 20.04/7.66 new_esEs20(x0, x1, ty_@0) 20.04/7.66 new_ltEs21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.04/7.66 new_esEs5(Just(x0), Just(x1), ty_@0) 20.04/7.66 new_compare15(:%(x0, x1), :%(x2, x3), ty_Int) 20.04/7.66 new_compare28(x0, x1, True, x2, x3) 20.04/7.66 new_esEs28(x0, x1, ty_@0) 20.04/7.66 new_ltEs12(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 20.04/7.66 new_ltEs8(x0, x1, ty_Ordering) 20.04/7.66 new_esEs8(x0, x1, app(app(ty_@2, x2), x3)) 20.04/7.66 new_esEs26(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.04/7.66 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 20.04/7.66 new_compare31(x0, x1, app(ty_Maybe, x2)) 20.04/7.66 new_ltEs6(Just(x0), Just(x1), ty_Double) 20.04/7.66 new_ltEs8(x0, x1, ty_Int) 20.04/7.66 new_esEs5(Just(x0), Just(x1), app(ty_[], x2)) 20.04/7.66 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 20.04/7.66 new_ltEs8(x0, x1, ty_Double) 20.04/7.66 new_esEs8(x0, x1, ty_Float) 20.04/7.66 new_esEs7(x0, x1, ty_Char) 20.04/7.66 new_primEqInt(Neg(Zero), Neg(Zero)) 20.04/7.66 new_esEs18(Double(x0, x1), Double(x2, x3)) 20.04/7.66 new_esEs7(x0, x1, ty_Double) 20.04/7.66 new_primCmpInt(Neg(Succ(x0)), Pos(x1)) 20.04/7.66 new_lt19(x0, x1, app(ty_Maybe, x2)) 20.04/7.66 new_primCmpInt(Pos(Succ(x0)), Neg(x1)) 20.04/7.66 new_esEs26(x0, x1, app(ty_Maybe, x2)) 20.04/7.66 new_esEs6(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 20.04/7.66 new_esEs26(x0, x1, ty_Ordering) 20.04/7.66 new_ltEs20(x0, x1, app(app(ty_@2, x2), x3)) 20.04/7.66 new_esEs20(x0, x1, app(app(ty_@2, x2), x3)) 20.04/7.66 new_primEqNat0(Zero, Succ(x0)) 20.04/7.66 new_lt9(x0, x1, ty_Double) 20.04/7.66 new_esEs22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.04/7.66 new_compare111(x0, x1, False, x2, x3) 20.04/7.66 new_ltEs21(x0, x1, ty_Bool) 20.04/7.66 new_lt13(x0, x1) 20.04/7.66 new_compare9(x0, x1) 20.04/7.66 new_lt12(x0, x1, x2, x3) 20.04/7.66 new_esEs28(x0, x1, ty_Ordering) 20.04/7.66 new_esEs9(LT, LT) 20.04/7.66 new_esEs5(Just(x0), Just(x1), ty_Int) 20.04/7.66 new_ltEs21(x0, x1, ty_Double) 20.04/7.66 new_esEs10(Right(x0), Right(x1), x2, ty_Float) 20.04/7.66 new_ltEs12(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 20.04/7.66 new_ltEs5(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 20.04/7.66 new_lt9(x0, x1, app(ty_Maybe, x2)) 20.04/7.66 new_lt9(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.04/7.66 new_esEs5(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 20.04/7.66 new_esEs27(x0, x1, app(ty_[], x2)) 20.04/7.66 new_ltEs6(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 20.04/7.66 new_compare12(x0, x1, x2) 20.04/7.66 new_ltEs13(x0, x1, x2) 20.04/7.66 new_compare25(x0, x1, False, x2, x3, x4) 20.04/7.66 new_primPlusNat0(Zero, x0) 20.04/7.66 new_esEs9(EQ, GT) 20.04/7.66 new_esEs9(GT, EQ) 20.04/7.66 new_esEs20(x0, x1, ty_Int) 20.04/7.66 new_ltEs19(x0, x1, ty_Ordering) 20.04/7.66 new_primCompAux0(x0, LT) 20.04/7.66 new_ltEs12(Left(x0), Left(x1), ty_@0, x2) 20.04/7.66 new_esEs27(x0, x1, ty_Double) 20.04/7.66 new_compare14(x0, x1, False, x2, x3) 20.04/7.66 new_ltEs8(x0, x1, app(ty_Maybe, x2)) 20.04/7.66 new_ltEs21(x0, x1, ty_@0) 20.04/7.66 new_esEs10(Right(x0), Right(x1), x2, ty_@0) 20.04/7.66 new_esEs7(x0, x1, ty_@0) 20.04/7.66 new_ltEs6(Just(x0), Just(x1), ty_Int) 20.04/7.66 new_primMulNat0(Zero, Succ(x0)) 20.04/7.66 new_esEs5(Just(x0), Just(x1), ty_Char) 20.04/7.66 new_ltEs8(x0, x1, ty_Bool) 20.04/7.66 new_esEs22(x0, x1, app(ty_[], x2)) 20.04/7.66 new_ltEs12(Left(x0), Left(x1), ty_Bool, x2) 20.04/7.66 new_ltEs21(x0, x1, ty_Int) 20.04/7.66 new_esEs25(x0, x1, ty_Integer) 20.04/7.66 new_esEs25(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.04/7.66 new_lt4(x0, x1, x2, x3) 20.04/7.66 new_esEs5(Just(x0), Just(x1), ty_Double) 20.04/7.66 new_primEqInt(Pos(Zero), Neg(Zero)) 20.04/7.66 new_primEqInt(Neg(Zero), Pos(Zero)) 20.04/7.66 new_compare15(:%(x0, x1), :%(x2, x3), ty_Integer) 20.04/7.66 new_primMulInt(Pos(x0), Pos(x1)) 20.04/7.66 new_compare6(Right(x0), Right(x1), x2, x3) 20.04/7.66 new_asAs(False, x0) 20.04/7.66 new_esEs27(x0, x1, ty_Bool) 20.04/7.66 new_esEs10(Left(x0), Left(x1), ty_Integer, x2) 20.04/7.66 new_esEs10(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 20.04/7.66 new_primCmpInt(Neg(Succ(x0)), Neg(x1)) 20.04/7.66 new_ltEs12(Left(x0), Left(x1), ty_Double, x2) 20.04/7.66 new_esEs20(x0, x1, ty_Char) 20.04/7.66 new_compare8(@0, @0) 20.04/7.66 new_lt9(x0, x1, ty_Int) 20.04/7.66 new_esEs7(x0, x1, app(app(ty_Either, x2), x3)) 20.04/7.66 new_ltEs20(x0, x1, ty_Float) 20.04/7.66 new_esEs30(x0, x1, app(ty_[], x2)) 20.04/7.66 new_esEs21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.04/7.66 new_esEs26(x0, x1, app(app(ty_@2, x2), x3)) 20.04/7.66 new_ltEs21(x0, x1, app(app(ty_@2, x2), x3)) 20.04/7.66 new_primCmpInt(Pos(Zero), Pos(Succ(x0))) 20.04/7.66 new_ltEs19(x0, x1, ty_Integer) 20.04/7.66 new_esEs20(x0, x1, ty_Bool) 20.04/7.66 new_ltEs12(Left(x0), Left(x1), ty_Char, x2) 20.04/7.66 new_primCompAux0(x0, EQ) 20.04/7.66 new_esEs20(x0, x1, ty_Double) 20.04/7.66 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 20.04/7.66 new_esEs10(Left(x0), Right(x1), x2, x3) 20.04/7.66 new_esEs10(Right(x0), Left(x1), x2, x3) 20.04/7.66 new_esEs21(x0, x1, app(app(ty_@2, x2), x3)) 20.04/7.66 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 20.04/7.66 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 20.04/7.66 new_esEs5(Just(x0), Just(x1), ty_Bool) 20.04/7.66 new_esEs28(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.04/7.66 new_ltEs12(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 20.04/7.66 new_lt9(x0, x1, ty_Char) 20.04/7.66 new_ltEs15(EQ, EQ) 20.04/7.66 new_compare6(Left(x0), Right(x1), x2, x3) 20.04/7.66 new_compare6(Right(x0), Left(x1), x2, x3) 20.04/7.66 new_ltEs19(x0, x1, app(ty_Maybe, x2)) 20.04/7.66 new_esEs27(x0, x1, app(app(ty_Either, x2), x3)) 20.04/7.66 new_esEs27(x0, x1, ty_Integer) 20.04/7.66 new_ltEs12(Right(x0), Right(x1), x2, ty_Ordering) 20.04/7.66 new_compare1(:(x0, x1), :(x2, x3), x4) 20.04/7.66 new_ltEs12(Left(x0), Left(x1), ty_Integer, x2) 20.04/7.66 new_compare33(x0, x1, x2, x3) 20.04/7.66 new_lt20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.04/7.66 new_esEs7(x0, x1, app(app(ty_@2, x2), x3)) 20.04/7.66 new_ltEs21(x0, x1, app(ty_[], x2)) 20.04/7.66 new_esEs22(x0, x1, ty_Float) 20.04/7.66 new_compare32(x0, x1) 20.04/7.66 new_esEs17(@0, @0) 20.04/7.66 new_ltEs20(x0, x1, app(ty_[], x2)) 20.04/7.66 new_compare13(x0, x1, True, x2, x3, x4) 20.04/7.66 new_esEs5(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 20.04/7.66 new_ltEs6(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 20.04/7.66 new_esEs10(Left(x0), Left(x1), ty_Char, x2) 20.04/7.66 new_ltEs12(Right(x0), Right(x1), x2, ty_Float) 20.04/7.66 new_esEs12(:(x0, x1), [], x2) 20.04/7.66 new_esEs29(x0, x1, ty_Bool) 20.04/7.66 new_esEs25(x0, x1, ty_@0) 20.04/7.66 new_ltEs8(x0, x1, ty_Integer) 20.04/7.66 new_esEs5(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 20.04/7.66 new_esEs20(x0, x1, app(ty_[], x2)) 20.04/7.66 new_lt20(x0, x1, app(app(ty_Either, x2), x3)) 20.04/7.66 new_ltEs10(x0, x1) 20.04/7.66 new_ltEs8(x0, x1, app(app(ty_Either, x2), x3)) 20.04/7.66 new_esEs22(x0, x1, ty_Double) 20.04/7.66 new_primCompAux1(x0, x1, x2, x3) 20.04/7.66 new_ltEs6(Just(x0), Just(x1), app(ty_Maybe, x2)) 20.04/7.66 new_ltEs4(True, True) 20.04/7.66 new_ltEs15(GT, LT) 20.04/7.66 new_ltEs15(LT, GT) 20.04/7.66 new_esEs28(x0, x1, ty_Integer) 20.04/7.66 new_ltEs20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.04/7.66 new_compare27(x0, x1, True, x2) 20.04/7.66 new_esEs10(Right(x0), Right(x1), x2, ty_Int) 20.04/7.66 new_ltEs12(Right(x0), Right(x1), x2, ty_Int) 20.04/7.66 new_ltEs6(Just(x0), Just(x1), ty_Char) 20.04/7.66 new_compare31(x0, x1, app(ty_Ratio, x2)) 20.04/7.66 new_esEs7(x0, x1, app(ty_Maybe, x2)) 20.04/7.66 new_ltEs21(x0, x1, app(ty_Ratio, x2)) 20.04/7.66 new_ltEs12(Right(x0), Right(x1), x2, ty_Char) 20.04/7.66 new_compare29(x0, x1, False, x2, x3) 20.04/7.66 new_esEs20(x0, x1, ty_Float) 20.04/7.66 new_esEs27(x0, x1, ty_@0) 20.04/7.66 new_esEs10(Right(x0), Right(x1), x2, ty_Char) 20.04/7.66 new_esEs5(Just(x0), Just(x1), ty_Integer) 20.04/7.66 new_ltEs14(x0, x1) 20.04/7.66 new_ltEs19(x0, x1, app(ty_Ratio, x2)) 20.04/7.66 new_ltEs6(Nothing, Just(x0), x1) 20.04/7.66 new_esEs5(Just(x0), Just(x1), ty_Ordering) 20.04/7.66 new_compare14(x0, x1, True, x2, x3) 20.04/7.66 new_esEs28(x0, x1, ty_Float) 20.04/7.66 new_esEs23(x0, x1, ty_Integer) 20.04/7.66 new_compare210(x0, x1, True, x2, x3) 20.04/7.66 new_ltEs6(Just(x0), Just(x1), ty_Bool) 20.04/7.66 new_ltEs20(x0, x1, ty_Double) 20.04/7.66 new_esEs20(x0, x1, app(ty_Maybe, x2)) 20.04/7.66 new_esEs26(x0, x1, ty_@0) 20.04/7.66 new_lt20(x0, x1, app(ty_Ratio, x2)) 20.04/7.66 new_compare31(x0, x1, app(app(ty_@2, x2), x3)) 20.04/7.66 new_primCmpInt(Neg(Zero), Neg(Zero)) 20.04/7.66 new_ltEs19(x0, x1, ty_@0) 20.04/7.66 new_esEs7(x0, x1, app(ty_Ratio, x2)) 20.04/7.66 new_ltEs19(x0, x1, ty_Double) 20.04/7.66 new_sr(x0, x1) 20.04/7.66 new_ltEs8(x0, x1, ty_@0) 20.04/7.66 new_compare1(:(x0, x1), [], x2) 20.04/7.66 new_esEs13(False, True) 20.04/7.66 new_esEs13(True, False) 20.04/7.66 new_lt19(x0, x1, app(app(ty_@2, x2), x3)) 20.04/7.66 new_lt19(x0, x1, ty_Double) 20.04/7.66 new_esEs10(Right(x0), Right(x1), x2, ty_Ordering) 20.04/7.66 new_esEs26(x0, x1, app(ty_[], x2)) 20.04/7.66 new_esEs10(Left(x0), Left(x1), ty_Bool, x2) 20.04/7.66 new_esEs21(x0, x1, ty_Bool) 20.04/7.66 new_compare11(x0, x1, True) 20.04/7.66 new_primMulNat0(Succ(x0), Succ(x1)) 20.04/7.66 new_primCmpInt(Pos(Zero), Neg(Zero)) 20.04/7.66 new_primCmpInt(Neg(Zero), Pos(Zero)) 20.04/7.66 new_esEs21(x0, x1, ty_Float) 20.04/7.66 new_esEs29(x0, x1, app(ty_Maybe, x2)) 20.04/7.66 new_ltEs6(Just(x0), Just(x1), ty_Ordering) 20.04/7.66 new_lt20(x0, x1, app(ty_Maybe, x2)) 20.04/7.66 new_esEs29(x0, x1, ty_Char) 20.04/7.66 new_esEs28(x0, x1, app(ty_Ratio, x2)) 20.04/7.66 new_esEs10(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 20.04/7.66 new_esEs28(x0, x1, ty_Int) 20.04/7.66 new_ltEs12(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 20.04/7.66 new_esEs5(Nothing, Just(x0), x1) 20.04/7.66 new_lt9(x0, x1, ty_Ordering) 20.04/7.66 new_esEs10(Left(x0), Left(x1), ty_Float, x2) 20.04/7.66 new_esEs29(x0, x1, ty_Integer) 20.04/7.66 new_esEs10(Right(x0), Right(x1), x2, ty_Bool) 20.04/7.66 new_compare25(x0, x1, True, x2, x3, x4) 20.04/7.66 new_asAs(True, x0) 20.04/7.66 new_ltEs21(x0, x1, app(app(ty_Either, x2), x3)) 20.04/7.66 new_ltEs8(x0, x1, app(ty_Ratio, x2)) 20.04/7.66 new_ltEs12(Right(x0), Right(x1), x2, ty_Integer) 20.04/7.66 new_sr0(Integer(x0), Integer(x1)) 20.04/7.66 new_esEs10(Right(x0), Right(x1), x2, ty_Integer) 20.04/7.66 new_esEs10(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 20.04/7.66 new_esEs30(x0, x1, ty_Double) 20.04/7.66 new_ltEs8(x0, x1, app(ty_[], x2)) 20.04/7.66 new_ltEs12(Left(x0), Left(x1), ty_Ordering, x2) 20.04/7.66 new_esEs30(x0, x1, ty_@0) 20.04/7.66 new_primCmpInt(Pos(Succ(x0)), Pos(x1)) 20.04/7.66 new_esEs28(x0, x1, app(app(ty_@2, x2), x3)) 20.04/7.66 new_lt19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.04/7.66 new_lt19(x0, x1, ty_@0) 20.04/7.66 new_esEs21(x0, x1, ty_Int) 20.04/7.66 new_primEqNat0(Succ(x0), Succ(x1)) 20.04/7.66 new_lt14(x0, x1) 20.04/7.66 new_esEs10(Left(x0), Left(x1), ty_Int, x2) 20.04/7.66 new_esEs15(x0, x1) 20.04/7.66 new_lt8(x0, x1, x2) 20.04/7.66 new_esEs28(x0, x1, ty_Bool) 20.04/7.66 new_esEs28(x0, x1, app(ty_Maybe, x2)) 20.04/7.66 new_ltEs6(Just(x0), Just(x1), ty_Integer) 20.04/7.66 new_esEs25(x0, x1, ty_Ordering) 20.04/7.66 new_primCompAux0(x0, GT) 20.04/7.66 new_ltEs8(x0, x1, app(app(ty_@2, x2), x3)) 20.04/7.66 new_esEs28(x0, x1, app(ty_[], x2)) 20.04/7.66 new_esEs9(EQ, EQ) 20.04/7.66 new_esEs8(x0, x1, ty_Int) 20.04/7.66 new_esEs26(x0, x1, app(app(ty_Either, x2), x3)) 20.04/7.66 new_lt20(x0, x1, ty_Ordering) 20.04/7.66 new_esEs29(x0, x1, ty_Double) 20.04/7.66 new_lt17(x0, x1, x2, x3, x4) 20.04/7.66 new_esEs26(x0, x1, ty_Float) 20.04/7.66 new_compare17(Double(x0, Neg(x1)), Double(x2, Neg(x3))) 20.04/7.66 new_compare17(Double(x0, Pos(x1)), Double(x2, Pos(x3))) 20.04/7.66 new_compare24(x0, x1, True) 20.04/7.66 new_esEs30(x0, x1, ty_Integer) 20.04/7.66 new_ltEs6(Just(x0), Just(x1), app(ty_Ratio, x2)) 20.04/7.66 new_pePe(True, x0) 20.04/7.66 new_esEs23(x0, x1, ty_Int) 20.04/7.66 new_primMulNat0(Zero, Zero) 20.04/7.66 new_ltEs20(x0, x1, ty_@0) 20.04/7.66 new_lt9(x0, x1, ty_Integer) 20.04/7.66 new_lt9(x0, x1, app(ty_[], x2)) 20.04/7.66 new_ltEs12(Right(x0), Right(x1), x2, ty_@0) 20.04/7.66 new_esEs21(x0, x1, ty_Char) 20.04/7.66 new_compare34(Char(x0), Char(x1)) 20.04/7.66 new_esEs8(x0, x1, ty_Char) 20.04/7.66 new_esEs26(x0, x1, app(ty_Ratio, x2)) 20.04/7.66 new_primPlusNat1(Zero, Succ(x0)) 20.04/7.66 new_esEs30(x0, x1, ty_Bool) 20.04/7.66 new_esEs21(x0, x1, app(ty_Ratio, x2)) 20.04/7.66 new_esEs24(x0, x1, ty_Int) 20.04/7.66 new_ltEs12(Right(x0), Right(x1), x2, ty_Bool) 20.04/7.66 new_esEs25(x0, x1, ty_Int) 20.04/7.66 new_compare31(x0, x1, ty_Ordering) 20.04/7.66 new_ltEs19(x0, x1, app(app(ty_Either, x2), x3)) 20.04/7.66 new_compare17(Double(x0, Pos(x1)), Double(x2, Neg(x3))) 20.04/7.66 new_compare17(Double(x0, Neg(x1)), Double(x2, Pos(x3))) 20.04/7.66 new_ltEs19(x0, x1, app(app(ty_@2, x2), x3)) 20.04/7.66 new_esEs22(x0, x1, app(app(ty_Either, x2), x3)) 20.04/7.66 new_esEs8(x0, x1, ty_Ordering) 20.04/7.66 new_esEs12([], :(x0, x1), x2) 20.04/7.66 new_ltEs20(x0, x1, app(app(ty_Either, x2), x3)) 20.04/7.66 new_compare30(Float(x0, Pos(x1)), Float(x2, Pos(x3))) 20.04/7.66 new_esEs27(x0, x1, app(app(ty_@2, x2), x3)) 20.04/7.66 new_ltEs12(Left(x0), Left(x1), ty_Float, x2) 20.04/7.66 new_ltEs20(x0, x1, ty_Bool) 20.04/7.66 new_ltEs12(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 20.04/7.66 new_esEs29(x0, x1, ty_Ordering) 20.04/7.66 new_esEs27(x0, x1, ty_Float) 20.04/7.66 new_esEs7(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.04/7.66 new_lt16(x0, x1) 20.04/7.66 new_ltEs12(Left(x0), Left(x1), app(ty_[], x2), x3) 20.04/7.66 new_lt9(x0, x1, app(app(ty_@2, x2), x3)) 20.04/7.66 new_esEs30(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.04/7.66 new_ltEs12(Right(x0), Right(x1), x2, app(ty_[], x3)) 20.04/7.66 new_esEs8(x0, x1, app(ty_[], x2)) 20.04/7.66 new_esEs25(x0, x1, ty_Char) 20.04/7.66 new_esEs10(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 20.04/7.66 new_esEs25(x0, x1, ty_Double) 20.04/7.66 new_esEs10(Right(x0), Right(x1), x2, ty_Double) 20.04/7.66 new_esEs10(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 20.04/7.66 new_compare1([], :(x0, x1), x2) 20.04/7.66 new_esEs22(x0, x1, ty_Bool) 20.04/7.66 new_compare10(x0, x1, x2, x3, x4) 20.04/7.66 new_compare110(x0, x1, True, x2, x3) 20.04/7.66 new_esEs20(x0, x1, app(ty_Ratio, x2)) 20.04/7.66 new_compare11(x0, x1, False) 20.04/7.66 new_ltEs6(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 20.04/7.66 new_ltEs20(x0, x1, ty_Char) 20.04/7.66 new_esEs29(x0, x1, ty_Int) 20.04/7.66 new_ltEs20(x0, x1, ty_Int) 20.04/7.66 new_esEs12([], [], x0) 20.04/7.66 new_esEs21(x0, x1, app(app(ty_Either, x2), x3)) 20.04/7.66 new_not(True) 20.04/7.66 new_esEs10(Left(x0), Left(x1), ty_Ordering, x2) 20.04/7.66 new_ltEs21(x0, x1, ty_Float) 20.04/7.66 new_lt9(x0, x1, ty_@0) 20.04/7.66 new_primPlusNat1(Succ(x0), Zero) 20.04/7.66 new_primPlusNat0(Succ(x0), x1) 20.04/7.66 new_lt19(x0, x1, ty_Ordering) 20.04/7.66 new_lt9(x0, x1, ty_Float) 20.04/7.66 new_esEs8(x0, x1, app(ty_Maybe, x2)) 20.04/7.66 new_ltEs6(Just(x0), Just(x1), app(ty_[], x2)) 20.04/7.66 new_compare210(x0, x1, False, x2, x3) 20.04/7.66 new_esEs4(@2(x0, x1), @2(x2, x3), x4, x5) 20.04/7.66 new_esEs7(x0, x1, ty_Float) 20.04/7.66 new_lt6(x0, x1) 20.04/7.66 new_esEs20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.04/7.66 new_ltEs12(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 20.04/7.66 new_esEs12(:(x0, x1), :(x2, x3), x4) 20.04/7.66 new_esEs8(x0, x1, ty_Double) 20.04/7.66 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 20.04/7.66 new_lt9(x0, x1, ty_Bool) 20.04/7.66 new_ltEs15(GT, EQ) 20.04/7.66 new_ltEs15(EQ, GT) 20.04/7.66 new_ltEs6(Nothing, Nothing, x0) 20.04/7.66 new_esEs13(True, True) 20.04/7.66 new_lt19(x0, x1, app(ty_Ratio, x2)) 20.04/7.66 new_lt10(x0, x1) 20.04/7.66 new_esEs22(x0, x1, ty_Char) 20.04/7.66 new_ltEs4(False, True) 20.04/7.66 new_esEs29(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.04/7.66 new_ltEs4(True, False) 20.04/7.66 new_esEs29(x0, x1, app(ty_Ratio, x2)) 20.04/7.66 new_compare30(Float(x0, Pos(x1)), Float(x2, Neg(x3))) 20.04/7.66 new_compare30(Float(x0, Neg(x1)), Float(x2, Pos(x3))) 20.04/7.66 new_compare28(x0, x1, False, x2, x3) 20.04/7.66 new_esEs27(x0, x1, app(ty_Ratio, x2)) 20.04/7.66 new_lt20(x0, x1, ty_@0) 20.04/7.66 new_esEs21(x0, x1, ty_Integer) 20.04/7.66 new_esEs9(LT, EQ) 20.04/7.66 new_esEs9(EQ, LT) 20.04/7.66 new_lt18(x0, x1) 20.04/7.66 new_compare6(Left(x0), Left(x1), x2, x3) 20.04/7.66 new_esEs20(x0, x1, app(app(ty_Either, x2), x3)) 20.04/7.66 new_ltEs6(Just(x0), Just(x1), ty_@0) 20.04/7.66 new_compare30(Float(x0, Neg(x1)), Float(x2, Neg(x3))) 20.04/7.66 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 20.04/7.66 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 20.04/7.66 new_lt20(x0, x1, ty_Double) 20.04/7.66 new_compare26(x0, x1, True) 20.04/7.66 new_esEs9(GT, GT) 20.04/7.66 new_lt20(x0, x1, ty_Char) 20.04/7.66 new_compare31(x0, x1, ty_Int) 20.04/7.66 new_compare31(x0, x1, app(ty_[], x2)) 20.04/7.66 new_esEs22(x0, x1, ty_Int) 20.04/7.66 new_esEs10(Left(x0), Left(x1), app(ty_[], x2), x3) 20.04/7.66 new_esEs29(x0, x1, app(ty_[], x2)) 20.04/7.66 new_compare19(x0, x1, False) 20.04/7.66 new_lt9(x0, x1, app(app(ty_Either, x2), x3)) 20.04/7.66 new_esEs25(x0, x1, app(app(ty_Either, x2), x3)) 20.04/7.66 new_compare110(x0, x1, False, x2, x3) 20.04/7.66 new_ltEs20(x0, x1, app(ty_Maybe, x2)) 20.04/7.66 new_esEs22(x0, x1, ty_@0) 20.04/7.66 new_esEs9(LT, GT) 20.04/7.66 new_esEs9(GT, LT) 20.04/7.66 new_primCmpInt(Pos(Zero), Pos(Zero)) 20.04/7.66 new_compare31(x0, x1, ty_Double) 20.04/7.66 new_esEs21(x0, x1, ty_Ordering) 20.04/7.66 new_esEs8(x0, x1, app(app(ty_Either, x2), x3)) 20.04/7.66 new_esEs8(x0, x1, ty_Bool) 20.04/7.66 new_lt20(x0, x1, ty_Int) 20.04/7.66 new_compare31(x0, x1, ty_Char) 20.04/7.66 new_ltEs6(Just(x0), Just(x1), ty_Float) 20.04/7.66 new_ltEs8(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.04/7.66 new_ltEs11(x0, x1) 20.04/7.66 new_compare31(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.04/7.66 new_esEs26(x0, x1, ty_Bool) 20.04/7.66 new_esEs25(x0, x1, app(ty_[], x2)) 20.04/7.66 new_compare31(x0, x1, app(app(ty_Either, x2), x3)) 20.04/7.66 new_esEs8(x0, x1, ty_Integer) 20.04/7.66 new_primEqNat0(Succ(x0), Zero) 20.04/7.66 new_esEs14(Integer(x0), Integer(x1)) 20.04/7.66 new_esEs25(x0, x1, ty_Bool) 20.04/7.66 new_compare19(x0, x1, True) 20.04/7.66 new_esEs29(x0, x1, ty_@0) 20.04/7.66 new_lt19(x0, x1, ty_Char) 20.04/7.66 new_lt9(x0, x1, app(ty_Ratio, x2)) 20.04/7.66 new_lt20(x0, x1, app(ty_[], x2)) 20.04/7.66 new_compare24(x0, x1, False) 20.04/7.66 new_esEs30(x0, x1, app(app(ty_@2, x2), x3)) 20.04/7.66 new_primCmpNat0(Succ(x0), Zero) 20.04/7.66 new_esEs7(x0, x1, ty_Integer) 20.04/7.66 new_pePe(False, x0) 20.04/7.66 new_lt20(x0, x1, ty_Bool) 20.04/7.66 new_esEs30(x0, x1, ty_Ordering) 20.04/7.66 new_esEs11(:%(x0, x1), :%(x2, x3), x4) 20.04/7.66 new_esEs28(x0, x1, app(app(ty_Either, x2), x3)) 20.04/7.66 new_esEs5(Just(x0), Nothing, x1) 20.04/7.66 new_esEs22(x0, x1, app(app(ty_@2, x2), x3)) 20.04/7.66 new_esEs21(x0, x1, app(ty_Maybe, x2)) 20.04/7.66 new_ltEs9(x0, x1) 20.04/7.66 new_compare31(x0, x1, ty_Bool) 20.04/7.66 new_lt20(x0, x1, ty_Integer) 20.04/7.66 new_ltEs6(Just(x0), Nothing, x1) 20.04/7.66 new_esEs30(x0, x1, app(app(ty_Either, x2), x3)) 20.04/7.66 new_esEs30(x0, x1, ty_Float) 20.04/7.66 new_compare31(x0, x1, ty_@0) 20.04/7.66 new_esEs10(Right(x0), Right(x1), x2, app(ty_[], x3)) 20.04/7.66 new_esEs8(x0, x1, app(ty_Ratio, x2)) 20.04/7.66 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 20.04/7.66 new_esEs5(Just(x0), Just(x1), app(ty_Ratio, x2)) 20.04/7.66 new_esEs10(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 20.04/7.66 new_ltEs4(False, False) 20.04/7.66 new_esEs22(x0, x1, app(ty_Maybe, x2)) 20.04/7.66 new_esEs8(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.04/7.66 new_lt15(x0, x1, x2) 20.04/7.66 new_esEs16(Float(x0, x1), Float(x2, x3)) 20.04/7.66 new_ltEs20(x0, x1, app(ty_Ratio, x2)) 20.04/7.66 new_ltEs15(EQ, LT) 20.04/7.66 new_esEs26(x0, x1, ty_Integer) 20.04/7.66 new_ltEs15(LT, EQ) 20.04/7.66 new_primMulInt(Pos(x0), Neg(x1)) 20.04/7.66 new_primMulInt(Neg(x0), Pos(x1)) 20.04/7.66 new_compare16(x0, x1, True, x2) 20.04/7.66 new_ltEs17(x0, x1) 20.04/7.66 new_esEs5(Just(x0), Just(x1), ty_Float) 20.04/7.66 new_esEs30(x0, x1, app(ty_Ratio, x2)) 20.04/7.66 new_compare31(x0, x1, ty_Integer) 20.04/7.66 new_ltEs7(@2(x0, x1), @2(x2, x3), x4, x5) 20.04/7.66 new_esEs24(x0, x1, ty_Integer) 20.04/7.66 new_esEs25(x0, x1, app(app(ty_@2, x2), x3)) 20.04/7.66 new_ltEs15(GT, GT) 20.04/7.66 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 20.04/7.66 new_esEs8(x0, x1, ty_@0) 20.04/7.66 new_ltEs19(x0, x1, ty_Bool) 20.04/7.66 new_ltEs12(Right(x0), Right(x1), x2, ty_Double) 20.04/7.66 new_primCmpNat0(Succ(x0), Succ(x1)) 20.04/7.66 new_ltEs21(x0, x1, ty_Integer) 20.04/7.66 new_esEs20(x0, x1, ty_Integer) 20.04/7.66 new_compare26(x0, x1, False) 20.04/7.66 new_esEs30(x0, x1, app(ty_Maybe, x2)) 20.04/7.66 new_lt20(x0, x1, app(app(ty_@2, x2), x3)) 20.04/7.66 new_primEqNat0(Zero, Zero) 20.04/7.66 new_esEs13(False, False) 20.04/7.66 new_lt19(x0, x1, ty_Float) 20.04/7.66 new_compare18(Integer(x0), Integer(x1)) 20.04/7.66 new_lt19(x0, x1, ty_Bool) 20.04/7.66 new_esEs29(x0, x1, app(app(ty_Either, x2), x3)) 20.04/7.66 new_primCmpInt(Neg(Zero), Neg(Succ(x0))) 20.04/7.66 new_ltEs12(Left(x0), Right(x1), x2, x3) 20.04/7.66 new_primPlusNat1(Succ(x0), Succ(x1)) 20.04/7.66 new_ltEs12(Right(x0), Left(x1), x2, x3) 20.04/7.66 new_ltEs21(x0, x1, ty_Ordering) 20.04/7.66 new_not(False) 20.04/7.66 new_esEs20(x0, x1, ty_Ordering) 20.04/7.66 new_ltEs20(x0, x1, ty_Integer) 20.04/7.66 new_esEs22(x0, x1, ty_Integer) 20.04/7.66 new_lt19(x0, x1, app(app(ty_Either, x2), x3)) 20.04/7.66 new_lt19(x0, x1, app(ty_[], x2)) 20.04/7.66 new_esEs21(x0, x1, ty_Double) 20.04/7.66 new_esEs25(x0, x1, app(ty_Ratio, x2)) 20.04/7.66 new_primCmpInt(Pos(Zero), Neg(Succ(x0))) 20.04/7.66 new_primCmpInt(Neg(Zero), Pos(Succ(x0))) 20.04/7.66 new_ltEs18(x0, x1) 20.04/7.66 new_esEs7(x0, x1, ty_Bool) 20.04/7.66 new_esEs10(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 20.04/7.66 new_ltEs8(x0, x1, ty_Float) 20.04/7.66 new_esEs10(Left(x0), Left(x1), ty_Double, x2) 20.04/7.66 new_esEs28(x0, x1, ty_Double) 20.04/7.66 new_esEs10(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 20.04/7.66 new_ltEs16(x0, x1, x2) 20.04/7.66 new_ltEs20(x0, x1, ty_Ordering) 20.04/7.66 new_esEs7(x0, x1, ty_Ordering) 20.04/7.66 new_esEs26(x0, x1, ty_Char) 20.04/7.66 new_compare7(x0, x1) 20.04/7.66 new_ltEs15(LT, LT) 20.04/7.66 new_ltEs19(x0, x1, app(ty_[], x2)) 20.04/7.66 new_lt19(x0, x1, ty_Int) 20.04/7.66 new_esEs25(x0, x1, app(ty_Maybe, x2)) 20.04/7.66 new_esEs30(x0, x1, ty_Char) 20.04/7.66 new_esEs19(Char(x0), Char(x1)) 20.04/7.66 new_primCmpNat0(Zero, Succ(x0)) 20.04/7.66 new_ltEs12(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 20.04/7.66 new_lt5(x0, x1) 20.04/7.66 new_compare29(x0, x1, True, x2, x3) 20.04/7.66 new_ltEs12(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 20.04/7.66 new_esEs21(x0, x1, app(ty_[], x2)) 20.04/7.66 new_esEs29(x0, x1, app(app(ty_@2, x2), x3)) 20.04/7.66 new_compare27(x0, x1, False, x2) 20.04/7.66 new_compare1([], [], x0) 20.04/7.66 new_esEs5(Just(x0), Just(x1), app(ty_Maybe, x2)) 20.04/7.66 new_lt11(x0, x1) 20.04/7.66 new_esEs22(x0, x1, ty_Ordering) 20.04/7.66 new_ltEs19(x0, x1, ty_Float) 20.04/7.66 new_esEs30(x0, x1, ty_Int) 20.04/7.66 new_esEs25(x0, x1, ty_Float) 20.04/7.66 new_esEs10(Left(x0), Left(x1), ty_@0, x2) 20.04/7.66 new_primCmpNat0(Zero, Zero) 20.04/7.66 new_compare111(x0, x1, True, x2, x3) 20.04/7.66 new_esEs10(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 20.04/7.66 new_esEs21(x0, x1, ty_@0) 20.04/7.66 new_primMulInt(Neg(x0), Neg(x1)) 20.04/7.66 20.04/7.66 We have to consider all minimal (P,Q,R)-chains. 20.04/7.66 ---------------------------------------- 20.04/7.66 20.04/7.66 (31) QDPSizeChangeProof (EQUIVALENT) 20.04/7.66 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. 20.04/7.66 20.04/7.66 From the DPs we obtained the following set of size-change graphs: 20.04/7.66 *new_compare(Left(vwx30), Left(vwx40), bed, bee) -> new_compare2(vwx30, vwx40, new_esEs7(vwx30, vwx40, bed), bed, bee) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4, 4 >= 5 20.04/7.66 20.04/7.66 20.04/7.66 *new_ltEs(@2(vwx90, vwx91), @2(vwx100, vwx101), h, app(app(ty_@2, ba), bb)) -> new_ltEs(vwx91, vwx101, ba, bb) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare0(:(vwx90, vwx91), :(vwx100, vwx101), gc) -> new_primCompAux(vwx90, vwx100, new_compare1(vwx91, vwx101, gc), gc) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare0(:(vwx90, vwx91), :(vwx100, vwx101), gc) -> new_compare0(vwx91, vwx101, gc) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare4(vwx90, vwx100, db) -> new_compare21(vwx90, vwx100, new_esEs5(vwx90, vwx100, db), db) 20.04/7.66 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare5(vwx90, vwx100, dc, dd, de) -> new_compare22(vwx90, vwx100, new_esEs6(vwx90, vwx100, dc, dd, de), dc, dd, de) 20.04/7.66 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5, 5 >= 6 20.04/7.66 20.04/7.66 20.04/7.66 *new_ltEs(@2(vwx90, vwx91), @2(vwx100, vwx101), h, app(app(ty_Either, bd), be)) -> new_ltEs0(vwx91, vwx101, bd, be) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.04/7.66 20.04/7.66 20.04/7.66 *new_ltEs2(Just(vwx90), Just(vwx100), app(app(ty_@2, gd), ge)) -> new_ltEs(vwx90, vwx100, gd, ge) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.04/7.66 20.04/7.66 20.04/7.66 *new_ltEs2(Just(vwx90), Just(vwx100), app(app(ty_Either, gf), gg)) -> new_ltEs0(vwx90, vwx100, gf, gg) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.04/7.66 20.04/7.66 20.04/7.66 *new_ltEs1(:(vwx90, vwx91), :(vwx100, vwx101), gc) -> new_primCompAux(vwx90, vwx100, new_compare1(vwx91, vwx101, gc), gc) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare2(:(vwx90, vwx91), :(vwx100, vwx101), False, app(ty_[], gc), bc) -> new_primCompAux(vwx90, vwx100, new_compare1(vwx91, vwx101, gc), gc) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 4 20.04/7.66 20.04/7.66 20.04/7.66 *new_ltEs1(:(vwx90, vwx91), :(vwx100, vwx101), gc) -> new_compare0(vwx91, vwx101, gc) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 20.04/7.66 20.04/7.66 20.04/7.66 *new_ltEs(@2(vwx90, vwx91), @2(vwx100, vwx101), h, app(app(app(ty_@3, bh), ca), cb)) -> new_ltEs3(vwx91, vwx101, bh, ca, cb) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 20.04/7.66 20.04/7.66 20.04/7.66 *new_ltEs2(Just(vwx90), Just(vwx100), app(app(app(ty_@3, hb), hc), hd)) -> new_ltEs3(vwx90, vwx100, hb, hc, hd) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 20.04/7.66 20.04/7.66 20.04/7.66 *new_lt(vwx90, vwx100, cc, cd) -> new_compare20(vwx90, vwx100, new_esEs4(vwx90, vwx100, cc, cd), cc, cd) 20.04/7.66 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare(Right(vwx30), Right(vwx40), bed, bee) -> new_compare23(vwx30, vwx40, new_esEs8(vwx30, vwx40, bee), bed, bee) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4, 4 >= 5 20.04/7.66 20.04/7.66 20.04/7.66 *new_lt2(vwx90, vwx100, db) -> new_compare21(vwx90, vwx100, new_esEs5(vwx90, vwx100, db), db) 20.04/7.66 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4 20.04/7.66 20.04/7.66 20.04/7.66 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), he, hf, app(app(ty_@2, hg), hh)) -> new_ltEs(vwx92, vwx102, hg, hh) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 20.04/7.66 20.04/7.66 20.04/7.66 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), he, hf, app(app(ty_Either, baa), bab)) -> new_ltEs0(vwx92, vwx102, baa, bab) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 20.04/7.66 20.04/7.66 20.04/7.66 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), he, hf, app(app(app(ty_@3, bae), baf), bag)) -> new_ltEs3(vwx92, vwx102, bae, baf, bag) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare22(vwx90, vwx100, False, dc, dd, de) -> new_ltEs3(vwx90, vwx100, dc, dd, de) 20.04/7.66 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4, 6 >= 5 20.04/7.66 20.04/7.66 20.04/7.66 *new_ltEs(@2(vwx90, vwx91), @2(vwx100, vwx101), app(app(ty_Either, cf), cg), ce) -> new_compare(vwx90, vwx100, cf, cg) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare23(vwx16, vwx17, False, bef, app(app(ty_Either, bfa), bfb)) -> new_ltEs0(vwx16, vwx17, bfa, bfb) 20.04/7.66 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3, 5 > 4 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare23(vwx16, vwx17, False, bef, app(app(app(ty_@3, bfe), bff), bfg)) -> new_ltEs3(vwx16, vwx17, bfe, bff, bfg) 20.04/7.66 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3, 5 > 4, 5 > 5 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare2(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, app(app(ty_Either, cf), cg)), ce), bc) -> new_compare(vwx90, vwx100, cf, cg) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare20(vwx90, vwx100, False, cc, cd) -> new_ltEs(vwx90, vwx100, cc, cd) 20.04/7.66 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare23(vwx16, vwx17, False, bef, app(app(ty_@2, beg), beh)) -> new_ltEs(vwx16, vwx17, beg, beh) 20.04/7.66 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3, 5 > 4 20.04/7.66 20.04/7.66 20.04/7.66 *new_lt3(vwx90, vwx100, dc, dd, de) -> new_compare22(vwx90, vwx100, new_esEs6(vwx90, vwx100, dc, dd, de), dc, dd, de) 20.04/7.66 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5, 5 >= 6 20.04/7.66 20.04/7.66 20.04/7.66 *new_ltEs(@2(vwx90, vwx91), @2(vwx100, vwx101), h, app(ty_Maybe, bg)) -> new_ltEs2(vwx91, vwx101, bg) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.04/7.66 20.04/7.66 20.04/7.66 *new_ltEs2(Just(vwx90), Just(vwx100), app(ty_Maybe, ha)) -> new_ltEs2(vwx90, vwx100, ha) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.04/7.66 20.04/7.66 20.04/7.66 *new_ltEs2(Just(vwx90), Just(vwx100), app(ty_[], gh)) -> new_ltEs1(vwx90, vwx100, gh) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.04/7.66 20.04/7.66 20.04/7.66 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), he, hf, app(ty_Maybe, bad)) -> new_ltEs2(vwx92, vwx102, bad) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 20.04/7.66 20.04/7.66 20.04/7.66 *new_ltEs(@2(vwx90, vwx91), @2(vwx100, vwx101), app(app(app(ty_@3, dc), dd), de), ce) -> new_compare22(vwx90, vwx100, new_esEs6(vwx90, vwx100, dc, dd, de), dc, dd, de) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4, 3 > 5, 3 > 6 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare2(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, app(app(app(ty_@3, dc), dd), de)), ce), bc) -> new_compare22(vwx90, vwx100, new_esEs6(vwx90, vwx100, dc, dd, de), dc, dd, de) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 4, 4 > 5, 4 > 6 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare3(vwx90, vwx100, cc, cd) -> new_compare20(vwx90, vwx100, new_esEs4(vwx90, vwx100, cc, cd), cc, cd) 20.04/7.66 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 20.04/7.66 20.04/7.66 20.04/7.66 *new_ltEs(@2(vwx90, vwx91), @2(vwx100, vwx101), h, app(ty_[], bf)) -> new_ltEs1(vwx91, vwx101, bf) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.04/7.66 20.04/7.66 20.04/7.66 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), he, hf, app(ty_[], bac)) -> new_ltEs1(vwx92, vwx102, bac) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare23(vwx16, vwx17, False, bef, app(ty_[], bfc)) -> new_ltEs1(vwx16, vwx17, bfc) 20.04/7.66 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3 20.04/7.66 20.04/7.66 20.04/7.66 *new_primCompAux(vwx90, vwx100, vwx53, app(app(ty_Either, bde), bdf)) -> new_compare(vwx90, vwx100, bde, bdf) 20.04/7.66 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 20.04/7.66 20.04/7.66 20.04/7.66 *new_lt0(vwx90, vwx100, cf, cg) -> new_compare(vwx90, vwx100, cf, cg) 20.04/7.66 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3, 4 >= 4 20.04/7.66 20.04/7.66 20.04/7.66 *new_lt1(vwx90, vwx100, da) -> new_compare0(vwx90, vwx100, da) 20.04/7.66 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3 20.04/7.66 20.04/7.66 20.04/7.66 *new_ltEs(@2(vwx90, vwx91), @2(vwx100, vwx101), app(ty_[], da), ce) -> new_compare0(vwx90, vwx100, da) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.04/7.66 20.04/7.66 20.04/7.66 *new_primCompAux(vwx90, vwx100, vwx53, app(ty_[], bdg)) -> new_compare0(vwx90, vwx100, bdg) 20.04/7.66 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 20.04/7.66 20.04/7.66 20.04/7.66 *new_ltEs(@2(vwx90, vwx91), @2(vwx100, vwx101), app(app(ty_@2, cc), cd), ce) -> new_compare20(vwx90, vwx100, new_esEs4(vwx90, vwx100, cc, cd), cc, cd) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4, 3 > 5 20.04/7.66 20.04/7.66 20.04/7.66 *new_ltEs(@2(vwx90, vwx91), @2(vwx100, vwx101), app(ty_Maybe, db), ce) -> new_compare21(vwx90, vwx100, new_esEs5(vwx90, vwx100, db), db) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare2(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, app(app(ty_@2, cc), cd)), ce), bc) -> new_compare20(vwx90, vwx100, new_esEs4(vwx90, vwx100, cc, cd), cc, cd) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 4, 4 > 5 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare21(vwx90, vwx100, False, db) -> new_ltEs2(vwx90, vwx100, db) 20.04/7.66 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare23(vwx16, vwx17, False, bef, app(ty_Maybe, bfd)) -> new_ltEs2(vwx16, vwx17, bfd) 20.04/7.66 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3 20.04/7.66 20.04/7.66 20.04/7.66 *new_primCompAux(vwx90, vwx100, vwx53, app(app(ty_@2, bdc), bdd)) -> new_compare3(vwx90, vwx100, bdc, bdd) 20.04/7.66 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare2(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, app(ty_Maybe, db)), ce), bc) -> new_compare21(vwx90, vwx100, new_esEs5(vwx90, vwx100, db), db) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 4 20.04/7.66 20.04/7.66 20.04/7.66 *new_primCompAux(vwx90, vwx100, vwx53, app(ty_Maybe, bdh)) -> new_compare4(vwx90, vwx100, bdh) 20.04/7.66 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 20.04/7.66 20.04/7.66 20.04/7.66 *new_primCompAux(vwx90, vwx100, vwx53, app(app(app(ty_@3, bea), beb), bec)) -> new_compare5(vwx90, vwx100, bea, beb, bec) 20.04/7.66 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4, 4 > 5 20.04/7.66 20.04/7.66 20.04/7.66 *new_ltEs0(Left(vwx90), Left(vwx100), app(app(ty_@2, df), dg), dh) -> new_ltEs(vwx90, vwx100, df, dg) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.04/7.66 20.04/7.66 20.04/7.66 *new_ltEs0(Right(vwx90), Right(vwx100), eh, app(app(ty_@2, fa), fb)) -> new_ltEs(vwx90, vwx100, fa, fb) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare2(Right(vwx90), Right(vwx100), False, app(app(ty_Either, eh), app(app(ty_@2, fa), fb)), bc) -> new_ltEs(vwx90, vwx100, fa, fb) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare2(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, h), app(app(ty_@2, ba), bb)), bc) -> new_ltEs(vwx91, vwx101, ba, bb) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, he), hf), app(app(ty_@2, hg), hh)), bc) -> new_ltEs(vwx92, vwx102, hg, hh) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare2(Just(vwx90), Just(vwx100), False, app(ty_Maybe, app(app(ty_@2, gd), ge)), bc) -> new_ltEs(vwx90, vwx100, gd, ge) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare2(Left(vwx90), Left(vwx100), False, app(app(ty_Either, app(app(ty_@2, df), dg)), dh), bc) -> new_ltEs(vwx90, vwx100, df, dg) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.04/7.66 20.04/7.66 20.04/7.66 *new_ltEs0(Right(vwx90), Right(vwx100), eh, app(app(ty_Either, fc), fd)) -> new_ltEs0(vwx90, vwx100, fc, fd) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.04/7.66 20.04/7.66 20.04/7.66 *new_ltEs0(Left(vwx90), Left(vwx100), app(app(ty_Either, ea), eb), dh) -> new_ltEs0(vwx90, vwx100, ea, eb) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare2(Just(vwx90), Just(vwx100), False, app(ty_Maybe, app(app(ty_Either, gf), gg)), bc) -> new_ltEs0(vwx90, vwx100, gf, gg) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare2(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, h), app(app(ty_Either, bd), be)), bc) -> new_ltEs0(vwx91, vwx101, bd, be) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, he), hf), app(app(ty_Either, baa), bab)), bc) -> new_ltEs0(vwx92, vwx102, baa, bab) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare2(Right(vwx90), Right(vwx100), False, app(app(ty_Either, eh), app(app(ty_Either, fc), fd)), bc) -> new_ltEs0(vwx90, vwx100, fc, fd) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare2(Left(vwx90), Left(vwx100), False, app(app(ty_Either, app(app(ty_Either, ea), eb)), dh), bc) -> new_ltEs0(vwx90, vwx100, ea, eb) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.04/7.66 20.04/7.66 20.04/7.66 *new_ltEs0(Right(vwx90), Right(vwx100), eh, app(app(app(ty_@3, fh), ga), gb)) -> new_ltEs3(vwx90, vwx100, fh, ga, gb) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 20.04/7.66 20.04/7.66 20.04/7.66 *new_ltEs0(Left(vwx90), Left(vwx100), app(app(app(ty_@3, ee), ef), eg), dh) -> new_ltEs3(vwx90, vwx100, ee, ef, eg) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, he), hf), app(app(app(ty_@3, bae), baf), bag)), bc) -> new_ltEs3(vwx92, vwx102, bae, baf, bag) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare2(Left(vwx90), Left(vwx100), False, app(app(ty_Either, app(app(app(ty_@3, ee), ef), eg)), dh), bc) -> new_ltEs3(vwx90, vwx100, ee, ef, eg) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare2(Right(vwx90), Right(vwx100), False, app(app(ty_Either, eh), app(app(app(ty_@3, fh), ga), gb)), bc) -> new_ltEs3(vwx90, vwx100, fh, ga, gb) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare2(Just(vwx90), Just(vwx100), False, app(ty_Maybe, app(app(app(ty_@3, hb), hc), hd)), bc) -> new_ltEs3(vwx90, vwx100, hb, hc, hd) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare2(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, h), app(app(app(ty_@3, bh), ca), cb)), bc) -> new_ltEs3(vwx91, vwx101, bh, ca, cb) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 20.04/7.66 20.04/7.66 20.04/7.66 *new_ltEs0(Left(vwx90), Left(vwx100), app(ty_Maybe, ed), dh) -> new_ltEs2(vwx90, vwx100, ed) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.04/7.66 20.04/7.66 20.04/7.66 *new_ltEs0(Right(vwx90), Right(vwx100), eh, app(ty_Maybe, fg)) -> new_ltEs2(vwx90, vwx100, fg) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.04/7.66 20.04/7.66 20.04/7.66 *new_ltEs0(Left(vwx90), Left(vwx100), app(ty_[], ec), dh) -> new_ltEs1(vwx90, vwx100, ec) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.04/7.66 20.04/7.66 20.04/7.66 *new_ltEs0(Right(vwx90), Right(vwx100), eh, app(ty_[], ff)) -> new_ltEs1(vwx90, vwx100, ff) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.04/7.66 20.04/7.66 20.04/7.66 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), he, app(app(ty_Either, bbc), bbd), bbb) -> new_lt0(vwx91, vwx101, bbc, bbd) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.04/7.66 20.04/7.66 20.04/7.66 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(app(ty_Either, bcd), bce), hf, bbb) -> new_lt0(vwx90, vwx100, bcd, bce) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.04/7.66 20.04/7.66 20.04/7.66 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(app(app(ty_@3, bch), bda), bdb), hf, bbb) -> new_lt3(vwx90, vwx100, bch, bda, bdb) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 20.04/7.66 20.04/7.66 20.04/7.66 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), he, app(app(app(ty_@3, bbg), bbh), bca), bbb) -> new_lt3(vwx91, vwx101, bbg, bbh, bca) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 20.04/7.66 20.04/7.66 20.04/7.66 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), he, app(ty_[], bbe), bbb) -> new_lt1(vwx91, vwx101, bbe) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.04/7.66 20.04/7.66 20.04/7.66 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(ty_[], bcf), hf, bbb) -> new_lt1(vwx90, vwx100, bcf) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.04/7.66 20.04/7.66 20.04/7.66 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), he, app(ty_Maybe, bbf), bbb) -> new_lt2(vwx91, vwx101, bbf) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.04/7.66 20.04/7.66 20.04/7.66 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(ty_Maybe, bcg), hf, bbb) -> new_lt2(vwx90, vwx100, bcg) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.04/7.66 20.04/7.66 20.04/7.66 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(app(ty_@2, bcb), bcc), hf, bbb) -> new_lt(vwx90, vwx100, bcb, bcc) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.04/7.66 20.04/7.66 20.04/7.66 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), he, app(app(ty_@2, bah), bba), bbb) -> new_lt(vwx91, vwx101, bah, bba) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, app(app(ty_Either, bcd), bce)), hf), bbb), bc) -> new_lt0(vwx90, vwx100, bcd, bce) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, he), app(app(ty_Either, bbc), bbd)), bbb), bc) -> new_lt0(vwx91, vwx101, bbc, bbd) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, app(app(app(ty_@3, bch), bda), bdb)), hf), bbb), bc) -> new_lt3(vwx90, vwx100, bch, bda, bdb) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, he), app(app(app(ty_@3, bbg), bbh), bca)), bbb), bc) -> new_lt3(vwx91, vwx101, bbg, bbh, bca) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare2(Right(vwx90), Right(vwx100), False, app(app(ty_Either, eh), app(ty_Maybe, fg)), bc) -> new_ltEs2(vwx90, vwx100, fg) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare2(Just(vwx90), Just(vwx100), False, app(ty_Maybe, app(ty_Maybe, ha)), bc) -> new_ltEs2(vwx90, vwx100, ha) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, he), hf), app(ty_Maybe, bad)), bc) -> new_ltEs2(vwx92, vwx102, bad) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare2(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, h), app(ty_Maybe, bg)), bc) -> new_ltEs2(vwx91, vwx101, bg) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare2(Left(vwx90), Left(vwx100), False, app(app(ty_Either, app(ty_Maybe, ed)), dh), bc) -> new_ltEs2(vwx90, vwx100, ed) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare2(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, h), app(ty_[], bf)), bc) -> new_ltEs1(vwx91, vwx101, bf) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare2(Left(vwx90), Left(vwx100), False, app(app(ty_Either, app(ty_[], ec)), dh), bc) -> new_ltEs1(vwx90, vwx100, ec) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, he), hf), app(ty_[], bac)), bc) -> new_ltEs1(vwx92, vwx102, bac) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare2(Just(vwx90), Just(vwx100), False, app(ty_Maybe, app(ty_[], gh)), bc) -> new_ltEs1(vwx90, vwx100, gh) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare2(Right(vwx90), Right(vwx100), False, app(app(ty_Either, eh), app(ty_[], ff)), bc) -> new_ltEs1(vwx90, vwx100, ff) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare2(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, app(ty_[], da)), ce), bc) -> new_compare0(vwx90, vwx100, da) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare2(:(vwx90, vwx91), :(vwx100, vwx101), False, app(ty_[], gc), bc) -> new_compare0(vwx91, vwx101, gc) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, he), app(ty_[], bbe)), bbb), bc) -> new_lt1(vwx91, vwx101, bbe) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, app(ty_[], bcf)), hf), bbb), bc) -> new_lt1(vwx90, vwx100, bcf) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, he), app(ty_Maybe, bbf)), bbb), bc) -> new_lt2(vwx91, vwx101, bbf) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, app(ty_Maybe, bcg)), hf), bbb), bc) -> new_lt2(vwx90, vwx100, bcg) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, he), app(app(ty_@2, bah), bba)), bbb), bc) -> new_lt(vwx91, vwx101, bah, bba) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.04/7.66 20.04/7.66 20.04/7.66 *new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, app(app(ty_@2, bcb), bcc)), hf), bbb), bc) -> new_lt(vwx90, vwx100, bcb, bcc) 20.04/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.04/7.66 20.04/7.66 20.04/7.66 ---------------------------------------- 20.04/7.66 20.04/7.66 (32) 20.04/7.66 YES 20.30/9.64 EOF