21.33/9.47 YES 23.86/10.18 proof of /export/starexec/sandbox/benchmark/theBenchmark.hs 23.86/10.18 # AProVE Commit ID: 48fb2092695e11cc9f56e44b17a92a5f88ffb256 marcel 20180622 unpublished dirty 23.86/10.18 23.86/10.18 23.86/10.18 H-Termination with start terms of the given HASKELL could be proven: 23.86/10.18 23.86/10.18 (0) HASKELL 23.86/10.18 (1) CR [EQUIVALENT, 0 ms] 23.86/10.18 (2) HASKELL 23.86/10.18 (3) IFR [EQUIVALENT, 0 ms] 23.86/10.18 (4) HASKELL 23.86/10.18 (5) BR [EQUIVALENT, 0 ms] 23.86/10.18 (6) HASKELL 23.86/10.18 (7) COR [EQUIVALENT, 10 ms] 23.86/10.18 (8) HASKELL 23.86/10.18 (9) LetRed [EQUIVALENT, 0 ms] 23.86/10.18 (10) HASKELL 23.86/10.18 (11) NumRed [SOUND, 0 ms] 23.86/10.18 (12) HASKELL 23.86/10.18 (13) Narrow [SOUND, 0 ms] 23.86/10.18 (14) AND 23.86/10.18 (15) QDP 23.86/10.18 (16) QDPSizeChangeProof [EQUIVALENT, 0 ms] 23.86/10.18 (17) YES 23.86/10.18 (18) QDP 23.86/10.18 (19) QDPSizeChangeProof [EQUIVALENT, 0 ms] 23.86/10.18 (20) YES 23.86/10.18 (21) QDP 23.86/10.18 (22) QDPSizeChangeProof [EQUIVALENT, 0 ms] 23.86/10.18 (23) YES 23.86/10.18 (24) QDP 23.86/10.18 (25) QDPSizeChangeProof [EQUIVALENT, 215 ms] 23.86/10.18 (26) YES 23.86/10.18 (27) QDP 23.86/10.18 (28) QDPSizeChangeProof [EQUIVALENT, 0 ms] 23.86/10.18 (29) YES 23.86/10.18 (30) QDP 23.86/10.18 (31) QDPSizeChangeProof [EQUIVALENT, 0 ms] 23.86/10.18 (32) YES 23.86/10.18 23.86/10.18 23.86/10.18 ---------------------------------------- 23.86/10.18 23.86/10.18 (0) 23.86/10.18 Obligation: 23.86/10.18 mainModule Main 23.86/10.18 module Main where { 23.86/10.18 import qualified Prelude; 23.86/10.18 } 23.86/10.18 23.86/10.18 ---------------------------------------- 23.86/10.18 23.86/10.18 (1) CR (EQUIVALENT) 23.86/10.18 Case Reductions: 23.86/10.18 The following Case expression 23.86/10.18 "case compare x y of { 23.86/10.18 EQ -> o; 23.86/10.18 LT -> LT; 23.86/10.18 GT -> GT} 23.86/10.18 " 23.86/10.18 is transformed to 23.86/10.18 "primCompAux0 o EQ = o; 23.86/10.18 primCompAux0 o LT = LT; 23.86/10.18 primCompAux0 o GT = GT; 23.86/10.18 " 23.86/10.18 23.86/10.18 ---------------------------------------- 23.86/10.18 23.86/10.18 (2) 23.86/10.18 Obligation: 23.86/10.18 mainModule Main 23.86/10.18 module Main where { 23.86/10.18 import qualified Prelude; 23.86/10.18 } 23.86/10.18 23.86/10.18 ---------------------------------------- 23.86/10.18 23.86/10.18 (3) IFR (EQUIVALENT) 23.86/10.18 If Reductions: 23.86/10.18 The following If expression 23.86/10.18 "if primGEqNatS x y then Succ (primDivNatS (primMinusNatS x y) (Succ y)) else Zero" 23.86/10.18 is transformed to 23.86/10.18 "primDivNatS0 x y True = Succ (primDivNatS (primMinusNatS x y) (Succ y)); 23.86/10.18 primDivNatS0 x y False = Zero; 23.86/10.18 " 23.86/10.18 The following If expression 23.86/10.18 "if primGEqNatS x y then primModNatS (primMinusNatS x y) (Succ y) else Succ x" 23.86/10.18 is transformed to 23.86/10.18 "primModNatS0 x y True = primModNatS (primMinusNatS x y) (Succ y); 23.86/10.18 primModNatS0 x y False = Succ x; 23.86/10.18 " 23.86/10.18 23.86/10.18 ---------------------------------------- 23.86/10.18 23.86/10.18 (4) 23.86/10.18 Obligation: 23.86/10.18 mainModule Main 23.86/10.18 module Main where { 23.86/10.18 import qualified Prelude; 23.86/10.18 } 23.86/10.18 23.86/10.18 ---------------------------------------- 23.86/10.18 23.86/10.18 (5) BR (EQUIVALENT) 23.86/10.18 Replaced joker patterns by fresh variables and removed binding patterns. 23.86/10.18 ---------------------------------------- 23.86/10.18 23.86/10.18 (6) 23.86/10.18 Obligation: 23.86/10.18 mainModule Main 23.86/10.18 module Main where { 23.86/10.18 import qualified Prelude; 23.86/10.18 } 23.86/10.18 23.86/10.18 ---------------------------------------- 23.86/10.18 23.86/10.18 (7) COR (EQUIVALENT) 23.86/10.18 Cond Reductions: 23.86/10.18 The following Function with conditions 23.86/10.18 "compare x y|x == yEQ|x <= yLT|otherwiseGT; 23.86/10.18 " 23.86/10.18 is transformed to 23.86/10.18 "compare x y = compare3 x y; 23.86/10.18 " 23.86/10.18 "compare0 x y True = GT; 23.86/10.18 " 23.86/10.18 "compare2 x y True = EQ; 23.86/10.18 compare2 x y False = compare1 x y (x <= y); 23.86/10.18 " 23.86/10.18 "compare1 x y True = LT; 23.86/10.18 compare1 x y False = compare0 x y otherwise; 23.86/10.18 " 23.86/10.18 "compare3 x y = compare2 x y (x == y); 23.86/10.18 " 23.86/10.18 The following Function with conditions 23.86/10.18 "absReal x|x >= 0x|otherwise`negate` x; 23.86/10.18 " 23.86/10.18 is transformed to 23.86/10.18 "absReal x = absReal2 x; 23.86/10.18 " 23.86/10.18 "absReal0 x True = `negate` x; 23.86/10.18 " 23.86/10.18 "absReal1 x True = x; 23.86/10.18 absReal1 x False = absReal0 x otherwise; 23.86/10.18 " 23.86/10.18 "absReal2 x = absReal1 x (x >= 0); 23.86/10.18 " 23.86/10.18 The following Function with conditions 23.86/10.18 "gcd' x 0 = x; 23.86/10.18 gcd' x y = gcd' y (x `rem` y); 23.86/10.18 " 23.86/10.18 is transformed to 23.86/10.18 "gcd' x zx = gcd'2 x zx; 23.86/10.18 gcd' x y = gcd'0 x y; 23.86/10.18 " 23.86/10.18 "gcd'0 x y = gcd' y (x `rem` y); 23.86/10.18 " 23.86/10.18 "gcd'1 True x zx = x; 23.86/10.18 gcd'1 zy zz vuu = gcd'0 zz vuu; 23.86/10.18 " 23.86/10.18 "gcd'2 x zx = gcd'1 (zx == 0) x zx; 23.86/10.18 gcd'2 vuv vuw = gcd'0 vuv vuw; 23.86/10.18 " 23.86/10.18 The following Function with conditions 23.86/10.18 "gcd 0 0 = error []; 23.86/10.18 gcd x y = gcd' (abs x) (abs y) where { 23.86/10.18 gcd' x 0 = x; 23.86/10.18 gcd' x y = gcd' y (x `rem` y); 23.86/10.18 } 23.86/10.18 ; 23.86/10.18 " 23.86/10.18 is transformed to 23.86/10.18 "gcd vux vuy = gcd3 vux vuy; 23.86/10.18 gcd x y = gcd0 x y; 23.86/10.18 " 23.86/10.18 "gcd0 x y = gcd' (abs x) (abs y) where { 23.86/10.18 gcd' x zx = gcd'2 x zx; 23.86/10.18 gcd' x y = gcd'0 x y; 23.86/10.18 ; 23.86/10.18 gcd'0 x y = gcd' y (x `rem` y); 23.86/10.18 ; 23.86/10.18 gcd'1 True x zx = x; 23.86/10.18 gcd'1 zy zz vuu = gcd'0 zz vuu; 23.86/10.18 ; 23.86/10.18 gcd'2 x zx = gcd'1 (zx == 0) x zx; 23.86/10.18 gcd'2 vuv vuw = gcd'0 vuv vuw; 23.86/10.18 } 23.86/10.18 ; 23.86/10.18 " 23.86/10.18 "gcd1 True vux vuy = error []; 23.86/10.18 gcd1 vuz vvu vvv = gcd0 vvu vvv; 23.86/10.18 " 23.86/10.18 "gcd2 True vux vuy = gcd1 (vuy == 0) vux vuy; 23.86/10.18 gcd2 vvw vvx vvy = gcd0 vvx vvy; 23.86/10.18 " 23.86/10.18 "gcd3 vux vuy = gcd2 (vux == 0) vux vuy; 23.86/10.18 gcd3 vvz vwu = gcd0 vvz vwu; 23.86/10.18 " 23.86/10.18 The following Function with conditions 23.86/10.18 "undefined |Falseundefined; 23.86/10.18 " 23.86/10.18 is transformed to 23.86/10.18 "undefined = undefined1; 23.86/10.18 " 23.86/10.18 "undefined0 True = undefined; 23.86/10.18 " 23.86/10.18 "undefined1 = undefined0 False; 23.86/10.18 " 23.86/10.18 The following Function with conditions 23.86/10.18 "reduce x y|y == 0error []|otherwisex `quot` d :% (y `quot` d) where { 23.86/10.18 d = gcd x y; 23.86/10.18 } 23.86/10.18 ; 23.86/10.18 " 23.86/10.18 is transformed to 23.86/10.18 "reduce x y = reduce2 x y; 23.86/10.18 " 23.86/10.18 "reduce2 x y = reduce1 x y (y == 0) where { 23.86/10.18 d = gcd x y; 23.86/10.18 ; 23.86/10.18 reduce0 x y True = x `quot` d :% (y `quot` d); 23.86/10.18 ; 23.86/10.18 reduce1 x y True = error []; 23.86/10.18 reduce1 x y False = reduce0 x y otherwise; 23.86/10.18 } 23.86/10.18 ; 23.86/10.18 " 23.86/10.18 23.86/10.18 ---------------------------------------- 23.86/10.18 23.86/10.18 (8) 23.86/10.18 Obligation: 23.86/10.18 mainModule Main 23.86/10.18 module Main where { 23.86/10.18 import qualified Prelude; 23.86/10.18 } 23.86/10.18 23.86/10.18 ---------------------------------------- 23.86/10.18 23.86/10.18 (9) LetRed (EQUIVALENT) 23.86/10.18 Let/Where Reductions: 23.86/10.18 The bindings of the following Let/Where expression 23.86/10.18 "gcd' (abs x) (abs y) where { 23.86/10.18 gcd' x zx = gcd'2 x zx; 23.86/10.18 gcd' x y = gcd'0 x y; 23.86/10.18 ; 23.86/10.18 gcd'0 x y = gcd' y (x `rem` y); 23.86/10.18 ; 23.86/10.18 gcd'1 True x zx = x; 23.86/10.18 gcd'1 zy zz vuu = gcd'0 zz vuu; 23.86/10.18 ; 23.86/10.18 gcd'2 x zx = gcd'1 (zx == 0) x zx; 23.86/10.18 gcd'2 vuv vuw = gcd'0 vuv vuw; 23.86/10.18 } 23.86/10.18 " 23.86/10.18 are unpacked to the following functions on top level 23.86/10.18 "gcd0Gcd'1 True x zx = x; 23.86/10.18 gcd0Gcd'1 zy zz vuu = gcd0Gcd'0 zz vuu; 23.86/10.18 " 23.86/10.18 "gcd0Gcd'2 x zx = gcd0Gcd'1 (zx == 0) x zx; 23.86/10.18 gcd0Gcd'2 vuv vuw = gcd0Gcd'0 vuv vuw; 23.86/10.18 " 23.86/10.18 "gcd0Gcd' x zx = gcd0Gcd'2 x zx; 23.86/10.18 gcd0Gcd' x y = gcd0Gcd'0 x y; 23.86/10.18 " 23.86/10.18 "gcd0Gcd'0 x y = gcd0Gcd' y (x `rem` y); 23.86/10.18 " 23.86/10.18 The bindings of the following Let/Where expression 23.86/10.18 "reduce1 x y (y == 0) where { 23.86/10.18 d = gcd x y; 23.86/10.18 ; 23.86/10.18 reduce0 x y True = x `quot` d :% (y `quot` d); 23.86/10.18 ; 23.86/10.18 reduce1 x y True = error []; 23.86/10.18 reduce1 x y False = reduce0 x y otherwise; 23.86/10.18 } 23.86/10.18 " 23.86/10.18 are unpacked to the following functions on top level 23.86/10.18 "reduce2D vwv vww = gcd vwv vww; 23.86/10.18 " 23.86/10.18 "reduce2Reduce1 vwv vww x y True = error []; 23.86/10.18 reduce2Reduce1 vwv vww x y False = reduce2Reduce0 vwv vww x y otherwise; 23.86/10.18 " 23.86/10.18 "reduce2Reduce0 vwv vww x y True = x `quot` reduce2D vwv vww :% (y `quot` reduce2D vwv vww); 23.86/10.18 " 23.86/10.18 23.86/10.18 ---------------------------------------- 23.86/10.18 23.86/10.18 (10) 23.86/10.18 Obligation: 23.86/10.18 mainModule Main 23.86/10.18 module Main where { 23.86/10.18 import qualified Prelude; 23.86/10.18 } 23.86/10.18 23.86/10.18 ---------------------------------------- 23.86/10.18 23.86/10.18 (11) NumRed (SOUND) 23.86/10.18 Num Reduction:All numbers are transformed to their corresponding representation with Succ, Pred and Zero. 23.86/10.18 ---------------------------------------- 23.86/10.18 23.86/10.18 (12) 23.86/10.18 Obligation: 23.86/10.18 mainModule Main 23.86/10.18 module Main where { 23.86/10.18 import qualified Prelude; 23.86/10.18 } 23.86/10.18 23.86/10.18 ---------------------------------------- 23.86/10.18 23.86/10.18 (13) Narrow (SOUND) 23.86/10.18 Haskell To QDPs 23.86/10.18 23.86/10.18 digraph dp_graph { 23.86/10.18 node [outthreshold=100, inthreshold=100];1[label="(<=)",fontsize=16,color="grey",shape="box"];1 -> 3[label="",style="dashed", color="grey", weight=3]; 23.86/10.18 3[label="(<=) vwx3",fontsize=16,color="grey",shape="box"];3 -> 4[label="",style="dashed", color="grey", weight=3]; 23.86/10.18 4[label="(<=) vwx3 vwx4",fontsize=16,color="black",shape="triangle"];4 -> 5[label="",style="solid", color="black", weight=3]; 23.86/10.18 5 -> 1808[label="",style="dashed", color="red", weight=0]; 23.86/10.18 5[label="compare vwx3 vwx4 /= GT",fontsize=16,color="magenta"];5 -> 1809[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 1809[label="compare vwx3 vwx4",fontsize=16,color="burlywood",shape="triangle"];4460[label="vwx3/vwx30 : vwx31",fontsize=10,color="white",style="solid",shape="box"];1809 -> 4460[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4460 -> 1817[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4461[label="vwx3/[]",fontsize=10,color="white",style="solid",shape="box"];1809 -> 4461[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4461 -> 1818[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1808[label="vwx148 /= GT",fontsize=16,color="black",shape="triangle"];1808 -> 1819[label="",style="solid", color="black", weight=3]; 23.86/10.18 1817[label="compare (vwx30 : vwx31) vwx4",fontsize=16,color="burlywood",shape="box"];4462[label="vwx4/vwx40 : vwx41",fontsize=10,color="white",style="solid",shape="box"];1817 -> 4462[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4462 -> 1820[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4463[label="vwx4/[]",fontsize=10,color="white",style="solid",shape="box"];1817 -> 4463[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4463 -> 1821[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1818[label="compare [] vwx4",fontsize=16,color="burlywood",shape="box"];4464[label="vwx4/vwx40 : vwx41",fontsize=10,color="white",style="solid",shape="box"];1818 -> 4464[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4464 -> 1822[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4465[label="vwx4/[]",fontsize=10,color="white",style="solid",shape="box"];1818 -> 4465[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4465 -> 1823[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1819[label="not (vwx148 == GT)",fontsize=16,color="burlywood",shape="box"];4466[label="vwx148/LT",fontsize=10,color="white",style="solid",shape="box"];1819 -> 4466[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4466 -> 1824[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4467[label="vwx148/EQ",fontsize=10,color="white",style="solid",shape="box"];1819 -> 4467[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4467 -> 1825[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4468[label="vwx148/GT",fontsize=10,color="white",style="solid",shape="box"];1819 -> 4468[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4468 -> 1826[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1820[label="compare (vwx30 : vwx31) (vwx40 : vwx41)",fontsize=16,color="black",shape="box"];1820 -> 1827[label="",style="solid", color="black", weight=3]; 23.86/10.18 1821[label="compare (vwx30 : vwx31) []",fontsize=16,color="black",shape="box"];1821 -> 1828[label="",style="solid", color="black", weight=3]; 23.86/10.18 1822[label="compare [] (vwx40 : vwx41)",fontsize=16,color="black",shape="box"];1822 -> 1829[label="",style="solid", color="black", weight=3]; 23.86/10.18 1823[label="compare [] []",fontsize=16,color="black",shape="box"];1823 -> 1830[label="",style="solid", color="black", weight=3]; 23.86/10.18 1824[label="not (LT == GT)",fontsize=16,color="black",shape="box"];1824 -> 1831[label="",style="solid", color="black", weight=3]; 23.86/10.18 1825[label="not (EQ == GT)",fontsize=16,color="black",shape="box"];1825 -> 1832[label="",style="solid", color="black", weight=3]; 23.86/10.18 1826[label="not (GT == GT)",fontsize=16,color="black",shape="box"];1826 -> 1833[label="",style="solid", color="black", weight=3]; 23.86/10.18 1827 -> 1834[label="",style="dashed", color="red", weight=0]; 23.86/10.18 1827[label="primCompAux vwx30 vwx40 (compare vwx31 vwx41)",fontsize=16,color="magenta"];1827 -> 1835[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 1828[label="GT",fontsize=16,color="green",shape="box"];1829[label="LT",fontsize=16,color="green",shape="box"];1830[label="EQ",fontsize=16,color="green",shape="box"];1831[label="not False",fontsize=16,color="black",shape="triangle"];1831 -> 1836[label="",style="solid", color="black", weight=3]; 23.86/10.18 1832 -> 1831[label="",style="dashed", color="red", weight=0]; 23.86/10.18 1832[label="not False",fontsize=16,color="magenta"];1833[label="not True",fontsize=16,color="black",shape="box"];1833 -> 1837[label="",style="solid", color="black", weight=3]; 23.86/10.18 1835 -> 1809[label="",style="dashed", color="red", weight=0]; 23.86/10.18 1835[label="compare vwx31 vwx41",fontsize=16,color="magenta"];1835 -> 1838[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 1835 -> 1839[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 1834[label="primCompAux vwx30 vwx40 vwx149",fontsize=16,color="black",shape="triangle"];1834 -> 1840[label="",style="solid", color="black", weight=3]; 23.86/10.18 1836[label="True",fontsize=16,color="green",shape="box"];1837[label="False",fontsize=16,color="green",shape="box"];1838[label="vwx31",fontsize=16,color="green",shape="box"];1839[label="vwx41",fontsize=16,color="green",shape="box"];1840 -> 1841[label="",style="dashed", color="red", weight=0]; 23.86/10.18 1840[label="primCompAux0 vwx149 (compare vwx30 vwx40)",fontsize=16,color="magenta"];1840 -> 1842[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 1840 -> 1843[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 1842[label="compare vwx30 vwx40",fontsize=16,color="blue",shape="box"];4469[label="compare :: Float -> Float -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1842 -> 4469[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4469 -> 1844[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4470[label="compare :: ([] a) -> ([] a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1842 -> 4470[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4470 -> 1845[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4471[label="compare :: Char -> Char -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1842 -> 4471[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4471 -> 1846[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4472[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1842 -> 4472[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4472 -> 1847[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4473[label="compare :: Ordering -> Ordering -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1842 -> 4473[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4473 -> 1848[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4474[label="compare :: Bool -> Bool -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1842 -> 4474[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4474 -> 1849[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4475[label="compare :: () -> () -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1842 -> 4475[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4475 -> 1850[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4476[label="compare :: (Ratio a) -> (Ratio a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1842 -> 4476[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4476 -> 1851[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4477[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1842 -> 4477[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4477 -> 1852[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4478[label="compare :: (Maybe a) -> (Maybe a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1842 -> 4478[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4478 -> 1853[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4479[label="compare :: ((@2) a b) -> ((@2) a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1842 -> 4479[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4479 -> 1854[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4480[label="compare :: (Either a b) -> (Either a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1842 -> 4480[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4480 -> 1855[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4481[label="compare :: Double -> Double -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1842 -> 4481[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4481 -> 1856[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4482[label="compare :: ((@3) a b c) -> ((@3) a b c) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1842 -> 4482[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4482 -> 1857[label="",style="solid", color="blue", weight=3]; 23.86/10.18 1843[label="vwx149",fontsize=16,color="green",shape="box"];1841[label="primCompAux0 vwx153 vwx154",fontsize=16,color="burlywood",shape="triangle"];4483[label="vwx154/LT",fontsize=10,color="white",style="solid",shape="box"];1841 -> 4483[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4483 -> 1858[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4484[label="vwx154/EQ",fontsize=10,color="white",style="solid",shape="box"];1841 -> 4484[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4484 -> 1859[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4485[label="vwx154/GT",fontsize=10,color="white",style="solid",shape="box"];1841 -> 4485[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4485 -> 1860[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1844[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];1844 -> 1861[label="",style="solid", color="black", weight=3]; 23.86/10.18 1845 -> 1809[label="",style="dashed", color="red", weight=0]; 23.86/10.18 1845[label="compare vwx30 vwx40",fontsize=16,color="magenta"];1845 -> 1862[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 1845 -> 1863[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 1846[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];1846 -> 1864[label="",style="solid", color="black", weight=3]; 23.86/10.18 1847[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];1847 -> 1865[label="",style="solid", color="black", weight=3]; 23.86/10.18 1848[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];1848 -> 1866[label="",style="solid", color="black", weight=3]; 23.86/10.18 1849[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];1849 -> 1867[label="",style="solid", color="black", weight=3]; 23.86/10.18 1850[label="compare vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];4486[label="vwx30/()",fontsize=10,color="white",style="solid",shape="box"];1850 -> 4486[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4486 -> 1868[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1851[label="compare vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];4487[label="vwx30/vwx300 :% vwx301",fontsize=10,color="white",style="solid",shape="box"];1851 -> 4487[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4487 -> 1869[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1852[label="compare vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];4488[label="vwx30/Integer vwx300",fontsize=10,color="white",style="solid",shape="box"];1852 -> 4488[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4488 -> 1870[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1853[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];1853 -> 1871[label="",style="solid", color="black", weight=3]; 23.86/10.18 1854[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];1854 -> 1872[label="",style="solid", color="black", weight=3]; 23.86/10.18 1855[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];1855 -> 1873[label="",style="solid", color="black", weight=3]; 23.86/10.18 1856[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];1856 -> 1874[label="",style="solid", color="black", weight=3]; 23.86/10.18 1857[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];1857 -> 1875[label="",style="solid", color="black", weight=3]; 23.86/10.18 1858[label="primCompAux0 vwx153 LT",fontsize=16,color="black",shape="box"];1858 -> 1876[label="",style="solid", color="black", weight=3]; 23.86/10.18 1859[label="primCompAux0 vwx153 EQ",fontsize=16,color="black",shape="box"];1859 -> 1877[label="",style="solid", color="black", weight=3]; 23.86/10.18 1860[label="primCompAux0 vwx153 GT",fontsize=16,color="black",shape="box"];1860 -> 1878[label="",style="solid", color="black", weight=3]; 23.86/10.18 1861[label="primCmpFloat vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];4489[label="vwx30/Float vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];1861 -> 4489[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4489 -> 1879[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1862[label="vwx30",fontsize=16,color="green",shape="box"];1863[label="vwx40",fontsize=16,color="green",shape="box"];1864[label="primCmpChar vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];4490[label="vwx30/Char vwx300",fontsize=10,color="white",style="solid",shape="box"];1864 -> 4490[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4490 -> 1880[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1865[label="primCmpInt vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];4491[label="vwx30/Pos vwx300",fontsize=10,color="white",style="solid",shape="box"];1865 -> 4491[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4491 -> 1881[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4492[label="vwx30/Neg vwx300",fontsize=10,color="white",style="solid",shape="box"];1865 -> 4492[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4492 -> 1882[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1866[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="box"];1866 -> 1883[label="",style="solid", color="black", weight=3]; 23.86/10.18 1867[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="box"];1867 -> 1884[label="",style="solid", color="black", weight=3]; 23.86/10.18 1868[label="compare () vwx40",fontsize=16,color="burlywood",shape="box"];4493[label="vwx40/()",fontsize=10,color="white",style="solid",shape="box"];1868 -> 4493[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4493 -> 1885[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1869[label="compare (vwx300 :% vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];4494[label="vwx40/vwx400 :% vwx401",fontsize=10,color="white",style="solid",shape="box"];1869 -> 4494[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4494 -> 1886[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1870[label="compare (Integer vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];4495[label="vwx40/Integer vwx400",fontsize=10,color="white",style="solid",shape="box"];1870 -> 4495[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4495 -> 1887[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1871[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="box"];1871 -> 1888[label="",style="solid", color="black", weight=3]; 23.86/10.18 1872[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="box"];1872 -> 1889[label="",style="solid", color="black", weight=3]; 23.86/10.18 1873[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="box"];1873 -> 1890[label="",style="solid", color="black", weight=3]; 23.86/10.18 1874[label="primCmpDouble vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];4496[label="vwx30/Double vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];1874 -> 4496[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4496 -> 1891[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1875[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="box"];1875 -> 1892[label="",style="solid", color="black", weight=3]; 23.86/10.18 1876[label="LT",fontsize=16,color="green",shape="box"];1877[label="vwx153",fontsize=16,color="green",shape="box"];1878[label="GT",fontsize=16,color="green",shape="box"];1879[label="primCmpFloat (Float vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];4497[label="vwx301/Pos vwx3010",fontsize=10,color="white",style="solid",shape="box"];1879 -> 4497[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4497 -> 1893[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4498[label="vwx301/Neg vwx3010",fontsize=10,color="white",style="solid",shape="box"];1879 -> 4498[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4498 -> 1894[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1880[label="primCmpChar (Char vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];4499[label="vwx40/Char vwx400",fontsize=10,color="white",style="solid",shape="box"];1880 -> 4499[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4499 -> 1895[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1881[label="primCmpInt (Pos vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];4500[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];1881 -> 4500[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4500 -> 1896[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4501[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];1881 -> 4501[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4501 -> 1897[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1882[label="primCmpInt (Neg vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];4502[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];1882 -> 4502[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4502 -> 1898[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4503[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];1882 -> 4503[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4503 -> 1899[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1883[label="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="burlywood",shape="box"];4504[label="vwx30/LT",fontsize=10,color="white",style="solid",shape="box"];1883 -> 4504[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4504 -> 1900[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4505[label="vwx30/EQ",fontsize=10,color="white",style="solid",shape="box"];1883 -> 4505[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4505 -> 1901[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4506[label="vwx30/GT",fontsize=10,color="white",style="solid",shape="box"];1883 -> 4506[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4506 -> 1902[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1884[label="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="burlywood",shape="box"];4507[label="vwx30/False",fontsize=10,color="white",style="solid",shape="box"];1884 -> 4507[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4507 -> 1903[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4508[label="vwx30/True",fontsize=10,color="white",style="solid",shape="box"];1884 -> 4508[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4508 -> 1904[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1885[label="compare () ()",fontsize=16,color="black",shape="box"];1885 -> 1905[label="",style="solid", color="black", weight=3]; 23.86/10.18 1886[label="compare (vwx300 :% vwx301) (vwx400 :% vwx401)",fontsize=16,color="black",shape="box"];1886 -> 1906[label="",style="solid", color="black", weight=3]; 23.86/10.18 1887[label="compare (Integer vwx300) (Integer vwx400)",fontsize=16,color="black",shape="box"];1887 -> 1907[label="",style="solid", color="black", weight=3]; 23.86/10.18 1888[label="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="burlywood",shape="box"];4509[label="vwx30/Nothing",fontsize=10,color="white",style="solid",shape="box"];1888 -> 4509[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4509 -> 1908[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4510[label="vwx30/Just vwx300",fontsize=10,color="white",style="solid",shape="box"];1888 -> 4510[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4510 -> 1909[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1889[label="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="burlywood",shape="box"];4511[label="vwx30/(vwx300,vwx301)",fontsize=10,color="white",style="solid",shape="box"];1889 -> 4511[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4511 -> 1910[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1890[label="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="burlywood",shape="box"];4512[label="vwx30/Left vwx300",fontsize=10,color="white",style="solid",shape="box"];1890 -> 4512[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4512 -> 1911[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4513[label="vwx30/Right vwx300",fontsize=10,color="white",style="solid",shape="box"];1890 -> 4513[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4513 -> 1912[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1891[label="primCmpDouble (Double vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];4514[label="vwx301/Pos vwx3010",fontsize=10,color="white",style="solid",shape="box"];1891 -> 4514[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4514 -> 1913[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4515[label="vwx301/Neg vwx3010",fontsize=10,color="white",style="solid",shape="box"];1891 -> 4515[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4515 -> 1914[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1892[label="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="burlywood",shape="box"];4516[label="vwx30/(vwx300,vwx301,vwx302)",fontsize=10,color="white",style="solid",shape="box"];1892 -> 4516[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4516 -> 1915[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1893[label="primCmpFloat (Float vwx300 (Pos vwx3010)) vwx40",fontsize=16,color="burlywood",shape="box"];4517[label="vwx40/Float vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];1893 -> 4517[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4517 -> 1916[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1894[label="primCmpFloat (Float vwx300 (Neg vwx3010)) vwx40",fontsize=16,color="burlywood",shape="box"];4518[label="vwx40/Float vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];1894 -> 4518[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4518 -> 1917[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1895[label="primCmpChar (Char vwx300) (Char vwx400)",fontsize=16,color="black",shape="box"];1895 -> 1918[label="",style="solid", color="black", weight=3]; 23.86/10.18 1896[label="primCmpInt (Pos (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];4519[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];1896 -> 4519[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4519 -> 1919[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4520[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];1896 -> 4520[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4520 -> 1920[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1897[label="primCmpInt (Pos Zero) vwx40",fontsize=16,color="burlywood",shape="box"];4521[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];1897 -> 4521[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4521 -> 1921[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4522[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];1897 -> 4522[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4522 -> 1922[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1898[label="primCmpInt (Neg (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];4523[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];1898 -> 4523[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4523 -> 1923[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4524[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];1898 -> 4524[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4524 -> 1924[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1899[label="primCmpInt (Neg Zero) vwx40",fontsize=16,color="burlywood",shape="box"];4525[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];1899 -> 4525[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4525 -> 1925[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4526[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];1899 -> 4526[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4526 -> 1926[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1900[label="compare2 LT vwx40 (LT == vwx40)",fontsize=16,color="burlywood",shape="box"];4527[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];1900 -> 4527[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4527 -> 1927[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4528[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];1900 -> 4528[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4528 -> 1928[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4529[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];1900 -> 4529[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4529 -> 1929[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1901[label="compare2 EQ vwx40 (EQ == vwx40)",fontsize=16,color="burlywood",shape="box"];4530[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];1901 -> 4530[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4530 -> 1930[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4531[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];1901 -> 4531[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4531 -> 1931[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4532[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];1901 -> 4532[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4532 -> 1932[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1902[label="compare2 GT vwx40 (GT == vwx40)",fontsize=16,color="burlywood",shape="box"];4533[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];1902 -> 4533[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4533 -> 1933[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4534[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];1902 -> 4534[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4534 -> 1934[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4535[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];1902 -> 4535[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4535 -> 1935[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1903[label="compare2 False vwx40 (False == vwx40)",fontsize=16,color="burlywood",shape="box"];4536[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];1903 -> 4536[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4536 -> 1936[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4537[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];1903 -> 4537[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4537 -> 1937[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1904[label="compare2 True vwx40 (True == vwx40)",fontsize=16,color="burlywood",shape="box"];4538[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];1904 -> 4538[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4538 -> 1938[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4539[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];1904 -> 4539[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4539 -> 1939[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1905[label="EQ",fontsize=16,color="green",shape="box"];1906[label="compare (vwx300 * vwx401) (vwx400 * vwx301)",fontsize=16,color="blue",shape="box"];4540[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1906 -> 4540[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4540 -> 1940[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4541[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1906 -> 4541[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4541 -> 1941[label="",style="solid", color="blue", weight=3]; 23.86/10.18 1907 -> 1865[label="",style="dashed", color="red", weight=0]; 23.86/10.18 1907[label="primCmpInt vwx300 vwx400",fontsize=16,color="magenta"];1907 -> 1942[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 1907 -> 1943[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 1908[label="compare2 Nothing vwx40 (Nothing == vwx40)",fontsize=16,color="burlywood",shape="box"];4542[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];1908 -> 4542[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4542 -> 1944[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4543[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];1908 -> 4543[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4543 -> 1945[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1909[label="compare2 (Just vwx300) vwx40 (Just vwx300 == vwx40)",fontsize=16,color="burlywood",shape="box"];4544[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];1909 -> 4544[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4544 -> 1946[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4545[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];1909 -> 4545[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4545 -> 1947[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1910[label="compare2 (vwx300,vwx301) vwx40 ((vwx300,vwx301) == vwx40)",fontsize=16,color="burlywood",shape="box"];4546[label="vwx40/(vwx400,vwx401)",fontsize=10,color="white",style="solid",shape="box"];1910 -> 4546[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4546 -> 1948[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1911[label="compare2 (Left vwx300) vwx40 (Left vwx300 == vwx40)",fontsize=16,color="burlywood",shape="box"];4547[label="vwx40/Left vwx400",fontsize=10,color="white",style="solid",shape="box"];1911 -> 4547[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4547 -> 1949[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4548[label="vwx40/Right vwx400",fontsize=10,color="white",style="solid",shape="box"];1911 -> 4548[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4548 -> 1950[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1912[label="compare2 (Right vwx300) vwx40 (Right vwx300 == vwx40)",fontsize=16,color="burlywood",shape="box"];4549[label="vwx40/Left vwx400",fontsize=10,color="white",style="solid",shape="box"];1912 -> 4549[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4549 -> 1951[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4550[label="vwx40/Right vwx400",fontsize=10,color="white",style="solid",shape="box"];1912 -> 4550[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4550 -> 1952[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1913[label="primCmpDouble (Double vwx300 (Pos vwx3010)) vwx40",fontsize=16,color="burlywood",shape="box"];4551[label="vwx40/Double vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];1913 -> 4551[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4551 -> 1953[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1914[label="primCmpDouble (Double vwx300 (Neg vwx3010)) vwx40",fontsize=16,color="burlywood",shape="box"];4552[label="vwx40/Double vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];1914 -> 4552[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4552 -> 1954[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1915[label="compare2 (vwx300,vwx301,vwx302) vwx40 ((vwx300,vwx301,vwx302) == vwx40)",fontsize=16,color="burlywood",shape="box"];4553[label="vwx40/(vwx400,vwx401,vwx402)",fontsize=10,color="white",style="solid",shape="box"];1915 -> 4553[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4553 -> 1955[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1916[label="primCmpFloat (Float vwx300 (Pos vwx3010)) (Float vwx400 vwx401)",fontsize=16,color="burlywood",shape="box"];4554[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];1916 -> 4554[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4554 -> 1956[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4555[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];1916 -> 4555[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4555 -> 1957[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1917[label="primCmpFloat (Float vwx300 (Neg vwx3010)) (Float vwx400 vwx401)",fontsize=16,color="burlywood",shape="box"];4556[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];1917 -> 4556[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4556 -> 1958[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4557[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];1917 -> 4557[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4557 -> 1959[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1918[label="primCmpNat vwx300 vwx400",fontsize=16,color="burlywood",shape="triangle"];4558[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];1918 -> 4558[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4558 -> 1960[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4559[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];1918 -> 4559[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4559 -> 1961[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1919[label="primCmpInt (Pos (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="black",shape="box"];1919 -> 1962[label="",style="solid", color="black", weight=3]; 23.86/10.18 1920[label="primCmpInt (Pos (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="black",shape="box"];1920 -> 1963[label="",style="solid", color="black", weight=3]; 23.86/10.18 1921[label="primCmpInt (Pos Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];4560[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];1921 -> 4560[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4560 -> 1964[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4561[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];1921 -> 4561[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4561 -> 1965[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1922[label="primCmpInt (Pos Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];4562[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];1922 -> 4562[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4562 -> 1966[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4563[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];1922 -> 4563[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4563 -> 1967[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1923[label="primCmpInt (Neg (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="black",shape="box"];1923 -> 1968[label="",style="solid", color="black", weight=3]; 23.86/10.18 1924[label="primCmpInt (Neg (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="black",shape="box"];1924 -> 1969[label="",style="solid", color="black", weight=3]; 23.86/10.18 1925[label="primCmpInt (Neg Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];4564[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];1925 -> 4564[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4564 -> 1970[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4565[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];1925 -> 4565[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4565 -> 1971[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1926[label="primCmpInt (Neg Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];4566[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];1926 -> 4566[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4566 -> 1972[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4567[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];1926 -> 4567[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4567 -> 1973[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1927[label="compare2 LT LT (LT == LT)",fontsize=16,color="black",shape="box"];1927 -> 1974[label="",style="solid", color="black", weight=3]; 23.86/10.18 1928[label="compare2 LT EQ (LT == EQ)",fontsize=16,color="black",shape="box"];1928 -> 1975[label="",style="solid", color="black", weight=3]; 23.86/10.18 1929[label="compare2 LT GT (LT == GT)",fontsize=16,color="black",shape="box"];1929 -> 1976[label="",style="solid", color="black", weight=3]; 23.86/10.18 1930[label="compare2 EQ LT (EQ == LT)",fontsize=16,color="black",shape="box"];1930 -> 1977[label="",style="solid", color="black", weight=3]; 23.86/10.18 1931[label="compare2 EQ EQ (EQ == EQ)",fontsize=16,color="black",shape="box"];1931 -> 1978[label="",style="solid", color="black", weight=3]; 23.86/10.18 1932[label="compare2 EQ GT (EQ == GT)",fontsize=16,color="black",shape="box"];1932 -> 1979[label="",style="solid", color="black", weight=3]; 23.86/10.18 1933[label="compare2 GT LT (GT == LT)",fontsize=16,color="black",shape="box"];1933 -> 1980[label="",style="solid", color="black", weight=3]; 23.86/10.18 1934[label="compare2 GT EQ (GT == EQ)",fontsize=16,color="black",shape="box"];1934 -> 1981[label="",style="solid", color="black", weight=3]; 23.86/10.18 1935[label="compare2 GT GT (GT == GT)",fontsize=16,color="black",shape="box"];1935 -> 1982[label="",style="solid", color="black", weight=3]; 23.86/10.18 1936[label="compare2 False False (False == False)",fontsize=16,color="black",shape="box"];1936 -> 1983[label="",style="solid", color="black", weight=3]; 23.86/10.18 1937[label="compare2 False True (False == True)",fontsize=16,color="black",shape="box"];1937 -> 1984[label="",style="solid", color="black", weight=3]; 23.86/10.18 1938[label="compare2 True False (True == False)",fontsize=16,color="black",shape="box"];1938 -> 1985[label="",style="solid", color="black", weight=3]; 23.86/10.18 1939[label="compare2 True True (True == True)",fontsize=16,color="black",shape="box"];1939 -> 1986[label="",style="solid", color="black", weight=3]; 23.86/10.18 1940 -> 1847[label="",style="dashed", color="red", weight=0]; 23.86/10.18 1940[label="compare (vwx300 * vwx401) (vwx400 * vwx301)",fontsize=16,color="magenta"];1940 -> 1987[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 1940 -> 1988[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 1941 -> 1852[label="",style="dashed", color="red", weight=0]; 23.86/10.18 1941[label="compare (vwx300 * vwx401) (vwx400 * vwx301)",fontsize=16,color="magenta"];1941 -> 1989[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 1941 -> 1990[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 1942[label="vwx400",fontsize=16,color="green",shape="box"];1943[label="vwx300",fontsize=16,color="green",shape="box"];1944[label="compare2 Nothing Nothing (Nothing == Nothing)",fontsize=16,color="black",shape="box"];1944 -> 1991[label="",style="solid", color="black", weight=3]; 23.86/10.18 1945[label="compare2 Nothing (Just vwx400) (Nothing == Just vwx400)",fontsize=16,color="black",shape="box"];1945 -> 1992[label="",style="solid", color="black", weight=3]; 23.86/10.18 1946[label="compare2 (Just vwx300) Nothing (Just vwx300 == Nothing)",fontsize=16,color="black",shape="box"];1946 -> 1993[label="",style="solid", color="black", weight=3]; 23.86/10.18 1947[label="compare2 (Just vwx300) (Just vwx400) (Just vwx300 == Just vwx400)",fontsize=16,color="black",shape="box"];1947 -> 1994[label="",style="solid", color="black", weight=3]; 23.86/10.18 1948[label="compare2 (vwx300,vwx301) (vwx400,vwx401) ((vwx300,vwx301) == (vwx400,vwx401))",fontsize=16,color="black",shape="box"];1948 -> 1995[label="",style="solid", color="black", weight=3]; 23.86/10.18 1949[label="compare2 (Left vwx300) (Left vwx400) (Left vwx300 == Left vwx400)",fontsize=16,color="black",shape="box"];1949 -> 1996[label="",style="solid", color="black", weight=3]; 23.86/10.18 1950[label="compare2 (Left vwx300) (Right vwx400) (Left vwx300 == Right vwx400)",fontsize=16,color="black",shape="box"];1950 -> 1997[label="",style="solid", color="black", weight=3]; 23.86/10.18 1951[label="compare2 (Right vwx300) (Left vwx400) (Right vwx300 == Left vwx400)",fontsize=16,color="black",shape="box"];1951 -> 1998[label="",style="solid", color="black", weight=3]; 23.86/10.18 1952[label="compare2 (Right vwx300) (Right vwx400) (Right vwx300 == Right vwx400)",fontsize=16,color="black",shape="box"];1952 -> 1999[label="",style="solid", color="black", weight=3]; 23.86/10.18 1953[label="primCmpDouble (Double vwx300 (Pos vwx3010)) (Double vwx400 vwx401)",fontsize=16,color="burlywood",shape="box"];4568[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];1953 -> 4568[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4568 -> 2000[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4569[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];1953 -> 4569[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4569 -> 2001[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1954[label="primCmpDouble (Double vwx300 (Neg vwx3010)) (Double vwx400 vwx401)",fontsize=16,color="burlywood",shape="box"];4570[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];1954 -> 4570[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4570 -> 2002[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4571[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];1954 -> 4571[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4571 -> 2003[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1955[label="compare2 (vwx300,vwx301,vwx302) (vwx400,vwx401,vwx402) ((vwx300,vwx301,vwx302) == (vwx400,vwx401,vwx402))",fontsize=16,color="black",shape="box"];1955 -> 2004[label="",style="solid", color="black", weight=3]; 23.86/10.18 1956[label="primCmpFloat (Float vwx300 (Pos vwx3010)) (Float vwx400 (Pos vwx4010))",fontsize=16,color="black",shape="box"];1956 -> 2005[label="",style="solid", color="black", weight=3]; 23.86/10.18 1957[label="primCmpFloat (Float vwx300 (Pos vwx3010)) (Float vwx400 (Neg vwx4010))",fontsize=16,color="black",shape="box"];1957 -> 2006[label="",style="solid", color="black", weight=3]; 23.86/10.18 1958[label="primCmpFloat (Float vwx300 (Neg vwx3010)) (Float vwx400 (Pos vwx4010))",fontsize=16,color="black",shape="box"];1958 -> 2007[label="",style="solid", color="black", weight=3]; 23.86/10.18 1959[label="primCmpFloat (Float vwx300 (Neg vwx3010)) (Float vwx400 (Neg vwx4010))",fontsize=16,color="black",shape="box"];1959 -> 2008[label="",style="solid", color="black", weight=3]; 23.86/10.18 1960[label="primCmpNat (Succ vwx3000) vwx400",fontsize=16,color="burlywood",shape="box"];4572[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];1960 -> 4572[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4572 -> 2009[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4573[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];1960 -> 4573[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4573 -> 2010[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1961[label="primCmpNat Zero vwx400",fontsize=16,color="burlywood",shape="box"];4574[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];1961 -> 4574[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4574 -> 2011[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4575[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];1961 -> 4575[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4575 -> 2012[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1962 -> 1918[label="",style="dashed", color="red", weight=0]; 23.86/10.18 1962[label="primCmpNat (Succ vwx3000) vwx400",fontsize=16,color="magenta"];1962 -> 2013[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 1962 -> 2014[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 1963[label="GT",fontsize=16,color="green",shape="box"];1964[label="primCmpInt (Pos Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];1964 -> 2015[label="",style="solid", color="black", weight=3]; 23.86/10.18 1965[label="primCmpInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];1965 -> 2016[label="",style="solid", color="black", weight=3]; 23.86/10.18 1966[label="primCmpInt (Pos Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];1966 -> 2017[label="",style="solid", color="black", weight=3]; 23.86/10.18 1967[label="primCmpInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];1967 -> 2018[label="",style="solid", color="black", weight=3]; 23.86/10.18 1968[label="LT",fontsize=16,color="green",shape="box"];1969 -> 1918[label="",style="dashed", color="red", weight=0]; 23.86/10.18 1969[label="primCmpNat vwx400 (Succ vwx3000)",fontsize=16,color="magenta"];1969 -> 2019[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 1969 -> 2020[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 1970[label="primCmpInt (Neg Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];1970 -> 2021[label="",style="solid", color="black", weight=3]; 23.86/10.18 1971[label="primCmpInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];1971 -> 2022[label="",style="solid", color="black", weight=3]; 23.86/10.18 1972[label="primCmpInt (Neg Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];1972 -> 2023[label="",style="solid", color="black", weight=3]; 23.86/10.18 1973[label="primCmpInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];1973 -> 2024[label="",style="solid", color="black", weight=3]; 23.86/10.18 1974[label="compare2 LT LT True",fontsize=16,color="black",shape="box"];1974 -> 2025[label="",style="solid", color="black", weight=3]; 23.86/10.18 1975[label="compare2 LT EQ False",fontsize=16,color="black",shape="box"];1975 -> 2026[label="",style="solid", color="black", weight=3]; 23.86/10.18 1976[label="compare2 LT GT False",fontsize=16,color="black",shape="box"];1976 -> 2027[label="",style="solid", color="black", weight=3]; 23.86/10.18 1977[label="compare2 EQ LT False",fontsize=16,color="black",shape="box"];1977 -> 2028[label="",style="solid", color="black", weight=3]; 23.86/10.18 1978[label="compare2 EQ EQ True",fontsize=16,color="black",shape="box"];1978 -> 2029[label="",style="solid", color="black", weight=3]; 23.86/10.18 1979[label="compare2 EQ GT False",fontsize=16,color="black",shape="box"];1979 -> 2030[label="",style="solid", color="black", weight=3]; 23.86/10.18 1980[label="compare2 GT LT False",fontsize=16,color="black",shape="box"];1980 -> 2031[label="",style="solid", color="black", weight=3]; 23.86/10.18 1981[label="compare2 GT EQ False",fontsize=16,color="black",shape="box"];1981 -> 2032[label="",style="solid", color="black", weight=3]; 23.86/10.18 1982[label="compare2 GT GT True",fontsize=16,color="black",shape="box"];1982 -> 2033[label="",style="solid", color="black", weight=3]; 23.86/10.18 1983[label="compare2 False False True",fontsize=16,color="black",shape="box"];1983 -> 2034[label="",style="solid", color="black", weight=3]; 23.86/10.18 1984[label="compare2 False True False",fontsize=16,color="black",shape="box"];1984 -> 2035[label="",style="solid", color="black", weight=3]; 23.86/10.18 1985[label="compare2 True False False",fontsize=16,color="black",shape="box"];1985 -> 2036[label="",style="solid", color="black", weight=3]; 23.86/10.18 1986[label="compare2 True True True",fontsize=16,color="black",shape="box"];1986 -> 2037[label="",style="solid", color="black", weight=3]; 23.86/10.18 1987[label="vwx400 * vwx301",fontsize=16,color="black",shape="triangle"];1987 -> 2038[label="",style="solid", color="black", weight=3]; 23.86/10.18 1988 -> 1987[label="",style="dashed", color="red", weight=0]; 23.86/10.18 1988[label="vwx300 * vwx401",fontsize=16,color="magenta"];1988 -> 2039[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 1988 -> 2040[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 1989[label="vwx400 * vwx301",fontsize=16,color="burlywood",shape="triangle"];4576[label="vwx400/Integer vwx4000",fontsize=10,color="white",style="solid",shape="box"];1989 -> 4576[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4576 -> 2041[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 1990 -> 1989[label="",style="dashed", color="red", weight=0]; 23.86/10.18 1990[label="vwx300 * vwx401",fontsize=16,color="magenta"];1990 -> 2042[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 1990 -> 2043[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 1991[label="compare2 Nothing Nothing True",fontsize=16,color="black",shape="box"];1991 -> 2044[label="",style="solid", color="black", weight=3]; 23.86/10.18 1992[label="compare2 Nothing (Just vwx400) False",fontsize=16,color="black",shape="box"];1992 -> 2045[label="",style="solid", color="black", weight=3]; 23.86/10.18 1993[label="compare2 (Just vwx300) Nothing False",fontsize=16,color="black",shape="box"];1993 -> 2046[label="",style="solid", color="black", weight=3]; 23.86/10.18 1994 -> 2047[label="",style="dashed", color="red", weight=0]; 23.86/10.18 1994[label="compare2 (Just vwx300) (Just vwx400) (vwx300 == vwx400)",fontsize=16,color="magenta"];1994 -> 2048[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 1994 -> 2049[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 1994 -> 2050[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 1995 -> 2438[label="",style="dashed", color="red", weight=0]; 23.86/10.18 1995[label="compare2 (vwx300,vwx301) (vwx400,vwx401) (vwx300 == vwx400 && vwx301 == vwx401)",fontsize=16,color="magenta"];1995 -> 2439[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 1995 -> 2440[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 1995 -> 2441[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 1995 -> 2442[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 1995 -> 2443[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 1996 -> 2057[label="",style="dashed", color="red", weight=0]; 23.86/10.18 1996[label="compare2 (Left vwx300) (Left vwx400) (vwx300 == vwx400)",fontsize=16,color="magenta"];1996 -> 2058[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 1996 -> 2059[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 1996 -> 2060[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 1997[label="compare2 (Left vwx300) (Right vwx400) False",fontsize=16,color="black",shape="box"];1997 -> 2061[label="",style="solid", color="black", weight=3]; 23.86/10.18 1998[label="compare2 (Right vwx300) (Left vwx400) False",fontsize=16,color="black",shape="box"];1998 -> 2062[label="",style="solid", color="black", weight=3]; 23.86/10.18 1999 -> 2063[label="",style="dashed", color="red", weight=0]; 23.86/10.18 1999[label="compare2 (Right vwx300) (Right vwx400) (vwx300 == vwx400)",fontsize=16,color="magenta"];1999 -> 2064[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 1999 -> 2065[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 1999 -> 2066[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2000[label="primCmpDouble (Double vwx300 (Pos vwx3010)) (Double vwx400 (Pos vwx4010))",fontsize=16,color="black",shape="box"];2000 -> 2067[label="",style="solid", color="black", weight=3]; 23.86/10.18 2001[label="primCmpDouble (Double vwx300 (Pos vwx3010)) (Double vwx400 (Neg vwx4010))",fontsize=16,color="black",shape="box"];2001 -> 2068[label="",style="solid", color="black", weight=3]; 23.86/10.18 2002[label="primCmpDouble (Double vwx300 (Neg vwx3010)) (Double vwx400 (Pos vwx4010))",fontsize=16,color="black",shape="box"];2002 -> 2069[label="",style="solid", color="black", weight=3]; 23.86/10.18 2003[label="primCmpDouble (Double vwx300 (Neg vwx3010)) (Double vwx400 (Neg vwx4010))",fontsize=16,color="black",shape="box"];2003 -> 2070[label="",style="solid", color="black", weight=3]; 23.86/10.18 2004 -> 2485[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2004[label="compare2 (vwx300,vwx301,vwx302) (vwx400,vwx401,vwx402) (vwx300 == vwx400 && vwx301 == vwx401 && vwx302 == vwx402)",fontsize=16,color="magenta"];2004 -> 2486[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2004 -> 2487[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2004 -> 2488[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2004 -> 2489[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2004 -> 2490[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2004 -> 2491[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2004 -> 2492[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2005 -> 1847[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2005[label="compare (vwx300 * Pos vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];2005 -> 2079[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2005 -> 2080[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2006 -> 1847[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2006[label="compare (vwx300 * Pos vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];2006 -> 2081[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2006 -> 2082[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2007 -> 1847[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2007[label="compare (vwx300 * Neg vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];2007 -> 2083[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2007 -> 2084[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2008 -> 1847[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2008[label="compare (vwx300 * Neg vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];2008 -> 2085[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2008 -> 2086[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2009[label="primCmpNat (Succ vwx3000) (Succ vwx4000)",fontsize=16,color="black",shape="box"];2009 -> 2087[label="",style="solid", color="black", weight=3]; 23.86/10.18 2010[label="primCmpNat (Succ vwx3000) Zero",fontsize=16,color="black",shape="box"];2010 -> 2088[label="",style="solid", color="black", weight=3]; 23.86/10.18 2011[label="primCmpNat Zero (Succ vwx4000)",fontsize=16,color="black",shape="box"];2011 -> 2089[label="",style="solid", color="black", weight=3]; 23.86/10.18 2012[label="primCmpNat Zero Zero",fontsize=16,color="black",shape="box"];2012 -> 2090[label="",style="solid", color="black", weight=3]; 23.86/10.18 2013[label="vwx400",fontsize=16,color="green",shape="box"];2014[label="Succ vwx3000",fontsize=16,color="green",shape="box"];2015 -> 1918[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2015[label="primCmpNat Zero (Succ vwx4000)",fontsize=16,color="magenta"];2015 -> 2091[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2015 -> 2092[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2016[label="EQ",fontsize=16,color="green",shape="box"];2017[label="GT",fontsize=16,color="green",shape="box"];2018[label="EQ",fontsize=16,color="green",shape="box"];2019[label="Succ vwx3000",fontsize=16,color="green",shape="box"];2020[label="vwx400",fontsize=16,color="green",shape="box"];2021[label="LT",fontsize=16,color="green",shape="box"];2022[label="EQ",fontsize=16,color="green",shape="box"];2023 -> 1918[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2023[label="primCmpNat (Succ vwx4000) Zero",fontsize=16,color="magenta"];2023 -> 2093[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2023 -> 2094[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2024[label="EQ",fontsize=16,color="green",shape="box"];2025[label="EQ",fontsize=16,color="green",shape="box"];2026[label="compare1 LT EQ (LT <= EQ)",fontsize=16,color="black",shape="box"];2026 -> 2095[label="",style="solid", color="black", weight=3]; 23.86/10.18 2027[label="compare1 LT GT (LT <= GT)",fontsize=16,color="black",shape="box"];2027 -> 2096[label="",style="solid", color="black", weight=3]; 23.86/10.18 2028[label="compare1 EQ LT (EQ <= LT)",fontsize=16,color="black",shape="box"];2028 -> 2097[label="",style="solid", color="black", weight=3]; 23.86/10.18 2029[label="EQ",fontsize=16,color="green",shape="box"];2030[label="compare1 EQ GT (EQ <= GT)",fontsize=16,color="black",shape="box"];2030 -> 2098[label="",style="solid", color="black", weight=3]; 23.86/10.18 2031[label="compare1 GT LT (GT <= LT)",fontsize=16,color="black",shape="box"];2031 -> 2099[label="",style="solid", color="black", weight=3]; 23.86/10.18 2032[label="compare1 GT EQ (GT <= EQ)",fontsize=16,color="black",shape="box"];2032 -> 2100[label="",style="solid", color="black", weight=3]; 23.86/10.18 2033[label="EQ",fontsize=16,color="green",shape="box"];2034[label="EQ",fontsize=16,color="green",shape="box"];2035[label="compare1 False True (False <= True)",fontsize=16,color="black",shape="box"];2035 -> 2101[label="",style="solid", color="black", weight=3]; 23.86/10.18 2036[label="compare1 True False (True <= False)",fontsize=16,color="black",shape="box"];2036 -> 2102[label="",style="solid", color="black", weight=3]; 23.86/10.18 2037[label="EQ",fontsize=16,color="green",shape="box"];2038[label="primMulInt vwx400 vwx301",fontsize=16,color="burlywood",shape="triangle"];4577[label="vwx400/Pos vwx4000",fontsize=10,color="white",style="solid",shape="box"];2038 -> 4577[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4577 -> 2103[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4578[label="vwx400/Neg vwx4000",fontsize=10,color="white",style="solid",shape="box"];2038 -> 4578[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4578 -> 2104[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 2039[label="vwx300",fontsize=16,color="green",shape="box"];2040[label="vwx401",fontsize=16,color="green",shape="box"];2041[label="Integer vwx4000 * vwx301",fontsize=16,color="burlywood",shape="box"];4579[label="vwx301/Integer vwx3010",fontsize=10,color="white",style="solid",shape="box"];2041 -> 4579[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4579 -> 2105[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 2042[label="vwx300",fontsize=16,color="green",shape="box"];2043[label="vwx401",fontsize=16,color="green",shape="box"];2044[label="EQ",fontsize=16,color="green",shape="box"];2045[label="compare1 Nothing (Just vwx400) (Nothing <= Just vwx400)",fontsize=16,color="black",shape="box"];2045 -> 2106[label="",style="solid", color="black", weight=3]; 23.86/10.18 2046[label="compare1 (Just vwx300) Nothing (Just vwx300 <= Nothing)",fontsize=16,color="black",shape="box"];2046 -> 2107[label="",style="solid", color="black", weight=3]; 23.86/10.18 2048[label="vwx400",fontsize=16,color="green",shape="box"];2049[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];4580[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2049 -> 4580[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4580 -> 2108[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4581[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2049 -> 4581[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4581 -> 2109[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4582[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2049 -> 4582[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4582 -> 2110[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4583[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2049 -> 4583[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4583 -> 2111[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4584[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2049 -> 4584[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4584 -> 2112[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4585[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2049 -> 4585[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4585 -> 2113[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4586[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2049 -> 4586[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4586 -> 2114[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4587[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2049 -> 4587[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4587 -> 2115[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4588[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2049 -> 4588[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4588 -> 2116[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4589[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2049 -> 4589[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4589 -> 2117[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4590[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2049 -> 4590[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4590 -> 2118[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4591[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2049 -> 4591[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4591 -> 2119[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4592[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2049 -> 4592[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4592 -> 2120[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4593[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2049 -> 4593[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4593 -> 2121[label="",style="solid", color="blue", weight=3]; 23.86/10.18 2050[label="vwx300",fontsize=16,color="green",shape="box"];2047[label="compare2 (Just vwx159) (Just vwx160) vwx161",fontsize=16,color="burlywood",shape="triangle"];4594[label="vwx161/False",fontsize=10,color="white",style="solid",shape="box"];2047 -> 4594[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4594 -> 2122[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4595[label="vwx161/True",fontsize=10,color="white",style="solid",shape="box"];2047 -> 4595[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4595 -> 2123[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 2439[label="vwx301",fontsize=16,color="green",shape="box"];2440[label="vwx401",fontsize=16,color="green",shape="box"];2441[label="vwx400",fontsize=16,color="green",shape="box"];2442[label="vwx300",fontsize=16,color="green",shape="box"];2443 -> 2517[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2443[label="vwx300 == vwx400 && vwx301 == vwx401",fontsize=16,color="magenta"];2443 -> 2518[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2443 -> 2519[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2438[label="compare2 (vwx208,vwx209) (vwx210,vwx211) vwx212",fontsize=16,color="burlywood",shape="triangle"];4596[label="vwx212/False",fontsize=10,color="white",style="solid",shape="box"];2438 -> 4596[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4596 -> 2463[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4597[label="vwx212/True",fontsize=10,color="white",style="solid",shape="box"];2438 -> 4597[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4597 -> 2464[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 2058[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];4598[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2058 -> 4598[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4598 -> 2140[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4599[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2058 -> 4599[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4599 -> 2141[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4600[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2058 -> 4600[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4600 -> 2142[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4601[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2058 -> 4601[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4601 -> 2143[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4602[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2058 -> 4602[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4602 -> 2144[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4603[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2058 -> 4603[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4603 -> 2145[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4604[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2058 -> 4604[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4604 -> 2146[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4605[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2058 -> 4605[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4605 -> 2147[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4606[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2058 -> 4606[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4606 -> 2148[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4607[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2058 -> 4607[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4607 -> 2149[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4608[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2058 -> 4608[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4608 -> 2150[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4609[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2058 -> 4609[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4609 -> 2151[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4610[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2058 -> 4610[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4610 -> 2152[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4611[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2058 -> 4611[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4611 -> 2153[label="",style="solid", color="blue", weight=3]; 23.86/10.18 2059[label="vwx400",fontsize=16,color="green",shape="box"];2060[label="vwx300",fontsize=16,color="green",shape="box"];2057[label="compare2 (Left vwx177) (Left vwx178) vwx179",fontsize=16,color="burlywood",shape="triangle"];4612[label="vwx179/False",fontsize=10,color="white",style="solid",shape="box"];2057 -> 4612[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4612 -> 2154[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4613[label="vwx179/True",fontsize=10,color="white",style="solid",shape="box"];2057 -> 4613[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4613 -> 2155[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 2061[label="compare1 (Left vwx300) (Right vwx400) (Left vwx300 <= Right vwx400)",fontsize=16,color="black",shape="box"];2061 -> 2156[label="",style="solid", color="black", weight=3]; 23.86/10.18 2062[label="compare1 (Right vwx300) (Left vwx400) (Right vwx300 <= Left vwx400)",fontsize=16,color="black",shape="box"];2062 -> 2157[label="",style="solid", color="black", weight=3]; 23.86/10.18 2064[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];4614[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2064 -> 4614[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4614 -> 2158[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4615[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2064 -> 4615[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4615 -> 2159[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4616[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2064 -> 4616[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4616 -> 2160[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4617[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2064 -> 4617[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4617 -> 2161[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4618[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2064 -> 4618[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4618 -> 2162[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4619[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2064 -> 4619[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4619 -> 2163[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4620[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2064 -> 4620[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4620 -> 2164[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4621[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2064 -> 4621[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4621 -> 2165[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4622[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2064 -> 4622[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4622 -> 2166[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4623[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2064 -> 4623[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4623 -> 2167[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4624[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2064 -> 4624[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4624 -> 2168[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4625[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2064 -> 4625[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4625 -> 2169[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4626[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2064 -> 4626[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4626 -> 2170[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4627[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2064 -> 4627[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4627 -> 2171[label="",style="solid", color="blue", weight=3]; 23.86/10.18 2065[label="vwx300",fontsize=16,color="green",shape="box"];2066[label="vwx400",fontsize=16,color="green",shape="box"];2063[label="compare2 (Right vwx184) (Right vwx185) vwx186",fontsize=16,color="burlywood",shape="triangle"];4628[label="vwx186/False",fontsize=10,color="white",style="solid",shape="box"];2063 -> 4628[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4628 -> 2172[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4629[label="vwx186/True",fontsize=10,color="white",style="solid",shape="box"];2063 -> 4629[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4629 -> 2173[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 2067 -> 1847[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2067[label="compare (vwx300 * Pos vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];2067 -> 2174[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2067 -> 2175[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2068 -> 1847[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2068[label="compare (vwx300 * Pos vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];2068 -> 2176[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2068 -> 2177[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2069 -> 1847[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2069[label="compare (vwx300 * Neg vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];2069 -> 2178[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2069 -> 2179[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2070 -> 1847[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2070[label="compare (vwx300 * Neg vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];2070 -> 2180[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2070 -> 2181[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2486[label="vwx402",fontsize=16,color="green",shape="box"];2487 -> 2517[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2487[label="vwx300 == vwx400 && vwx301 == vwx401 && vwx302 == vwx402",fontsize=16,color="magenta"];2487 -> 2520[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2487 -> 2521[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2488[label="vwx300",fontsize=16,color="green",shape="box"];2489[label="vwx301",fontsize=16,color="green",shape="box"];2490[label="vwx302",fontsize=16,color="green",shape="box"];2491[label="vwx400",fontsize=16,color="green",shape="box"];2492[label="vwx401",fontsize=16,color="green",shape="box"];2485[label="compare2 (vwx195,vwx196,vwx197) (vwx198,vwx199,vwx200) vwx220",fontsize=16,color="burlywood",shape="triangle"];4630[label="vwx220/False",fontsize=10,color="white",style="solid",shape="box"];2485 -> 4630[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4630 -> 2501[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4631[label="vwx220/True",fontsize=10,color="white",style="solid",shape="box"];2485 -> 4631[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4631 -> 2502[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 2079 -> 1987[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2079[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];2079 -> 2198[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2079 -> 2199[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2080 -> 1987[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2080[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];2080 -> 2200[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2080 -> 2201[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2081 -> 1987[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2081[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];2081 -> 2202[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2081 -> 2203[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2082 -> 1987[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2082[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];2082 -> 2204[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2082 -> 2205[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2083 -> 1987[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2083[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];2083 -> 2206[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2083 -> 2207[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2084 -> 1987[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2084[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];2084 -> 2208[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2084 -> 2209[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2085 -> 1987[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2085[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];2085 -> 2210[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2085 -> 2211[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2086 -> 1987[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2086[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];2086 -> 2212[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2086 -> 2213[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2087 -> 1918[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2087[label="primCmpNat vwx3000 vwx4000",fontsize=16,color="magenta"];2087 -> 2214[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2087 -> 2215[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2088[label="GT",fontsize=16,color="green",shape="box"];2089[label="LT",fontsize=16,color="green",shape="box"];2090[label="EQ",fontsize=16,color="green",shape="box"];2091[label="Succ vwx4000",fontsize=16,color="green",shape="box"];2092[label="Zero",fontsize=16,color="green",shape="box"];2093[label="Zero",fontsize=16,color="green",shape="box"];2094[label="Succ vwx4000",fontsize=16,color="green",shape="box"];2095[label="compare1 LT EQ True",fontsize=16,color="black",shape="box"];2095 -> 2216[label="",style="solid", color="black", weight=3]; 23.86/10.18 2096[label="compare1 LT GT True",fontsize=16,color="black",shape="box"];2096 -> 2217[label="",style="solid", color="black", weight=3]; 23.86/10.18 2097[label="compare1 EQ LT False",fontsize=16,color="black",shape="box"];2097 -> 2218[label="",style="solid", color="black", weight=3]; 23.86/10.18 2098[label="compare1 EQ GT True",fontsize=16,color="black",shape="box"];2098 -> 2219[label="",style="solid", color="black", weight=3]; 23.86/10.18 2099[label="compare1 GT LT False",fontsize=16,color="black",shape="box"];2099 -> 2220[label="",style="solid", color="black", weight=3]; 23.86/10.18 2100[label="compare1 GT EQ False",fontsize=16,color="black",shape="box"];2100 -> 2221[label="",style="solid", color="black", weight=3]; 23.86/10.18 2101[label="compare1 False True True",fontsize=16,color="black",shape="box"];2101 -> 2222[label="",style="solid", color="black", weight=3]; 23.86/10.18 2102[label="compare1 True False False",fontsize=16,color="black",shape="box"];2102 -> 2223[label="",style="solid", color="black", weight=3]; 23.86/10.18 2103[label="primMulInt (Pos vwx4000) vwx301",fontsize=16,color="burlywood",shape="box"];4632[label="vwx301/Pos vwx3010",fontsize=10,color="white",style="solid",shape="box"];2103 -> 4632[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4632 -> 2224[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4633[label="vwx301/Neg vwx3010",fontsize=10,color="white",style="solid",shape="box"];2103 -> 4633[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4633 -> 2225[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 2104[label="primMulInt (Neg vwx4000) vwx301",fontsize=16,color="burlywood",shape="box"];4634[label="vwx301/Pos vwx3010",fontsize=10,color="white",style="solid",shape="box"];2104 -> 4634[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4634 -> 2226[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4635[label="vwx301/Neg vwx3010",fontsize=10,color="white",style="solid",shape="box"];2104 -> 4635[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4635 -> 2227[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 2105[label="Integer vwx4000 * Integer vwx3010",fontsize=16,color="black",shape="box"];2105 -> 2228[label="",style="solid", color="black", weight=3]; 23.86/10.18 2106[label="compare1 Nothing (Just vwx400) True",fontsize=16,color="black",shape="box"];2106 -> 2229[label="",style="solid", color="black", weight=3]; 23.86/10.18 2107[label="compare1 (Just vwx300) Nothing False",fontsize=16,color="black",shape="box"];2107 -> 2230[label="",style="solid", color="black", weight=3]; 23.86/10.18 2108[label="vwx300 == vwx400",fontsize=16,color="burlywood",shape="triangle"];4636[label="vwx300/(vwx3000,vwx3001,vwx3002)",fontsize=10,color="white",style="solid",shape="box"];2108 -> 4636[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4636 -> 2231[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 2109[label="vwx300 == vwx400",fontsize=16,color="black",shape="triangle"];2109 -> 2232[label="",style="solid", color="black", weight=3]; 23.86/10.18 2110[label="vwx300 == vwx400",fontsize=16,color="burlywood",shape="triangle"];4637[label="vwx300/(vwx3000,vwx3001)",fontsize=10,color="white",style="solid",shape="box"];2110 -> 4637[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4637 -> 2233[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 2111[label="vwx300 == vwx400",fontsize=16,color="black",shape="triangle"];2111 -> 2234[label="",style="solid", color="black", weight=3]; 23.86/10.18 2112[label="vwx300 == vwx400",fontsize=16,color="burlywood",shape="triangle"];4638[label="vwx300/Integer vwx3000",fontsize=10,color="white",style="solid",shape="box"];2112 -> 4638[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4638 -> 2235[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 2113[label="vwx300 == vwx400",fontsize=16,color="burlywood",shape="triangle"];4639[label="vwx300/False",fontsize=10,color="white",style="solid",shape="box"];2113 -> 4639[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4639 -> 2236[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4640[label="vwx300/True",fontsize=10,color="white",style="solid",shape="box"];2113 -> 4640[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4640 -> 2237[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 2114[label="vwx300 == vwx400",fontsize=16,color="burlywood",shape="triangle"];4641[label="vwx300/vwx3000 :% vwx3001",fontsize=10,color="white",style="solid",shape="box"];2114 -> 4641[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4641 -> 2238[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 2115[label="vwx300 == vwx400",fontsize=16,color="black",shape="triangle"];2115 -> 2239[label="",style="solid", color="black", weight=3]; 23.86/10.18 2116[label="vwx300 == vwx400",fontsize=16,color="black",shape="triangle"];2116 -> 2240[label="",style="solid", color="black", weight=3]; 23.86/10.18 2117[label="vwx300 == vwx400",fontsize=16,color="burlywood",shape="triangle"];4642[label="vwx300/LT",fontsize=10,color="white",style="solid",shape="box"];2117 -> 4642[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4642 -> 2241[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4643[label="vwx300/EQ",fontsize=10,color="white",style="solid",shape="box"];2117 -> 4643[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4643 -> 2242[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4644[label="vwx300/GT",fontsize=10,color="white",style="solid",shape="box"];2117 -> 4644[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4644 -> 2243[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 2118[label="vwx300 == vwx400",fontsize=16,color="burlywood",shape="triangle"];4645[label="vwx300/Nothing",fontsize=10,color="white",style="solid",shape="box"];2118 -> 4645[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4645 -> 2244[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4646[label="vwx300/Just vwx3000",fontsize=10,color="white",style="solid",shape="box"];2118 -> 4646[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4646 -> 2245[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 2119[label="vwx300 == vwx400",fontsize=16,color="burlywood",shape="triangle"];4647[label="vwx300/Left vwx3000",fontsize=10,color="white",style="solid",shape="box"];2119 -> 4647[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4647 -> 2246[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4648[label="vwx300/Right vwx3000",fontsize=10,color="white",style="solid",shape="box"];2119 -> 4648[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4648 -> 2247[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 2120[label="vwx300 == vwx400",fontsize=16,color="burlywood",shape="triangle"];4649[label="vwx300/vwx3000 : vwx3001",fontsize=10,color="white",style="solid",shape="box"];2120 -> 4649[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4649 -> 2248[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4650[label="vwx300/[]",fontsize=10,color="white",style="solid",shape="box"];2120 -> 4650[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4650 -> 2249[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 2121[label="vwx300 == vwx400",fontsize=16,color="burlywood",shape="triangle"];4651[label="vwx300/()",fontsize=10,color="white",style="solid",shape="box"];2121 -> 4651[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4651 -> 2250[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 2122[label="compare2 (Just vwx159) (Just vwx160) False",fontsize=16,color="black",shape="box"];2122 -> 2251[label="",style="solid", color="black", weight=3]; 23.86/10.18 2123[label="compare2 (Just vwx159) (Just vwx160) True",fontsize=16,color="black",shape="box"];2123 -> 2252[label="",style="solid", color="black", weight=3]; 23.86/10.18 2518[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];4652[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2518 -> 4652[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4652 -> 2526[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4653[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2518 -> 4653[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4653 -> 2527[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4654[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2518 -> 4654[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4654 -> 2528[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4655[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2518 -> 4655[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4655 -> 2529[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4656[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2518 -> 4656[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4656 -> 2530[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4657[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2518 -> 4657[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4657 -> 2531[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4658[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2518 -> 4658[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4658 -> 2532[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4659[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2518 -> 4659[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4659 -> 2533[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4660[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2518 -> 4660[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4660 -> 2534[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4661[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2518 -> 4661[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4661 -> 2535[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4662[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2518 -> 4662[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4662 -> 2536[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4663[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2518 -> 4663[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4663 -> 2537[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4664[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2518 -> 4664[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4664 -> 2538[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4665[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2518 -> 4665[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4665 -> 2539[label="",style="solid", color="blue", weight=3]; 23.86/10.18 2519[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];4666[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2519 -> 4666[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4666 -> 2540[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4667[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2519 -> 4667[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4667 -> 2541[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4668[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2519 -> 4668[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4668 -> 2542[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4669[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2519 -> 4669[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4669 -> 2543[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4670[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2519 -> 4670[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4670 -> 2544[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4671[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2519 -> 4671[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4671 -> 2545[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4672[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2519 -> 4672[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4672 -> 2546[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4673[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2519 -> 4673[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4673 -> 2547[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4674[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2519 -> 4674[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4674 -> 2548[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4675[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2519 -> 4675[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4675 -> 2549[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4676[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2519 -> 4676[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4676 -> 2550[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4677[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2519 -> 4677[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4677 -> 2551[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4678[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2519 -> 4678[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4678 -> 2552[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4679[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2519 -> 4679[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4679 -> 2553[label="",style="solid", color="blue", weight=3]; 23.86/10.18 2517[label="vwx225 && vwx226",fontsize=16,color="burlywood",shape="triangle"];4680[label="vwx225/False",fontsize=10,color="white",style="solid",shape="box"];2517 -> 4680[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4680 -> 2554[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 4681[label="vwx225/True",fontsize=10,color="white",style="solid",shape="box"];2517 -> 4681[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4681 -> 2555[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 2463[label="compare2 (vwx208,vwx209) (vwx210,vwx211) False",fontsize=16,color="black",shape="box"];2463 -> 2556[label="",style="solid", color="black", weight=3]; 23.86/10.18 2464[label="compare2 (vwx208,vwx209) (vwx210,vwx211) True",fontsize=16,color="black",shape="box"];2464 -> 2557[label="",style="solid", color="black", weight=3]; 23.86/10.18 2140 -> 2108[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2140[label="vwx300 == vwx400",fontsize=16,color="magenta"];2140 -> 2283[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2140 -> 2284[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2141 -> 2109[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2141[label="vwx300 == vwx400",fontsize=16,color="magenta"];2141 -> 2285[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2141 -> 2286[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2142 -> 2110[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2142[label="vwx300 == vwx400",fontsize=16,color="magenta"];2142 -> 2287[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2142 -> 2288[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2143 -> 2111[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2143[label="vwx300 == vwx400",fontsize=16,color="magenta"];2143 -> 2289[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2143 -> 2290[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2144 -> 2112[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2144[label="vwx300 == vwx400",fontsize=16,color="magenta"];2144 -> 2291[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2144 -> 2292[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2145 -> 2113[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2145[label="vwx300 == vwx400",fontsize=16,color="magenta"];2145 -> 2293[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2145 -> 2294[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2146 -> 2114[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2146[label="vwx300 == vwx400",fontsize=16,color="magenta"];2146 -> 2295[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2146 -> 2296[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2147 -> 2115[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2147[label="vwx300 == vwx400",fontsize=16,color="magenta"];2147 -> 2297[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2147 -> 2298[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2148 -> 2116[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2148[label="vwx300 == vwx400",fontsize=16,color="magenta"];2148 -> 2299[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2148 -> 2300[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2149 -> 2117[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2149[label="vwx300 == vwx400",fontsize=16,color="magenta"];2149 -> 2301[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2149 -> 2302[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2150 -> 2118[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2150[label="vwx300 == vwx400",fontsize=16,color="magenta"];2150 -> 2303[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2150 -> 2304[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2151 -> 2119[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2151[label="vwx300 == vwx400",fontsize=16,color="magenta"];2151 -> 2305[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2151 -> 2306[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2152 -> 2120[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2152[label="vwx300 == vwx400",fontsize=16,color="magenta"];2152 -> 2307[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2152 -> 2308[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2153 -> 2121[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2153[label="vwx300 == vwx400",fontsize=16,color="magenta"];2153 -> 2309[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2153 -> 2310[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2154[label="compare2 (Left vwx177) (Left vwx178) False",fontsize=16,color="black",shape="box"];2154 -> 2311[label="",style="solid", color="black", weight=3]; 23.86/10.18 2155[label="compare2 (Left vwx177) (Left vwx178) True",fontsize=16,color="black",shape="box"];2155 -> 2312[label="",style="solid", color="black", weight=3]; 23.86/10.18 2156[label="compare1 (Left vwx300) (Right vwx400) True",fontsize=16,color="black",shape="box"];2156 -> 2313[label="",style="solid", color="black", weight=3]; 23.86/10.18 2157[label="compare1 (Right vwx300) (Left vwx400) False",fontsize=16,color="black",shape="box"];2157 -> 2314[label="",style="solid", color="black", weight=3]; 23.86/10.18 2158 -> 2108[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2158[label="vwx300 == vwx400",fontsize=16,color="magenta"];2158 -> 2315[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2158 -> 2316[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2159 -> 2109[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2159[label="vwx300 == vwx400",fontsize=16,color="magenta"];2159 -> 2317[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2159 -> 2318[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2160 -> 2110[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2160[label="vwx300 == vwx400",fontsize=16,color="magenta"];2160 -> 2319[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2160 -> 2320[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2161 -> 2111[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2161[label="vwx300 == vwx400",fontsize=16,color="magenta"];2161 -> 2321[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2161 -> 2322[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2162 -> 2112[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2162[label="vwx300 == vwx400",fontsize=16,color="magenta"];2162 -> 2323[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2162 -> 2324[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2163 -> 2113[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2163[label="vwx300 == vwx400",fontsize=16,color="magenta"];2163 -> 2325[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2163 -> 2326[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2164 -> 2114[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2164[label="vwx300 == vwx400",fontsize=16,color="magenta"];2164 -> 2327[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2164 -> 2328[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2165 -> 2115[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2165[label="vwx300 == vwx400",fontsize=16,color="magenta"];2165 -> 2329[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2165 -> 2330[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2166 -> 2116[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2166[label="vwx300 == vwx400",fontsize=16,color="magenta"];2166 -> 2331[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2166 -> 2332[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2167 -> 2117[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2167[label="vwx300 == vwx400",fontsize=16,color="magenta"];2167 -> 2333[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2167 -> 2334[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2168 -> 2118[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2168[label="vwx300 == vwx400",fontsize=16,color="magenta"];2168 -> 2335[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2168 -> 2336[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2169 -> 2119[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2169[label="vwx300 == vwx400",fontsize=16,color="magenta"];2169 -> 2337[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2169 -> 2338[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2170 -> 2120[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2170[label="vwx300 == vwx400",fontsize=16,color="magenta"];2170 -> 2339[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2170 -> 2340[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2171 -> 2121[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2171[label="vwx300 == vwx400",fontsize=16,color="magenta"];2171 -> 2341[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2171 -> 2342[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2172[label="compare2 (Right vwx184) (Right vwx185) False",fontsize=16,color="black",shape="box"];2172 -> 2343[label="",style="solid", color="black", weight=3]; 23.86/10.18 2173[label="compare2 (Right vwx184) (Right vwx185) True",fontsize=16,color="black",shape="box"];2173 -> 2344[label="",style="solid", color="black", weight=3]; 23.86/10.18 2174 -> 1987[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2174[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];2174 -> 2345[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2174 -> 2346[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2175 -> 1987[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2175[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];2175 -> 2347[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2175 -> 2348[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2176 -> 1987[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2176[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];2176 -> 2349[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2176 -> 2350[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2177 -> 1987[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2177[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];2177 -> 2351[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2177 -> 2352[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2178 -> 1987[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2178[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];2178 -> 2353[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2178 -> 2354[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2179 -> 1987[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2179[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];2179 -> 2355[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2179 -> 2356[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2180 -> 1987[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2180[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];2180 -> 2357[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2180 -> 2358[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2181 -> 1987[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2181[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];2181 -> 2359[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2181 -> 2360[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2520[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];4682[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2520 -> 4682[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4682 -> 2558[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4683[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2520 -> 4683[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4683 -> 2559[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4684[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2520 -> 4684[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4684 -> 2560[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4685[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2520 -> 4685[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4685 -> 2561[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4686[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2520 -> 4686[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4686 -> 2562[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4687[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2520 -> 4687[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4687 -> 2563[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4688[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2520 -> 4688[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4688 -> 2564[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4689[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2520 -> 4689[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4689 -> 2565[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4690[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2520 -> 4690[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4690 -> 2566[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4691[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2520 -> 4691[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4691 -> 2567[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4692[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2520 -> 4692[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4692 -> 2568[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4693[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2520 -> 4693[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4693 -> 2569[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4694[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2520 -> 4694[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4694 -> 2570[label="",style="solid", color="blue", weight=3]; 23.86/10.18 4695[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2520 -> 4695[label="",style="solid", color="blue", weight=9]; 23.86/10.18 4695 -> 2571[label="",style="solid", color="blue", weight=3]; 23.86/10.18 2521 -> 2517[label="",style="dashed", color="red", weight=0]; 23.86/10.18 2521[label="vwx301 == vwx401 && vwx302 == vwx402",fontsize=16,color="magenta"];2521 -> 2572[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2521 -> 2573[label="",style="dashed", color="magenta", weight=3]; 23.86/10.18 2501[label="compare2 (vwx195,vwx196,vwx197) (vwx198,vwx199,vwx200) False",fontsize=16,color="black",shape="box"];2501 -> 2574[label="",style="solid", color="black", weight=3]; 23.86/10.18 2502[label="compare2 (vwx195,vwx196,vwx197) (vwx198,vwx199,vwx200) True",fontsize=16,color="black",shape="box"];2502 -> 2575[label="",style="solid", color="black", weight=3]; 23.86/10.18 2198[label="Pos vwx3010",fontsize=16,color="green",shape="box"];2199[label="vwx400",fontsize=16,color="green",shape="box"];2200[label="vwx300",fontsize=16,color="green",shape="box"];2201[label="Pos vwx4010",fontsize=16,color="green",shape="box"];2202[label="Neg vwx3010",fontsize=16,color="green",shape="box"];2203[label="vwx400",fontsize=16,color="green",shape="box"];2204[label="vwx300",fontsize=16,color="green",shape="box"];2205[label="Pos vwx4010",fontsize=16,color="green",shape="box"];2206[label="Pos vwx3010",fontsize=16,color="green",shape="box"];2207[label="vwx400",fontsize=16,color="green",shape="box"];2208[label="vwx300",fontsize=16,color="green",shape="box"];2209[label="Neg vwx4010",fontsize=16,color="green",shape="box"];2210[label="Neg vwx3010",fontsize=16,color="green",shape="box"];2211[label="vwx400",fontsize=16,color="green",shape="box"];2212[label="vwx300",fontsize=16,color="green",shape="box"];2213[label="Neg vwx4010",fontsize=16,color="green",shape="box"];2214[label="vwx4000",fontsize=16,color="green",shape="box"];2215[label="vwx3000",fontsize=16,color="green",shape="box"];2216[label="LT",fontsize=16,color="green",shape="box"];2217[label="LT",fontsize=16,color="green",shape="box"];2218[label="compare0 EQ LT otherwise",fontsize=16,color="black",shape="box"];2218 -> 2391[label="",style="solid", color="black", weight=3]; 23.86/10.18 2219[label="LT",fontsize=16,color="green",shape="box"];2220[label="compare0 GT LT otherwise",fontsize=16,color="black",shape="box"];2220 -> 2392[label="",style="solid", color="black", weight=3]; 23.86/10.18 2221[label="compare0 GT EQ otherwise",fontsize=16,color="black",shape="box"];2221 -> 2393[label="",style="solid", color="black", weight=3]; 23.86/10.18 2222[label="LT",fontsize=16,color="green",shape="box"];2223[label="compare0 True False otherwise",fontsize=16,color="black",shape="box"];2223 -> 2394[label="",style="solid", color="black", weight=3]; 23.86/10.18 2224[label="primMulInt (Pos vwx4000) (Pos vwx3010)",fontsize=16,color="black",shape="box"];2224 -> 2395[label="",style="solid", color="black", weight=3]; 23.86/10.18 2225[label="primMulInt (Pos vwx4000) (Neg vwx3010)",fontsize=16,color="black",shape="box"];2225 -> 2396[label="",style="solid", color="black", weight=3]; 23.86/10.18 2226[label="primMulInt (Neg vwx4000) (Pos vwx3010)",fontsize=16,color="black",shape="box"];2226 -> 2397[label="",style="solid", color="black", weight=3]; 23.86/10.18 2227[label="primMulInt (Neg vwx4000) (Neg vwx3010)",fontsize=16,color="black",shape="box"];2227 -> 2398[label="",style="solid", color="black", weight=3]; 23.86/10.18 2228[label="Integer (primMulInt vwx4000 vwx3010)",fontsize=16,color="green",shape="box"];2228 -> 2399[label="",style="dashed", color="green", weight=3]; 23.86/10.18 2229[label="LT",fontsize=16,color="green",shape="box"];2230[label="compare0 (Just vwx300) Nothing otherwise",fontsize=16,color="black",shape="box"];2230 -> 2400[label="",style="solid", color="black", weight=3]; 23.86/10.18 2231[label="(vwx3000,vwx3001,vwx3002) == vwx400",fontsize=16,color="burlywood",shape="box"];4696[label="vwx400/(vwx4000,vwx4001,vwx4002)",fontsize=10,color="white",style="solid",shape="box"];2231 -> 4696[label="",style="solid", color="burlywood", weight=9]; 23.86/10.18 4696 -> 2401[label="",style="solid", color="burlywood", weight=3]; 23.86/10.18 2232[label="primEqChar vwx300 vwx400",fontsize=16,color="burlywood",shape="box"];4697[label="vwx300/Char vwx3000",fontsize=10,color="white",style="solid",shape="box"];2232 -> 4697[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4697 -> 2402[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 2233[label="(vwx3000,vwx3001) == vwx400",fontsize=16,color="burlywood",shape="box"];4698[label="vwx400/(vwx4000,vwx4001)",fontsize=10,color="white",style="solid",shape="box"];2233 -> 4698[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4698 -> 2403[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 2234[label="primEqDouble vwx300 vwx400",fontsize=16,color="burlywood",shape="box"];4699[label="vwx300/Double vwx3000 vwx3001",fontsize=10,color="white",style="solid",shape="box"];2234 -> 4699[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4699 -> 2404[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 2235[label="Integer vwx3000 == vwx400",fontsize=16,color="burlywood",shape="box"];4700[label="vwx400/Integer vwx4000",fontsize=10,color="white",style="solid",shape="box"];2235 -> 4700[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4700 -> 2405[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 2236[label="False == vwx400",fontsize=16,color="burlywood",shape="box"];4701[label="vwx400/False",fontsize=10,color="white",style="solid",shape="box"];2236 -> 4701[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4701 -> 2406[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 4702[label="vwx400/True",fontsize=10,color="white",style="solid",shape="box"];2236 -> 4702[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4702 -> 2407[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 2237[label="True == vwx400",fontsize=16,color="burlywood",shape="box"];4703[label="vwx400/False",fontsize=10,color="white",style="solid",shape="box"];2237 -> 4703[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4703 -> 2408[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 4704[label="vwx400/True",fontsize=10,color="white",style="solid",shape="box"];2237 -> 4704[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4704 -> 2409[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 2238[label="vwx3000 :% vwx3001 == vwx400",fontsize=16,color="burlywood",shape="box"];4705[label="vwx400/vwx4000 :% vwx4001",fontsize=10,color="white",style="solid",shape="box"];2238 -> 4705[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4705 -> 2410[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 2239[label="primEqInt vwx300 vwx400",fontsize=16,color="burlywood",shape="triangle"];4706[label="vwx300/Pos vwx3000",fontsize=10,color="white",style="solid",shape="box"];2239 -> 4706[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4706 -> 2411[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 4707[label="vwx300/Neg vwx3000",fontsize=10,color="white",style="solid",shape="box"];2239 -> 4707[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4707 -> 2412[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 2240[label="primEqFloat vwx300 vwx400",fontsize=16,color="burlywood",shape="box"];4708[label="vwx300/Float vwx3000 vwx3001",fontsize=10,color="white",style="solid",shape="box"];2240 -> 4708[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4708 -> 2413[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 2241[label="LT == vwx400",fontsize=16,color="burlywood",shape="box"];4709[label="vwx400/LT",fontsize=10,color="white",style="solid",shape="box"];2241 -> 4709[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4709 -> 2414[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 4710[label="vwx400/EQ",fontsize=10,color="white",style="solid",shape="box"];2241 -> 4710[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4710 -> 2415[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 4711[label="vwx400/GT",fontsize=10,color="white",style="solid",shape="box"];2241 -> 4711[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4711 -> 2416[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 2242[label="EQ == vwx400",fontsize=16,color="burlywood",shape="box"];4712[label="vwx400/LT",fontsize=10,color="white",style="solid",shape="box"];2242 -> 4712[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4712 -> 2417[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 4713[label="vwx400/EQ",fontsize=10,color="white",style="solid",shape="box"];2242 -> 4713[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4713 -> 2418[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 4714[label="vwx400/GT",fontsize=10,color="white",style="solid",shape="box"];2242 -> 4714[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4714 -> 2419[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 2243[label="GT == vwx400",fontsize=16,color="burlywood",shape="box"];4715[label="vwx400/LT",fontsize=10,color="white",style="solid",shape="box"];2243 -> 4715[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4715 -> 2420[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 4716[label="vwx400/EQ",fontsize=10,color="white",style="solid",shape="box"];2243 -> 4716[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4716 -> 2421[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 4717[label="vwx400/GT",fontsize=10,color="white",style="solid",shape="box"];2243 -> 4717[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4717 -> 2422[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 2244[label="Nothing == vwx400",fontsize=16,color="burlywood",shape="box"];4718[label="vwx400/Nothing",fontsize=10,color="white",style="solid",shape="box"];2244 -> 4718[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4718 -> 2423[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 4719[label="vwx400/Just vwx4000",fontsize=10,color="white",style="solid",shape="box"];2244 -> 4719[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4719 -> 2424[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 2245[label="Just vwx3000 == vwx400",fontsize=16,color="burlywood",shape="box"];4720[label="vwx400/Nothing",fontsize=10,color="white",style="solid",shape="box"];2245 -> 4720[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4720 -> 2425[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 4721[label="vwx400/Just vwx4000",fontsize=10,color="white",style="solid",shape="box"];2245 -> 4721[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4721 -> 2426[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 2246[label="Left vwx3000 == vwx400",fontsize=16,color="burlywood",shape="box"];4722[label="vwx400/Left vwx4000",fontsize=10,color="white",style="solid",shape="box"];2246 -> 4722[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4722 -> 2427[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 4723[label="vwx400/Right vwx4000",fontsize=10,color="white",style="solid",shape="box"];2246 -> 4723[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4723 -> 2428[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 2247[label="Right vwx3000 == vwx400",fontsize=16,color="burlywood",shape="box"];4724[label="vwx400/Left vwx4000",fontsize=10,color="white",style="solid",shape="box"];2247 -> 4724[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4724 -> 2429[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 4725[label="vwx400/Right vwx4000",fontsize=10,color="white",style="solid",shape="box"];2247 -> 4725[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4725 -> 2430[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 2248[label="vwx3000 : vwx3001 == vwx400",fontsize=16,color="burlywood",shape="box"];4726[label="vwx400/vwx4000 : vwx4001",fontsize=10,color="white",style="solid",shape="box"];2248 -> 4726[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4726 -> 2431[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 4727[label="vwx400/[]",fontsize=10,color="white",style="solid",shape="box"];2248 -> 4727[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4727 -> 2432[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 2249[label="[] == vwx400",fontsize=16,color="burlywood",shape="box"];4728[label="vwx400/vwx4000 : vwx4001",fontsize=10,color="white",style="solid",shape="box"];2249 -> 4728[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4728 -> 2433[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 4729[label="vwx400/[]",fontsize=10,color="white",style="solid",shape="box"];2249 -> 4729[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4729 -> 2434[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 2250[label="() == vwx400",fontsize=16,color="burlywood",shape="box"];4730[label="vwx400/()",fontsize=10,color="white",style="solid",shape="box"];2250 -> 4730[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4730 -> 2435[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 2251 -> 2624[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2251[label="compare1 (Just vwx159) (Just vwx160) (Just vwx159 <= Just vwx160)",fontsize=16,color="magenta"];2251 -> 2625[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2251 -> 2626[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2251 -> 2627[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2252[label="EQ",fontsize=16,color="green",shape="box"];2526 -> 2108[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2526[label="vwx300 == vwx400",fontsize=16,color="magenta"];2526 -> 2631[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2526 -> 2632[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2527 -> 2109[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2527[label="vwx300 == vwx400",fontsize=16,color="magenta"];2527 -> 2633[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2527 -> 2634[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2528 -> 2110[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2528[label="vwx300 == vwx400",fontsize=16,color="magenta"];2528 -> 2635[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2528 -> 2636[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2529 -> 2111[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2529[label="vwx300 == vwx400",fontsize=16,color="magenta"];2529 -> 2637[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2529 -> 2638[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2530 -> 2112[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2530[label="vwx300 == vwx400",fontsize=16,color="magenta"];2530 -> 2639[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2530 -> 2640[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2531 -> 2113[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2531[label="vwx300 == vwx400",fontsize=16,color="magenta"];2531 -> 2641[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2531 -> 2642[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2532 -> 2114[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2532[label="vwx300 == vwx400",fontsize=16,color="magenta"];2532 -> 2643[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2532 -> 2644[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2533 -> 2115[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2533[label="vwx300 == vwx400",fontsize=16,color="magenta"];2533 -> 2645[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2533 -> 2646[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2534 -> 2116[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2534[label="vwx300 == vwx400",fontsize=16,color="magenta"];2534 -> 2647[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2534 -> 2648[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2535 -> 2117[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2535[label="vwx300 == vwx400",fontsize=16,color="magenta"];2535 -> 2649[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2535 -> 2650[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2536 -> 2118[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2536[label="vwx300 == vwx400",fontsize=16,color="magenta"];2536 -> 2651[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2536 -> 2652[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2537 -> 2119[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2537[label="vwx300 == vwx400",fontsize=16,color="magenta"];2537 -> 2653[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2537 -> 2654[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2538 -> 2120[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2538[label="vwx300 == vwx400",fontsize=16,color="magenta"];2538 -> 2655[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2538 -> 2656[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2539 -> 2121[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2539[label="vwx300 == vwx400",fontsize=16,color="magenta"];2539 -> 2657[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2539 -> 2658[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2540 -> 2108[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2540[label="vwx301 == vwx401",fontsize=16,color="magenta"];2540 -> 2659[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2540 -> 2660[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2541 -> 2109[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2541[label="vwx301 == vwx401",fontsize=16,color="magenta"];2541 -> 2661[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2541 -> 2662[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2542 -> 2110[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2542[label="vwx301 == vwx401",fontsize=16,color="magenta"];2542 -> 2663[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2542 -> 2664[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2543 -> 2111[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2543[label="vwx301 == vwx401",fontsize=16,color="magenta"];2543 -> 2665[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2543 -> 2666[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2544 -> 2112[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2544[label="vwx301 == vwx401",fontsize=16,color="magenta"];2544 -> 2667[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2544 -> 2668[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2545 -> 2113[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2545[label="vwx301 == vwx401",fontsize=16,color="magenta"];2545 -> 2669[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2545 -> 2670[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2546 -> 2114[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2546[label="vwx301 == vwx401",fontsize=16,color="magenta"];2546 -> 2671[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2546 -> 2672[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2547 -> 2115[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2547[label="vwx301 == vwx401",fontsize=16,color="magenta"];2547 -> 2673[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2547 -> 2674[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2548 -> 2116[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2548[label="vwx301 == vwx401",fontsize=16,color="magenta"];2548 -> 2675[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2548 -> 2676[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2549 -> 2117[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2549[label="vwx301 == vwx401",fontsize=16,color="magenta"];2549 -> 2677[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2549 -> 2678[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2550 -> 2118[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2550[label="vwx301 == vwx401",fontsize=16,color="magenta"];2550 -> 2679[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2550 -> 2680[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2551 -> 2119[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2551[label="vwx301 == vwx401",fontsize=16,color="magenta"];2551 -> 2681[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2551 -> 2682[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2552 -> 2120[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2552[label="vwx301 == vwx401",fontsize=16,color="magenta"];2552 -> 2683[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2552 -> 2684[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2553 -> 2121[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2553[label="vwx301 == vwx401",fontsize=16,color="magenta"];2553 -> 2685[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2553 -> 2686[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2554[label="False && vwx226",fontsize=16,color="black",shape="box"];2554 -> 2687[label="",style="solid", color="black", weight=3]; 23.86/10.19 2555[label="True && vwx226",fontsize=16,color="black",shape="box"];2555 -> 2688[label="",style="solid", color="black", weight=3]; 23.86/10.19 2556[label="compare1 (vwx208,vwx209) (vwx210,vwx211) ((vwx208,vwx209) <= (vwx210,vwx211))",fontsize=16,color="black",shape="box"];2556 -> 2689[label="",style="solid", color="black", weight=3]; 23.86/10.19 2557[label="EQ",fontsize=16,color="green",shape="box"];2283[label="vwx400",fontsize=16,color="green",shape="box"];2284[label="vwx300",fontsize=16,color="green",shape="box"];2285[label="vwx400",fontsize=16,color="green",shape="box"];2286[label="vwx300",fontsize=16,color="green",shape="box"];2287[label="vwx400",fontsize=16,color="green",shape="box"];2288[label="vwx300",fontsize=16,color="green",shape="box"];2289[label="vwx400",fontsize=16,color="green",shape="box"];2290[label="vwx300",fontsize=16,color="green",shape="box"];2291[label="vwx400",fontsize=16,color="green",shape="box"];2292[label="vwx300",fontsize=16,color="green",shape="box"];2293[label="vwx400",fontsize=16,color="green",shape="box"];2294[label="vwx300",fontsize=16,color="green",shape="box"];2295[label="vwx400",fontsize=16,color="green",shape="box"];2296[label="vwx300",fontsize=16,color="green",shape="box"];2297[label="vwx400",fontsize=16,color="green",shape="box"];2298[label="vwx300",fontsize=16,color="green",shape="box"];2299[label="vwx400",fontsize=16,color="green",shape="box"];2300[label="vwx300",fontsize=16,color="green",shape="box"];2301[label="vwx400",fontsize=16,color="green",shape="box"];2302[label="vwx300",fontsize=16,color="green",shape="box"];2303[label="vwx400",fontsize=16,color="green",shape="box"];2304[label="vwx300",fontsize=16,color="green",shape="box"];2305[label="vwx400",fontsize=16,color="green",shape="box"];2306[label="vwx300",fontsize=16,color="green",shape="box"];2307[label="vwx400",fontsize=16,color="green",shape="box"];2308[label="vwx300",fontsize=16,color="green",shape="box"];2309[label="vwx400",fontsize=16,color="green",shape="box"];2310[label="vwx300",fontsize=16,color="green",shape="box"];2311 -> 2750[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2311[label="compare1 (Left vwx177) (Left vwx178) (Left vwx177 <= Left vwx178)",fontsize=16,color="magenta"];2311 -> 2751[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2311 -> 2752[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2311 -> 2753[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2312[label="EQ",fontsize=16,color="green",shape="box"];2313[label="LT",fontsize=16,color="green",shape="box"];2314[label="compare0 (Right vwx300) (Left vwx400) otherwise",fontsize=16,color="black",shape="box"];2314 -> 2482[label="",style="solid", color="black", weight=3]; 23.86/10.19 2315[label="vwx400",fontsize=16,color="green",shape="box"];2316[label="vwx300",fontsize=16,color="green",shape="box"];2317[label="vwx400",fontsize=16,color="green",shape="box"];2318[label="vwx300",fontsize=16,color="green",shape="box"];2319[label="vwx400",fontsize=16,color="green",shape="box"];2320[label="vwx300",fontsize=16,color="green",shape="box"];2321[label="vwx400",fontsize=16,color="green",shape="box"];2322[label="vwx300",fontsize=16,color="green",shape="box"];2323[label="vwx400",fontsize=16,color="green",shape="box"];2324[label="vwx300",fontsize=16,color="green",shape="box"];2325[label="vwx400",fontsize=16,color="green",shape="box"];2326[label="vwx300",fontsize=16,color="green",shape="box"];2327[label="vwx400",fontsize=16,color="green",shape="box"];2328[label="vwx300",fontsize=16,color="green",shape="box"];2329[label="vwx400",fontsize=16,color="green",shape="box"];2330[label="vwx300",fontsize=16,color="green",shape="box"];2331[label="vwx400",fontsize=16,color="green",shape="box"];2332[label="vwx300",fontsize=16,color="green",shape="box"];2333[label="vwx400",fontsize=16,color="green",shape="box"];2334[label="vwx300",fontsize=16,color="green",shape="box"];2335[label="vwx400",fontsize=16,color="green",shape="box"];2336[label="vwx300",fontsize=16,color="green",shape="box"];2337[label="vwx400",fontsize=16,color="green",shape="box"];2338[label="vwx300",fontsize=16,color="green",shape="box"];2339[label="vwx400",fontsize=16,color="green",shape="box"];2340[label="vwx300",fontsize=16,color="green",shape="box"];2341[label="vwx400",fontsize=16,color="green",shape="box"];2342[label="vwx300",fontsize=16,color="green",shape="box"];2343 -> 2763[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2343[label="compare1 (Right vwx184) (Right vwx185) (Right vwx184 <= Right vwx185)",fontsize=16,color="magenta"];2343 -> 2764[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2343 -> 2765[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2343 -> 2766[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2344[label="EQ",fontsize=16,color="green",shape="box"];2345[label="Pos vwx3010",fontsize=16,color="green",shape="box"];2346[label="vwx400",fontsize=16,color="green",shape="box"];2347[label="vwx300",fontsize=16,color="green",shape="box"];2348[label="Pos vwx4010",fontsize=16,color="green",shape="box"];2349[label="Neg vwx3010",fontsize=16,color="green",shape="box"];2350[label="vwx400",fontsize=16,color="green",shape="box"];2351[label="vwx300",fontsize=16,color="green",shape="box"];2352[label="Pos vwx4010",fontsize=16,color="green",shape="box"];2353[label="Pos vwx3010",fontsize=16,color="green",shape="box"];2354[label="vwx400",fontsize=16,color="green",shape="box"];2355[label="vwx300",fontsize=16,color="green",shape="box"];2356[label="Neg vwx4010",fontsize=16,color="green",shape="box"];2357[label="Neg vwx3010",fontsize=16,color="green",shape="box"];2358[label="vwx400",fontsize=16,color="green",shape="box"];2359[label="vwx300",fontsize=16,color="green",shape="box"];2360[label="Neg vwx4010",fontsize=16,color="green",shape="box"];2558 -> 2108[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2558[label="vwx300 == vwx400",fontsize=16,color="magenta"];2558 -> 2690[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2558 -> 2691[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2559 -> 2109[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2559[label="vwx300 == vwx400",fontsize=16,color="magenta"];2559 -> 2692[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2559 -> 2693[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2560 -> 2110[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2560[label="vwx300 == vwx400",fontsize=16,color="magenta"];2560 -> 2694[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2560 -> 2695[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2561 -> 2111[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2561[label="vwx300 == vwx400",fontsize=16,color="magenta"];2561 -> 2696[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2561 -> 2697[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2562 -> 2112[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2562[label="vwx300 == vwx400",fontsize=16,color="magenta"];2562 -> 2698[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2562 -> 2699[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2563 -> 2113[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2563[label="vwx300 == vwx400",fontsize=16,color="magenta"];2563 -> 2700[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2563 -> 2701[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2564 -> 2114[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2564[label="vwx300 == vwx400",fontsize=16,color="magenta"];2564 -> 2702[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2564 -> 2703[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2565 -> 2115[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2565[label="vwx300 == vwx400",fontsize=16,color="magenta"];2565 -> 2704[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2565 -> 2705[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2566 -> 2116[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2566[label="vwx300 == vwx400",fontsize=16,color="magenta"];2566 -> 2706[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2566 -> 2707[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2567 -> 2117[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2567[label="vwx300 == vwx400",fontsize=16,color="magenta"];2567 -> 2708[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2567 -> 2709[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2568 -> 2118[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2568[label="vwx300 == vwx400",fontsize=16,color="magenta"];2568 -> 2710[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2568 -> 2711[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2569 -> 2119[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2569[label="vwx300 == vwx400",fontsize=16,color="magenta"];2569 -> 2712[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2569 -> 2713[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2570 -> 2120[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2570[label="vwx300 == vwx400",fontsize=16,color="magenta"];2570 -> 2714[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2570 -> 2715[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2571 -> 2121[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2571[label="vwx300 == vwx400",fontsize=16,color="magenta"];2571 -> 2716[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2571 -> 2717[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2572[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];4731[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2572 -> 4731[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4731 -> 2718[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4732[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2572 -> 4732[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4732 -> 2719[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4733[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2572 -> 4733[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4733 -> 2720[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4734[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2572 -> 4734[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4734 -> 2721[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4735[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2572 -> 4735[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4735 -> 2722[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4736[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2572 -> 4736[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4736 -> 2723[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4737[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2572 -> 4737[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4737 -> 2724[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4738[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2572 -> 4738[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4738 -> 2725[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4739[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2572 -> 4739[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4739 -> 2726[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4740[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2572 -> 4740[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4740 -> 2727[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4741[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2572 -> 4741[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4741 -> 2728[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4742[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2572 -> 4742[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4742 -> 2729[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4743[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2572 -> 4743[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4743 -> 2730[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4744[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2572 -> 4744[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4744 -> 2731[label="",style="solid", color="blue", weight=3]; 23.86/10.19 2573[label="vwx302 == vwx402",fontsize=16,color="blue",shape="box"];4745[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2573 -> 4745[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4745 -> 2732[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4746[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2573 -> 4746[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4746 -> 2733[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4747[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2573 -> 4747[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4747 -> 2734[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4748[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2573 -> 4748[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4748 -> 2735[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4749[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2573 -> 4749[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4749 -> 2736[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4750[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2573 -> 4750[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4750 -> 2737[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4751[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2573 -> 4751[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4751 -> 2738[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4752[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2573 -> 4752[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4752 -> 2739[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4753[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2573 -> 4753[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4753 -> 2740[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4754[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2573 -> 4754[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4754 -> 2741[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4755[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2573 -> 4755[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4755 -> 2742[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4756[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2573 -> 4756[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4756 -> 2743[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4757[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2573 -> 4757[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4757 -> 2744[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4758[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2573 -> 4758[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4758 -> 2745[label="",style="solid", color="blue", weight=3]; 23.86/10.19 2574[label="compare1 (vwx195,vwx196,vwx197) (vwx198,vwx199,vwx200) ((vwx195,vwx196,vwx197) <= (vwx198,vwx199,vwx200))",fontsize=16,color="black",shape="box"];2574 -> 2746[label="",style="solid", color="black", weight=3]; 23.86/10.19 2575[label="EQ",fontsize=16,color="green",shape="box"];2391[label="compare0 EQ LT True",fontsize=16,color="black",shape="box"];2391 -> 2576[label="",style="solid", color="black", weight=3]; 23.86/10.19 2392[label="compare0 GT LT True",fontsize=16,color="black",shape="box"];2392 -> 2577[label="",style="solid", color="black", weight=3]; 23.86/10.19 2393[label="compare0 GT EQ True",fontsize=16,color="black",shape="box"];2393 -> 2578[label="",style="solid", color="black", weight=3]; 23.86/10.19 2394[label="compare0 True False True",fontsize=16,color="black",shape="box"];2394 -> 2579[label="",style="solid", color="black", weight=3]; 23.86/10.19 2395[label="Pos (primMulNat vwx4000 vwx3010)",fontsize=16,color="green",shape="box"];2395 -> 2580[label="",style="dashed", color="green", weight=3]; 23.86/10.19 2396[label="Neg (primMulNat vwx4000 vwx3010)",fontsize=16,color="green",shape="box"];2396 -> 2581[label="",style="dashed", color="green", weight=3]; 23.86/10.19 2397[label="Neg (primMulNat vwx4000 vwx3010)",fontsize=16,color="green",shape="box"];2397 -> 2582[label="",style="dashed", color="green", weight=3]; 23.86/10.19 2398[label="Pos (primMulNat vwx4000 vwx3010)",fontsize=16,color="green",shape="box"];2398 -> 2583[label="",style="dashed", color="green", weight=3]; 23.86/10.19 2399 -> 2038[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2399[label="primMulInt vwx4000 vwx3010",fontsize=16,color="magenta"];2399 -> 2584[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2399 -> 2585[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2400[label="compare0 (Just vwx300) Nothing True",fontsize=16,color="black",shape="box"];2400 -> 2586[label="",style="solid", color="black", weight=3]; 23.86/10.19 2401[label="(vwx3000,vwx3001,vwx3002) == (vwx4000,vwx4001,vwx4002)",fontsize=16,color="black",shape="box"];2401 -> 2587[label="",style="solid", color="black", weight=3]; 23.86/10.19 2402[label="primEqChar (Char vwx3000) vwx400",fontsize=16,color="burlywood",shape="box"];4759[label="vwx400/Char vwx4000",fontsize=10,color="white",style="solid",shape="box"];2402 -> 4759[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4759 -> 2588[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 2403[label="(vwx3000,vwx3001) == (vwx4000,vwx4001)",fontsize=16,color="black",shape="box"];2403 -> 2589[label="",style="solid", color="black", weight=3]; 23.86/10.19 2404[label="primEqDouble (Double vwx3000 vwx3001) vwx400",fontsize=16,color="burlywood",shape="box"];4760[label="vwx400/Double vwx4000 vwx4001",fontsize=10,color="white",style="solid",shape="box"];2404 -> 4760[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4760 -> 2590[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 2405[label="Integer vwx3000 == Integer vwx4000",fontsize=16,color="black",shape="box"];2405 -> 2591[label="",style="solid", color="black", weight=3]; 23.86/10.19 2406[label="False == False",fontsize=16,color="black",shape="box"];2406 -> 2592[label="",style="solid", color="black", weight=3]; 23.86/10.19 2407[label="False == True",fontsize=16,color="black",shape="box"];2407 -> 2593[label="",style="solid", color="black", weight=3]; 23.86/10.19 2408[label="True == False",fontsize=16,color="black",shape="box"];2408 -> 2594[label="",style="solid", color="black", weight=3]; 23.86/10.19 2409[label="True == True",fontsize=16,color="black",shape="box"];2409 -> 2595[label="",style="solid", color="black", weight=3]; 23.86/10.19 2410[label="vwx3000 :% vwx3001 == vwx4000 :% vwx4001",fontsize=16,color="black",shape="box"];2410 -> 2596[label="",style="solid", color="black", weight=3]; 23.86/10.19 2411[label="primEqInt (Pos vwx3000) vwx400",fontsize=16,color="burlywood",shape="box"];4761[label="vwx3000/Succ vwx30000",fontsize=10,color="white",style="solid",shape="box"];2411 -> 4761[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4761 -> 2597[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 4762[label="vwx3000/Zero",fontsize=10,color="white",style="solid",shape="box"];2411 -> 4762[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4762 -> 2598[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 2412[label="primEqInt (Neg vwx3000) vwx400",fontsize=16,color="burlywood",shape="box"];4763[label="vwx3000/Succ vwx30000",fontsize=10,color="white",style="solid",shape="box"];2412 -> 4763[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4763 -> 2599[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 4764[label="vwx3000/Zero",fontsize=10,color="white",style="solid",shape="box"];2412 -> 4764[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4764 -> 2600[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 2413[label="primEqFloat (Float vwx3000 vwx3001) vwx400",fontsize=16,color="burlywood",shape="box"];4765[label="vwx400/Float vwx4000 vwx4001",fontsize=10,color="white",style="solid",shape="box"];2413 -> 4765[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4765 -> 2601[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 2414[label="LT == LT",fontsize=16,color="black",shape="box"];2414 -> 2602[label="",style="solid", color="black", weight=3]; 23.86/10.19 2415[label="LT == EQ",fontsize=16,color="black",shape="box"];2415 -> 2603[label="",style="solid", color="black", weight=3]; 23.86/10.19 2416[label="LT == GT",fontsize=16,color="black",shape="box"];2416 -> 2604[label="",style="solid", color="black", weight=3]; 23.86/10.19 2417[label="EQ == LT",fontsize=16,color="black",shape="box"];2417 -> 2605[label="",style="solid", color="black", weight=3]; 23.86/10.19 2418[label="EQ == EQ",fontsize=16,color="black",shape="box"];2418 -> 2606[label="",style="solid", color="black", weight=3]; 23.86/10.19 2419[label="EQ == GT",fontsize=16,color="black",shape="box"];2419 -> 2607[label="",style="solid", color="black", weight=3]; 23.86/10.19 2420[label="GT == LT",fontsize=16,color="black",shape="box"];2420 -> 2608[label="",style="solid", color="black", weight=3]; 23.86/10.19 2421[label="GT == EQ",fontsize=16,color="black",shape="box"];2421 -> 2609[label="",style="solid", color="black", weight=3]; 23.86/10.19 2422[label="GT == GT",fontsize=16,color="black",shape="box"];2422 -> 2610[label="",style="solid", color="black", weight=3]; 23.86/10.19 2423[label="Nothing == Nothing",fontsize=16,color="black",shape="box"];2423 -> 2611[label="",style="solid", color="black", weight=3]; 23.86/10.19 2424[label="Nothing == Just vwx4000",fontsize=16,color="black",shape="box"];2424 -> 2612[label="",style="solid", color="black", weight=3]; 23.86/10.19 2425[label="Just vwx3000 == Nothing",fontsize=16,color="black",shape="box"];2425 -> 2613[label="",style="solid", color="black", weight=3]; 23.86/10.19 2426[label="Just vwx3000 == Just vwx4000",fontsize=16,color="black",shape="box"];2426 -> 2614[label="",style="solid", color="black", weight=3]; 23.86/10.19 2427[label="Left vwx3000 == Left vwx4000",fontsize=16,color="black",shape="box"];2427 -> 2615[label="",style="solid", color="black", weight=3]; 23.86/10.19 2428[label="Left vwx3000 == Right vwx4000",fontsize=16,color="black",shape="box"];2428 -> 2616[label="",style="solid", color="black", weight=3]; 23.86/10.19 2429[label="Right vwx3000 == Left vwx4000",fontsize=16,color="black",shape="box"];2429 -> 2617[label="",style="solid", color="black", weight=3]; 23.86/10.19 2430[label="Right vwx3000 == Right vwx4000",fontsize=16,color="black",shape="box"];2430 -> 2618[label="",style="solid", color="black", weight=3]; 23.86/10.19 2431[label="vwx3000 : vwx3001 == vwx4000 : vwx4001",fontsize=16,color="black",shape="box"];2431 -> 2619[label="",style="solid", color="black", weight=3]; 23.86/10.19 2432[label="vwx3000 : vwx3001 == []",fontsize=16,color="black",shape="box"];2432 -> 2620[label="",style="solid", color="black", weight=3]; 23.86/10.19 2433[label="[] == vwx4000 : vwx4001",fontsize=16,color="black",shape="box"];2433 -> 2621[label="",style="solid", color="black", weight=3]; 23.86/10.19 2434[label="[] == []",fontsize=16,color="black",shape="box"];2434 -> 2622[label="",style="solid", color="black", weight=3]; 23.86/10.19 2435[label="() == ()",fontsize=16,color="black",shape="box"];2435 -> 2623[label="",style="solid", color="black", weight=3]; 23.86/10.19 2625[label="vwx159",fontsize=16,color="green",shape="box"];2626[label="vwx160",fontsize=16,color="green",shape="box"];2627[label="Just vwx159 <= Just vwx160",fontsize=16,color="black",shape="box"];2627 -> 2747[label="",style="solid", color="black", weight=3]; 23.86/10.19 2624[label="compare1 (Just vwx231) (Just vwx232) vwx233",fontsize=16,color="burlywood",shape="triangle"];4766[label="vwx233/False",fontsize=10,color="white",style="solid",shape="box"];2624 -> 4766[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4766 -> 2748[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 4767[label="vwx233/True",fontsize=10,color="white",style="solid",shape="box"];2624 -> 4767[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4767 -> 2749[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 2631[label="vwx400",fontsize=16,color="green",shape="box"];2632[label="vwx300",fontsize=16,color="green",shape="box"];2633[label="vwx400",fontsize=16,color="green",shape="box"];2634[label="vwx300",fontsize=16,color="green",shape="box"];2635[label="vwx400",fontsize=16,color="green",shape="box"];2636[label="vwx300",fontsize=16,color="green",shape="box"];2637[label="vwx400",fontsize=16,color="green",shape="box"];2638[label="vwx300",fontsize=16,color="green",shape="box"];2639[label="vwx400",fontsize=16,color="green",shape="box"];2640[label="vwx300",fontsize=16,color="green",shape="box"];2641[label="vwx400",fontsize=16,color="green",shape="box"];2642[label="vwx300",fontsize=16,color="green",shape="box"];2643[label="vwx400",fontsize=16,color="green",shape="box"];2644[label="vwx300",fontsize=16,color="green",shape="box"];2645[label="vwx400",fontsize=16,color="green",shape="box"];2646[label="vwx300",fontsize=16,color="green",shape="box"];2647[label="vwx400",fontsize=16,color="green",shape="box"];2648[label="vwx300",fontsize=16,color="green",shape="box"];2649[label="vwx400",fontsize=16,color="green",shape="box"];2650[label="vwx300",fontsize=16,color="green",shape="box"];2651[label="vwx400",fontsize=16,color="green",shape="box"];2652[label="vwx300",fontsize=16,color="green",shape="box"];2653[label="vwx400",fontsize=16,color="green",shape="box"];2654[label="vwx300",fontsize=16,color="green",shape="box"];2655[label="vwx400",fontsize=16,color="green",shape="box"];2656[label="vwx300",fontsize=16,color="green",shape="box"];2657[label="vwx400",fontsize=16,color="green",shape="box"];2658[label="vwx300",fontsize=16,color="green",shape="box"];2659[label="vwx401",fontsize=16,color="green",shape="box"];2660[label="vwx301",fontsize=16,color="green",shape="box"];2661[label="vwx401",fontsize=16,color="green",shape="box"];2662[label="vwx301",fontsize=16,color="green",shape="box"];2663[label="vwx401",fontsize=16,color="green",shape="box"];2664[label="vwx301",fontsize=16,color="green",shape="box"];2665[label="vwx401",fontsize=16,color="green",shape="box"];2666[label="vwx301",fontsize=16,color="green",shape="box"];2667[label="vwx401",fontsize=16,color="green",shape="box"];2668[label="vwx301",fontsize=16,color="green",shape="box"];2669[label="vwx401",fontsize=16,color="green",shape="box"];2670[label="vwx301",fontsize=16,color="green",shape="box"];2671[label="vwx401",fontsize=16,color="green",shape="box"];2672[label="vwx301",fontsize=16,color="green",shape="box"];2673[label="vwx401",fontsize=16,color="green",shape="box"];2674[label="vwx301",fontsize=16,color="green",shape="box"];2675[label="vwx401",fontsize=16,color="green",shape="box"];2676[label="vwx301",fontsize=16,color="green",shape="box"];2677[label="vwx401",fontsize=16,color="green",shape="box"];2678[label="vwx301",fontsize=16,color="green",shape="box"];2679[label="vwx401",fontsize=16,color="green",shape="box"];2680[label="vwx301",fontsize=16,color="green",shape="box"];2681[label="vwx401",fontsize=16,color="green",shape="box"];2682[label="vwx301",fontsize=16,color="green",shape="box"];2683[label="vwx401",fontsize=16,color="green",shape="box"];2684[label="vwx301",fontsize=16,color="green",shape="box"];2685[label="vwx401",fontsize=16,color="green",shape="box"];2686[label="vwx301",fontsize=16,color="green",shape="box"];2687[label="False",fontsize=16,color="green",shape="box"];2688[label="vwx226",fontsize=16,color="green",shape="box"];2689 -> 2918[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2689[label="compare1 (vwx208,vwx209) (vwx210,vwx211) (vwx208 < vwx210 || vwx208 == vwx210 && vwx209 <= vwx211)",fontsize=16,color="magenta"];2689 -> 2919[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2689 -> 2920[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2689 -> 2921[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2689 -> 2922[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2689 -> 2923[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2689 -> 2924[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2751[label="Left vwx177 <= Left vwx178",fontsize=16,color="black",shape="box"];2751 -> 2759[label="",style="solid", color="black", weight=3]; 23.86/10.19 2752[label="vwx177",fontsize=16,color="green",shape="box"];2753[label="vwx178",fontsize=16,color="green",shape="box"];2750[label="compare1 (Left vwx238) (Left vwx239) vwx240",fontsize=16,color="burlywood",shape="triangle"];4768[label="vwx240/False",fontsize=10,color="white",style="solid",shape="box"];2750 -> 4768[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4768 -> 2760[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 4769[label="vwx240/True",fontsize=10,color="white",style="solid",shape="box"];2750 -> 4769[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4769 -> 2761[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 2482[label="compare0 (Right vwx300) (Left vwx400) True",fontsize=16,color="black",shape="box"];2482 -> 2762[label="",style="solid", color="black", weight=3]; 23.86/10.19 2764[label="Right vwx184 <= Right vwx185",fontsize=16,color="black",shape="box"];2764 -> 2770[label="",style="solid", color="black", weight=3]; 23.86/10.19 2765[label="vwx184",fontsize=16,color="green",shape="box"];2766[label="vwx185",fontsize=16,color="green",shape="box"];2763[label="compare1 (Right vwx246) (Right vwx247) vwx248",fontsize=16,color="burlywood",shape="triangle"];4770[label="vwx248/False",fontsize=10,color="white",style="solid",shape="box"];2763 -> 4770[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4770 -> 2771[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 4771[label="vwx248/True",fontsize=10,color="white",style="solid",shape="box"];2763 -> 4771[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4771 -> 2772[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 2690[label="vwx400",fontsize=16,color="green",shape="box"];2691[label="vwx300",fontsize=16,color="green",shape="box"];2692[label="vwx400",fontsize=16,color="green",shape="box"];2693[label="vwx300",fontsize=16,color="green",shape="box"];2694[label="vwx400",fontsize=16,color="green",shape="box"];2695[label="vwx300",fontsize=16,color="green",shape="box"];2696[label="vwx400",fontsize=16,color="green",shape="box"];2697[label="vwx300",fontsize=16,color="green",shape="box"];2698[label="vwx400",fontsize=16,color="green",shape="box"];2699[label="vwx300",fontsize=16,color="green",shape="box"];2700[label="vwx400",fontsize=16,color="green",shape="box"];2701[label="vwx300",fontsize=16,color="green",shape="box"];2702[label="vwx400",fontsize=16,color="green",shape="box"];2703[label="vwx300",fontsize=16,color="green",shape="box"];2704[label="vwx400",fontsize=16,color="green",shape="box"];2705[label="vwx300",fontsize=16,color="green",shape="box"];2706[label="vwx400",fontsize=16,color="green",shape="box"];2707[label="vwx300",fontsize=16,color="green",shape="box"];2708[label="vwx400",fontsize=16,color="green",shape="box"];2709[label="vwx300",fontsize=16,color="green",shape="box"];2710[label="vwx400",fontsize=16,color="green",shape="box"];2711[label="vwx300",fontsize=16,color="green",shape="box"];2712[label="vwx400",fontsize=16,color="green",shape="box"];2713[label="vwx300",fontsize=16,color="green",shape="box"];2714[label="vwx400",fontsize=16,color="green",shape="box"];2715[label="vwx300",fontsize=16,color="green",shape="box"];2716[label="vwx400",fontsize=16,color="green",shape="box"];2717[label="vwx300",fontsize=16,color="green",shape="box"];2718 -> 2108[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2718[label="vwx301 == vwx401",fontsize=16,color="magenta"];2718 -> 2773[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2718 -> 2774[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2719 -> 2109[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2719[label="vwx301 == vwx401",fontsize=16,color="magenta"];2719 -> 2775[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2719 -> 2776[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2720 -> 2110[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2720[label="vwx301 == vwx401",fontsize=16,color="magenta"];2720 -> 2777[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2720 -> 2778[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2721 -> 2111[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2721[label="vwx301 == vwx401",fontsize=16,color="magenta"];2721 -> 2779[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2721 -> 2780[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2722 -> 2112[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2722[label="vwx301 == vwx401",fontsize=16,color="magenta"];2722 -> 2781[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2722 -> 2782[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2723 -> 2113[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2723[label="vwx301 == vwx401",fontsize=16,color="magenta"];2723 -> 2783[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2723 -> 2784[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2724 -> 2114[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2724[label="vwx301 == vwx401",fontsize=16,color="magenta"];2724 -> 2785[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2724 -> 2786[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2725 -> 2115[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2725[label="vwx301 == vwx401",fontsize=16,color="magenta"];2725 -> 2787[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2725 -> 2788[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2726 -> 2116[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2726[label="vwx301 == vwx401",fontsize=16,color="magenta"];2726 -> 2789[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2726 -> 2790[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2727 -> 2117[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2727[label="vwx301 == vwx401",fontsize=16,color="magenta"];2727 -> 2791[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2727 -> 2792[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2728 -> 2118[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2728[label="vwx301 == vwx401",fontsize=16,color="magenta"];2728 -> 2793[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2728 -> 2794[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2729 -> 2119[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2729[label="vwx301 == vwx401",fontsize=16,color="magenta"];2729 -> 2795[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2729 -> 2796[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2730 -> 2120[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2730[label="vwx301 == vwx401",fontsize=16,color="magenta"];2730 -> 2797[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2730 -> 2798[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2731 -> 2121[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2731[label="vwx301 == vwx401",fontsize=16,color="magenta"];2731 -> 2799[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2731 -> 2800[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2732 -> 2108[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2732[label="vwx302 == vwx402",fontsize=16,color="magenta"];2732 -> 2801[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2732 -> 2802[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2733 -> 2109[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2733[label="vwx302 == vwx402",fontsize=16,color="magenta"];2733 -> 2803[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2733 -> 2804[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2734 -> 2110[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2734[label="vwx302 == vwx402",fontsize=16,color="magenta"];2734 -> 2805[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2734 -> 2806[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2735 -> 2111[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2735[label="vwx302 == vwx402",fontsize=16,color="magenta"];2735 -> 2807[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2735 -> 2808[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2736 -> 2112[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2736[label="vwx302 == vwx402",fontsize=16,color="magenta"];2736 -> 2809[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2736 -> 2810[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2737 -> 2113[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2737[label="vwx302 == vwx402",fontsize=16,color="magenta"];2737 -> 2811[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2737 -> 2812[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2738 -> 2114[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2738[label="vwx302 == vwx402",fontsize=16,color="magenta"];2738 -> 2813[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2738 -> 2814[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2739 -> 2115[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2739[label="vwx302 == vwx402",fontsize=16,color="magenta"];2739 -> 2815[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2739 -> 2816[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2740 -> 2116[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2740[label="vwx302 == vwx402",fontsize=16,color="magenta"];2740 -> 2817[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2740 -> 2818[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2741 -> 2117[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2741[label="vwx302 == vwx402",fontsize=16,color="magenta"];2741 -> 2819[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2741 -> 2820[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2742 -> 2118[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2742[label="vwx302 == vwx402",fontsize=16,color="magenta"];2742 -> 2821[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2742 -> 2822[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2743 -> 2119[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2743[label="vwx302 == vwx402",fontsize=16,color="magenta"];2743 -> 2823[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2743 -> 2824[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2744 -> 2120[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2744[label="vwx302 == vwx402",fontsize=16,color="magenta"];2744 -> 2825[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2744 -> 2826[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2745 -> 2121[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2745[label="vwx302 == vwx402",fontsize=16,color="magenta"];2745 -> 2827[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2745 -> 2828[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2746 -> 2983[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2746[label="compare1 (vwx195,vwx196,vwx197) (vwx198,vwx199,vwx200) (vwx195 < vwx198 || vwx195 == vwx198 && (vwx196 < vwx199 || vwx196 == vwx199 && vwx197 <= vwx200))",fontsize=16,color="magenta"];2746 -> 2984[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2746 -> 2985[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2746 -> 2986[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2746 -> 2987[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2746 -> 2988[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2746 -> 2989[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2746 -> 2990[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2746 -> 2991[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2576[label="GT",fontsize=16,color="green",shape="box"];2577[label="GT",fontsize=16,color="green",shape="box"];2578[label="GT",fontsize=16,color="green",shape="box"];2579[label="GT",fontsize=16,color="green",shape="box"];2580[label="primMulNat vwx4000 vwx3010",fontsize=16,color="burlywood",shape="triangle"];4772[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];2580 -> 4772[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4772 -> 2831[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 4773[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];2580 -> 4773[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4773 -> 2832[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 2581 -> 2580[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2581[label="primMulNat vwx4000 vwx3010",fontsize=16,color="magenta"];2581 -> 2833[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2582 -> 2580[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2582[label="primMulNat vwx4000 vwx3010",fontsize=16,color="magenta"];2582 -> 2834[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2583 -> 2580[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2583[label="primMulNat vwx4000 vwx3010",fontsize=16,color="magenta"];2583 -> 2835[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2583 -> 2836[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2584[label="vwx4000",fontsize=16,color="green",shape="box"];2585[label="vwx3010",fontsize=16,color="green",shape="box"];2586[label="GT",fontsize=16,color="green",shape="box"];2587 -> 2517[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2587[label="vwx3000 == vwx4000 && vwx3001 == vwx4001 && vwx3002 == vwx4002",fontsize=16,color="magenta"];2587 -> 2837[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2587 -> 2838[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2588[label="primEqChar (Char vwx3000) (Char vwx4000)",fontsize=16,color="black",shape="box"];2588 -> 2839[label="",style="solid", color="black", weight=3]; 23.86/10.19 2589 -> 2517[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2589[label="vwx3000 == vwx4000 && vwx3001 == vwx4001",fontsize=16,color="magenta"];2589 -> 2840[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2589 -> 2841[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2590[label="primEqDouble (Double vwx3000 vwx3001) (Double vwx4000 vwx4001)",fontsize=16,color="black",shape="box"];2590 -> 2842[label="",style="solid", color="black", weight=3]; 23.86/10.19 2591 -> 2239[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2591[label="primEqInt vwx3000 vwx4000",fontsize=16,color="magenta"];2591 -> 2843[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2591 -> 2844[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2592[label="True",fontsize=16,color="green",shape="box"];2593[label="False",fontsize=16,color="green",shape="box"];2594[label="False",fontsize=16,color="green",shape="box"];2595[label="True",fontsize=16,color="green",shape="box"];2596 -> 2517[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2596[label="vwx3000 == vwx4000 && vwx3001 == vwx4001",fontsize=16,color="magenta"];2596 -> 2845[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2596 -> 2846[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2597[label="primEqInt (Pos (Succ vwx30000)) vwx400",fontsize=16,color="burlywood",shape="box"];4774[label="vwx400/Pos vwx4000",fontsize=10,color="white",style="solid",shape="box"];2597 -> 4774[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4774 -> 2847[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 4775[label="vwx400/Neg vwx4000",fontsize=10,color="white",style="solid",shape="box"];2597 -> 4775[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4775 -> 2848[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 2598[label="primEqInt (Pos Zero) vwx400",fontsize=16,color="burlywood",shape="box"];4776[label="vwx400/Pos vwx4000",fontsize=10,color="white",style="solid",shape="box"];2598 -> 4776[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4776 -> 2849[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 4777[label="vwx400/Neg vwx4000",fontsize=10,color="white",style="solid",shape="box"];2598 -> 4777[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4777 -> 2850[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 2599[label="primEqInt (Neg (Succ vwx30000)) vwx400",fontsize=16,color="burlywood",shape="box"];4778[label="vwx400/Pos vwx4000",fontsize=10,color="white",style="solid",shape="box"];2599 -> 4778[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4778 -> 2851[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 4779[label="vwx400/Neg vwx4000",fontsize=10,color="white",style="solid",shape="box"];2599 -> 4779[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4779 -> 2852[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 2600[label="primEqInt (Neg Zero) vwx400",fontsize=16,color="burlywood",shape="box"];4780[label="vwx400/Pos vwx4000",fontsize=10,color="white",style="solid",shape="box"];2600 -> 4780[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4780 -> 2853[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 4781[label="vwx400/Neg vwx4000",fontsize=10,color="white",style="solid",shape="box"];2600 -> 4781[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4781 -> 2854[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 2601[label="primEqFloat (Float vwx3000 vwx3001) (Float vwx4000 vwx4001)",fontsize=16,color="black",shape="box"];2601 -> 2855[label="",style="solid", color="black", weight=3]; 23.86/10.19 2602[label="True",fontsize=16,color="green",shape="box"];2603[label="False",fontsize=16,color="green",shape="box"];2604[label="False",fontsize=16,color="green",shape="box"];2605[label="False",fontsize=16,color="green",shape="box"];2606[label="True",fontsize=16,color="green",shape="box"];2607[label="False",fontsize=16,color="green",shape="box"];2608[label="False",fontsize=16,color="green",shape="box"];2609[label="False",fontsize=16,color="green",shape="box"];2610[label="True",fontsize=16,color="green",shape="box"];2611[label="True",fontsize=16,color="green",shape="box"];2612[label="False",fontsize=16,color="green",shape="box"];2613[label="False",fontsize=16,color="green",shape="box"];2614[label="vwx3000 == vwx4000",fontsize=16,color="blue",shape="box"];4782[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2614 -> 4782[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4782 -> 2856[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4783[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2614 -> 4783[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4783 -> 2857[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4784[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2614 -> 4784[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4784 -> 2858[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4785[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2614 -> 4785[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4785 -> 2859[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4786[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2614 -> 4786[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4786 -> 2860[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4787[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2614 -> 4787[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4787 -> 2861[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4788[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2614 -> 4788[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4788 -> 2862[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4789[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2614 -> 4789[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4789 -> 2863[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4790[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2614 -> 4790[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4790 -> 2864[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4791[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2614 -> 4791[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4791 -> 2865[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4792[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2614 -> 4792[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4792 -> 2866[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4793[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2614 -> 4793[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4793 -> 2867[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4794[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2614 -> 4794[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4794 -> 2868[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4795[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2614 -> 4795[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4795 -> 2869[label="",style="solid", color="blue", weight=3]; 23.86/10.19 2615[label="vwx3000 == vwx4000",fontsize=16,color="blue",shape="box"];4796[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2615 -> 4796[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4796 -> 2870[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4797[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2615 -> 4797[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4797 -> 2871[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4798[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2615 -> 4798[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4798 -> 2872[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4799[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2615 -> 4799[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4799 -> 2873[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4800[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2615 -> 4800[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4800 -> 2874[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4801[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2615 -> 4801[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4801 -> 2875[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4802[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2615 -> 4802[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4802 -> 2876[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4803[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2615 -> 4803[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4803 -> 2877[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4804[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2615 -> 4804[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4804 -> 2878[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4805[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2615 -> 4805[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4805 -> 2879[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4806[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2615 -> 4806[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4806 -> 2880[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4807[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2615 -> 4807[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4807 -> 2881[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4808[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2615 -> 4808[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4808 -> 2882[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4809[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2615 -> 4809[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4809 -> 2883[label="",style="solid", color="blue", weight=3]; 23.86/10.19 2616[label="False",fontsize=16,color="green",shape="box"];2617[label="False",fontsize=16,color="green",shape="box"];2618[label="vwx3000 == vwx4000",fontsize=16,color="blue",shape="box"];4810[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2618 -> 4810[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4810 -> 2884[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4811[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2618 -> 4811[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4811 -> 2885[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4812[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2618 -> 4812[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4812 -> 2886[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4813[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2618 -> 4813[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4813 -> 2887[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4814[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2618 -> 4814[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4814 -> 2888[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4815[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2618 -> 4815[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4815 -> 2889[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4816[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2618 -> 4816[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4816 -> 2890[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4817[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2618 -> 4817[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4817 -> 2891[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4818[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2618 -> 4818[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4818 -> 2892[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4819[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2618 -> 4819[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4819 -> 2893[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4820[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2618 -> 4820[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4820 -> 2894[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4821[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2618 -> 4821[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4821 -> 2895[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4822[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2618 -> 4822[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4822 -> 2896[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4823[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2618 -> 4823[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4823 -> 2897[label="",style="solid", color="blue", weight=3]; 23.86/10.19 2619 -> 2517[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2619[label="vwx3000 == vwx4000 && vwx3001 == vwx4001",fontsize=16,color="magenta"];2619 -> 2898[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2619 -> 2899[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2620[label="False",fontsize=16,color="green",shape="box"];2621[label="False",fontsize=16,color="green",shape="box"];2622[label="True",fontsize=16,color="green",shape="box"];2623[label="True",fontsize=16,color="green",shape="box"];2747[label="vwx159 <= vwx160",fontsize=16,color="blue",shape="box"];4824[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2747 -> 4824[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4824 -> 2900[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4825[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2747 -> 4825[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4825 -> 2901[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4826[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2747 -> 4826[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4826 -> 2902[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4827[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2747 -> 4827[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4827 -> 2903[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4828[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2747 -> 4828[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4828 -> 2904[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4829[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2747 -> 4829[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4829 -> 2905[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4830[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2747 -> 4830[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4830 -> 2906[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4831[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2747 -> 4831[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4831 -> 2907[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4832[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2747 -> 4832[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4832 -> 2908[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4833[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2747 -> 4833[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4833 -> 2909[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4834[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2747 -> 4834[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4834 -> 2910[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4835[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2747 -> 4835[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4835 -> 2911[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4836[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2747 -> 4836[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4836 -> 2912[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4837[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2747 -> 4837[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4837 -> 2913[label="",style="solid", color="blue", weight=3]; 23.86/10.19 2748[label="compare1 (Just vwx231) (Just vwx232) False",fontsize=16,color="black",shape="box"];2748 -> 2914[label="",style="solid", color="black", weight=3]; 23.86/10.19 2749[label="compare1 (Just vwx231) (Just vwx232) True",fontsize=16,color="black",shape="box"];2749 -> 2915[label="",style="solid", color="black", weight=3]; 23.86/10.19 2919[label="vwx208",fontsize=16,color="green",shape="box"];2920 -> 2517[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2920[label="vwx208 == vwx210 && vwx209 <= vwx211",fontsize=16,color="magenta"];2920 -> 2931[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2920 -> 2932[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2921[label="vwx210",fontsize=16,color="green",shape="box"];2922[label="vwx209",fontsize=16,color="green",shape="box"];2923[label="vwx208 < vwx210",fontsize=16,color="blue",shape="box"];4838[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2923 -> 4838[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4838 -> 2933[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4839[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2923 -> 4839[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4839 -> 2934[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4840[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2923 -> 4840[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4840 -> 2935[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4841[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2923 -> 4841[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4841 -> 2936[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4842[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2923 -> 4842[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4842 -> 2937[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4843[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2923 -> 4843[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4843 -> 2938[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4844[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2923 -> 4844[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4844 -> 2939[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4845[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2923 -> 4845[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4845 -> 2940[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4846[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2923 -> 4846[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4846 -> 2941[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4847[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2923 -> 4847[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4847 -> 2942[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4848[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2923 -> 4848[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4848 -> 2943[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4849[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2923 -> 4849[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4849 -> 2944[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4850[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2923 -> 4850[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4850 -> 2945[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4851[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2923 -> 4851[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4851 -> 2946[label="",style="solid", color="blue", weight=3]; 23.86/10.19 2924[label="vwx211",fontsize=16,color="green",shape="box"];2918[label="compare1 (vwx258,vwx259) (vwx260,vwx261) (vwx262 || vwx263)",fontsize=16,color="burlywood",shape="triangle"];4852[label="vwx262/False",fontsize=10,color="white",style="solid",shape="box"];2918 -> 4852[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4852 -> 2947[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 4853[label="vwx262/True",fontsize=10,color="white",style="solid",shape="box"];2918 -> 4853[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4853 -> 2948[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 2759[label="vwx177 <= vwx178",fontsize=16,color="blue",shape="box"];4854[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2759 -> 4854[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4854 -> 2949[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4855[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2759 -> 4855[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4855 -> 2950[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4856[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2759 -> 4856[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4856 -> 2951[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4857[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2759 -> 4857[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4857 -> 2952[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4858[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2759 -> 4858[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4858 -> 2953[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4859[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2759 -> 4859[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4859 -> 2954[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4860[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2759 -> 4860[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4860 -> 2955[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4861[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2759 -> 4861[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4861 -> 2956[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4862[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2759 -> 4862[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4862 -> 2957[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4863[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2759 -> 4863[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4863 -> 2958[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4864[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2759 -> 4864[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4864 -> 2959[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4865[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2759 -> 4865[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4865 -> 2960[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4866[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2759 -> 4866[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4866 -> 2961[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4867[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2759 -> 4867[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4867 -> 2962[label="",style="solid", color="blue", weight=3]; 23.86/10.19 2760[label="compare1 (Left vwx238) (Left vwx239) False",fontsize=16,color="black",shape="box"];2760 -> 2963[label="",style="solid", color="black", weight=3]; 23.86/10.19 2761[label="compare1 (Left vwx238) (Left vwx239) True",fontsize=16,color="black",shape="box"];2761 -> 2964[label="",style="solid", color="black", weight=3]; 23.86/10.19 2762[label="GT",fontsize=16,color="green",shape="box"];2770[label="vwx184 <= vwx185",fontsize=16,color="blue",shape="box"];4868[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2770 -> 4868[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4868 -> 2965[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4869[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2770 -> 4869[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4869 -> 2966[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4870[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2770 -> 4870[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4870 -> 2967[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4871[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2770 -> 4871[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4871 -> 2968[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4872[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2770 -> 4872[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4872 -> 2969[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4873[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2770 -> 4873[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4873 -> 2970[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4874[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2770 -> 4874[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4874 -> 2971[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4875[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2770 -> 4875[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4875 -> 2972[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4876[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2770 -> 4876[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4876 -> 2973[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4877[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2770 -> 4877[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4877 -> 2974[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4878[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2770 -> 4878[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4878 -> 2975[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4879[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2770 -> 4879[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4879 -> 2976[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4880[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2770 -> 4880[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4880 -> 2977[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4881[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2770 -> 4881[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4881 -> 2978[label="",style="solid", color="blue", weight=3]; 23.86/10.19 2771[label="compare1 (Right vwx246) (Right vwx247) False",fontsize=16,color="black",shape="box"];2771 -> 2979[label="",style="solid", color="black", weight=3]; 23.86/10.19 2772[label="compare1 (Right vwx246) (Right vwx247) True",fontsize=16,color="black",shape="box"];2772 -> 2980[label="",style="solid", color="black", weight=3]; 23.86/10.19 2773[label="vwx401",fontsize=16,color="green",shape="box"];2774[label="vwx301",fontsize=16,color="green",shape="box"];2775[label="vwx401",fontsize=16,color="green",shape="box"];2776[label="vwx301",fontsize=16,color="green",shape="box"];2777[label="vwx401",fontsize=16,color="green",shape="box"];2778[label="vwx301",fontsize=16,color="green",shape="box"];2779[label="vwx401",fontsize=16,color="green",shape="box"];2780[label="vwx301",fontsize=16,color="green",shape="box"];2781[label="vwx401",fontsize=16,color="green",shape="box"];2782[label="vwx301",fontsize=16,color="green",shape="box"];2783[label="vwx401",fontsize=16,color="green",shape="box"];2784[label="vwx301",fontsize=16,color="green",shape="box"];2785[label="vwx401",fontsize=16,color="green",shape="box"];2786[label="vwx301",fontsize=16,color="green",shape="box"];2787[label="vwx401",fontsize=16,color="green",shape="box"];2788[label="vwx301",fontsize=16,color="green",shape="box"];2789[label="vwx401",fontsize=16,color="green",shape="box"];2790[label="vwx301",fontsize=16,color="green",shape="box"];2791[label="vwx401",fontsize=16,color="green",shape="box"];2792[label="vwx301",fontsize=16,color="green",shape="box"];2793[label="vwx401",fontsize=16,color="green",shape="box"];2794[label="vwx301",fontsize=16,color="green",shape="box"];2795[label="vwx401",fontsize=16,color="green",shape="box"];2796[label="vwx301",fontsize=16,color="green",shape="box"];2797[label="vwx401",fontsize=16,color="green",shape="box"];2798[label="vwx301",fontsize=16,color="green",shape="box"];2799[label="vwx401",fontsize=16,color="green",shape="box"];2800[label="vwx301",fontsize=16,color="green",shape="box"];2801[label="vwx402",fontsize=16,color="green",shape="box"];2802[label="vwx302",fontsize=16,color="green",shape="box"];2803[label="vwx402",fontsize=16,color="green",shape="box"];2804[label="vwx302",fontsize=16,color="green",shape="box"];2805[label="vwx402",fontsize=16,color="green",shape="box"];2806[label="vwx302",fontsize=16,color="green",shape="box"];2807[label="vwx402",fontsize=16,color="green",shape="box"];2808[label="vwx302",fontsize=16,color="green",shape="box"];2809[label="vwx402",fontsize=16,color="green",shape="box"];2810[label="vwx302",fontsize=16,color="green",shape="box"];2811[label="vwx402",fontsize=16,color="green",shape="box"];2812[label="vwx302",fontsize=16,color="green",shape="box"];2813[label="vwx402",fontsize=16,color="green",shape="box"];2814[label="vwx302",fontsize=16,color="green",shape="box"];2815[label="vwx402",fontsize=16,color="green",shape="box"];2816[label="vwx302",fontsize=16,color="green",shape="box"];2817[label="vwx402",fontsize=16,color="green",shape="box"];2818[label="vwx302",fontsize=16,color="green",shape="box"];2819[label="vwx402",fontsize=16,color="green",shape="box"];2820[label="vwx302",fontsize=16,color="green",shape="box"];2821[label="vwx402",fontsize=16,color="green",shape="box"];2822[label="vwx302",fontsize=16,color="green",shape="box"];2823[label="vwx402",fontsize=16,color="green",shape="box"];2824[label="vwx302",fontsize=16,color="green",shape="box"];2825[label="vwx402",fontsize=16,color="green",shape="box"];2826[label="vwx302",fontsize=16,color="green",shape="box"];2827[label="vwx402",fontsize=16,color="green",shape="box"];2828[label="vwx302",fontsize=16,color="green",shape="box"];2984[label="vwx195",fontsize=16,color="green",shape="box"];2985 -> 2517[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2985[label="vwx195 == vwx198 && (vwx196 < vwx199 || vwx196 == vwx199 && vwx197 <= vwx200)",fontsize=16,color="magenta"];2985 -> 3000[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2985 -> 3001[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2986[label="vwx199",fontsize=16,color="green",shape="box"];2987[label="vwx195 < vwx198",fontsize=16,color="blue",shape="box"];4882[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2987 -> 4882[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4882 -> 3002[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4883[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2987 -> 4883[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4883 -> 3003[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4884[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2987 -> 4884[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4884 -> 3004[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4885[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2987 -> 4885[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4885 -> 3005[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4886[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2987 -> 4886[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4886 -> 3006[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4887[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2987 -> 4887[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4887 -> 3007[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4888[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2987 -> 4888[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4888 -> 3008[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4889[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2987 -> 4889[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4889 -> 3009[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4890[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2987 -> 4890[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4890 -> 3010[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4891[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2987 -> 4891[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4891 -> 3011[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4892[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2987 -> 4892[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4892 -> 3012[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4893[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2987 -> 4893[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4893 -> 3013[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4894[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2987 -> 4894[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4894 -> 3014[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4895[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2987 -> 4895[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4895 -> 3015[label="",style="solid", color="blue", weight=3]; 23.86/10.19 2988[label="vwx198",fontsize=16,color="green",shape="box"];2989[label="vwx197",fontsize=16,color="green",shape="box"];2990[label="vwx200",fontsize=16,color="green",shape="box"];2991[label="vwx196",fontsize=16,color="green",shape="box"];2983[label="compare1 (vwx273,vwx274,vwx275) (vwx276,vwx277,vwx278) (vwx279 || vwx280)",fontsize=16,color="burlywood",shape="triangle"];4896[label="vwx279/False",fontsize=10,color="white",style="solid",shape="box"];2983 -> 4896[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4896 -> 3016[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 4897[label="vwx279/True",fontsize=10,color="white",style="solid",shape="box"];2983 -> 4897[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4897 -> 3017[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 2831[label="primMulNat (Succ vwx40000) vwx3010",fontsize=16,color="burlywood",shape="box"];4898[label="vwx3010/Succ vwx30100",fontsize=10,color="white",style="solid",shape="box"];2831 -> 4898[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4898 -> 3018[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 4899[label="vwx3010/Zero",fontsize=10,color="white",style="solid",shape="box"];2831 -> 4899[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4899 -> 3019[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 2832[label="primMulNat Zero vwx3010",fontsize=16,color="burlywood",shape="box"];4900[label="vwx3010/Succ vwx30100",fontsize=10,color="white",style="solid",shape="box"];2832 -> 4900[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4900 -> 3020[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 4901[label="vwx3010/Zero",fontsize=10,color="white",style="solid",shape="box"];2832 -> 4901[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4901 -> 3021[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 2833[label="vwx3010",fontsize=16,color="green",shape="box"];2834[label="vwx4000",fontsize=16,color="green",shape="box"];2835[label="vwx4000",fontsize=16,color="green",shape="box"];2836[label="vwx3010",fontsize=16,color="green",shape="box"];2837[label="vwx3000 == vwx4000",fontsize=16,color="blue",shape="box"];4902[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2837 -> 4902[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4902 -> 3022[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4903[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2837 -> 4903[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4903 -> 3023[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4904[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2837 -> 4904[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4904 -> 3024[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4905[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2837 -> 4905[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4905 -> 3025[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4906[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2837 -> 4906[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4906 -> 3026[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4907[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2837 -> 4907[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4907 -> 3027[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4908[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2837 -> 4908[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4908 -> 3028[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4909[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2837 -> 4909[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4909 -> 3029[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4910[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2837 -> 4910[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4910 -> 3030[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4911[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2837 -> 4911[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4911 -> 3031[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4912[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2837 -> 4912[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4912 -> 3032[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4913[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2837 -> 4913[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4913 -> 3033[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4914[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2837 -> 4914[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4914 -> 3034[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4915[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2837 -> 4915[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4915 -> 3035[label="",style="solid", color="blue", weight=3]; 23.86/10.19 2838 -> 2517[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2838[label="vwx3001 == vwx4001 && vwx3002 == vwx4002",fontsize=16,color="magenta"];2838 -> 3036[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2838 -> 3037[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2839[label="primEqNat vwx3000 vwx4000",fontsize=16,color="burlywood",shape="triangle"];4916[label="vwx3000/Succ vwx30000",fontsize=10,color="white",style="solid",shape="box"];2839 -> 4916[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4916 -> 3038[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 4917[label="vwx3000/Zero",fontsize=10,color="white",style="solid",shape="box"];2839 -> 4917[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4917 -> 3039[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 2840[label="vwx3000 == vwx4000",fontsize=16,color="blue",shape="box"];4918[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2840 -> 4918[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4918 -> 3040[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4919[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2840 -> 4919[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4919 -> 3041[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4920[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2840 -> 4920[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4920 -> 3042[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4921[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2840 -> 4921[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4921 -> 3043[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4922[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2840 -> 4922[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4922 -> 3044[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4923[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2840 -> 4923[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4923 -> 3045[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4924[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2840 -> 4924[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4924 -> 3046[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4925[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2840 -> 4925[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4925 -> 3047[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4926[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2840 -> 4926[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4926 -> 3048[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4927[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2840 -> 4927[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4927 -> 3049[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4928[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2840 -> 4928[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4928 -> 3050[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4929[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2840 -> 4929[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4929 -> 3051[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4930[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2840 -> 4930[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4930 -> 3052[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4931[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2840 -> 4931[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4931 -> 3053[label="",style="solid", color="blue", weight=3]; 23.86/10.19 2841[label="vwx3001 == vwx4001",fontsize=16,color="blue",shape="box"];4932[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2841 -> 4932[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4932 -> 3054[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4933[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2841 -> 4933[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4933 -> 3055[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4934[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2841 -> 4934[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4934 -> 3056[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4935[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2841 -> 4935[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4935 -> 3057[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4936[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2841 -> 4936[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4936 -> 3058[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4937[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2841 -> 4937[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4937 -> 3059[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4938[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2841 -> 4938[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4938 -> 3060[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4939[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2841 -> 4939[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4939 -> 3061[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4940[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2841 -> 4940[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4940 -> 3062[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4941[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2841 -> 4941[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4941 -> 3063[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4942[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2841 -> 4942[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4942 -> 3064[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4943[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2841 -> 4943[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4943 -> 3065[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4944[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2841 -> 4944[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4944 -> 3066[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4945[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2841 -> 4945[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4945 -> 3067[label="",style="solid", color="blue", weight=3]; 23.86/10.19 2842 -> 2115[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2842[label="vwx3000 * vwx4001 == vwx3001 * vwx4000",fontsize=16,color="magenta"];2842 -> 3068[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2842 -> 3069[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2843[label="vwx4000",fontsize=16,color="green",shape="box"];2844[label="vwx3000",fontsize=16,color="green",shape="box"];2845[label="vwx3000 == vwx4000",fontsize=16,color="blue",shape="box"];4946[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2845 -> 4946[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4946 -> 3070[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4947[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2845 -> 4947[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4947 -> 3071[label="",style="solid", color="blue", weight=3]; 23.86/10.19 2846[label="vwx3001 == vwx4001",fontsize=16,color="blue",shape="box"];4948[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2846 -> 4948[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4948 -> 3072[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4949[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2846 -> 4949[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4949 -> 3073[label="",style="solid", color="blue", weight=3]; 23.86/10.19 2847[label="primEqInt (Pos (Succ vwx30000)) (Pos vwx4000)",fontsize=16,color="burlywood",shape="box"];4950[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];2847 -> 4950[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4950 -> 3074[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 4951[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];2847 -> 4951[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4951 -> 3075[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 2848[label="primEqInt (Pos (Succ vwx30000)) (Neg vwx4000)",fontsize=16,color="black",shape="box"];2848 -> 3076[label="",style="solid", color="black", weight=3]; 23.86/10.19 2849[label="primEqInt (Pos Zero) (Pos vwx4000)",fontsize=16,color="burlywood",shape="box"];4952[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];2849 -> 4952[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4952 -> 3077[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 4953[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];2849 -> 4953[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4953 -> 3078[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 2850[label="primEqInt (Pos Zero) (Neg vwx4000)",fontsize=16,color="burlywood",shape="box"];4954[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];2850 -> 4954[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4954 -> 3079[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 4955[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];2850 -> 4955[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4955 -> 3080[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 2851[label="primEqInt (Neg (Succ vwx30000)) (Pos vwx4000)",fontsize=16,color="black",shape="box"];2851 -> 3081[label="",style="solid", color="black", weight=3]; 23.86/10.19 2852[label="primEqInt (Neg (Succ vwx30000)) (Neg vwx4000)",fontsize=16,color="burlywood",shape="box"];4956[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];2852 -> 4956[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4956 -> 3082[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 4957[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];2852 -> 4957[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4957 -> 3083[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 2853[label="primEqInt (Neg Zero) (Pos vwx4000)",fontsize=16,color="burlywood",shape="box"];4958[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];2853 -> 4958[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4958 -> 3084[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 4959[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];2853 -> 4959[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4959 -> 3085[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 2854[label="primEqInt (Neg Zero) (Neg vwx4000)",fontsize=16,color="burlywood",shape="box"];4960[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];2854 -> 4960[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4960 -> 3086[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 4961[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];2854 -> 4961[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4961 -> 3087[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 2855 -> 2115[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2855[label="vwx3000 * vwx4001 == vwx3001 * vwx4000",fontsize=16,color="magenta"];2855 -> 3088[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2855 -> 3089[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2856 -> 2108[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2856[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];2856 -> 3090[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2856 -> 3091[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2857 -> 2109[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2857[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];2857 -> 3092[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2857 -> 3093[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2858 -> 2110[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2858[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];2858 -> 3094[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2858 -> 3095[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2859 -> 2111[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2859[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];2859 -> 3096[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2859 -> 3097[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2860 -> 2112[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2860[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];2860 -> 3098[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2860 -> 3099[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2861 -> 2113[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2861[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];2861 -> 3100[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2861 -> 3101[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2862 -> 2114[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2862[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];2862 -> 3102[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2862 -> 3103[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2863 -> 2115[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2863[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];2863 -> 3104[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2863 -> 3105[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2864 -> 2116[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2864[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];2864 -> 3106[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2864 -> 3107[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2865 -> 2117[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2865[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];2865 -> 3108[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2865 -> 3109[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2866 -> 2118[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2866[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];2866 -> 3110[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2866 -> 3111[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2867 -> 2119[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2867[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];2867 -> 3112[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2867 -> 3113[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2868 -> 2120[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2868[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];2868 -> 3114[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2868 -> 3115[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2869 -> 2121[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2869[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];2869 -> 3116[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2869 -> 3117[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2870 -> 2108[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2870[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];2870 -> 3118[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2870 -> 3119[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2871 -> 2109[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2871[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];2871 -> 3120[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2871 -> 3121[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2872 -> 2110[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2872[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];2872 -> 3122[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2872 -> 3123[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2873 -> 2111[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2873[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];2873 -> 3124[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2873 -> 3125[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2874 -> 2112[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2874[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];2874 -> 3126[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2874 -> 3127[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2875 -> 2113[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2875[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];2875 -> 3128[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2875 -> 3129[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2876 -> 2114[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2876[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];2876 -> 3130[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2876 -> 3131[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2877 -> 2115[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2877[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];2877 -> 3132[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2877 -> 3133[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2878 -> 2116[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2878[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];2878 -> 3134[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2878 -> 3135[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2879 -> 2117[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2879[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];2879 -> 3136[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2879 -> 3137[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2880 -> 2118[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2880[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];2880 -> 3138[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2880 -> 3139[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2881 -> 2119[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2881[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];2881 -> 3140[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2881 -> 3141[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2882 -> 2120[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2882[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];2882 -> 3142[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2882 -> 3143[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2883 -> 2121[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2883[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];2883 -> 3144[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2883 -> 3145[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2884 -> 2108[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2884[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];2884 -> 3146[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2884 -> 3147[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2885 -> 2109[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2885[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];2885 -> 3148[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2885 -> 3149[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2886 -> 2110[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2886[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];2886 -> 3150[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2886 -> 3151[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2887 -> 2111[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2887[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];2887 -> 3152[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2887 -> 3153[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2888 -> 2112[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2888[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];2888 -> 3154[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2888 -> 3155[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2889 -> 2113[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2889[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];2889 -> 3156[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2889 -> 3157[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2890 -> 2114[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2890[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];2890 -> 3158[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2890 -> 3159[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2891 -> 2115[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2891[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];2891 -> 3160[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2891 -> 3161[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2892 -> 2116[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2892[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];2892 -> 3162[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2892 -> 3163[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2893 -> 2117[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2893[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];2893 -> 3164[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2893 -> 3165[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2894 -> 2118[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2894[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];2894 -> 3166[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2894 -> 3167[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2895 -> 2119[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2895[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];2895 -> 3168[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2895 -> 3169[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2896 -> 2120[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2896[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];2896 -> 3170[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2896 -> 3171[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2897 -> 2121[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2897[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];2897 -> 3172[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2897 -> 3173[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2898[label="vwx3000 == vwx4000",fontsize=16,color="blue",shape="box"];4962[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2898 -> 4962[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4962 -> 3174[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4963[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2898 -> 4963[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4963 -> 3175[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4964[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2898 -> 4964[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4964 -> 3176[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4965[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2898 -> 4965[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4965 -> 3177[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4966[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2898 -> 4966[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4966 -> 3178[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4967[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2898 -> 4967[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4967 -> 3179[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4968[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2898 -> 4968[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4968 -> 3180[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4969[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2898 -> 4969[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4969 -> 3181[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4970[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2898 -> 4970[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4970 -> 3182[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4971[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2898 -> 4971[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4971 -> 3183[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4972[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2898 -> 4972[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4972 -> 3184[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4973[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2898 -> 4973[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4973 -> 3185[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4974[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2898 -> 4974[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4974 -> 3186[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4975[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2898 -> 4975[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4975 -> 3187[label="",style="solid", color="blue", weight=3]; 23.86/10.19 2899 -> 2120[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2899[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];2899 -> 3188[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2899 -> 3189[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2900[label="vwx159 <= vwx160",fontsize=16,color="black",shape="triangle"];2900 -> 3190[label="",style="solid", color="black", weight=3]; 23.86/10.19 2901 -> 4[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2901[label="vwx159 <= vwx160",fontsize=16,color="magenta"];2901 -> 3191[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2901 -> 3192[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2902[label="vwx159 <= vwx160",fontsize=16,color="black",shape="triangle"];2902 -> 3193[label="",style="solid", color="black", weight=3]; 23.86/10.19 2903[label="vwx159 <= vwx160",fontsize=16,color="black",shape="triangle"];2903 -> 3194[label="",style="solid", color="black", weight=3]; 23.86/10.19 2904[label="vwx159 <= vwx160",fontsize=16,color="burlywood",shape="triangle"];4976[label="vwx159/LT",fontsize=10,color="white",style="solid",shape="box"];2904 -> 4976[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4976 -> 3195[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 4977[label="vwx159/EQ",fontsize=10,color="white",style="solid",shape="box"];2904 -> 4977[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4977 -> 3196[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 4978[label="vwx159/GT",fontsize=10,color="white",style="solid",shape="box"];2904 -> 4978[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4978 -> 3197[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 2905[label="vwx159 <= vwx160",fontsize=16,color="burlywood",shape="triangle"];4979[label="vwx159/False",fontsize=10,color="white",style="solid",shape="box"];2905 -> 4979[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4979 -> 3198[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 4980[label="vwx159/True",fontsize=10,color="white",style="solid",shape="box"];2905 -> 4980[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4980 -> 3199[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 2906[label="vwx159 <= vwx160",fontsize=16,color="black",shape="triangle"];2906 -> 3200[label="",style="solid", color="black", weight=3]; 23.86/10.19 2907[label="vwx159 <= vwx160",fontsize=16,color="black",shape="triangle"];2907 -> 3201[label="",style="solid", color="black", weight=3]; 23.86/10.19 2908[label="vwx159 <= vwx160",fontsize=16,color="black",shape="triangle"];2908 -> 3202[label="",style="solid", color="black", weight=3]; 23.86/10.19 2909[label="vwx159 <= vwx160",fontsize=16,color="burlywood",shape="triangle"];4981[label="vwx159/Nothing",fontsize=10,color="white",style="solid",shape="box"];2909 -> 4981[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4981 -> 3203[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 4982[label="vwx159/Just vwx1590",fontsize=10,color="white",style="solid",shape="box"];2909 -> 4982[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4982 -> 3204[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 2910[label="vwx159 <= vwx160",fontsize=16,color="burlywood",shape="triangle"];4983[label="vwx159/(vwx1590,vwx1591)",fontsize=10,color="white",style="solid",shape="box"];2910 -> 4983[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4983 -> 3205[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 2911[label="vwx159 <= vwx160",fontsize=16,color="burlywood",shape="triangle"];4984[label="vwx159/Left vwx1590",fontsize=10,color="white",style="solid",shape="box"];2911 -> 4984[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4984 -> 3206[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 4985[label="vwx159/Right vwx1590",fontsize=10,color="white",style="solid",shape="box"];2911 -> 4985[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4985 -> 3207[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 2912[label="vwx159 <= vwx160",fontsize=16,color="black",shape="triangle"];2912 -> 3208[label="",style="solid", color="black", weight=3]; 23.86/10.19 2913[label="vwx159 <= vwx160",fontsize=16,color="burlywood",shape="triangle"];4986[label="vwx159/(vwx1590,vwx1591,vwx1592)",fontsize=10,color="white",style="solid",shape="box"];2913 -> 4986[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 4986 -> 3209[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 2914[label="compare0 (Just vwx231) (Just vwx232) otherwise",fontsize=16,color="black",shape="box"];2914 -> 3210[label="",style="solid", color="black", weight=3]; 23.86/10.19 2915[label="LT",fontsize=16,color="green",shape="box"];2931[label="vwx208 == vwx210",fontsize=16,color="blue",shape="box"];4987[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2931 -> 4987[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4987 -> 3211[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4988[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2931 -> 4988[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4988 -> 3212[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4989[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2931 -> 4989[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4989 -> 3213[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4990[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2931 -> 4990[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4990 -> 3214[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4991[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2931 -> 4991[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4991 -> 3215[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4992[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2931 -> 4992[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4992 -> 3216[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4993[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2931 -> 4993[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4993 -> 3217[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4994[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2931 -> 4994[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4994 -> 3218[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4995[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2931 -> 4995[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4995 -> 3219[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4996[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2931 -> 4996[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4996 -> 3220[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4997[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2931 -> 4997[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4997 -> 3221[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4998[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2931 -> 4998[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4998 -> 3222[label="",style="solid", color="blue", weight=3]; 23.86/10.19 4999[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2931 -> 4999[label="",style="solid", color="blue", weight=9]; 23.86/10.19 4999 -> 3223[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5000[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2931 -> 5000[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5000 -> 3224[label="",style="solid", color="blue", weight=3]; 23.86/10.19 2932[label="vwx209 <= vwx211",fontsize=16,color="blue",shape="box"];5001[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2932 -> 5001[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5001 -> 3225[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5002[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2932 -> 5002[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5002 -> 3226[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5003[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2932 -> 5003[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5003 -> 3227[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5004[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2932 -> 5004[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5004 -> 3228[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5005[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2932 -> 5005[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5005 -> 3229[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5006[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2932 -> 5006[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5006 -> 3230[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5007[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2932 -> 5007[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5007 -> 3231[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5008[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2932 -> 5008[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5008 -> 3232[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5009[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2932 -> 5009[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5009 -> 3233[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5010[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2932 -> 5010[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5010 -> 3234[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5011[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2932 -> 5011[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5011 -> 3235[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5012[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2932 -> 5012[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5012 -> 3236[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5013[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2932 -> 5013[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5013 -> 3237[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5014[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2932 -> 5014[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5014 -> 3238[label="",style="solid", color="blue", weight=3]; 23.86/10.19 2933[label="vwx208 < vwx210",fontsize=16,color="black",shape="triangle"];2933 -> 3239[label="",style="solid", color="black", weight=3]; 23.86/10.19 2934[label="vwx208 < vwx210",fontsize=16,color="black",shape="triangle"];2934 -> 3240[label="",style="solid", color="black", weight=3]; 23.86/10.19 2935[label="vwx208 < vwx210",fontsize=16,color="black",shape="triangle"];2935 -> 3241[label="",style="solid", color="black", weight=3]; 23.86/10.19 2936[label="vwx208 < vwx210",fontsize=16,color="black",shape="triangle"];2936 -> 3242[label="",style="solid", color="black", weight=3]; 23.86/10.19 2937[label="vwx208 < vwx210",fontsize=16,color="black",shape="triangle"];2937 -> 3243[label="",style="solid", color="black", weight=3]; 23.86/10.19 2938[label="vwx208 < vwx210",fontsize=16,color="black",shape="triangle"];2938 -> 3244[label="",style="solid", color="black", weight=3]; 23.86/10.19 2939[label="vwx208 < vwx210",fontsize=16,color="black",shape="triangle"];2939 -> 3245[label="",style="solid", color="black", weight=3]; 23.86/10.19 2940[label="vwx208 < vwx210",fontsize=16,color="black",shape="triangle"];2940 -> 3246[label="",style="solid", color="black", weight=3]; 23.86/10.19 2941[label="vwx208 < vwx210",fontsize=16,color="black",shape="triangle"];2941 -> 3247[label="",style="solid", color="black", weight=3]; 23.86/10.19 2942[label="vwx208 < vwx210",fontsize=16,color="black",shape="triangle"];2942 -> 3248[label="",style="solid", color="black", weight=3]; 23.86/10.19 2943[label="vwx208 < vwx210",fontsize=16,color="black",shape="triangle"];2943 -> 3249[label="",style="solid", color="black", weight=3]; 23.86/10.19 2944[label="vwx208 < vwx210",fontsize=16,color="black",shape="triangle"];2944 -> 3250[label="",style="solid", color="black", weight=3]; 23.86/10.19 2945[label="vwx208 < vwx210",fontsize=16,color="black",shape="triangle"];2945 -> 3251[label="",style="solid", color="black", weight=3]; 23.86/10.19 2946[label="vwx208 < vwx210",fontsize=16,color="black",shape="triangle"];2946 -> 3252[label="",style="solid", color="black", weight=3]; 23.86/10.19 2947[label="compare1 (vwx258,vwx259) (vwx260,vwx261) (False || vwx263)",fontsize=16,color="black",shape="box"];2947 -> 3253[label="",style="solid", color="black", weight=3]; 23.86/10.19 2948[label="compare1 (vwx258,vwx259) (vwx260,vwx261) (True || vwx263)",fontsize=16,color="black",shape="box"];2948 -> 3254[label="",style="solid", color="black", weight=3]; 23.86/10.19 2949 -> 2900[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2949[label="vwx177 <= vwx178",fontsize=16,color="magenta"];2949 -> 3255[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2949 -> 3256[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2950 -> 4[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2950[label="vwx177 <= vwx178",fontsize=16,color="magenta"];2950 -> 3257[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2950 -> 3258[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2951 -> 2902[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2951[label="vwx177 <= vwx178",fontsize=16,color="magenta"];2951 -> 3259[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2951 -> 3260[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2952 -> 2903[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2952[label="vwx177 <= vwx178",fontsize=16,color="magenta"];2952 -> 3261[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2952 -> 3262[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2953 -> 2904[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2953[label="vwx177 <= vwx178",fontsize=16,color="magenta"];2953 -> 3263[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2953 -> 3264[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2954 -> 2905[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2954[label="vwx177 <= vwx178",fontsize=16,color="magenta"];2954 -> 3265[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2954 -> 3266[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2955 -> 2906[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2955[label="vwx177 <= vwx178",fontsize=16,color="magenta"];2955 -> 3267[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2955 -> 3268[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2956 -> 2907[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2956[label="vwx177 <= vwx178",fontsize=16,color="magenta"];2956 -> 3269[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2956 -> 3270[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2957 -> 2908[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2957[label="vwx177 <= vwx178",fontsize=16,color="magenta"];2957 -> 3271[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2957 -> 3272[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2958 -> 2909[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2958[label="vwx177 <= vwx178",fontsize=16,color="magenta"];2958 -> 3273[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2958 -> 3274[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2959 -> 2910[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2959[label="vwx177 <= vwx178",fontsize=16,color="magenta"];2959 -> 3275[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2959 -> 3276[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2960 -> 2911[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2960[label="vwx177 <= vwx178",fontsize=16,color="magenta"];2960 -> 3277[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2960 -> 3278[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2961 -> 2912[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2961[label="vwx177 <= vwx178",fontsize=16,color="magenta"];2961 -> 3279[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2961 -> 3280[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2962 -> 2913[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2962[label="vwx177 <= vwx178",fontsize=16,color="magenta"];2962 -> 3281[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2962 -> 3282[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2963[label="compare0 (Left vwx238) (Left vwx239) otherwise",fontsize=16,color="black",shape="box"];2963 -> 3283[label="",style="solid", color="black", weight=3]; 23.86/10.19 2964[label="LT",fontsize=16,color="green",shape="box"];2965 -> 2900[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2965[label="vwx184 <= vwx185",fontsize=16,color="magenta"];2965 -> 3284[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2965 -> 3285[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2966 -> 4[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2966[label="vwx184 <= vwx185",fontsize=16,color="magenta"];2966 -> 3286[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2966 -> 3287[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2967 -> 2902[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2967[label="vwx184 <= vwx185",fontsize=16,color="magenta"];2967 -> 3288[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2967 -> 3289[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2968 -> 2903[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2968[label="vwx184 <= vwx185",fontsize=16,color="magenta"];2968 -> 3290[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2968 -> 3291[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2969 -> 2904[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2969[label="vwx184 <= vwx185",fontsize=16,color="magenta"];2969 -> 3292[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2969 -> 3293[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2970 -> 2905[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2970[label="vwx184 <= vwx185",fontsize=16,color="magenta"];2970 -> 3294[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2970 -> 3295[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2971 -> 2906[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2971[label="vwx184 <= vwx185",fontsize=16,color="magenta"];2971 -> 3296[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2971 -> 3297[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2972 -> 2907[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2972[label="vwx184 <= vwx185",fontsize=16,color="magenta"];2972 -> 3298[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2972 -> 3299[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2973 -> 2908[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2973[label="vwx184 <= vwx185",fontsize=16,color="magenta"];2973 -> 3300[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2973 -> 3301[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2974 -> 2909[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2974[label="vwx184 <= vwx185",fontsize=16,color="magenta"];2974 -> 3302[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2974 -> 3303[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2975 -> 2910[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2975[label="vwx184 <= vwx185",fontsize=16,color="magenta"];2975 -> 3304[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2975 -> 3305[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2976 -> 2911[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2976[label="vwx184 <= vwx185",fontsize=16,color="magenta"];2976 -> 3306[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2976 -> 3307[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2977 -> 2912[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2977[label="vwx184 <= vwx185",fontsize=16,color="magenta"];2977 -> 3308[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2977 -> 3309[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2978 -> 2913[label="",style="dashed", color="red", weight=0]; 23.86/10.19 2978[label="vwx184 <= vwx185",fontsize=16,color="magenta"];2978 -> 3310[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2978 -> 3311[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 2979[label="compare0 (Right vwx246) (Right vwx247) otherwise",fontsize=16,color="black",shape="box"];2979 -> 3312[label="",style="solid", color="black", weight=3]; 23.86/10.19 2980[label="LT",fontsize=16,color="green",shape="box"];3000[label="vwx195 == vwx198",fontsize=16,color="blue",shape="box"];5015[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3000 -> 5015[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5015 -> 3313[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5016[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3000 -> 5016[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5016 -> 3314[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5017[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3000 -> 5017[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5017 -> 3315[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5018[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3000 -> 5018[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5018 -> 3316[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5019[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3000 -> 5019[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5019 -> 3317[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5020[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3000 -> 5020[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5020 -> 3318[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5021[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3000 -> 5021[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5021 -> 3319[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5022[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3000 -> 5022[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5022 -> 3320[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5023[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3000 -> 5023[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5023 -> 3321[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5024[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3000 -> 5024[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5024 -> 3322[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5025[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3000 -> 5025[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5025 -> 3323[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5026[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3000 -> 5026[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5026 -> 3324[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5027[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3000 -> 5027[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5027 -> 3325[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5028[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3000 -> 5028[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5028 -> 3326[label="",style="solid", color="blue", weight=3]; 23.86/10.19 3001 -> 3685[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3001[label="vwx196 < vwx199 || vwx196 == vwx199 && vwx197 <= vwx200",fontsize=16,color="magenta"];3001 -> 3686[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3001 -> 3687[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3002 -> 2933[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3002[label="vwx195 < vwx198",fontsize=16,color="magenta"];3002 -> 3329[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3002 -> 3330[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3003 -> 2934[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3003[label="vwx195 < vwx198",fontsize=16,color="magenta"];3003 -> 3331[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3003 -> 3332[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3004 -> 2935[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3004[label="vwx195 < vwx198",fontsize=16,color="magenta"];3004 -> 3333[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3004 -> 3334[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3005 -> 2936[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3005[label="vwx195 < vwx198",fontsize=16,color="magenta"];3005 -> 3335[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3005 -> 3336[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3006 -> 2937[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3006[label="vwx195 < vwx198",fontsize=16,color="magenta"];3006 -> 3337[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3006 -> 3338[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3007 -> 2938[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3007[label="vwx195 < vwx198",fontsize=16,color="magenta"];3007 -> 3339[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3007 -> 3340[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3008 -> 2939[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3008[label="vwx195 < vwx198",fontsize=16,color="magenta"];3008 -> 3341[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3008 -> 3342[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3009 -> 2940[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3009[label="vwx195 < vwx198",fontsize=16,color="magenta"];3009 -> 3343[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3009 -> 3344[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3010 -> 2941[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3010[label="vwx195 < vwx198",fontsize=16,color="magenta"];3010 -> 3345[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3010 -> 3346[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3011 -> 2942[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3011[label="vwx195 < vwx198",fontsize=16,color="magenta"];3011 -> 3347[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3011 -> 3348[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3012 -> 2943[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3012[label="vwx195 < vwx198",fontsize=16,color="magenta"];3012 -> 3349[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3012 -> 3350[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3013 -> 2944[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3013[label="vwx195 < vwx198",fontsize=16,color="magenta"];3013 -> 3351[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3013 -> 3352[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3014 -> 2945[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3014[label="vwx195 < vwx198",fontsize=16,color="magenta"];3014 -> 3353[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3014 -> 3354[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3015 -> 2946[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3015[label="vwx195 < vwx198",fontsize=16,color="magenta"];3015 -> 3355[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3015 -> 3356[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3016[label="compare1 (vwx273,vwx274,vwx275) (vwx276,vwx277,vwx278) (False || vwx280)",fontsize=16,color="black",shape="box"];3016 -> 3357[label="",style="solid", color="black", weight=3]; 23.86/10.19 3017[label="compare1 (vwx273,vwx274,vwx275) (vwx276,vwx277,vwx278) (True || vwx280)",fontsize=16,color="black",shape="box"];3017 -> 3358[label="",style="solid", color="black", weight=3]; 23.86/10.19 3018[label="primMulNat (Succ vwx40000) (Succ vwx30100)",fontsize=16,color="black",shape="box"];3018 -> 3359[label="",style="solid", color="black", weight=3]; 23.86/10.19 3019[label="primMulNat (Succ vwx40000) Zero",fontsize=16,color="black",shape="box"];3019 -> 3360[label="",style="solid", color="black", weight=3]; 23.86/10.19 3020[label="primMulNat Zero (Succ vwx30100)",fontsize=16,color="black",shape="box"];3020 -> 3361[label="",style="solid", color="black", weight=3]; 23.86/10.19 3021[label="primMulNat Zero Zero",fontsize=16,color="black",shape="box"];3021 -> 3362[label="",style="solid", color="black", weight=3]; 23.86/10.19 3022 -> 2108[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3022[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3022 -> 3363[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3022 -> 3364[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3023 -> 2109[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3023[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3023 -> 3365[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3023 -> 3366[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3024 -> 2110[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3024[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3024 -> 3367[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3024 -> 3368[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3025 -> 2111[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3025[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3025 -> 3369[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3025 -> 3370[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3026 -> 2112[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3026[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3026 -> 3371[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3026 -> 3372[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3027 -> 2113[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3027[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3027 -> 3373[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3027 -> 3374[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3028 -> 2114[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3028[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3028 -> 3375[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3028 -> 3376[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3029 -> 2115[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3029[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3029 -> 3377[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3029 -> 3378[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3030 -> 2116[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3030[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3030 -> 3379[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3030 -> 3380[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3031 -> 2117[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3031[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3031 -> 3381[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3031 -> 3382[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3032 -> 2118[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3032[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3032 -> 3383[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3032 -> 3384[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3033 -> 2119[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3033[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3033 -> 3385[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3033 -> 3386[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3034 -> 2120[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3034[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3034 -> 3387[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3034 -> 3388[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3035 -> 2121[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3035[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3035 -> 3389[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3035 -> 3390[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3036[label="vwx3001 == vwx4001",fontsize=16,color="blue",shape="box"];5029[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3036 -> 5029[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5029 -> 3391[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5030[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3036 -> 5030[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5030 -> 3392[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5031[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3036 -> 5031[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5031 -> 3393[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5032[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3036 -> 5032[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5032 -> 3394[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5033[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3036 -> 5033[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5033 -> 3395[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5034[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3036 -> 5034[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5034 -> 3396[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5035[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3036 -> 5035[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5035 -> 3397[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5036[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3036 -> 5036[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5036 -> 3398[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5037[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3036 -> 5037[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5037 -> 3399[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5038[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3036 -> 5038[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5038 -> 3400[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5039[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3036 -> 5039[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5039 -> 3401[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5040[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3036 -> 5040[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5040 -> 3402[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5041[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3036 -> 5041[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5041 -> 3403[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5042[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3036 -> 5042[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5042 -> 3404[label="",style="solid", color="blue", weight=3]; 23.86/10.19 3037[label="vwx3002 == vwx4002",fontsize=16,color="blue",shape="box"];5043[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3037 -> 5043[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5043 -> 3405[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5044[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3037 -> 5044[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5044 -> 3406[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5045[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3037 -> 5045[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5045 -> 3407[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5046[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3037 -> 5046[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5046 -> 3408[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5047[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3037 -> 5047[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5047 -> 3409[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5048[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3037 -> 5048[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5048 -> 3410[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5049[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3037 -> 5049[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5049 -> 3411[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5050[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3037 -> 5050[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5050 -> 3412[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5051[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3037 -> 5051[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5051 -> 3413[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5052[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3037 -> 5052[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5052 -> 3414[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5053[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3037 -> 5053[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5053 -> 3415[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5054[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3037 -> 5054[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5054 -> 3416[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5055[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3037 -> 5055[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5055 -> 3417[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5056[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3037 -> 5056[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5056 -> 3418[label="",style="solid", color="blue", weight=3]; 23.86/10.19 3038[label="primEqNat (Succ vwx30000) vwx4000",fontsize=16,color="burlywood",shape="box"];5057[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];3038 -> 5057[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 5057 -> 3419[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 5058[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];3038 -> 5058[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 5058 -> 3420[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 3039[label="primEqNat Zero vwx4000",fontsize=16,color="burlywood",shape="box"];5059[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];3039 -> 5059[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 5059 -> 3421[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 5060[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];3039 -> 5060[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 5060 -> 3422[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 3040 -> 2108[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3040[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3040 -> 3423[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3040 -> 3424[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3041 -> 2109[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3041[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3041 -> 3425[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3041 -> 3426[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3042 -> 2110[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3042[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3042 -> 3427[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3042 -> 3428[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3043 -> 2111[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3043[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3043 -> 3429[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3043 -> 3430[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3044 -> 2112[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3044[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3044 -> 3431[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3044 -> 3432[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3045 -> 2113[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3045[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3045 -> 3433[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3045 -> 3434[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3046 -> 2114[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3046[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3046 -> 3435[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3046 -> 3436[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3047 -> 2115[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3047[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3047 -> 3437[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3047 -> 3438[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3048 -> 2116[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3048[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3048 -> 3439[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3048 -> 3440[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3049 -> 2117[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3049[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3049 -> 3441[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3049 -> 3442[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3050 -> 2118[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3050[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3050 -> 3443[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3050 -> 3444[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3051 -> 2119[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3051[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3051 -> 3445[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3051 -> 3446[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3052 -> 2120[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3052[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3052 -> 3447[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3052 -> 3448[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3053 -> 2121[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3053[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3053 -> 3449[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3053 -> 3450[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3054 -> 2108[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3054[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3054 -> 3451[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3054 -> 3452[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3055 -> 2109[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3055[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3055 -> 3453[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3055 -> 3454[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3056 -> 2110[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3056[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3056 -> 3455[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3056 -> 3456[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3057 -> 2111[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3057[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3057 -> 3457[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3057 -> 3458[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3058 -> 2112[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3058[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3058 -> 3459[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3058 -> 3460[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3059 -> 2113[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3059[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3059 -> 3461[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3059 -> 3462[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3060 -> 2114[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3060[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3060 -> 3463[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3060 -> 3464[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3061 -> 2115[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3061[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3061 -> 3465[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3061 -> 3466[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3062 -> 2116[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3062[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3062 -> 3467[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3062 -> 3468[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3063 -> 2117[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3063[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3063 -> 3469[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3063 -> 3470[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3064 -> 2118[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3064[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3064 -> 3471[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3064 -> 3472[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3065 -> 2119[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3065[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3065 -> 3473[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3065 -> 3474[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3066 -> 2120[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3066[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3066 -> 3475[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3066 -> 3476[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3067 -> 2121[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3067[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3067 -> 3477[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3067 -> 3478[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3068 -> 1987[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3068[label="vwx3001 * vwx4000",fontsize=16,color="magenta"];3068 -> 3479[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3068 -> 3480[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3069 -> 1987[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3069[label="vwx3000 * vwx4001",fontsize=16,color="magenta"];3069 -> 3481[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3069 -> 3482[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3070 -> 2112[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3070[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3070 -> 3483[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3070 -> 3484[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3071 -> 2115[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3071[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3071 -> 3485[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3071 -> 3486[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3072 -> 2112[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3072[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3072 -> 3487[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3072 -> 3488[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3073 -> 2115[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3073[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3073 -> 3489[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3073 -> 3490[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3074[label="primEqInt (Pos (Succ vwx30000)) (Pos (Succ vwx40000))",fontsize=16,color="black",shape="box"];3074 -> 3491[label="",style="solid", color="black", weight=3]; 23.86/10.19 3075[label="primEqInt (Pos (Succ vwx30000)) (Pos Zero)",fontsize=16,color="black",shape="box"];3075 -> 3492[label="",style="solid", color="black", weight=3]; 23.86/10.19 3076[label="False",fontsize=16,color="green",shape="box"];3077[label="primEqInt (Pos Zero) (Pos (Succ vwx40000))",fontsize=16,color="black",shape="box"];3077 -> 3493[label="",style="solid", color="black", weight=3]; 23.86/10.19 3078[label="primEqInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];3078 -> 3494[label="",style="solid", color="black", weight=3]; 23.86/10.19 3079[label="primEqInt (Pos Zero) (Neg (Succ vwx40000))",fontsize=16,color="black",shape="box"];3079 -> 3495[label="",style="solid", color="black", weight=3]; 23.86/10.19 3080[label="primEqInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];3080 -> 3496[label="",style="solid", color="black", weight=3]; 23.86/10.19 3081[label="False",fontsize=16,color="green",shape="box"];3082[label="primEqInt (Neg (Succ vwx30000)) (Neg (Succ vwx40000))",fontsize=16,color="black",shape="box"];3082 -> 3497[label="",style="solid", color="black", weight=3]; 23.86/10.19 3083[label="primEqInt (Neg (Succ vwx30000)) (Neg Zero)",fontsize=16,color="black",shape="box"];3083 -> 3498[label="",style="solid", color="black", weight=3]; 23.86/10.19 3084[label="primEqInt (Neg Zero) (Pos (Succ vwx40000))",fontsize=16,color="black",shape="box"];3084 -> 3499[label="",style="solid", color="black", weight=3]; 23.86/10.19 3085[label="primEqInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];3085 -> 3500[label="",style="solid", color="black", weight=3]; 23.86/10.19 3086[label="primEqInt (Neg Zero) (Neg (Succ vwx40000))",fontsize=16,color="black",shape="box"];3086 -> 3501[label="",style="solid", color="black", weight=3]; 23.86/10.19 3087[label="primEqInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];3087 -> 3502[label="",style="solid", color="black", weight=3]; 23.86/10.19 3088 -> 1987[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3088[label="vwx3001 * vwx4000",fontsize=16,color="magenta"];3088 -> 3503[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3088 -> 3504[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3089 -> 1987[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3089[label="vwx3000 * vwx4001",fontsize=16,color="magenta"];3089 -> 3505[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3089 -> 3506[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3090[label="vwx4000",fontsize=16,color="green",shape="box"];3091[label="vwx3000",fontsize=16,color="green",shape="box"];3092[label="vwx4000",fontsize=16,color="green",shape="box"];3093[label="vwx3000",fontsize=16,color="green",shape="box"];3094[label="vwx4000",fontsize=16,color="green",shape="box"];3095[label="vwx3000",fontsize=16,color="green",shape="box"];3096[label="vwx4000",fontsize=16,color="green",shape="box"];3097[label="vwx3000",fontsize=16,color="green",shape="box"];3098[label="vwx4000",fontsize=16,color="green",shape="box"];3099[label="vwx3000",fontsize=16,color="green",shape="box"];3100[label="vwx4000",fontsize=16,color="green",shape="box"];3101[label="vwx3000",fontsize=16,color="green",shape="box"];3102[label="vwx4000",fontsize=16,color="green",shape="box"];3103[label="vwx3000",fontsize=16,color="green",shape="box"];3104[label="vwx4000",fontsize=16,color="green",shape="box"];3105[label="vwx3000",fontsize=16,color="green",shape="box"];3106[label="vwx4000",fontsize=16,color="green",shape="box"];3107[label="vwx3000",fontsize=16,color="green",shape="box"];3108[label="vwx4000",fontsize=16,color="green",shape="box"];3109[label="vwx3000",fontsize=16,color="green",shape="box"];3110[label="vwx4000",fontsize=16,color="green",shape="box"];3111[label="vwx3000",fontsize=16,color="green",shape="box"];3112[label="vwx4000",fontsize=16,color="green",shape="box"];3113[label="vwx3000",fontsize=16,color="green",shape="box"];3114[label="vwx4000",fontsize=16,color="green",shape="box"];3115[label="vwx3000",fontsize=16,color="green",shape="box"];3116[label="vwx4000",fontsize=16,color="green",shape="box"];3117[label="vwx3000",fontsize=16,color="green",shape="box"];3118[label="vwx4000",fontsize=16,color="green",shape="box"];3119[label="vwx3000",fontsize=16,color="green",shape="box"];3120[label="vwx4000",fontsize=16,color="green",shape="box"];3121[label="vwx3000",fontsize=16,color="green",shape="box"];3122[label="vwx4000",fontsize=16,color="green",shape="box"];3123[label="vwx3000",fontsize=16,color="green",shape="box"];3124[label="vwx4000",fontsize=16,color="green",shape="box"];3125[label="vwx3000",fontsize=16,color="green",shape="box"];3126[label="vwx4000",fontsize=16,color="green",shape="box"];3127[label="vwx3000",fontsize=16,color="green",shape="box"];3128[label="vwx4000",fontsize=16,color="green",shape="box"];3129[label="vwx3000",fontsize=16,color="green",shape="box"];3130[label="vwx4000",fontsize=16,color="green",shape="box"];3131[label="vwx3000",fontsize=16,color="green",shape="box"];3132[label="vwx4000",fontsize=16,color="green",shape="box"];3133[label="vwx3000",fontsize=16,color="green",shape="box"];3134[label="vwx4000",fontsize=16,color="green",shape="box"];3135[label="vwx3000",fontsize=16,color="green",shape="box"];3136[label="vwx4000",fontsize=16,color="green",shape="box"];3137[label="vwx3000",fontsize=16,color="green",shape="box"];3138[label="vwx4000",fontsize=16,color="green",shape="box"];3139[label="vwx3000",fontsize=16,color="green",shape="box"];3140[label="vwx4000",fontsize=16,color="green",shape="box"];3141[label="vwx3000",fontsize=16,color="green",shape="box"];3142[label="vwx4000",fontsize=16,color="green",shape="box"];3143[label="vwx3000",fontsize=16,color="green",shape="box"];3144[label="vwx4000",fontsize=16,color="green",shape="box"];3145[label="vwx3000",fontsize=16,color="green",shape="box"];3146[label="vwx4000",fontsize=16,color="green",shape="box"];3147[label="vwx3000",fontsize=16,color="green",shape="box"];3148[label="vwx4000",fontsize=16,color="green",shape="box"];3149[label="vwx3000",fontsize=16,color="green",shape="box"];3150[label="vwx4000",fontsize=16,color="green",shape="box"];3151[label="vwx3000",fontsize=16,color="green",shape="box"];3152[label="vwx4000",fontsize=16,color="green",shape="box"];3153[label="vwx3000",fontsize=16,color="green",shape="box"];3154[label="vwx4000",fontsize=16,color="green",shape="box"];3155[label="vwx3000",fontsize=16,color="green",shape="box"];3156[label="vwx4000",fontsize=16,color="green",shape="box"];3157[label="vwx3000",fontsize=16,color="green",shape="box"];3158[label="vwx4000",fontsize=16,color="green",shape="box"];3159[label="vwx3000",fontsize=16,color="green",shape="box"];3160[label="vwx4000",fontsize=16,color="green",shape="box"];3161[label="vwx3000",fontsize=16,color="green",shape="box"];3162[label="vwx4000",fontsize=16,color="green",shape="box"];3163[label="vwx3000",fontsize=16,color="green",shape="box"];3164[label="vwx4000",fontsize=16,color="green",shape="box"];3165[label="vwx3000",fontsize=16,color="green",shape="box"];3166[label="vwx4000",fontsize=16,color="green",shape="box"];3167[label="vwx3000",fontsize=16,color="green",shape="box"];3168[label="vwx4000",fontsize=16,color="green",shape="box"];3169[label="vwx3000",fontsize=16,color="green",shape="box"];3170[label="vwx4000",fontsize=16,color="green",shape="box"];3171[label="vwx3000",fontsize=16,color="green",shape="box"];3172[label="vwx4000",fontsize=16,color="green",shape="box"];3173[label="vwx3000",fontsize=16,color="green",shape="box"];3174 -> 2108[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3174[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3174 -> 3507[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3174 -> 3508[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3175 -> 2109[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3175[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3175 -> 3509[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3175 -> 3510[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3176 -> 2110[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3176[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3176 -> 3511[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3176 -> 3512[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3177 -> 2111[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3177[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3177 -> 3513[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3177 -> 3514[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3178 -> 2112[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3178[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3178 -> 3515[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3178 -> 3516[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3179 -> 2113[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3179[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3179 -> 3517[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3179 -> 3518[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3180 -> 2114[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3180[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3180 -> 3519[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3180 -> 3520[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3181 -> 2115[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3181[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3181 -> 3521[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3181 -> 3522[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3182 -> 2116[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3182[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3182 -> 3523[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3182 -> 3524[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3183 -> 2117[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3183[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3183 -> 3525[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3183 -> 3526[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3184 -> 2118[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3184[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3184 -> 3527[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3184 -> 3528[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3185 -> 2119[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3185[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3185 -> 3529[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3185 -> 3530[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3186 -> 2120[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3186[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3186 -> 3531[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3186 -> 3532[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3187 -> 2121[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3187[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3187 -> 3533[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3187 -> 3534[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3188[label="vwx4001",fontsize=16,color="green",shape="box"];3189[label="vwx3001",fontsize=16,color="green",shape="box"];3190 -> 1808[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3190[label="compare vwx159 vwx160 /= GT",fontsize=16,color="magenta"];3190 -> 3535[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3191[label="vwx159",fontsize=16,color="green",shape="box"];3192[label="vwx160",fontsize=16,color="green",shape="box"];3193 -> 1808[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3193[label="compare vwx159 vwx160 /= GT",fontsize=16,color="magenta"];3193 -> 3536[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3194 -> 1808[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3194[label="compare vwx159 vwx160 /= GT",fontsize=16,color="magenta"];3194 -> 3537[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3195[label="LT <= vwx160",fontsize=16,color="burlywood",shape="box"];5061[label="vwx160/LT",fontsize=10,color="white",style="solid",shape="box"];3195 -> 5061[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 5061 -> 3538[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 5062[label="vwx160/EQ",fontsize=10,color="white",style="solid",shape="box"];3195 -> 5062[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 5062 -> 3539[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 5063[label="vwx160/GT",fontsize=10,color="white",style="solid",shape="box"];3195 -> 5063[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 5063 -> 3540[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 3196[label="EQ <= vwx160",fontsize=16,color="burlywood",shape="box"];5064[label="vwx160/LT",fontsize=10,color="white",style="solid",shape="box"];3196 -> 5064[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 5064 -> 3541[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 5065[label="vwx160/EQ",fontsize=10,color="white",style="solid",shape="box"];3196 -> 5065[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 5065 -> 3542[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 5066[label="vwx160/GT",fontsize=10,color="white",style="solid",shape="box"];3196 -> 5066[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 5066 -> 3543[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 3197[label="GT <= vwx160",fontsize=16,color="burlywood",shape="box"];5067[label="vwx160/LT",fontsize=10,color="white",style="solid",shape="box"];3197 -> 5067[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 5067 -> 3544[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 5068[label="vwx160/EQ",fontsize=10,color="white",style="solid",shape="box"];3197 -> 5068[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 5068 -> 3545[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 5069[label="vwx160/GT",fontsize=10,color="white",style="solid",shape="box"];3197 -> 5069[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 5069 -> 3546[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 3198[label="False <= vwx160",fontsize=16,color="burlywood",shape="box"];5070[label="vwx160/False",fontsize=10,color="white",style="solid",shape="box"];3198 -> 5070[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 5070 -> 3547[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 5071[label="vwx160/True",fontsize=10,color="white",style="solid",shape="box"];3198 -> 5071[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 5071 -> 3548[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 3199[label="True <= vwx160",fontsize=16,color="burlywood",shape="box"];5072[label="vwx160/False",fontsize=10,color="white",style="solid",shape="box"];3199 -> 5072[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 5072 -> 3549[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 5073[label="vwx160/True",fontsize=10,color="white",style="solid",shape="box"];3199 -> 5073[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 5073 -> 3550[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 3200 -> 1808[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3200[label="compare vwx159 vwx160 /= GT",fontsize=16,color="magenta"];3200 -> 3551[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3201 -> 1808[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3201[label="compare vwx159 vwx160 /= GT",fontsize=16,color="magenta"];3201 -> 3552[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3202 -> 1808[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3202[label="compare vwx159 vwx160 /= GT",fontsize=16,color="magenta"];3202 -> 3553[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3203[label="Nothing <= vwx160",fontsize=16,color="burlywood",shape="box"];5074[label="vwx160/Nothing",fontsize=10,color="white",style="solid",shape="box"];3203 -> 5074[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 5074 -> 3554[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 5075[label="vwx160/Just vwx1600",fontsize=10,color="white",style="solid",shape="box"];3203 -> 5075[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 5075 -> 3555[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 3204[label="Just vwx1590 <= vwx160",fontsize=16,color="burlywood",shape="box"];5076[label="vwx160/Nothing",fontsize=10,color="white",style="solid",shape="box"];3204 -> 5076[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 5076 -> 3556[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 5077[label="vwx160/Just vwx1600",fontsize=10,color="white",style="solid",shape="box"];3204 -> 5077[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 5077 -> 3557[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 3205[label="(vwx1590,vwx1591) <= vwx160",fontsize=16,color="burlywood",shape="box"];5078[label="vwx160/(vwx1600,vwx1601)",fontsize=10,color="white",style="solid",shape="box"];3205 -> 5078[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 5078 -> 3558[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 3206[label="Left vwx1590 <= vwx160",fontsize=16,color="burlywood",shape="box"];5079[label="vwx160/Left vwx1600",fontsize=10,color="white",style="solid",shape="box"];3206 -> 5079[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 5079 -> 3559[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 5080[label="vwx160/Right vwx1600",fontsize=10,color="white",style="solid",shape="box"];3206 -> 5080[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 5080 -> 3560[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 3207[label="Right vwx1590 <= vwx160",fontsize=16,color="burlywood",shape="box"];5081[label="vwx160/Left vwx1600",fontsize=10,color="white",style="solid",shape="box"];3207 -> 5081[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 5081 -> 3561[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 5082[label="vwx160/Right vwx1600",fontsize=10,color="white",style="solid",shape="box"];3207 -> 5082[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 5082 -> 3562[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 3208 -> 1808[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3208[label="compare vwx159 vwx160 /= GT",fontsize=16,color="magenta"];3208 -> 3563[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3209[label="(vwx1590,vwx1591,vwx1592) <= vwx160",fontsize=16,color="burlywood",shape="box"];5083[label="vwx160/(vwx1600,vwx1601,vwx1602)",fontsize=10,color="white",style="solid",shape="box"];3209 -> 5083[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 5083 -> 3564[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 3210[label="compare0 (Just vwx231) (Just vwx232) True",fontsize=16,color="black",shape="box"];3210 -> 3565[label="",style="solid", color="black", weight=3]; 23.86/10.19 3211 -> 2116[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3211[label="vwx208 == vwx210",fontsize=16,color="magenta"];3211 -> 3566[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3211 -> 3567[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3212 -> 2120[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3212[label="vwx208 == vwx210",fontsize=16,color="magenta"];3212 -> 3568[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3212 -> 3569[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3213 -> 2109[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3213[label="vwx208 == vwx210",fontsize=16,color="magenta"];3213 -> 3570[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3213 -> 3571[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3214 -> 2115[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3214[label="vwx208 == vwx210",fontsize=16,color="magenta"];3214 -> 3572[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3214 -> 3573[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3215 -> 2117[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3215[label="vwx208 == vwx210",fontsize=16,color="magenta"];3215 -> 3574[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3215 -> 3575[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3216 -> 2113[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3216[label="vwx208 == vwx210",fontsize=16,color="magenta"];3216 -> 3576[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3216 -> 3577[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3217 -> 2121[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3217[label="vwx208 == vwx210",fontsize=16,color="magenta"];3217 -> 3578[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3217 -> 3579[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3218 -> 2114[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3218[label="vwx208 == vwx210",fontsize=16,color="magenta"];3218 -> 3580[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3218 -> 3581[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3219 -> 2112[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3219[label="vwx208 == vwx210",fontsize=16,color="magenta"];3219 -> 3582[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3219 -> 3583[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3220 -> 2118[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3220[label="vwx208 == vwx210",fontsize=16,color="magenta"];3220 -> 3584[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3220 -> 3585[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3221 -> 2110[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3221[label="vwx208 == vwx210",fontsize=16,color="magenta"];3221 -> 3586[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3221 -> 3587[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3222 -> 2119[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3222[label="vwx208 == vwx210",fontsize=16,color="magenta"];3222 -> 3588[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3222 -> 3589[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3223 -> 2111[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3223[label="vwx208 == vwx210",fontsize=16,color="magenta"];3223 -> 3590[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3223 -> 3591[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3224 -> 2108[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3224[label="vwx208 == vwx210",fontsize=16,color="magenta"];3224 -> 3592[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3224 -> 3593[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3225 -> 2900[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3225[label="vwx209 <= vwx211",fontsize=16,color="magenta"];3225 -> 3594[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3225 -> 3595[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3226 -> 4[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3226[label="vwx209 <= vwx211",fontsize=16,color="magenta"];3226 -> 3596[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3226 -> 3597[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3227 -> 2902[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3227[label="vwx209 <= vwx211",fontsize=16,color="magenta"];3227 -> 3598[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3227 -> 3599[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3228 -> 2903[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3228[label="vwx209 <= vwx211",fontsize=16,color="magenta"];3228 -> 3600[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3228 -> 3601[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3229 -> 2904[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3229[label="vwx209 <= vwx211",fontsize=16,color="magenta"];3229 -> 3602[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3229 -> 3603[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3230 -> 2905[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3230[label="vwx209 <= vwx211",fontsize=16,color="magenta"];3230 -> 3604[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3230 -> 3605[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3231 -> 2906[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3231[label="vwx209 <= vwx211",fontsize=16,color="magenta"];3231 -> 3606[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3231 -> 3607[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3232 -> 2907[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3232[label="vwx209 <= vwx211",fontsize=16,color="magenta"];3232 -> 3608[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3232 -> 3609[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3233 -> 2908[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3233[label="vwx209 <= vwx211",fontsize=16,color="magenta"];3233 -> 3610[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3233 -> 3611[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3234 -> 2909[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3234[label="vwx209 <= vwx211",fontsize=16,color="magenta"];3234 -> 3612[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3234 -> 3613[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3235 -> 2910[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3235[label="vwx209 <= vwx211",fontsize=16,color="magenta"];3235 -> 3614[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3235 -> 3615[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3236 -> 2911[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3236[label="vwx209 <= vwx211",fontsize=16,color="magenta"];3236 -> 3616[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3236 -> 3617[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3237 -> 2912[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3237[label="vwx209 <= vwx211",fontsize=16,color="magenta"];3237 -> 3618[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3237 -> 3619[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3238 -> 2913[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3238[label="vwx209 <= vwx211",fontsize=16,color="magenta"];3238 -> 3620[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3238 -> 3621[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3239 -> 2117[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3239[label="compare vwx208 vwx210 == LT",fontsize=16,color="magenta"];3239 -> 3622[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3239 -> 3623[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3240 -> 2117[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3240[label="compare vwx208 vwx210 == LT",fontsize=16,color="magenta"];3240 -> 3624[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3240 -> 3625[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3241 -> 2117[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3241[label="compare vwx208 vwx210 == LT",fontsize=16,color="magenta"];3241 -> 3626[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3241 -> 3627[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3242 -> 2117[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3242[label="compare vwx208 vwx210 == LT",fontsize=16,color="magenta"];3242 -> 3628[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3242 -> 3629[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3243 -> 2117[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3243[label="compare vwx208 vwx210 == LT",fontsize=16,color="magenta"];3243 -> 3630[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3243 -> 3631[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3244 -> 2117[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3244[label="compare vwx208 vwx210 == LT",fontsize=16,color="magenta"];3244 -> 3632[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3244 -> 3633[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3245 -> 2117[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3245[label="compare vwx208 vwx210 == LT",fontsize=16,color="magenta"];3245 -> 3634[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3245 -> 3635[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3246 -> 2117[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3246[label="compare vwx208 vwx210 == LT",fontsize=16,color="magenta"];3246 -> 3636[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3246 -> 3637[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3247 -> 2117[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3247[label="compare vwx208 vwx210 == LT",fontsize=16,color="magenta"];3247 -> 3638[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3247 -> 3639[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3248 -> 2117[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3248[label="compare vwx208 vwx210 == LT",fontsize=16,color="magenta"];3248 -> 3640[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3248 -> 3641[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3249 -> 2117[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3249[label="compare vwx208 vwx210 == LT",fontsize=16,color="magenta"];3249 -> 3642[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3249 -> 3643[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3250 -> 2117[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3250[label="compare vwx208 vwx210 == LT",fontsize=16,color="magenta"];3250 -> 3644[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3250 -> 3645[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3251 -> 2117[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3251[label="compare vwx208 vwx210 == LT",fontsize=16,color="magenta"];3251 -> 3646[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3251 -> 3647[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3252 -> 2117[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3252[label="compare vwx208 vwx210 == LT",fontsize=16,color="magenta"];3252 -> 3648[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3252 -> 3649[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3253[label="compare1 (vwx258,vwx259) (vwx260,vwx261) vwx263",fontsize=16,color="burlywood",shape="triangle"];5084[label="vwx263/False",fontsize=10,color="white",style="solid",shape="box"];3253 -> 5084[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 5084 -> 3650[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 5085[label="vwx263/True",fontsize=10,color="white",style="solid",shape="box"];3253 -> 5085[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 5085 -> 3651[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 3254 -> 3253[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3254[label="compare1 (vwx258,vwx259) (vwx260,vwx261) True",fontsize=16,color="magenta"];3254 -> 3652[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3255[label="vwx178",fontsize=16,color="green",shape="box"];3256[label="vwx177",fontsize=16,color="green",shape="box"];3257[label="vwx177",fontsize=16,color="green",shape="box"];3258[label="vwx178",fontsize=16,color="green",shape="box"];3259[label="vwx178",fontsize=16,color="green",shape="box"];3260[label="vwx177",fontsize=16,color="green",shape="box"];3261[label="vwx178",fontsize=16,color="green",shape="box"];3262[label="vwx177",fontsize=16,color="green",shape="box"];3263[label="vwx178",fontsize=16,color="green",shape="box"];3264[label="vwx177",fontsize=16,color="green",shape="box"];3265[label="vwx178",fontsize=16,color="green",shape="box"];3266[label="vwx177",fontsize=16,color="green",shape="box"];3267[label="vwx178",fontsize=16,color="green",shape="box"];3268[label="vwx177",fontsize=16,color="green",shape="box"];3269[label="vwx178",fontsize=16,color="green",shape="box"];3270[label="vwx177",fontsize=16,color="green",shape="box"];3271[label="vwx178",fontsize=16,color="green",shape="box"];3272[label="vwx177",fontsize=16,color="green",shape="box"];3273[label="vwx178",fontsize=16,color="green",shape="box"];3274[label="vwx177",fontsize=16,color="green",shape="box"];3275[label="vwx178",fontsize=16,color="green",shape="box"];3276[label="vwx177",fontsize=16,color="green",shape="box"];3277[label="vwx178",fontsize=16,color="green",shape="box"];3278[label="vwx177",fontsize=16,color="green",shape="box"];3279[label="vwx178",fontsize=16,color="green",shape="box"];3280[label="vwx177",fontsize=16,color="green",shape="box"];3281[label="vwx178",fontsize=16,color="green",shape="box"];3282[label="vwx177",fontsize=16,color="green",shape="box"];3283[label="compare0 (Left vwx238) (Left vwx239) True",fontsize=16,color="black",shape="box"];3283 -> 3653[label="",style="solid", color="black", weight=3]; 23.86/10.19 3284[label="vwx185",fontsize=16,color="green",shape="box"];3285[label="vwx184",fontsize=16,color="green",shape="box"];3286[label="vwx184",fontsize=16,color="green",shape="box"];3287[label="vwx185",fontsize=16,color="green",shape="box"];3288[label="vwx185",fontsize=16,color="green",shape="box"];3289[label="vwx184",fontsize=16,color="green",shape="box"];3290[label="vwx185",fontsize=16,color="green",shape="box"];3291[label="vwx184",fontsize=16,color="green",shape="box"];3292[label="vwx185",fontsize=16,color="green",shape="box"];3293[label="vwx184",fontsize=16,color="green",shape="box"];3294[label="vwx185",fontsize=16,color="green",shape="box"];3295[label="vwx184",fontsize=16,color="green",shape="box"];3296[label="vwx185",fontsize=16,color="green",shape="box"];3297[label="vwx184",fontsize=16,color="green",shape="box"];3298[label="vwx185",fontsize=16,color="green",shape="box"];3299[label="vwx184",fontsize=16,color="green",shape="box"];3300[label="vwx185",fontsize=16,color="green",shape="box"];3301[label="vwx184",fontsize=16,color="green",shape="box"];3302[label="vwx185",fontsize=16,color="green",shape="box"];3303[label="vwx184",fontsize=16,color="green",shape="box"];3304[label="vwx185",fontsize=16,color="green",shape="box"];3305[label="vwx184",fontsize=16,color="green",shape="box"];3306[label="vwx185",fontsize=16,color="green",shape="box"];3307[label="vwx184",fontsize=16,color="green",shape="box"];3308[label="vwx185",fontsize=16,color="green",shape="box"];3309[label="vwx184",fontsize=16,color="green",shape="box"];3310[label="vwx185",fontsize=16,color="green",shape="box"];3311[label="vwx184",fontsize=16,color="green",shape="box"];3312[label="compare0 (Right vwx246) (Right vwx247) True",fontsize=16,color="black",shape="box"];3312 -> 3654[label="",style="solid", color="black", weight=3]; 23.86/10.19 3313 -> 2116[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3313[label="vwx195 == vwx198",fontsize=16,color="magenta"];3313 -> 3655[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3313 -> 3656[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3314 -> 2120[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3314[label="vwx195 == vwx198",fontsize=16,color="magenta"];3314 -> 3657[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3314 -> 3658[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3315 -> 2109[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3315[label="vwx195 == vwx198",fontsize=16,color="magenta"];3315 -> 3659[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3315 -> 3660[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3316 -> 2115[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3316[label="vwx195 == vwx198",fontsize=16,color="magenta"];3316 -> 3661[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3316 -> 3662[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3317 -> 2117[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3317[label="vwx195 == vwx198",fontsize=16,color="magenta"];3317 -> 3663[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3317 -> 3664[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3318 -> 2113[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3318[label="vwx195 == vwx198",fontsize=16,color="magenta"];3318 -> 3665[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3318 -> 3666[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3319 -> 2121[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3319[label="vwx195 == vwx198",fontsize=16,color="magenta"];3319 -> 3667[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3319 -> 3668[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3320 -> 2114[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3320[label="vwx195 == vwx198",fontsize=16,color="magenta"];3320 -> 3669[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3320 -> 3670[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3321 -> 2112[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3321[label="vwx195 == vwx198",fontsize=16,color="magenta"];3321 -> 3671[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3321 -> 3672[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3322 -> 2118[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3322[label="vwx195 == vwx198",fontsize=16,color="magenta"];3322 -> 3673[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3322 -> 3674[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3323 -> 2110[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3323[label="vwx195 == vwx198",fontsize=16,color="magenta"];3323 -> 3675[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3323 -> 3676[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3324 -> 2119[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3324[label="vwx195 == vwx198",fontsize=16,color="magenta"];3324 -> 3677[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3324 -> 3678[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3325 -> 2111[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3325[label="vwx195 == vwx198",fontsize=16,color="magenta"];3325 -> 3679[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3325 -> 3680[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3326 -> 2108[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3326[label="vwx195 == vwx198",fontsize=16,color="magenta"];3326 -> 3681[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3326 -> 3682[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3686 -> 2517[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3686[label="vwx196 == vwx199 && vwx197 <= vwx200",fontsize=16,color="magenta"];3686 -> 3690[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3686 -> 3691[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3687[label="vwx196 < vwx199",fontsize=16,color="blue",shape="box"];5086[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3687 -> 5086[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5086 -> 3692[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5087[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3687 -> 5087[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5087 -> 3693[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5088[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3687 -> 5088[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5088 -> 3694[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5089[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3687 -> 5089[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5089 -> 3695[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5090[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3687 -> 5090[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5090 -> 3696[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5091[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3687 -> 5091[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5091 -> 3697[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5092[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3687 -> 5092[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5092 -> 3698[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5093[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3687 -> 5093[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5093 -> 3699[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5094[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3687 -> 5094[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5094 -> 3700[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5095[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3687 -> 5095[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5095 -> 3701[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5096[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3687 -> 5096[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5096 -> 3702[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5097[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3687 -> 5097[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5097 -> 3703[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5098[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3687 -> 5098[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5098 -> 3704[label="",style="solid", color="blue", weight=3]; 23.86/10.19 5099[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3687 -> 5099[label="",style="solid", color="blue", weight=9]; 23.86/10.19 5099 -> 3705[label="",style="solid", color="blue", weight=3]; 23.86/10.19 3685[label="vwx285 || vwx286",fontsize=16,color="burlywood",shape="triangle"];5100[label="vwx285/False",fontsize=10,color="white",style="solid",shape="box"];3685 -> 5100[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 5100 -> 3706[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 5101[label="vwx285/True",fontsize=10,color="white",style="solid",shape="box"];3685 -> 5101[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 5101 -> 3707[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 3329[label="vwx198",fontsize=16,color="green",shape="box"];3330[label="vwx195",fontsize=16,color="green",shape="box"];3331[label="vwx198",fontsize=16,color="green",shape="box"];3332[label="vwx195",fontsize=16,color="green",shape="box"];3333[label="vwx198",fontsize=16,color="green",shape="box"];3334[label="vwx195",fontsize=16,color="green",shape="box"];3335[label="vwx198",fontsize=16,color="green",shape="box"];3336[label="vwx195",fontsize=16,color="green",shape="box"];3337[label="vwx198",fontsize=16,color="green",shape="box"];3338[label="vwx195",fontsize=16,color="green",shape="box"];3339[label="vwx198",fontsize=16,color="green",shape="box"];3340[label="vwx195",fontsize=16,color="green",shape="box"];3341[label="vwx198",fontsize=16,color="green",shape="box"];3342[label="vwx195",fontsize=16,color="green",shape="box"];3343[label="vwx198",fontsize=16,color="green",shape="box"];3344[label="vwx195",fontsize=16,color="green",shape="box"];3345[label="vwx198",fontsize=16,color="green",shape="box"];3346[label="vwx195",fontsize=16,color="green",shape="box"];3347[label="vwx198",fontsize=16,color="green",shape="box"];3348[label="vwx195",fontsize=16,color="green",shape="box"];3349[label="vwx198",fontsize=16,color="green",shape="box"];3350[label="vwx195",fontsize=16,color="green",shape="box"];3351[label="vwx198",fontsize=16,color="green",shape="box"];3352[label="vwx195",fontsize=16,color="green",shape="box"];3353[label="vwx198",fontsize=16,color="green",shape="box"];3354[label="vwx195",fontsize=16,color="green",shape="box"];3355[label="vwx198",fontsize=16,color="green",shape="box"];3356[label="vwx195",fontsize=16,color="green",shape="box"];3357[label="compare1 (vwx273,vwx274,vwx275) (vwx276,vwx277,vwx278) vwx280",fontsize=16,color="burlywood",shape="triangle"];5102[label="vwx280/False",fontsize=10,color="white",style="solid",shape="box"];3357 -> 5102[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 5102 -> 3708[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 5103[label="vwx280/True",fontsize=10,color="white",style="solid",shape="box"];3357 -> 5103[label="",style="solid", color="burlywood", weight=9]; 23.86/10.19 5103 -> 3709[label="",style="solid", color="burlywood", weight=3]; 23.86/10.19 3358 -> 3357[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3358[label="compare1 (vwx273,vwx274,vwx275) (vwx276,vwx277,vwx278) True",fontsize=16,color="magenta"];3358 -> 3710[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3359 -> 3711[label="",style="dashed", color="red", weight=0]; 23.86/10.19 3359[label="primPlusNat (primMulNat vwx40000 (Succ vwx30100)) (Succ vwx30100)",fontsize=16,color="magenta"];3359 -> 3712[label="",style="dashed", color="magenta", weight=3]; 23.86/10.19 3360[label="Zero",fontsize=16,color="green",shape="box"];3361[label="Zero",fontsize=16,color="green",shape="box"];3362[label="Zero",fontsize=16,color="green",shape="box"];3363[label="vwx4000",fontsize=16,color="green",shape="box"];3364[label="vwx3000",fontsize=16,color="green",shape="box"];3365[label="vwx4000",fontsize=16,color="green",shape="box"];3366[label="vwx3000",fontsize=16,color="green",shape="box"];3367[label="vwx4000",fontsize=16,color="green",shape="box"];3368[label="vwx3000",fontsize=16,color="green",shape="box"];3369[label="vwx4000",fontsize=16,color="green",shape="box"];3370[label="vwx3000",fontsize=16,color="green",shape="box"];3371[label="vwx4000",fontsize=16,color="green",shape="box"];3372[label="vwx3000",fontsize=16,color="green",shape="box"];3373[label="vwx4000",fontsize=16,color="green",shape="box"];3374[label="vwx3000",fontsize=16,color="green",shape="box"];3375[label="vwx4000",fontsize=16,color="green",shape="box"];3376[label="vwx3000",fontsize=16,color="green",shape="box"];3377[label="vwx4000",fontsize=16,color="green",shape="box"];3378[label="vwx3000",fontsize=16,color="green",shape="box"];3379[label="vwx4000",fontsize=16,color="green",shape="box"];3380[label="vwx3000",fontsize=16,color="green",shape="box"];3381[label="vwx4000",fontsize=16,color="green",shape="box"];3382[label="vwx3000",fontsize=16,color="green",shape="box"];3383[label="vwx4000",fontsize=16,color="green",shape="box"];3384[label="vwx3000",fontsize=16,color="green",shape="box"];3385[label="vwx4000",fontsize=16,color="green",shape="box"];3386[label="vwx3000",fontsize=16,color="green",shape="box"];3387[label="vwx4000",fontsize=16,color="green",shape="box"];3388[label="vwx3000",fontsize=16,color="green",shape="box"];3389[label="vwx4000",fontsize=16,color="green",shape="box"];3390[label="vwx3000",fontsize=16,color="green",shape="box"];3391 -> 2108[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3391[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3391 -> 3713[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3391 -> 3714[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3392 -> 2109[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3392[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3392 -> 3715[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3392 -> 3716[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3393 -> 2110[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3393[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3393 -> 3717[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3393 -> 3718[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3394 -> 2111[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3394[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3394 -> 3719[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3394 -> 3720[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3395 -> 2112[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3395[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3395 -> 3721[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3395 -> 3722[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3396 -> 2113[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3396[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3396 -> 3723[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3396 -> 3724[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3397 -> 2114[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3397[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3397 -> 3725[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3397 -> 3726[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3398 -> 2115[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3398[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3398 -> 3727[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3398 -> 3728[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3399 -> 2116[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3399[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3399 -> 3729[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3399 -> 3730[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3400 -> 2117[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3400[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3400 -> 3731[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3400 -> 3732[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3401 -> 2118[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3401[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3401 -> 3733[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3401 -> 3734[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3402 -> 2119[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3402[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3402 -> 3735[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3402 -> 3736[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3403 -> 2120[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3403[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3403 -> 3737[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3403 -> 3738[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3404 -> 2121[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3404[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3404 -> 3739[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3404 -> 3740[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3405 -> 2108[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3405[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];3405 -> 3741[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3405 -> 3742[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3406 -> 2109[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3406[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];3406 -> 3743[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3406 -> 3744[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3407 -> 2110[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3407[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];3407 -> 3745[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3407 -> 3746[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3408 -> 2111[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3408[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];3408 -> 3747[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3408 -> 3748[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3409 -> 2112[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3409[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];3409 -> 3749[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3409 -> 3750[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3410 -> 2113[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3410[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];3410 -> 3751[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3410 -> 3752[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3411 -> 2114[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3411[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];3411 -> 3753[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3411 -> 3754[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3412 -> 2115[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3412[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];3412 -> 3755[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3412 -> 3756[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3413 -> 2116[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3413[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];3413 -> 3757[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3413 -> 3758[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3414 -> 2117[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3414[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];3414 -> 3759[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3414 -> 3760[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3415 -> 2118[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3415[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];3415 -> 3761[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3415 -> 3762[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3416 -> 2119[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3416[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];3416 -> 3763[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3416 -> 3764[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3417 -> 2120[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3417[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];3417 -> 3765[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3417 -> 3766[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3418 -> 2121[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3418[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];3418 -> 3767[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3418 -> 3768[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3419[label="primEqNat (Succ vwx30000) (Succ vwx40000)",fontsize=16,color="black",shape="box"];3419 -> 3769[label="",style="solid", color="black", weight=3]; 23.86/10.20 3420[label="primEqNat (Succ vwx30000) Zero",fontsize=16,color="black",shape="box"];3420 -> 3770[label="",style="solid", color="black", weight=3]; 23.86/10.20 3421[label="primEqNat Zero (Succ vwx40000)",fontsize=16,color="black",shape="box"];3421 -> 3771[label="",style="solid", color="black", weight=3]; 23.86/10.20 3422[label="primEqNat Zero Zero",fontsize=16,color="black",shape="box"];3422 -> 3772[label="",style="solid", color="black", weight=3]; 23.86/10.20 3423[label="vwx4000",fontsize=16,color="green",shape="box"];3424[label="vwx3000",fontsize=16,color="green",shape="box"];3425[label="vwx4000",fontsize=16,color="green",shape="box"];3426[label="vwx3000",fontsize=16,color="green",shape="box"];3427[label="vwx4000",fontsize=16,color="green",shape="box"];3428[label="vwx3000",fontsize=16,color="green",shape="box"];3429[label="vwx4000",fontsize=16,color="green",shape="box"];3430[label="vwx3000",fontsize=16,color="green",shape="box"];3431[label="vwx4000",fontsize=16,color="green",shape="box"];3432[label="vwx3000",fontsize=16,color="green",shape="box"];3433[label="vwx4000",fontsize=16,color="green",shape="box"];3434[label="vwx3000",fontsize=16,color="green",shape="box"];3435[label="vwx4000",fontsize=16,color="green",shape="box"];3436[label="vwx3000",fontsize=16,color="green",shape="box"];3437[label="vwx4000",fontsize=16,color="green",shape="box"];3438[label="vwx3000",fontsize=16,color="green",shape="box"];3439[label="vwx4000",fontsize=16,color="green",shape="box"];3440[label="vwx3000",fontsize=16,color="green",shape="box"];3441[label="vwx4000",fontsize=16,color="green",shape="box"];3442[label="vwx3000",fontsize=16,color="green",shape="box"];3443[label="vwx4000",fontsize=16,color="green",shape="box"];3444[label="vwx3000",fontsize=16,color="green",shape="box"];3445[label="vwx4000",fontsize=16,color="green",shape="box"];3446[label="vwx3000",fontsize=16,color="green",shape="box"];3447[label="vwx4000",fontsize=16,color="green",shape="box"];3448[label="vwx3000",fontsize=16,color="green",shape="box"];3449[label="vwx4000",fontsize=16,color="green",shape="box"];3450[label="vwx3000",fontsize=16,color="green",shape="box"];3451[label="vwx4001",fontsize=16,color="green",shape="box"];3452[label="vwx3001",fontsize=16,color="green",shape="box"];3453[label="vwx4001",fontsize=16,color="green",shape="box"];3454[label="vwx3001",fontsize=16,color="green",shape="box"];3455[label="vwx4001",fontsize=16,color="green",shape="box"];3456[label="vwx3001",fontsize=16,color="green",shape="box"];3457[label="vwx4001",fontsize=16,color="green",shape="box"];3458[label="vwx3001",fontsize=16,color="green",shape="box"];3459[label="vwx4001",fontsize=16,color="green",shape="box"];3460[label="vwx3001",fontsize=16,color="green",shape="box"];3461[label="vwx4001",fontsize=16,color="green",shape="box"];3462[label="vwx3001",fontsize=16,color="green",shape="box"];3463[label="vwx4001",fontsize=16,color="green",shape="box"];3464[label="vwx3001",fontsize=16,color="green",shape="box"];3465[label="vwx4001",fontsize=16,color="green",shape="box"];3466[label="vwx3001",fontsize=16,color="green",shape="box"];3467[label="vwx4001",fontsize=16,color="green",shape="box"];3468[label="vwx3001",fontsize=16,color="green",shape="box"];3469[label="vwx4001",fontsize=16,color="green",shape="box"];3470[label="vwx3001",fontsize=16,color="green",shape="box"];3471[label="vwx4001",fontsize=16,color="green",shape="box"];3472[label="vwx3001",fontsize=16,color="green",shape="box"];3473[label="vwx4001",fontsize=16,color="green",shape="box"];3474[label="vwx3001",fontsize=16,color="green",shape="box"];3475[label="vwx4001",fontsize=16,color="green",shape="box"];3476[label="vwx3001",fontsize=16,color="green",shape="box"];3477[label="vwx4001",fontsize=16,color="green",shape="box"];3478[label="vwx3001",fontsize=16,color="green",shape="box"];3479[label="vwx3001",fontsize=16,color="green",shape="box"];3480[label="vwx4000",fontsize=16,color="green",shape="box"];3481[label="vwx3000",fontsize=16,color="green",shape="box"];3482[label="vwx4001",fontsize=16,color="green",shape="box"];3483[label="vwx4000",fontsize=16,color="green",shape="box"];3484[label="vwx3000",fontsize=16,color="green",shape="box"];3485[label="vwx4000",fontsize=16,color="green",shape="box"];3486[label="vwx3000",fontsize=16,color="green",shape="box"];3487[label="vwx4001",fontsize=16,color="green",shape="box"];3488[label="vwx3001",fontsize=16,color="green",shape="box"];3489[label="vwx4001",fontsize=16,color="green",shape="box"];3490[label="vwx3001",fontsize=16,color="green",shape="box"];3491 -> 2839[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3491[label="primEqNat vwx30000 vwx40000",fontsize=16,color="magenta"];3491 -> 3773[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3491 -> 3774[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3492[label="False",fontsize=16,color="green",shape="box"];3493[label="False",fontsize=16,color="green",shape="box"];3494[label="True",fontsize=16,color="green",shape="box"];3495[label="False",fontsize=16,color="green",shape="box"];3496[label="True",fontsize=16,color="green",shape="box"];3497 -> 2839[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3497[label="primEqNat vwx30000 vwx40000",fontsize=16,color="magenta"];3497 -> 3775[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3497 -> 3776[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3498[label="False",fontsize=16,color="green",shape="box"];3499[label="False",fontsize=16,color="green",shape="box"];3500[label="True",fontsize=16,color="green",shape="box"];3501[label="False",fontsize=16,color="green",shape="box"];3502[label="True",fontsize=16,color="green",shape="box"];3503[label="vwx3001",fontsize=16,color="green",shape="box"];3504[label="vwx4000",fontsize=16,color="green",shape="box"];3505[label="vwx3000",fontsize=16,color="green",shape="box"];3506[label="vwx4001",fontsize=16,color="green",shape="box"];3507[label="vwx4000",fontsize=16,color="green",shape="box"];3508[label="vwx3000",fontsize=16,color="green",shape="box"];3509[label="vwx4000",fontsize=16,color="green",shape="box"];3510[label="vwx3000",fontsize=16,color="green",shape="box"];3511[label="vwx4000",fontsize=16,color="green",shape="box"];3512[label="vwx3000",fontsize=16,color="green",shape="box"];3513[label="vwx4000",fontsize=16,color="green",shape="box"];3514[label="vwx3000",fontsize=16,color="green",shape="box"];3515[label="vwx4000",fontsize=16,color="green",shape="box"];3516[label="vwx3000",fontsize=16,color="green",shape="box"];3517[label="vwx4000",fontsize=16,color="green",shape="box"];3518[label="vwx3000",fontsize=16,color="green",shape="box"];3519[label="vwx4000",fontsize=16,color="green",shape="box"];3520[label="vwx3000",fontsize=16,color="green",shape="box"];3521[label="vwx4000",fontsize=16,color="green",shape="box"];3522[label="vwx3000",fontsize=16,color="green",shape="box"];3523[label="vwx4000",fontsize=16,color="green",shape="box"];3524[label="vwx3000",fontsize=16,color="green",shape="box"];3525[label="vwx4000",fontsize=16,color="green",shape="box"];3526[label="vwx3000",fontsize=16,color="green",shape="box"];3527[label="vwx4000",fontsize=16,color="green",shape="box"];3528[label="vwx3000",fontsize=16,color="green",shape="box"];3529[label="vwx4000",fontsize=16,color="green",shape="box"];3530[label="vwx3000",fontsize=16,color="green",shape="box"];3531[label="vwx4000",fontsize=16,color="green",shape="box"];3532[label="vwx3000",fontsize=16,color="green",shape="box"];3533[label="vwx4000",fontsize=16,color="green",shape="box"];3534[label="vwx3000",fontsize=16,color="green",shape="box"];3535 -> 1844[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3535[label="compare vwx159 vwx160",fontsize=16,color="magenta"];3535 -> 3777[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3535 -> 3778[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3536 -> 1846[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3536[label="compare vwx159 vwx160",fontsize=16,color="magenta"];3536 -> 3779[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3536 -> 3780[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3537 -> 1847[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3537[label="compare vwx159 vwx160",fontsize=16,color="magenta"];3537 -> 3781[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3537 -> 3782[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3538[label="LT <= LT",fontsize=16,color="black",shape="box"];3538 -> 3783[label="",style="solid", color="black", weight=3]; 23.86/10.20 3539[label="LT <= EQ",fontsize=16,color="black",shape="box"];3539 -> 3784[label="",style="solid", color="black", weight=3]; 23.86/10.20 3540[label="LT <= GT",fontsize=16,color="black",shape="box"];3540 -> 3785[label="",style="solid", color="black", weight=3]; 23.86/10.20 3541[label="EQ <= LT",fontsize=16,color="black",shape="box"];3541 -> 3786[label="",style="solid", color="black", weight=3]; 23.86/10.20 3542[label="EQ <= EQ",fontsize=16,color="black",shape="box"];3542 -> 3787[label="",style="solid", color="black", weight=3]; 23.86/10.20 3543[label="EQ <= GT",fontsize=16,color="black",shape="box"];3543 -> 3788[label="",style="solid", color="black", weight=3]; 23.86/10.20 3544[label="GT <= LT",fontsize=16,color="black",shape="box"];3544 -> 3789[label="",style="solid", color="black", weight=3]; 23.86/10.20 3545[label="GT <= EQ",fontsize=16,color="black",shape="box"];3545 -> 3790[label="",style="solid", color="black", weight=3]; 23.86/10.20 3546[label="GT <= GT",fontsize=16,color="black",shape="box"];3546 -> 3791[label="",style="solid", color="black", weight=3]; 23.86/10.20 3547[label="False <= False",fontsize=16,color="black",shape="box"];3547 -> 3792[label="",style="solid", color="black", weight=3]; 23.86/10.20 3548[label="False <= True",fontsize=16,color="black",shape="box"];3548 -> 3793[label="",style="solid", color="black", weight=3]; 23.86/10.20 3549[label="True <= False",fontsize=16,color="black",shape="box"];3549 -> 3794[label="",style="solid", color="black", weight=3]; 23.86/10.20 3550[label="True <= True",fontsize=16,color="black",shape="box"];3550 -> 3795[label="",style="solid", color="black", weight=3]; 23.86/10.20 3551 -> 1850[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3551[label="compare vwx159 vwx160",fontsize=16,color="magenta"];3551 -> 3796[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3551 -> 3797[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3552 -> 1851[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3552[label="compare vwx159 vwx160",fontsize=16,color="magenta"];3552 -> 3798[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3552 -> 3799[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3553 -> 1852[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3553[label="compare vwx159 vwx160",fontsize=16,color="magenta"];3553 -> 3800[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3553 -> 3801[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3554[label="Nothing <= Nothing",fontsize=16,color="black",shape="box"];3554 -> 3802[label="",style="solid", color="black", weight=3]; 23.86/10.20 3555[label="Nothing <= Just vwx1600",fontsize=16,color="black",shape="box"];3555 -> 3803[label="",style="solid", color="black", weight=3]; 23.86/10.20 3556[label="Just vwx1590 <= Nothing",fontsize=16,color="black",shape="box"];3556 -> 3804[label="",style="solid", color="black", weight=3]; 23.86/10.20 3557[label="Just vwx1590 <= Just vwx1600",fontsize=16,color="black",shape="box"];3557 -> 3805[label="",style="solid", color="black", weight=3]; 23.86/10.20 3558[label="(vwx1590,vwx1591) <= (vwx1600,vwx1601)",fontsize=16,color="black",shape="box"];3558 -> 3806[label="",style="solid", color="black", weight=3]; 23.86/10.20 3559[label="Left vwx1590 <= Left vwx1600",fontsize=16,color="black",shape="box"];3559 -> 3807[label="",style="solid", color="black", weight=3]; 23.86/10.20 3560[label="Left vwx1590 <= Right vwx1600",fontsize=16,color="black",shape="box"];3560 -> 3808[label="",style="solid", color="black", weight=3]; 23.86/10.20 3561[label="Right vwx1590 <= Left vwx1600",fontsize=16,color="black",shape="box"];3561 -> 3809[label="",style="solid", color="black", weight=3]; 23.86/10.20 3562[label="Right vwx1590 <= Right vwx1600",fontsize=16,color="black",shape="box"];3562 -> 3810[label="",style="solid", color="black", weight=3]; 23.86/10.20 3563 -> 1856[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3563[label="compare vwx159 vwx160",fontsize=16,color="magenta"];3563 -> 3811[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3563 -> 3812[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3564[label="(vwx1590,vwx1591,vwx1592) <= (vwx1600,vwx1601,vwx1602)",fontsize=16,color="black",shape="box"];3564 -> 3813[label="",style="solid", color="black", weight=3]; 23.86/10.20 3565[label="GT",fontsize=16,color="green",shape="box"];3566[label="vwx210",fontsize=16,color="green",shape="box"];3567[label="vwx208",fontsize=16,color="green",shape="box"];3568[label="vwx210",fontsize=16,color="green",shape="box"];3569[label="vwx208",fontsize=16,color="green",shape="box"];3570[label="vwx210",fontsize=16,color="green",shape="box"];3571[label="vwx208",fontsize=16,color="green",shape="box"];3572[label="vwx210",fontsize=16,color="green",shape="box"];3573[label="vwx208",fontsize=16,color="green",shape="box"];3574[label="vwx210",fontsize=16,color="green",shape="box"];3575[label="vwx208",fontsize=16,color="green",shape="box"];3576[label="vwx210",fontsize=16,color="green",shape="box"];3577[label="vwx208",fontsize=16,color="green",shape="box"];3578[label="vwx210",fontsize=16,color="green",shape="box"];3579[label="vwx208",fontsize=16,color="green",shape="box"];3580[label="vwx210",fontsize=16,color="green",shape="box"];3581[label="vwx208",fontsize=16,color="green",shape="box"];3582[label="vwx210",fontsize=16,color="green",shape="box"];3583[label="vwx208",fontsize=16,color="green",shape="box"];3584[label="vwx210",fontsize=16,color="green",shape="box"];3585[label="vwx208",fontsize=16,color="green",shape="box"];3586[label="vwx210",fontsize=16,color="green",shape="box"];3587[label="vwx208",fontsize=16,color="green",shape="box"];3588[label="vwx210",fontsize=16,color="green",shape="box"];3589[label="vwx208",fontsize=16,color="green",shape="box"];3590[label="vwx210",fontsize=16,color="green",shape="box"];3591[label="vwx208",fontsize=16,color="green",shape="box"];3592[label="vwx210",fontsize=16,color="green",shape="box"];3593[label="vwx208",fontsize=16,color="green",shape="box"];3594[label="vwx211",fontsize=16,color="green",shape="box"];3595[label="vwx209",fontsize=16,color="green",shape="box"];3596[label="vwx209",fontsize=16,color="green",shape="box"];3597[label="vwx211",fontsize=16,color="green",shape="box"];3598[label="vwx211",fontsize=16,color="green",shape="box"];3599[label="vwx209",fontsize=16,color="green",shape="box"];3600[label="vwx211",fontsize=16,color="green",shape="box"];3601[label="vwx209",fontsize=16,color="green",shape="box"];3602[label="vwx211",fontsize=16,color="green",shape="box"];3603[label="vwx209",fontsize=16,color="green",shape="box"];3604[label="vwx211",fontsize=16,color="green",shape="box"];3605[label="vwx209",fontsize=16,color="green",shape="box"];3606[label="vwx211",fontsize=16,color="green",shape="box"];3607[label="vwx209",fontsize=16,color="green",shape="box"];3608[label="vwx211",fontsize=16,color="green",shape="box"];3609[label="vwx209",fontsize=16,color="green",shape="box"];3610[label="vwx211",fontsize=16,color="green",shape="box"];3611[label="vwx209",fontsize=16,color="green",shape="box"];3612[label="vwx211",fontsize=16,color="green",shape="box"];3613[label="vwx209",fontsize=16,color="green",shape="box"];3614[label="vwx211",fontsize=16,color="green",shape="box"];3615[label="vwx209",fontsize=16,color="green",shape="box"];3616[label="vwx211",fontsize=16,color="green",shape="box"];3617[label="vwx209",fontsize=16,color="green",shape="box"];3618[label="vwx211",fontsize=16,color="green",shape="box"];3619[label="vwx209",fontsize=16,color="green",shape="box"];3620[label="vwx211",fontsize=16,color="green",shape="box"];3621[label="vwx209",fontsize=16,color="green",shape="box"];3622[label="LT",fontsize=16,color="green",shape="box"];3623 -> 1844[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3623[label="compare vwx208 vwx210",fontsize=16,color="magenta"];3623 -> 3814[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3623 -> 3815[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3624[label="LT",fontsize=16,color="green",shape="box"];3625 -> 1809[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3625[label="compare vwx208 vwx210",fontsize=16,color="magenta"];3625 -> 3816[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3625 -> 3817[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3626[label="LT",fontsize=16,color="green",shape="box"];3627 -> 1846[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3627[label="compare vwx208 vwx210",fontsize=16,color="magenta"];3627 -> 3818[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3627 -> 3819[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3628[label="LT",fontsize=16,color="green",shape="box"];3629 -> 1847[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3629[label="compare vwx208 vwx210",fontsize=16,color="magenta"];3629 -> 3820[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3629 -> 3821[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3630[label="LT",fontsize=16,color="green",shape="box"];3631 -> 1848[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3631[label="compare vwx208 vwx210",fontsize=16,color="magenta"];3631 -> 3822[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3631 -> 3823[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3632[label="LT",fontsize=16,color="green",shape="box"];3633 -> 1849[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3633[label="compare vwx208 vwx210",fontsize=16,color="magenta"];3633 -> 3824[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3633 -> 3825[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3634[label="LT",fontsize=16,color="green",shape="box"];3635 -> 1850[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3635[label="compare vwx208 vwx210",fontsize=16,color="magenta"];3635 -> 3826[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3635 -> 3827[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3636[label="LT",fontsize=16,color="green",shape="box"];3637 -> 1851[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3637[label="compare vwx208 vwx210",fontsize=16,color="magenta"];3637 -> 3828[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3637 -> 3829[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3638[label="LT",fontsize=16,color="green",shape="box"];3639 -> 1852[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3639[label="compare vwx208 vwx210",fontsize=16,color="magenta"];3639 -> 3830[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3639 -> 3831[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3640[label="LT",fontsize=16,color="green",shape="box"];3641 -> 1853[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3641[label="compare vwx208 vwx210",fontsize=16,color="magenta"];3641 -> 3832[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3641 -> 3833[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3642[label="LT",fontsize=16,color="green",shape="box"];3643 -> 1854[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3643[label="compare vwx208 vwx210",fontsize=16,color="magenta"];3643 -> 3834[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3643 -> 3835[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3644[label="LT",fontsize=16,color="green",shape="box"];3645 -> 1855[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3645[label="compare vwx208 vwx210",fontsize=16,color="magenta"];3645 -> 3836[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3645 -> 3837[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3646[label="LT",fontsize=16,color="green",shape="box"];3647 -> 1856[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3647[label="compare vwx208 vwx210",fontsize=16,color="magenta"];3647 -> 3838[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3647 -> 3839[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3648[label="LT",fontsize=16,color="green",shape="box"];3649 -> 1857[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3649[label="compare vwx208 vwx210",fontsize=16,color="magenta"];3649 -> 3840[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3649 -> 3841[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3650[label="compare1 (vwx258,vwx259) (vwx260,vwx261) False",fontsize=16,color="black",shape="box"];3650 -> 3842[label="",style="solid", color="black", weight=3]; 23.86/10.20 3651[label="compare1 (vwx258,vwx259) (vwx260,vwx261) True",fontsize=16,color="black",shape="box"];3651 -> 3843[label="",style="solid", color="black", weight=3]; 23.86/10.20 3652[label="True",fontsize=16,color="green",shape="box"];3653[label="GT",fontsize=16,color="green",shape="box"];3654[label="GT",fontsize=16,color="green",shape="box"];3655[label="vwx198",fontsize=16,color="green",shape="box"];3656[label="vwx195",fontsize=16,color="green",shape="box"];3657[label="vwx198",fontsize=16,color="green",shape="box"];3658[label="vwx195",fontsize=16,color="green",shape="box"];3659[label="vwx198",fontsize=16,color="green",shape="box"];3660[label="vwx195",fontsize=16,color="green",shape="box"];3661[label="vwx198",fontsize=16,color="green",shape="box"];3662[label="vwx195",fontsize=16,color="green",shape="box"];3663[label="vwx198",fontsize=16,color="green",shape="box"];3664[label="vwx195",fontsize=16,color="green",shape="box"];3665[label="vwx198",fontsize=16,color="green",shape="box"];3666[label="vwx195",fontsize=16,color="green",shape="box"];3667[label="vwx198",fontsize=16,color="green",shape="box"];3668[label="vwx195",fontsize=16,color="green",shape="box"];3669[label="vwx198",fontsize=16,color="green",shape="box"];3670[label="vwx195",fontsize=16,color="green",shape="box"];3671[label="vwx198",fontsize=16,color="green",shape="box"];3672[label="vwx195",fontsize=16,color="green",shape="box"];3673[label="vwx198",fontsize=16,color="green",shape="box"];3674[label="vwx195",fontsize=16,color="green",shape="box"];3675[label="vwx198",fontsize=16,color="green",shape="box"];3676[label="vwx195",fontsize=16,color="green",shape="box"];3677[label="vwx198",fontsize=16,color="green",shape="box"];3678[label="vwx195",fontsize=16,color="green",shape="box"];3679[label="vwx198",fontsize=16,color="green",shape="box"];3680[label="vwx195",fontsize=16,color="green",shape="box"];3681[label="vwx198",fontsize=16,color="green",shape="box"];3682[label="vwx195",fontsize=16,color="green",shape="box"];3690[label="vwx196 == vwx199",fontsize=16,color="blue",shape="box"];5104[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3690 -> 5104[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5104 -> 3844[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5105[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3690 -> 5105[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5105 -> 3845[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5106[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3690 -> 5106[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5106 -> 3846[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5107[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3690 -> 5107[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5107 -> 3847[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5108[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3690 -> 5108[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5108 -> 3848[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5109[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3690 -> 5109[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5109 -> 3849[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5110[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3690 -> 5110[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5110 -> 3850[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5111[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3690 -> 5111[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5111 -> 3851[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5112[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3690 -> 5112[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5112 -> 3852[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5113[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3690 -> 5113[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5113 -> 3853[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5114[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3690 -> 5114[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5114 -> 3854[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5115[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3690 -> 5115[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5115 -> 3855[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5116[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3690 -> 5116[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5116 -> 3856[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5117[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3690 -> 5117[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5117 -> 3857[label="",style="solid", color="blue", weight=3]; 23.86/10.20 3691[label="vwx197 <= vwx200",fontsize=16,color="blue",shape="box"];5118[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3691 -> 5118[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5118 -> 3858[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5119[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3691 -> 5119[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5119 -> 3859[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5120[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3691 -> 5120[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5120 -> 3860[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5121[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3691 -> 5121[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5121 -> 3861[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5122[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3691 -> 5122[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5122 -> 3862[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5123[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3691 -> 5123[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5123 -> 3863[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5124[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3691 -> 5124[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5124 -> 3864[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5125[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3691 -> 5125[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5125 -> 3865[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5126[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3691 -> 5126[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5126 -> 3866[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5127[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3691 -> 5127[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5127 -> 3867[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5128[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3691 -> 5128[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5128 -> 3868[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5129[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3691 -> 5129[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5129 -> 3869[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5130[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3691 -> 5130[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5130 -> 3870[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5131[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3691 -> 5131[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5131 -> 3871[label="",style="solid", color="blue", weight=3]; 23.86/10.20 3692 -> 2933[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3692[label="vwx196 < vwx199",fontsize=16,color="magenta"];3692 -> 3872[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3692 -> 3873[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3693 -> 2934[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3693[label="vwx196 < vwx199",fontsize=16,color="magenta"];3693 -> 3874[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3693 -> 3875[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3694 -> 2935[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3694[label="vwx196 < vwx199",fontsize=16,color="magenta"];3694 -> 3876[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3694 -> 3877[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3695 -> 2936[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3695[label="vwx196 < vwx199",fontsize=16,color="magenta"];3695 -> 3878[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3695 -> 3879[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3696 -> 2937[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3696[label="vwx196 < vwx199",fontsize=16,color="magenta"];3696 -> 3880[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3696 -> 3881[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3697 -> 2938[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3697[label="vwx196 < vwx199",fontsize=16,color="magenta"];3697 -> 3882[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3697 -> 3883[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3698 -> 2939[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3698[label="vwx196 < vwx199",fontsize=16,color="magenta"];3698 -> 3884[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3698 -> 3885[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3699 -> 2940[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3699[label="vwx196 < vwx199",fontsize=16,color="magenta"];3699 -> 3886[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3699 -> 3887[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3700 -> 2941[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3700[label="vwx196 < vwx199",fontsize=16,color="magenta"];3700 -> 3888[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3700 -> 3889[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3701 -> 2942[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3701[label="vwx196 < vwx199",fontsize=16,color="magenta"];3701 -> 3890[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3701 -> 3891[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3702 -> 2943[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3702[label="vwx196 < vwx199",fontsize=16,color="magenta"];3702 -> 3892[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3702 -> 3893[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3703 -> 2944[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3703[label="vwx196 < vwx199",fontsize=16,color="magenta"];3703 -> 3894[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3703 -> 3895[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3704 -> 2945[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3704[label="vwx196 < vwx199",fontsize=16,color="magenta"];3704 -> 3896[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3704 -> 3897[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3705 -> 2946[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3705[label="vwx196 < vwx199",fontsize=16,color="magenta"];3705 -> 3898[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3705 -> 3899[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3706[label="False || vwx286",fontsize=16,color="black",shape="box"];3706 -> 3900[label="",style="solid", color="black", weight=3]; 23.86/10.20 3707[label="True || vwx286",fontsize=16,color="black",shape="box"];3707 -> 3901[label="",style="solid", color="black", weight=3]; 23.86/10.20 3708[label="compare1 (vwx273,vwx274,vwx275) (vwx276,vwx277,vwx278) False",fontsize=16,color="black",shape="box"];3708 -> 3902[label="",style="solid", color="black", weight=3]; 23.86/10.20 3709[label="compare1 (vwx273,vwx274,vwx275) (vwx276,vwx277,vwx278) True",fontsize=16,color="black",shape="box"];3709 -> 3903[label="",style="solid", color="black", weight=3]; 23.86/10.20 3710[label="True",fontsize=16,color="green",shape="box"];3712 -> 2580[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3712[label="primMulNat vwx40000 (Succ vwx30100)",fontsize=16,color="magenta"];3712 -> 3904[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3712 -> 3905[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3711[label="primPlusNat vwx287 (Succ vwx30100)",fontsize=16,color="burlywood",shape="triangle"];5132[label="vwx287/Succ vwx2870",fontsize=10,color="white",style="solid",shape="box"];3711 -> 5132[label="",style="solid", color="burlywood", weight=9]; 23.86/10.20 5132 -> 3906[label="",style="solid", color="burlywood", weight=3]; 23.86/10.20 5133[label="vwx287/Zero",fontsize=10,color="white",style="solid",shape="box"];3711 -> 5133[label="",style="solid", color="burlywood", weight=9]; 23.86/10.20 5133 -> 3907[label="",style="solid", color="burlywood", weight=3]; 23.86/10.20 3713[label="vwx4001",fontsize=16,color="green",shape="box"];3714[label="vwx3001",fontsize=16,color="green",shape="box"];3715[label="vwx4001",fontsize=16,color="green",shape="box"];3716[label="vwx3001",fontsize=16,color="green",shape="box"];3717[label="vwx4001",fontsize=16,color="green",shape="box"];3718[label="vwx3001",fontsize=16,color="green",shape="box"];3719[label="vwx4001",fontsize=16,color="green",shape="box"];3720[label="vwx3001",fontsize=16,color="green",shape="box"];3721[label="vwx4001",fontsize=16,color="green",shape="box"];3722[label="vwx3001",fontsize=16,color="green",shape="box"];3723[label="vwx4001",fontsize=16,color="green",shape="box"];3724[label="vwx3001",fontsize=16,color="green",shape="box"];3725[label="vwx4001",fontsize=16,color="green",shape="box"];3726[label="vwx3001",fontsize=16,color="green",shape="box"];3727[label="vwx4001",fontsize=16,color="green",shape="box"];3728[label="vwx3001",fontsize=16,color="green",shape="box"];3729[label="vwx4001",fontsize=16,color="green",shape="box"];3730[label="vwx3001",fontsize=16,color="green",shape="box"];3731[label="vwx4001",fontsize=16,color="green",shape="box"];3732[label="vwx3001",fontsize=16,color="green",shape="box"];3733[label="vwx4001",fontsize=16,color="green",shape="box"];3734[label="vwx3001",fontsize=16,color="green",shape="box"];3735[label="vwx4001",fontsize=16,color="green",shape="box"];3736[label="vwx3001",fontsize=16,color="green",shape="box"];3737[label="vwx4001",fontsize=16,color="green",shape="box"];3738[label="vwx3001",fontsize=16,color="green",shape="box"];3739[label="vwx4001",fontsize=16,color="green",shape="box"];3740[label="vwx3001",fontsize=16,color="green",shape="box"];3741[label="vwx4002",fontsize=16,color="green",shape="box"];3742[label="vwx3002",fontsize=16,color="green",shape="box"];3743[label="vwx4002",fontsize=16,color="green",shape="box"];3744[label="vwx3002",fontsize=16,color="green",shape="box"];3745[label="vwx4002",fontsize=16,color="green",shape="box"];3746[label="vwx3002",fontsize=16,color="green",shape="box"];3747[label="vwx4002",fontsize=16,color="green",shape="box"];3748[label="vwx3002",fontsize=16,color="green",shape="box"];3749[label="vwx4002",fontsize=16,color="green",shape="box"];3750[label="vwx3002",fontsize=16,color="green",shape="box"];3751[label="vwx4002",fontsize=16,color="green",shape="box"];3752[label="vwx3002",fontsize=16,color="green",shape="box"];3753[label="vwx4002",fontsize=16,color="green",shape="box"];3754[label="vwx3002",fontsize=16,color="green",shape="box"];3755[label="vwx4002",fontsize=16,color="green",shape="box"];3756[label="vwx3002",fontsize=16,color="green",shape="box"];3757[label="vwx4002",fontsize=16,color="green",shape="box"];3758[label="vwx3002",fontsize=16,color="green",shape="box"];3759[label="vwx4002",fontsize=16,color="green",shape="box"];3760[label="vwx3002",fontsize=16,color="green",shape="box"];3761[label="vwx4002",fontsize=16,color="green",shape="box"];3762[label="vwx3002",fontsize=16,color="green",shape="box"];3763[label="vwx4002",fontsize=16,color="green",shape="box"];3764[label="vwx3002",fontsize=16,color="green",shape="box"];3765[label="vwx4002",fontsize=16,color="green",shape="box"];3766[label="vwx3002",fontsize=16,color="green",shape="box"];3767[label="vwx4002",fontsize=16,color="green",shape="box"];3768[label="vwx3002",fontsize=16,color="green",shape="box"];3769 -> 2839[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3769[label="primEqNat vwx30000 vwx40000",fontsize=16,color="magenta"];3769 -> 3908[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3769 -> 3909[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3770[label="False",fontsize=16,color="green",shape="box"];3771[label="False",fontsize=16,color="green",shape="box"];3772[label="True",fontsize=16,color="green",shape="box"];3773[label="vwx40000",fontsize=16,color="green",shape="box"];3774[label="vwx30000",fontsize=16,color="green",shape="box"];3775[label="vwx40000",fontsize=16,color="green",shape="box"];3776[label="vwx30000",fontsize=16,color="green",shape="box"];3777[label="vwx160",fontsize=16,color="green",shape="box"];3778[label="vwx159",fontsize=16,color="green",shape="box"];3779[label="vwx160",fontsize=16,color="green",shape="box"];3780[label="vwx159",fontsize=16,color="green",shape="box"];3781[label="vwx160",fontsize=16,color="green",shape="box"];3782[label="vwx159",fontsize=16,color="green",shape="box"];3783[label="True",fontsize=16,color="green",shape="box"];3784[label="True",fontsize=16,color="green",shape="box"];3785[label="True",fontsize=16,color="green",shape="box"];3786[label="False",fontsize=16,color="green",shape="box"];3787[label="True",fontsize=16,color="green",shape="box"];3788[label="True",fontsize=16,color="green",shape="box"];3789[label="False",fontsize=16,color="green",shape="box"];3790[label="False",fontsize=16,color="green",shape="box"];3791[label="True",fontsize=16,color="green",shape="box"];3792[label="True",fontsize=16,color="green",shape="box"];3793[label="True",fontsize=16,color="green",shape="box"];3794[label="False",fontsize=16,color="green",shape="box"];3795[label="True",fontsize=16,color="green",shape="box"];3796[label="vwx160",fontsize=16,color="green",shape="box"];3797[label="vwx159",fontsize=16,color="green",shape="box"];3798[label="vwx160",fontsize=16,color="green",shape="box"];3799[label="vwx159",fontsize=16,color="green",shape="box"];3800[label="vwx160",fontsize=16,color="green",shape="box"];3801[label="vwx159",fontsize=16,color="green",shape="box"];3802[label="True",fontsize=16,color="green",shape="box"];3803[label="True",fontsize=16,color="green",shape="box"];3804[label="False",fontsize=16,color="green",shape="box"];3805[label="vwx1590 <= vwx1600",fontsize=16,color="blue",shape="box"];5134[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3805 -> 5134[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5134 -> 3910[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5135[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3805 -> 5135[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5135 -> 3911[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5136[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3805 -> 5136[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5136 -> 3912[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5137[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3805 -> 5137[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5137 -> 3913[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5138[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3805 -> 5138[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5138 -> 3914[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5139[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3805 -> 5139[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5139 -> 3915[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5140[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3805 -> 5140[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5140 -> 3916[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5141[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3805 -> 5141[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5141 -> 3917[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5142[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3805 -> 5142[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5142 -> 3918[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5143[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3805 -> 5143[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5143 -> 3919[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5144[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3805 -> 5144[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5144 -> 3920[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5145[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3805 -> 5145[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5145 -> 3921[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5146[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3805 -> 5146[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5146 -> 3922[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5147[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3805 -> 5147[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5147 -> 3923[label="",style="solid", color="blue", weight=3]; 23.86/10.20 3806 -> 3685[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3806[label="vwx1590 < vwx1600 || vwx1590 == vwx1600 && vwx1591 <= vwx1601",fontsize=16,color="magenta"];3806 -> 3924[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3806 -> 3925[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3807[label="vwx1590 <= vwx1600",fontsize=16,color="blue",shape="box"];5148[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3807 -> 5148[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5148 -> 3926[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5149[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3807 -> 5149[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5149 -> 3927[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5150[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3807 -> 5150[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5150 -> 3928[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5151[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3807 -> 5151[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5151 -> 3929[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5152[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3807 -> 5152[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5152 -> 3930[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5153[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3807 -> 5153[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5153 -> 3931[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5154[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3807 -> 5154[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5154 -> 3932[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5155[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3807 -> 5155[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5155 -> 3933[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5156[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3807 -> 5156[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5156 -> 3934[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5157[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3807 -> 5157[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5157 -> 3935[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5158[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3807 -> 5158[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5158 -> 3936[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5159[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3807 -> 5159[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5159 -> 3937[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5160[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3807 -> 5160[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5160 -> 3938[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5161[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3807 -> 5161[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5161 -> 3939[label="",style="solid", color="blue", weight=3]; 23.86/10.20 3808[label="True",fontsize=16,color="green",shape="box"];3809[label="False",fontsize=16,color="green",shape="box"];3810[label="vwx1590 <= vwx1600",fontsize=16,color="blue",shape="box"];5162[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3810 -> 5162[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5162 -> 3940[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5163[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3810 -> 5163[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5163 -> 3941[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5164[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3810 -> 5164[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5164 -> 3942[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5165[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3810 -> 5165[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5165 -> 3943[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5166[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3810 -> 5166[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5166 -> 3944[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5167[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3810 -> 5167[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5167 -> 3945[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5168[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3810 -> 5168[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5168 -> 3946[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5169[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3810 -> 5169[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5169 -> 3947[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5170[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3810 -> 5170[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5170 -> 3948[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5171[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3810 -> 5171[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5171 -> 3949[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5172[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3810 -> 5172[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5172 -> 3950[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5173[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3810 -> 5173[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5173 -> 3951[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5174[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3810 -> 5174[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5174 -> 3952[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5175[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3810 -> 5175[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5175 -> 3953[label="",style="solid", color="blue", weight=3]; 23.86/10.20 3811[label="vwx160",fontsize=16,color="green",shape="box"];3812[label="vwx159",fontsize=16,color="green",shape="box"];3813 -> 3685[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3813[label="vwx1590 < vwx1600 || vwx1590 == vwx1600 && (vwx1591 < vwx1601 || vwx1591 == vwx1601 && vwx1592 <= vwx1602)",fontsize=16,color="magenta"];3813 -> 3954[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3813 -> 3955[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3814[label="vwx210",fontsize=16,color="green",shape="box"];3815[label="vwx208",fontsize=16,color="green",shape="box"];3816[label="vwx208",fontsize=16,color="green",shape="box"];3817[label="vwx210",fontsize=16,color="green",shape="box"];3818[label="vwx210",fontsize=16,color="green",shape="box"];3819[label="vwx208",fontsize=16,color="green",shape="box"];3820[label="vwx210",fontsize=16,color="green",shape="box"];3821[label="vwx208",fontsize=16,color="green",shape="box"];3822[label="vwx210",fontsize=16,color="green",shape="box"];3823[label="vwx208",fontsize=16,color="green",shape="box"];3824[label="vwx210",fontsize=16,color="green",shape="box"];3825[label="vwx208",fontsize=16,color="green",shape="box"];3826[label="vwx210",fontsize=16,color="green",shape="box"];3827[label="vwx208",fontsize=16,color="green",shape="box"];3828[label="vwx210",fontsize=16,color="green",shape="box"];3829[label="vwx208",fontsize=16,color="green",shape="box"];3830[label="vwx210",fontsize=16,color="green",shape="box"];3831[label="vwx208",fontsize=16,color="green",shape="box"];3832[label="vwx210",fontsize=16,color="green",shape="box"];3833[label="vwx208",fontsize=16,color="green",shape="box"];3834[label="vwx210",fontsize=16,color="green",shape="box"];3835[label="vwx208",fontsize=16,color="green",shape="box"];3836[label="vwx210",fontsize=16,color="green",shape="box"];3837[label="vwx208",fontsize=16,color="green",shape="box"];3838[label="vwx210",fontsize=16,color="green",shape="box"];3839[label="vwx208",fontsize=16,color="green",shape="box"];3840[label="vwx210",fontsize=16,color="green",shape="box"];3841[label="vwx208",fontsize=16,color="green",shape="box"];3842[label="compare0 (vwx258,vwx259) (vwx260,vwx261) otherwise",fontsize=16,color="black",shape="box"];3842 -> 3956[label="",style="solid", color="black", weight=3]; 23.86/10.20 3843[label="LT",fontsize=16,color="green",shape="box"];3844 -> 2116[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3844[label="vwx196 == vwx199",fontsize=16,color="magenta"];3844 -> 3957[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3844 -> 3958[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3845 -> 2120[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3845[label="vwx196 == vwx199",fontsize=16,color="magenta"];3845 -> 3959[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3845 -> 3960[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3846 -> 2109[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3846[label="vwx196 == vwx199",fontsize=16,color="magenta"];3846 -> 3961[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3846 -> 3962[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3847 -> 2115[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3847[label="vwx196 == vwx199",fontsize=16,color="magenta"];3847 -> 3963[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3847 -> 3964[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3848 -> 2117[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3848[label="vwx196 == vwx199",fontsize=16,color="magenta"];3848 -> 3965[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3848 -> 3966[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3849 -> 2113[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3849[label="vwx196 == vwx199",fontsize=16,color="magenta"];3849 -> 3967[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3849 -> 3968[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3850 -> 2121[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3850[label="vwx196 == vwx199",fontsize=16,color="magenta"];3850 -> 3969[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3850 -> 3970[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3851 -> 2114[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3851[label="vwx196 == vwx199",fontsize=16,color="magenta"];3851 -> 3971[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3851 -> 3972[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3852 -> 2112[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3852[label="vwx196 == vwx199",fontsize=16,color="magenta"];3852 -> 3973[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3852 -> 3974[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3853 -> 2118[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3853[label="vwx196 == vwx199",fontsize=16,color="magenta"];3853 -> 3975[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3853 -> 3976[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3854 -> 2110[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3854[label="vwx196 == vwx199",fontsize=16,color="magenta"];3854 -> 3977[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3854 -> 3978[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3855 -> 2119[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3855[label="vwx196 == vwx199",fontsize=16,color="magenta"];3855 -> 3979[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3855 -> 3980[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3856 -> 2111[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3856[label="vwx196 == vwx199",fontsize=16,color="magenta"];3856 -> 3981[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3856 -> 3982[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3857 -> 2108[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3857[label="vwx196 == vwx199",fontsize=16,color="magenta"];3857 -> 3983[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3857 -> 3984[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3858 -> 2900[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3858[label="vwx197 <= vwx200",fontsize=16,color="magenta"];3858 -> 3985[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3858 -> 3986[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3859 -> 4[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3859[label="vwx197 <= vwx200",fontsize=16,color="magenta"];3859 -> 3987[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3859 -> 3988[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3860 -> 2902[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3860[label="vwx197 <= vwx200",fontsize=16,color="magenta"];3860 -> 3989[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3860 -> 3990[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3861 -> 2903[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3861[label="vwx197 <= vwx200",fontsize=16,color="magenta"];3861 -> 3991[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3861 -> 3992[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3862 -> 2904[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3862[label="vwx197 <= vwx200",fontsize=16,color="magenta"];3862 -> 3993[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3862 -> 3994[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3863 -> 2905[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3863[label="vwx197 <= vwx200",fontsize=16,color="magenta"];3863 -> 3995[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3863 -> 3996[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3864 -> 2906[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3864[label="vwx197 <= vwx200",fontsize=16,color="magenta"];3864 -> 3997[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3864 -> 3998[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3865 -> 2907[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3865[label="vwx197 <= vwx200",fontsize=16,color="magenta"];3865 -> 3999[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3865 -> 4000[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3866 -> 2908[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3866[label="vwx197 <= vwx200",fontsize=16,color="magenta"];3866 -> 4001[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3866 -> 4002[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3867 -> 2909[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3867[label="vwx197 <= vwx200",fontsize=16,color="magenta"];3867 -> 4003[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3867 -> 4004[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3868 -> 2910[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3868[label="vwx197 <= vwx200",fontsize=16,color="magenta"];3868 -> 4005[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3868 -> 4006[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3869 -> 2911[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3869[label="vwx197 <= vwx200",fontsize=16,color="magenta"];3869 -> 4007[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3869 -> 4008[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3870 -> 2912[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3870[label="vwx197 <= vwx200",fontsize=16,color="magenta"];3870 -> 4009[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3870 -> 4010[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3871 -> 2913[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3871[label="vwx197 <= vwx200",fontsize=16,color="magenta"];3871 -> 4011[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3871 -> 4012[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3872[label="vwx199",fontsize=16,color="green",shape="box"];3873[label="vwx196",fontsize=16,color="green",shape="box"];3874[label="vwx199",fontsize=16,color="green",shape="box"];3875[label="vwx196",fontsize=16,color="green",shape="box"];3876[label="vwx199",fontsize=16,color="green",shape="box"];3877[label="vwx196",fontsize=16,color="green",shape="box"];3878[label="vwx199",fontsize=16,color="green",shape="box"];3879[label="vwx196",fontsize=16,color="green",shape="box"];3880[label="vwx199",fontsize=16,color="green",shape="box"];3881[label="vwx196",fontsize=16,color="green",shape="box"];3882[label="vwx199",fontsize=16,color="green",shape="box"];3883[label="vwx196",fontsize=16,color="green",shape="box"];3884[label="vwx199",fontsize=16,color="green",shape="box"];3885[label="vwx196",fontsize=16,color="green",shape="box"];3886[label="vwx199",fontsize=16,color="green",shape="box"];3887[label="vwx196",fontsize=16,color="green",shape="box"];3888[label="vwx199",fontsize=16,color="green",shape="box"];3889[label="vwx196",fontsize=16,color="green",shape="box"];3890[label="vwx199",fontsize=16,color="green",shape="box"];3891[label="vwx196",fontsize=16,color="green",shape="box"];3892[label="vwx199",fontsize=16,color="green",shape="box"];3893[label="vwx196",fontsize=16,color="green",shape="box"];3894[label="vwx199",fontsize=16,color="green",shape="box"];3895[label="vwx196",fontsize=16,color="green",shape="box"];3896[label="vwx199",fontsize=16,color="green",shape="box"];3897[label="vwx196",fontsize=16,color="green",shape="box"];3898[label="vwx199",fontsize=16,color="green",shape="box"];3899[label="vwx196",fontsize=16,color="green",shape="box"];3900[label="vwx286",fontsize=16,color="green",shape="box"];3901[label="True",fontsize=16,color="green",shape="box"];3902[label="compare0 (vwx273,vwx274,vwx275) (vwx276,vwx277,vwx278) otherwise",fontsize=16,color="black",shape="box"];3902 -> 4013[label="",style="solid", color="black", weight=3]; 23.86/10.20 3903[label="LT",fontsize=16,color="green",shape="box"];3904[label="vwx40000",fontsize=16,color="green",shape="box"];3905[label="Succ vwx30100",fontsize=16,color="green",shape="box"];3906[label="primPlusNat (Succ vwx2870) (Succ vwx30100)",fontsize=16,color="black",shape="box"];3906 -> 4014[label="",style="solid", color="black", weight=3]; 23.86/10.20 3907[label="primPlusNat Zero (Succ vwx30100)",fontsize=16,color="black",shape="box"];3907 -> 4015[label="",style="solid", color="black", weight=3]; 23.86/10.20 3908[label="vwx40000",fontsize=16,color="green",shape="box"];3909[label="vwx30000",fontsize=16,color="green",shape="box"];3910 -> 2900[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3910[label="vwx1590 <= vwx1600",fontsize=16,color="magenta"];3910 -> 4016[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3910 -> 4017[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3911 -> 4[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3911[label="vwx1590 <= vwx1600",fontsize=16,color="magenta"];3911 -> 4018[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3911 -> 4019[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3912 -> 2902[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3912[label="vwx1590 <= vwx1600",fontsize=16,color="magenta"];3912 -> 4020[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3912 -> 4021[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3913 -> 2903[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3913[label="vwx1590 <= vwx1600",fontsize=16,color="magenta"];3913 -> 4022[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3913 -> 4023[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3914 -> 2904[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3914[label="vwx1590 <= vwx1600",fontsize=16,color="magenta"];3914 -> 4024[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3914 -> 4025[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3915 -> 2905[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3915[label="vwx1590 <= vwx1600",fontsize=16,color="magenta"];3915 -> 4026[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3915 -> 4027[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3916 -> 2906[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3916[label="vwx1590 <= vwx1600",fontsize=16,color="magenta"];3916 -> 4028[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3916 -> 4029[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3917 -> 2907[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3917[label="vwx1590 <= vwx1600",fontsize=16,color="magenta"];3917 -> 4030[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3917 -> 4031[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3918 -> 2908[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3918[label="vwx1590 <= vwx1600",fontsize=16,color="magenta"];3918 -> 4032[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3918 -> 4033[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3919 -> 2909[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3919[label="vwx1590 <= vwx1600",fontsize=16,color="magenta"];3919 -> 4034[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3919 -> 4035[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3920 -> 2910[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3920[label="vwx1590 <= vwx1600",fontsize=16,color="magenta"];3920 -> 4036[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3920 -> 4037[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3921 -> 2911[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3921[label="vwx1590 <= vwx1600",fontsize=16,color="magenta"];3921 -> 4038[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3921 -> 4039[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3922 -> 2912[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3922[label="vwx1590 <= vwx1600",fontsize=16,color="magenta"];3922 -> 4040[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3922 -> 4041[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3923 -> 2913[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3923[label="vwx1590 <= vwx1600",fontsize=16,color="magenta"];3923 -> 4042[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3923 -> 4043[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3924 -> 2517[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3924[label="vwx1590 == vwx1600 && vwx1591 <= vwx1601",fontsize=16,color="magenta"];3924 -> 4044[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3924 -> 4045[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3925[label="vwx1590 < vwx1600",fontsize=16,color="blue",shape="box"];5176[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3925 -> 5176[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5176 -> 4046[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5177[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3925 -> 5177[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5177 -> 4047[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5178[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3925 -> 5178[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5178 -> 4048[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5179[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3925 -> 5179[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5179 -> 4049[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5180[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3925 -> 5180[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5180 -> 4050[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5181[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3925 -> 5181[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5181 -> 4051[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5182[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3925 -> 5182[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5182 -> 4052[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5183[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3925 -> 5183[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5183 -> 4053[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5184[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3925 -> 5184[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5184 -> 4054[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5185[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3925 -> 5185[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5185 -> 4055[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5186[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3925 -> 5186[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5186 -> 4056[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5187[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3925 -> 5187[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5187 -> 4057[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5188[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3925 -> 5188[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5188 -> 4058[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5189[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3925 -> 5189[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5189 -> 4059[label="",style="solid", color="blue", weight=3]; 23.86/10.20 3926 -> 2900[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3926[label="vwx1590 <= vwx1600",fontsize=16,color="magenta"];3926 -> 4060[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3926 -> 4061[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3927 -> 4[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3927[label="vwx1590 <= vwx1600",fontsize=16,color="magenta"];3927 -> 4062[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3927 -> 4063[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3928 -> 2902[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3928[label="vwx1590 <= vwx1600",fontsize=16,color="magenta"];3928 -> 4064[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3928 -> 4065[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3929 -> 2903[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3929[label="vwx1590 <= vwx1600",fontsize=16,color="magenta"];3929 -> 4066[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3929 -> 4067[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3930 -> 2904[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3930[label="vwx1590 <= vwx1600",fontsize=16,color="magenta"];3930 -> 4068[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3930 -> 4069[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3931 -> 2905[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3931[label="vwx1590 <= vwx1600",fontsize=16,color="magenta"];3931 -> 4070[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3931 -> 4071[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3932 -> 2906[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3932[label="vwx1590 <= vwx1600",fontsize=16,color="magenta"];3932 -> 4072[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3932 -> 4073[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3933 -> 2907[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3933[label="vwx1590 <= vwx1600",fontsize=16,color="magenta"];3933 -> 4074[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3933 -> 4075[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3934 -> 2908[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3934[label="vwx1590 <= vwx1600",fontsize=16,color="magenta"];3934 -> 4076[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3934 -> 4077[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3935 -> 2909[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3935[label="vwx1590 <= vwx1600",fontsize=16,color="magenta"];3935 -> 4078[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3935 -> 4079[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3936 -> 2910[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3936[label="vwx1590 <= vwx1600",fontsize=16,color="magenta"];3936 -> 4080[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3936 -> 4081[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3937 -> 2911[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3937[label="vwx1590 <= vwx1600",fontsize=16,color="magenta"];3937 -> 4082[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3937 -> 4083[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3938 -> 2912[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3938[label="vwx1590 <= vwx1600",fontsize=16,color="magenta"];3938 -> 4084[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3938 -> 4085[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3939 -> 2913[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3939[label="vwx1590 <= vwx1600",fontsize=16,color="magenta"];3939 -> 4086[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3939 -> 4087[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3940 -> 2900[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3940[label="vwx1590 <= vwx1600",fontsize=16,color="magenta"];3940 -> 4088[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3940 -> 4089[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3941 -> 4[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3941[label="vwx1590 <= vwx1600",fontsize=16,color="magenta"];3941 -> 4090[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3941 -> 4091[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3942 -> 2902[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3942[label="vwx1590 <= vwx1600",fontsize=16,color="magenta"];3942 -> 4092[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3942 -> 4093[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3943 -> 2903[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3943[label="vwx1590 <= vwx1600",fontsize=16,color="magenta"];3943 -> 4094[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3943 -> 4095[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3944 -> 2904[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3944[label="vwx1590 <= vwx1600",fontsize=16,color="magenta"];3944 -> 4096[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3944 -> 4097[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3945 -> 2905[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3945[label="vwx1590 <= vwx1600",fontsize=16,color="magenta"];3945 -> 4098[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3945 -> 4099[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3946 -> 2906[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3946[label="vwx1590 <= vwx1600",fontsize=16,color="magenta"];3946 -> 4100[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3946 -> 4101[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3947 -> 2907[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3947[label="vwx1590 <= vwx1600",fontsize=16,color="magenta"];3947 -> 4102[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3947 -> 4103[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3948 -> 2908[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3948[label="vwx1590 <= vwx1600",fontsize=16,color="magenta"];3948 -> 4104[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3948 -> 4105[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3949 -> 2909[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3949[label="vwx1590 <= vwx1600",fontsize=16,color="magenta"];3949 -> 4106[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3949 -> 4107[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3950 -> 2910[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3950[label="vwx1590 <= vwx1600",fontsize=16,color="magenta"];3950 -> 4108[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3950 -> 4109[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3951 -> 2911[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3951[label="vwx1590 <= vwx1600",fontsize=16,color="magenta"];3951 -> 4110[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3951 -> 4111[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3952 -> 2912[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3952[label="vwx1590 <= vwx1600",fontsize=16,color="magenta"];3952 -> 4112[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3952 -> 4113[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3953 -> 2913[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3953[label="vwx1590 <= vwx1600",fontsize=16,color="magenta"];3953 -> 4114[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3953 -> 4115[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3954 -> 2517[label="",style="dashed", color="red", weight=0]; 23.86/10.20 3954[label="vwx1590 == vwx1600 && (vwx1591 < vwx1601 || vwx1591 == vwx1601 && vwx1592 <= vwx1602)",fontsize=16,color="magenta"];3954 -> 4116[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3954 -> 4117[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 3955[label="vwx1590 < vwx1600",fontsize=16,color="blue",shape="box"];5190[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3955 -> 5190[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5190 -> 4118[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5191[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3955 -> 5191[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5191 -> 4119[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5192[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3955 -> 5192[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5192 -> 4120[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5193[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3955 -> 5193[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5193 -> 4121[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5194[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3955 -> 5194[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5194 -> 4122[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5195[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3955 -> 5195[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5195 -> 4123[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5196[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3955 -> 5196[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5196 -> 4124[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5197[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3955 -> 5197[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5197 -> 4125[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5198[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3955 -> 5198[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5198 -> 4126[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5199[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3955 -> 5199[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5199 -> 4127[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5200[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3955 -> 5200[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5200 -> 4128[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5201[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3955 -> 5201[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5201 -> 4129[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5202[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3955 -> 5202[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5202 -> 4130[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5203[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3955 -> 5203[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5203 -> 4131[label="",style="solid", color="blue", weight=3]; 23.86/10.20 3956[label="compare0 (vwx258,vwx259) (vwx260,vwx261) True",fontsize=16,color="black",shape="box"];3956 -> 4132[label="",style="solid", color="black", weight=3]; 23.86/10.20 3957[label="vwx199",fontsize=16,color="green",shape="box"];3958[label="vwx196",fontsize=16,color="green",shape="box"];3959[label="vwx199",fontsize=16,color="green",shape="box"];3960[label="vwx196",fontsize=16,color="green",shape="box"];3961[label="vwx199",fontsize=16,color="green",shape="box"];3962[label="vwx196",fontsize=16,color="green",shape="box"];3963[label="vwx199",fontsize=16,color="green",shape="box"];3964[label="vwx196",fontsize=16,color="green",shape="box"];3965[label="vwx199",fontsize=16,color="green",shape="box"];3966[label="vwx196",fontsize=16,color="green",shape="box"];3967[label="vwx199",fontsize=16,color="green",shape="box"];3968[label="vwx196",fontsize=16,color="green",shape="box"];3969[label="vwx199",fontsize=16,color="green",shape="box"];3970[label="vwx196",fontsize=16,color="green",shape="box"];3971[label="vwx199",fontsize=16,color="green",shape="box"];3972[label="vwx196",fontsize=16,color="green",shape="box"];3973[label="vwx199",fontsize=16,color="green",shape="box"];3974[label="vwx196",fontsize=16,color="green",shape="box"];3975[label="vwx199",fontsize=16,color="green",shape="box"];3976[label="vwx196",fontsize=16,color="green",shape="box"];3977[label="vwx199",fontsize=16,color="green",shape="box"];3978[label="vwx196",fontsize=16,color="green",shape="box"];3979[label="vwx199",fontsize=16,color="green",shape="box"];3980[label="vwx196",fontsize=16,color="green",shape="box"];3981[label="vwx199",fontsize=16,color="green",shape="box"];3982[label="vwx196",fontsize=16,color="green",shape="box"];3983[label="vwx199",fontsize=16,color="green",shape="box"];3984[label="vwx196",fontsize=16,color="green",shape="box"];3985[label="vwx200",fontsize=16,color="green",shape="box"];3986[label="vwx197",fontsize=16,color="green",shape="box"];3987[label="vwx197",fontsize=16,color="green",shape="box"];3988[label="vwx200",fontsize=16,color="green",shape="box"];3989[label="vwx200",fontsize=16,color="green",shape="box"];3990[label="vwx197",fontsize=16,color="green",shape="box"];3991[label="vwx200",fontsize=16,color="green",shape="box"];3992[label="vwx197",fontsize=16,color="green",shape="box"];3993[label="vwx200",fontsize=16,color="green",shape="box"];3994[label="vwx197",fontsize=16,color="green",shape="box"];3995[label="vwx200",fontsize=16,color="green",shape="box"];3996[label="vwx197",fontsize=16,color="green",shape="box"];3997[label="vwx200",fontsize=16,color="green",shape="box"];3998[label="vwx197",fontsize=16,color="green",shape="box"];3999[label="vwx200",fontsize=16,color="green",shape="box"];4000[label="vwx197",fontsize=16,color="green",shape="box"];4001[label="vwx200",fontsize=16,color="green",shape="box"];4002[label="vwx197",fontsize=16,color="green",shape="box"];4003[label="vwx200",fontsize=16,color="green",shape="box"];4004[label="vwx197",fontsize=16,color="green",shape="box"];4005[label="vwx200",fontsize=16,color="green",shape="box"];4006[label="vwx197",fontsize=16,color="green",shape="box"];4007[label="vwx200",fontsize=16,color="green",shape="box"];4008[label="vwx197",fontsize=16,color="green",shape="box"];4009[label="vwx200",fontsize=16,color="green",shape="box"];4010[label="vwx197",fontsize=16,color="green",shape="box"];4011[label="vwx200",fontsize=16,color="green",shape="box"];4012[label="vwx197",fontsize=16,color="green",shape="box"];4013[label="compare0 (vwx273,vwx274,vwx275) (vwx276,vwx277,vwx278) True",fontsize=16,color="black",shape="box"];4013 -> 4133[label="",style="solid", color="black", weight=3]; 23.86/10.20 4014[label="Succ (Succ (primPlusNat vwx2870 vwx30100))",fontsize=16,color="green",shape="box"];4014 -> 4134[label="",style="dashed", color="green", weight=3]; 23.86/10.20 4015[label="Succ vwx30100",fontsize=16,color="green",shape="box"];4016[label="vwx1600",fontsize=16,color="green",shape="box"];4017[label="vwx1590",fontsize=16,color="green",shape="box"];4018[label="vwx1590",fontsize=16,color="green",shape="box"];4019[label="vwx1600",fontsize=16,color="green",shape="box"];4020[label="vwx1600",fontsize=16,color="green",shape="box"];4021[label="vwx1590",fontsize=16,color="green",shape="box"];4022[label="vwx1600",fontsize=16,color="green",shape="box"];4023[label="vwx1590",fontsize=16,color="green",shape="box"];4024[label="vwx1600",fontsize=16,color="green",shape="box"];4025[label="vwx1590",fontsize=16,color="green",shape="box"];4026[label="vwx1600",fontsize=16,color="green",shape="box"];4027[label="vwx1590",fontsize=16,color="green",shape="box"];4028[label="vwx1600",fontsize=16,color="green",shape="box"];4029[label="vwx1590",fontsize=16,color="green",shape="box"];4030[label="vwx1600",fontsize=16,color="green",shape="box"];4031[label="vwx1590",fontsize=16,color="green",shape="box"];4032[label="vwx1600",fontsize=16,color="green",shape="box"];4033[label="vwx1590",fontsize=16,color="green",shape="box"];4034[label="vwx1600",fontsize=16,color="green",shape="box"];4035[label="vwx1590",fontsize=16,color="green",shape="box"];4036[label="vwx1600",fontsize=16,color="green",shape="box"];4037[label="vwx1590",fontsize=16,color="green",shape="box"];4038[label="vwx1600",fontsize=16,color="green",shape="box"];4039[label="vwx1590",fontsize=16,color="green",shape="box"];4040[label="vwx1600",fontsize=16,color="green",shape="box"];4041[label="vwx1590",fontsize=16,color="green",shape="box"];4042[label="vwx1600",fontsize=16,color="green",shape="box"];4043[label="vwx1590",fontsize=16,color="green",shape="box"];4044[label="vwx1590 == vwx1600",fontsize=16,color="blue",shape="box"];5204[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];4044 -> 5204[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5204 -> 4135[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5205[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4044 -> 5205[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5205 -> 4136[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5206[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];4044 -> 5206[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5206 -> 4137[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5207[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];4044 -> 5207[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5207 -> 4138[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5208[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];4044 -> 5208[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5208 -> 4139[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5209[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];4044 -> 5209[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5209 -> 4140[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5210[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];4044 -> 5210[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5210 -> 4141[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5211[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4044 -> 5211[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5211 -> 4142[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5212[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];4044 -> 5212[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5212 -> 4143[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5213[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4044 -> 5213[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5213 -> 4144[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5214[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4044 -> 5214[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5214 -> 4145[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5215[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4044 -> 5215[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5215 -> 4146[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5216[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];4044 -> 5216[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5216 -> 4147[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5217[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4044 -> 5217[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5217 -> 4148[label="",style="solid", color="blue", weight=3]; 23.86/10.20 4045[label="vwx1591 <= vwx1601",fontsize=16,color="blue",shape="box"];5218[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];4045 -> 5218[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5218 -> 4149[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5219[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4045 -> 5219[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5219 -> 4150[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5220[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];4045 -> 5220[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5220 -> 4151[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5221[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];4045 -> 5221[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5221 -> 4152[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5222[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];4045 -> 5222[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5222 -> 4153[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5223[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];4045 -> 5223[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5223 -> 4154[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5224[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];4045 -> 5224[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5224 -> 4155[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5225[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4045 -> 5225[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5225 -> 4156[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5226[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];4045 -> 5226[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5226 -> 4157[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5227[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4045 -> 5227[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5227 -> 4158[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5228[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4045 -> 5228[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5228 -> 4159[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5229[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4045 -> 5229[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5229 -> 4160[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5230[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];4045 -> 5230[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5230 -> 4161[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5231[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4045 -> 5231[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5231 -> 4162[label="",style="solid", color="blue", weight=3]; 23.86/10.20 4046 -> 2933[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4046[label="vwx1590 < vwx1600",fontsize=16,color="magenta"];4046 -> 4163[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4046 -> 4164[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4047 -> 2934[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4047[label="vwx1590 < vwx1600",fontsize=16,color="magenta"];4047 -> 4165[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4047 -> 4166[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4048 -> 2935[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4048[label="vwx1590 < vwx1600",fontsize=16,color="magenta"];4048 -> 4167[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4048 -> 4168[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4049 -> 2936[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4049[label="vwx1590 < vwx1600",fontsize=16,color="magenta"];4049 -> 4169[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4049 -> 4170[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4050 -> 2937[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4050[label="vwx1590 < vwx1600",fontsize=16,color="magenta"];4050 -> 4171[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4050 -> 4172[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4051 -> 2938[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4051[label="vwx1590 < vwx1600",fontsize=16,color="magenta"];4051 -> 4173[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4051 -> 4174[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4052 -> 2939[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4052[label="vwx1590 < vwx1600",fontsize=16,color="magenta"];4052 -> 4175[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4052 -> 4176[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4053 -> 2940[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4053[label="vwx1590 < vwx1600",fontsize=16,color="magenta"];4053 -> 4177[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4053 -> 4178[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4054 -> 2941[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4054[label="vwx1590 < vwx1600",fontsize=16,color="magenta"];4054 -> 4179[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4054 -> 4180[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4055 -> 2942[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4055[label="vwx1590 < vwx1600",fontsize=16,color="magenta"];4055 -> 4181[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4055 -> 4182[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4056 -> 2943[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4056[label="vwx1590 < vwx1600",fontsize=16,color="magenta"];4056 -> 4183[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4056 -> 4184[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4057 -> 2944[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4057[label="vwx1590 < vwx1600",fontsize=16,color="magenta"];4057 -> 4185[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4057 -> 4186[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4058 -> 2945[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4058[label="vwx1590 < vwx1600",fontsize=16,color="magenta"];4058 -> 4187[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4058 -> 4188[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4059 -> 2946[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4059[label="vwx1590 < vwx1600",fontsize=16,color="magenta"];4059 -> 4189[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4059 -> 4190[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4060[label="vwx1600",fontsize=16,color="green",shape="box"];4061[label="vwx1590",fontsize=16,color="green",shape="box"];4062[label="vwx1590",fontsize=16,color="green",shape="box"];4063[label="vwx1600",fontsize=16,color="green",shape="box"];4064[label="vwx1600",fontsize=16,color="green",shape="box"];4065[label="vwx1590",fontsize=16,color="green",shape="box"];4066[label="vwx1600",fontsize=16,color="green",shape="box"];4067[label="vwx1590",fontsize=16,color="green",shape="box"];4068[label="vwx1600",fontsize=16,color="green",shape="box"];4069[label="vwx1590",fontsize=16,color="green",shape="box"];4070[label="vwx1600",fontsize=16,color="green",shape="box"];4071[label="vwx1590",fontsize=16,color="green",shape="box"];4072[label="vwx1600",fontsize=16,color="green",shape="box"];4073[label="vwx1590",fontsize=16,color="green",shape="box"];4074[label="vwx1600",fontsize=16,color="green",shape="box"];4075[label="vwx1590",fontsize=16,color="green",shape="box"];4076[label="vwx1600",fontsize=16,color="green",shape="box"];4077[label="vwx1590",fontsize=16,color="green",shape="box"];4078[label="vwx1600",fontsize=16,color="green",shape="box"];4079[label="vwx1590",fontsize=16,color="green",shape="box"];4080[label="vwx1600",fontsize=16,color="green",shape="box"];4081[label="vwx1590",fontsize=16,color="green",shape="box"];4082[label="vwx1600",fontsize=16,color="green",shape="box"];4083[label="vwx1590",fontsize=16,color="green",shape="box"];4084[label="vwx1600",fontsize=16,color="green",shape="box"];4085[label="vwx1590",fontsize=16,color="green",shape="box"];4086[label="vwx1600",fontsize=16,color="green",shape="box"];4087[label="vwx1590",fontsize=16,color="green",shape="box"];4088[label="vwx1600",fontsize=16,color="green",shape="box"];4089[label="vwx1590",fontsize=16,color="green",shape="box"];4090[label="vwx1590",fontsize=16,color="green",shape="box"];4091[label="vwx1600",fontsize=16,color="green",shape="box"];4092[label="vwx1600",fontsize=16,color="green",shape="box"];4093[label="vwx1590",fontsize=16,color="green",shape="box"];4094[label="vwx1600",fontsize=16,color="green",shape="box"];4095[label="vwx1590",fontsize=16,color="green",shape="box"];4096[label="vwx1600",fontsize=16,color="green",shape="box"];4097[label="vwx1590",fontsize=16,color="green",shape="box"];4098[label="vwx1600",fontsize=16,color="green",shape="box"];4099[label="vwx1590",fontsize=16,color="green",shape="box"];4100[label="vwx1600",fontsize=16,color="green",shape="box"];4101[label="vwx1590",fontsize=16,color="green",shape="box"];4102[label="vwx1600",fontsize=16,color="green",shape="box"];4103[label="vwx1590",fontsize=16,color="green",shape="box"];4104[label="vwx1600",fontsize=16,color="green",shape="box"];4105[label="vwx1590",fontsize=16,color="green",shape="box"];4106[label="vwx1600",fontsize=16,color="green",shape="box"];4107[label="vwx1590",fontsize=16,color="green",shape="box"];4108[label="vwx1600",fontsize=16,color="green",shape="box"];4109[label="vwx1590",fontsize=16,color="green",shape="box"];4110[label="vwx1600",fontsize=16,color="green",shape="box"];4111[label="vwx1590",fontsize=16,color="green",shape="box"];4112[label="vwx1600",fontsize=16,color="green",shape="box"];4113[label="vwx1590",fontsize=16,color="green",shape="box"];4114[label="vwx1600",fontsize=16,color="green",shape="box"];4115[label="vwx1590",fontsize=16,color="green",shape="box"];4116[label="vwx1590 == vwx1600",fontsize=16,color="blue",shape="box"];5232[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];4116 -> 5232[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5232 -> 4191[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5233[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4116 -> 5233[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5233 -> 4192[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5234[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];4116 -> 5234[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5234 -> 4193[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5235[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];4116 -> 5235[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5235 -> 4194[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5236[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];4116 -> 5236[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5236 -> 4195[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5237[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];4116 -> 5237[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5237 -> 4196[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5238[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];4116 -> 5238[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5238 -> 4197[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5239[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4116 -> 5239[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5239 -> 4198[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5240[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];4116 -> 5240[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5240 -> 4199[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5241[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4116 -> 5241[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5241 -> 4200[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5242[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4116 -> 5242[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5242 -> 4201[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5243[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4116 -> 5243[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5243 -> 4202[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5244[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];4116 -> 5244[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5244 -> 4203[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5245[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4116 -> 5245[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5245 -> 4204[label="",style="solid", color="blue", weight=3]; 23.86/10.20 4117 -> 3685[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4117[label="vwx1591 < vwx1601 || vwx1591 == vwx1601 && vwx1592 <= vwx1602",fontsize=16,color="magenta"];4117 -> 4205[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4117 -> 4206[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4118 -> 2933[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4118[label="vwx1590 < vwx1600",fontsize=16,color="magenta"];4118 -> 4207[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4118 -> 4208[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4119 -> 2934[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4119[label="vwx1590 < vwx1600",fontsize=16,color="magenta"];4119 -> 4209[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4119 -> 4210[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4120 -> 2935[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4120[label="vwx1590 < vwx1600",fontsize=16,color="magenta"];4120 -> 4211[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4120 -> 4212[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4121 -> 2936[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4121[label="vwx1590 < vwx1600",fontsize=16,color="magenta"];4121 -> 4213[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4121 -> 4214[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4122 -> 2937[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4122[label="vwx1590 < vwx1600",fontsize=16,color="magenta"];4122 -> 4215[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4122 -> 4216[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4123 -> 2938[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4123[label="vwx1590 < vwx1600",fontsize=16,color="magenta"];4123 -> 4217[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4123 -> 4218[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4124 -> 2939[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4124[label="vwx1590 < vwx1600",fontsize=16,color="magenta"];4124 -> 4219[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4124 -> 4220[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4125 -> 2940[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4125[label="vwx1590 < vwx1600",fontsize=16,color="magenta"];4125 -> 4221[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4125 -> 4222[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4126 -> 2941[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4126[label="vwx1590 < vwx1600",fontsize=16,color="magenta"];4126 -> 4223[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4126 -> 4224[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4127 -> 2942[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4127[label="vwx1590 < vwx1600",fontsize=16,color="magenta"];4127 -> 4225[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4127 -> 4226[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4128 -> 2943[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4128[label="vwx1590 < vwx1600",fontsize=16,color="magenta"];4128 -> 4227[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4128 -> 4228[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4129 -> 2944[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4129[label="vwx1590 < vwx1600",fontsize=16,color="magenta"];4129 -> 4229[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4129 -> 4230[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4130 -> 2945[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4130[label="vwx1590 < vwx1600",fontsize=16,color="magenta"];4130 -> 4231[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4130 -> 4232[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4131 -> 2946[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4131[label="vwx1590 < vwx1600",fontsize=16,color="magenta"];4131 -> 4233[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4131 -> 4234[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4132[label="GT",fontsize=16,color="green",shape="box"];4133[label="GT",fontsize=16,color="green",shape="box"];4134[label="primPlusNat vwx2870 vwx30100",fontsize=16,color="burlywood",shape="triangle"];5246[label="vwx2870/Succ vwx28700",fontsize=10,color="white",style="solid",shape="box"];4134 -> 5246[label="",style="solid", color="burlywood", weight=9]; 23.86/10.20 5246 -> 4235[label="",style="solid", color="burlywood", weight=3]; 23.86/10.20 5247[label="vwx2870/Zero",fontsize=10,color="white",style="solid",shape="box"];4134 -> 5247[label="",style="solid", color="burlywood", weight=9]; 23.86/10.20 5247 -> 4236[label="",style="solid", color="burlywood", weight=3]; 23.86/10.20 4135 -> 2116[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4135[label="vwx1590 == vwx1600",fontsize=16,color="magenta"];4135 -> 4237[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4135 -> 4238[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4136 -> 2120[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4136[label="vwx1590 == vwx1600",fontsize=16,color="magenta"];4136 -> 4239[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4136 -> 4240[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4137 -> 2109[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4137[label="vwx1590 == vwx1600",fontsize=16,color="magenta"];4137 -> 4241[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4137 -> 4242[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4138 -> 2115[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4138[label="vwx1590 == vwx1600",fontsize=16,color="magenta"];4138 -> 4243[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4138 -> 4244[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4139 -> 2117[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4139[label="vwx1590 == vwx1600",fontsize=16,color="magenta"];4139 -> 4245[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4139 -> 4246[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4140 -> 2113[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4140[label="vwx1590 == vwx1600",fontsize=16,color="magenta"];4140 -> 4247[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4140 -> 4248[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4141 -> 2121[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4141[label="vwx1590 == vwx1600",fontsize=16,color="magenta"];4141 -> 4249[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4141 -> 4250[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4142 -> 2114[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4142[label="vwx1590 == vwx1600",fontsize=16,color="magenta"];4142 -> 4251[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4142 -> 4252[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4143 -> 2112[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4143[label="vwx1590 == vwx1600",fontsize=16,color="magenta"];4143 -> 4253[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4143 -> 4254[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4144 -> 2118[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4144[label="vwx1590 == vwx1600",fontsize=16,color="magenta"];4144 -> 4255[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4144 -> 4256[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4145 -> 2110[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4145[label="vwx1590 == vwx1600",fontsize=16,color="magenta"];4145 -> 4257[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4145 -> 4258[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4146 -> 2119[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4146[label="vwx1590 == vwx1600",fontsize=16,color="magenta"];4146 -> 4259[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4146 -> 4260[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4147 -> 2111[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4147[label="vwx1590 == vwx1600",fontsize=16,color="magenta"];4147 -> 4261[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4147 -> 4262[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4148 -> 2108[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4148[label="vwx1590 == vwx1600",fontsize=16,color="magenta"];4148 -> 4263[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4148 -> 4264[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4149 -> 2900[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4149[label="vwx1591 <= vwx1601",fontsize=16,color="magenta"];4149 -> 4265[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4149 -> 4266[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4150 -> 4[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4150[label="vwx1591 <= vwx1601",fontsize=16,color="magenta"];4150 -> 4267[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4150 -> 4268[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4151 -> 2902[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4151[label="vwx1591 <= vwx1601",fontsize=16,color="magenta"];4151 -> 4269[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4151 -> 4270[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4152 -> 2903[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4152[label="vwx1591 <= vwx1601",fontsize=16,color="magenta"];4152 -> 4271[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4152 -> 4272[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4153 -> 2904[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4153[label="vwx1591 <= vwx1601",fontsize=16,color="magenta"];4153 -> 4273[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4153 -> 4274[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4154 -> 2905[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4154[label="vwx1591 <= vwx1601",fontsize=16,color="magenta"];4154 -> 4275[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4154 -> 4276[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4155 -> 2906[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4155[label="vwx1591 <= vwx1601",fontsize=16,color="magenta"];4155 -> 4277[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4155 -> 4278[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4156 -> 2907[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4156[label="vwx1591 <= vwx1601",fontsize=16,color="magenta"];4156 -> 4279[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4156 -> 4280[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4157 -> 2908[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4157[label="vwx1591 <= vwx1601",fontsize=16,color="magenta"];4157 -> 4281[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4157 -> 4282[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4158 -> 2909[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4158[label="vwx1591 <= vwx1601",fontsize=16,color="magenta"];4158 -> 4283[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4158 -> 4284[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4159 -> 2910[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4159[label="vwx1591 <= vwx1601",fontsize=16,color="magenta"];4159 -> 4285[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4159 -> 4286[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4160 -> 2911[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4160[label="vwx1591 <= vwx1601",fontsize=16,color="magenta"];4160 -> 4287[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4160 -> 4288[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4161 -> 2912[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4161[label="vwx1591 <= vwx1601",fontsize=16,color="magenta"];4161 -> 4289[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4161 -> 4290[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4162 -> 2913[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4162[label="vwx1591 <= vwx1601",fontsize=16,color="magenta"];4162 -> 4291[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4162 -> 4292[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4163[label="vwx1600",fontsize=16,color="green",shape="box"];4164[label="vwx1590",fontsize=16,color="green",shape="box"];4165[label="vwx1600",fontsize=16,color="green",shape="box"];4166[label="vwx1590",fontsize=16,color="green",shape="box"];4167[label="vwx1600",fontsize=16,color="green",shape="box"];4168[label="vwx1590",fontsize=16,color="green",shape="box"];4169[label="vwx1600",fontsize=16,color="green",shape="box"];4170[label="vwx1590",fontsize=16,color="green",shape="box"];4171[label="vwx1600",fontsize=16,color="green",shape="box"];4172[label="vwx1590",fontsize=16,color="green",shape="box"];4173[label="vwx1600",fontsize=16,color="green",shape="box"];4174[label="vwx1590",fontsize=16,color="green",shape="box"];4175[label="vwx1600",fontsize=16,color="green",shape="box"];4176[label="vwx1590",fontsize=16,color="green",shape="box"];4177[label="vwx1600",fontsize=16,color="green",shape="box"];4178[label="vwx1590",fontsize=16,color="green",shape="box"];4179[label="vwx1600",fontsize=16,color="green",shape="box"];4180[label="vwx1590",fontsize=16,color="green",shape="box"];4181[label="vwx1600",fontsize=16,color="green",shape="box"];4182[label="vwx1590",fontsize=16,color="green",shape="box"];4183[label="vwx1600",fontsize=16,color="green",shape="box"];4184[label="vwx1590",fontsize=16,color="green",shape="box"];4185[label="vwx1600",fontsize=16,color="green",shape="box"];4186[label="vwx1590",fontsize=16,color="green",shape="box"];4187[label="vwx1600",fontsize=16,color="green",shape="box"];4188[label="vwx1590",fontsize=16,color="green",shape="box"];4189[label="vwx1600",fontsize=16,color="green",shape="box"];4190[label="vwx1590",fontsize=16,color="green",shape="box"];4191 -> 2116[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4191[label="vwx1590 == vwx1600",fontsize=16,color="magenta"];4191 -> 4293[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4191 -> 4294[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4192 -> 2120[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4192[label="vwx1590 == vwx1600",fontsize=16,color="magenta"];4192 -> 4295[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4192 -> 4296[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4193 -> 2109[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4193[label="vwx1590 == vwx1600",fontsize=16,color="magenta"];4193 -> 4297[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4193 -> 4298[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4194 -> 2115[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4194[label="vwx1590 == vwx1600",fontsize=16,color="magenta"];4194 -> 4299[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4194 -> 4300[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4195 -> 2117[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4195[label="vwx1590 == vwx1600",fontsize=16,color="magenta"];4195 -> 4301[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4195 -> 4302[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4196 -> 2113[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4196[label="vwx1590 == vwx1600",fontsize=16,color="magenta"];4196 -> 4303[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4196 -> 4304[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4197 -> 2121[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4197[label="vwx1590 == vwx1600",fontsize=16,color="magenta"];4197 -> 4305[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4197 -> 4306[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4198 -> 2114[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4198[label="vwx1590 == vwx1600",fontsize=16,color="magenta"];4198 -> 4307[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4198 -> 4308[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4199 -> 2112[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4199[label="vwx1590 == vwx1600",fontsize=16,color="magenta"];4199 -> 4309[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4199 -> 4310[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4200 -> 2118[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4200[label="vwx1590 == vwx1600",fontsize=16,color="magenta"];4200 -> 4311[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4200 -> 4312[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4201 -> 2110[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4201[label="vwx1590 == vwx1600",fontsize=16,color="magenta"];4201 -> 4313[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4201 -> 4314[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4202 -> 2119[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4202[label="vwx1590 == vwx1600",fontsize=16,color="magenta"];4202 -> 4315[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4202 -> 4316[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4203 -> 2111[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4203[label="vwx1590 == vwx1600",fontsize=16,color="magenta"];4203 -> 4317[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4203 -> 4318[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4204 -> 2108[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4204[label="vwx1590 == vwx1600",fontsize=16,color="magenta"];4204 -> 4319[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4204 -> 4320[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4205 -> 2517[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4205[label="vwx1591 == vwx1601 && vwx1592 <= vwx1602",fontsize=16,color="magenta"];4205 -> 4321[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4205 -> 4322[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4206[label="vwx1591 < vwx1601",fontsize=16,color="blue",shape="box"];5248[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];4206 -> 5248[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5248 -> 4323[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5249[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4206 -> 5249[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5249 -> 4324[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5250[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];4206 -> 5250[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5250 -> 4325[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5251[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];4206 -> 5251[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5251 -> 4326[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5252[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];4206 -> 5252[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5252 -> 4327[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5253[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];4206 -> 5253[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5253 -> 4328[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5254[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];4206 -> 5254[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5254 -> 4329[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5255[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4206 -> 5255[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5255 -> 4330[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5256[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];4206 -> 5256[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5256 -> 4331[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5257[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4206 -> 5257[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5257 -> 4332[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5258[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4206 -> 5258[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5258 -> 4333[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5259[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4206 -> 5259[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5259 -> 4334[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5260[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];4206 -> 5260[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5260 -> 4335[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5261[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4206 -> 5261[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5261 -> 4336[label="",style="solid", color="blue", weight=3]; 23.86/10.20 4207[label="vwx1600",fontsize=16,color="green",shape="box"];4208[label="vwx1590",fontsize=16,color="green",shape="box"];4209[label="vwx1600",fontsize=16,color="green",shape="box"];4210[label="vwx1590",fontsize=16,color="green",shape="box"];4211[label="vwx1600",fontsize=16,color="green",shape="box"];4212[label="vwx1590",fontsize=16,color="green",shape="box"];4213[label="vwx1600",fontsize=16,color="green",shape="box"];4214[label="vwx1590",fontsize=16,color="green",shape="box"];4215[label="vwx1600",fontsize=16,color="green",shape="box"];4216[label="vwx1590",fontsize=16,color="green",shape="box"];4217[label="vwx1600",fontsize=16,color="green",shape="box"];4218[label="vwx1590",fontsize=16,color="green",shape="box"];4219[label="vwx1600",fontsize=16,color="green",shape="box"];4220[label="vwx1590",fontsize=16,color="green",shape="box"];4221[label="vwx1600",fontsize=16,color="green",shape="box"];4222[label="vwx1590",fontsize=16,color="green",shape="box"];4223[label="vwx1600",fontsize=16,color="green",shape="box"];4224[label="vwx1590",fontsize=16,color="green",shape="box"];4225[label="vwx1600",fontsize=16,color="green",shape="box"];4226[label="vwx1590",fontsize=16,color="green",shape="box"];4227[label="vwx1600",fontsize=16,color="green",shape="box"];4228[label="vwx1590",fontsize=16,color="green",shape="box"];4229[label="vwx1600",fontsize=16,color="green",shape="box"];4230[label="vwx1590",fontsize=16,color="green",shape="box"];4231[label="vwx1600",fontsize=16,color="green",shape="box"];4232[label="vwx1590",fontsize=16,color="green",shape="box"];4233[label="vwx1600",fontsize=16,color="green",shape="box"];4234[label="vwx1590",fontsize=16,color="green",shape="box"];4235[label="primPlusNat (Succ vwx28700) vwx30100",fontsize=16,color="burlywood",shape="box"];5262[label="vwx30100/Succ vwx301000",fontsize=10,color="white",style="solid",shape="box"];4235 -> 5262[label="",style="solid", color="burlywood", weight=9]; 23.86/10.20 5262 -> 4337[label="",style="solid", color="burlywood", weight=3]; 23.86/10.20 5263[label="vwx30100/Zero",fontsize=10,color="white",style="solid",shape="box"];4235 -> 5263[label="",style="solid", color="burlywood", weight=9]; 23.86/10.20 5263 -> 4338[label="",style="solid", color="burlywood", weight=3]; 23.86/10.20 4236[label="primPlusNat Zero vwx30100",fontsize=16,color="burlywood",shape="box"];5264[label="vwx30100/Succ vwx301000",fontsize=10,color="white",style="solid",shape="box"];4236 -> 5264[label="",style="solid", color="burlywood", weight=9]; 23.86/10.20 5264 -> 4339[label="",style="solid", color="burlywood", weight=3]; 23.86/10.20 5265[label="vwx30100/Zero",fontsize=10,color="white",style="solid",shape="box"];4236 -> 5265[label="",style="solid", color="burlywood", weight=9]; 23.86/10.20 5265 -> 4340[label="",style="solid", color="burlywood", weight=3]; 23.86/10.20 4237[label="vwx1600",fontsize=16,color="green",shape="box"];4238[label="vwx1590",fontsize=16,color="green",shape="box"];4239[label="vwx1600",fontsize=16,color="green",shape="box"];4240[label="vwx1590",fontsize=16,color="green",shape="box"];4241[label="vwx1600",fontsize=16,color="green",shape="box"];4242[label="vwx1590",fontsize=16,color="green",shape="box"];4243[label="vwx1600",fontsize=16,color="green",shape="box"];4244[label="vwx1590",fontsize=16,color="green",shape="box"];4245[label="vwx1600",fontsize=16,color="green",shape="box"];4246[label="vwx1590",fontsize=16,color="green",shape="box"];4247[label="vwx1600",fontsize=16,color="green",shape="box"];4248[label="vwx1590",fontsize=16,color="green",shape="box"];4249[label="vwx1600",fontsize=16,color="green",shape="box"];4250[label="vwx1590",fontsize=16,color="green",shape="box"];4251[label="vwx1600",fontsize=16,color="green",shape="box"];4252[label="vwx1590",fontsize=16,color="green",shape="box"];4253[label="vwx1600",fontsize=16,color="green",shape="box"];4254[label="vwx1590",fontsize=16,color="green",shape="box"];4255[label="vwx1600",fontsize=16,color="green",shape="box"];4256[label="vwx1590",fontsize=16,color="green",shape="box"];4257[label="vwx1600",fontsize=16,color="green",shape="box"];4258[label="vwx1590",fontsize=16,color="green",shape="box"];4259[label="vwx1600",fontsize=16,color="green",shape="box"];4260[label="vwx1590",fontsize=16,color="green",shape="box"];4261[label="vwx1600",fontsize=16,color="green",shape="box"];4262[label="vwx1590",fontsize=16,color="green",shape="box"];4263[label="vwx1600",fontsize=16,color="green",shape="box"];4264[label="vwx1590",fontsize=16,color="green",shape="box"];4265[label="vwx1601",fontsize=16,color="green",shape="box"];4266[label="vwx1591",fontsize=16,color="green",shape="box"];4267[label="vwx1591",fontsize=16,color="green",shape="box"];4268[label="vwx1601",fontsize=16,color="green",shape="box"];4269[label="vwx1601",fontsize=16,color="green",shape="box"];4270[label="vwx1591",fontsize=16,color="green",shape="box"];4271[label="vwx1601",fontsize=16,color="green",shape="box"];4272[label="vwx1591",fontsize=16,color="green",shape="box"];4273[label="vwx1601",fontsize=16,color="green",shape="box"];4274[label="vwx1591",fontsize=16,color="green",shape="box"];4275[label="vwx1601",fontsize=16,color="green",shape="box"];4276[label="vwx1591",fontsize=16,color="green",shape="box"];4277[label="vwx1601",fontsize=16,color="green",shape="box"];4278[label="vwx1591",fontsize=16,color="green",shape="box"];4279[label="vwx1601",fontsize=16,color="green",shape="box"];4280[label="vwx1591",fontsize=16,color="green",shape="box"];4281[label="vwx1601",fontsize=16,color="green",shape="box"];4282[label="vwx1591",fontsize=16,color="green",shape="box"];4283[label="vwx1601",fontsize=16,color="green",shape="box"];4284[label="vwx1591",fontsize=16,color="green",shape="box"];4285[label="vwx1601",fontsize=16,color="green",shape="box"];4286[label="vwx1591",fontsize=16,color="green",shape="box"];4287[label="vwx1601",fontsize=16,color="green",shape="box"];4288[label="vwx1591",fontsize=16,color="green",shape="box"];4289[label="vwx1601",fontsize=16,color="green",shape="box"];4290[label="vwx1591",fontsize=16,color="green",shape="box"];4291[label="vwx1601",fontsize=16,color="green",shape="box"];4292[label="vwx1591",fontsize=16,color="green",shape="box"];4293[label="vwx1600",fontsize=16,color="green",shape="box"];4294[label="vwx1590",fontsize=16,color="green",shape="box"];4295[label="vwx1600",fontsize=16,color="green",shape="box"];4296[label="vwx1590",fontsize=16,color="green",shape="box"];4297[label="vwx1600",fontsize=16,color="green",shape="box"];4298[label="vwx1590",fontsize=16,color="green",shape="box"];4299[label="vwx1600",fontsize=16,color="green",shape="box"];4300[label="vwx1590",fontsize=16,color="green",shape="box"];4301[label="vwx1600",fontsize=16,color="green",shape="box"];4302[label="vwx1590",fontsize=16,color="green",shape="box"];4303[label="vwx1600",fontsize=16,color="green",shape="box"];4304[label="vwx1590",fontsize=16,color="green",shape="box"];4305[label="vwx1600",fontsize=16,color="green",shape="box"];4306[label="vwx1590",fontsize=16,color="green",shape="box"];4307[label="vwx1600",fontsize=16,color="green",shape="box"];4308[label="vwx1590",fontsize=16,color="green",shape="box"];4309[label="vwx1600",fontsize=16,color="green",shape="box"];4310[label="vwx1590",fontsize=16,color="green",shape="box"];4311[label="vwx1600",fontsize=16,color="green",shape="box"];4312[label="vwx1590",fontsize=16,color="green",shape="box"];4313[label="vwx1600",fontsize=16,color="green",shape="box"];4314[label="vwx1590",fontsize=16,color="green",shape="box"];4315[label="vwx1600",fontsize=16,color="green",shape="box"];4316[label="vwx1590",fontsize=16,color="green",shape="box"];4317[label="vwx1600",fontsize=16,color="green",shape="box"];4318[label="vwx1590",fontsize=16,color="green",shape="box"];4319[label="vwx1600",fontsize=16,color="green",shape="box"];4320[label="vwx1590",fontsize=16,color="green",shape="box"];4321[label="vwx1591 == vwx1601",fontsize=16,color="blue",shape="box"];5266[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];4321 -> 5266[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5266 -> 4341[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5267[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4321 -> 5267[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5267 -> 4342[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5268[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];4321 -> 5268[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5268 -> 4343[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5269[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];4321 -> 5269[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5269 -> 4344[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5270[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];4321 -> 5270[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5270 -> 4345[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5271[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];4321 -> 5271[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5271 -> 4346[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5272[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];4321 -> 5272[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5272 -> 4347[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5273[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4321 -> 5273[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5273 -> 4348[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5274[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];4321 -> 5274[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5274 -> 4349[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5275[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4321 -> 5275[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5275 -> 4350[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5276[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4321 -> 5276[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5276 -> 4351[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5277[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4321 -> 5277[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5277 -> 4352[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5278[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];4321 -> 5278[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5278 -> 4353[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5279[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4321 -> 5279[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5279 -> 4354[label="",style="solid", color="blue", weight=3]; 23.86/10.20 4322[label="vwx1592 <= vwx1602",fontsize=16,color="blue",shape="box"];5280[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];4322 -> 5280[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5280 -> 4355[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5281[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4322 -> 5281[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5281 -> 4356[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5282[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];4322 -> 5282[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5282 -> 4357[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5283[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];4322 -> 5283[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5283 -> 4358[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5284[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];4322 -> 5284[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5284 -> 4359[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5285[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];4322 -> 5285[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5285 -> 4360[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5286[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];4322 -> 5286[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5286 -> 4361[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5287[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4322 -> 5287[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5287 -> 4362[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5288[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];4322 -> 5288[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5288 -> 4363[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5289[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4322 -> 5289[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5289 -> 4364[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5290[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4322 -> 5290[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5290 -> 4365[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5291[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4322 -> 5291[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5291 -> 4366[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5292[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];4322 -> 5292[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5292 -> 4367[label="",style="solid", color="blue", weight=3]; 23.86/10.20 5293[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4322 -> 5293[label="",style="solid", color="blue", weight=9]; 23.86/10.20 5293 -> 4368[label="",style="solid", color="blue", weight=3]; 23.86/10.20 4323 -> 2933[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4323[label="vwx1591 < vwx1601",fontsize=16,color="magenta"];4323 -> 4369[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4323 -> 4370[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4324 -> 2934[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4324[label="vwx1591 < vwx1601",fontsize=16,color="magenta"];4324 -> 4371[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4324 -> 4372[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4325 -> 2935[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4325[label="vwx1591 < vwx1601",fontsize=16,color="magenta"];4325 -> 4373[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4325 -> 4374[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4326 -> 2936[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4326[label="vwx1591 < vwx1601",fontsize=16,color="magenta"];4326 -> 4375[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4326 -> 4376[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4327 -> 2937[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4327[label="vwx1591 < vwx1601",fontsize=16,color="magenta"];4327 -> 4377[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4327 -> 4378[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4328 -> 2938[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4328[label="vwx1591 < vwx1601",fontsize=16,color="magenta"];4328 -> 4379[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4328 -> 4380[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4329 -> 2939[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4329[label="vwx1591 < vwx1601",fontsize=16,color="magenta"];4329 -> 4381[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4329 -> 4382[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4330 -> 2940[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4330[label="vwx1591 < vwx1601",fontsize=16,color="magenta"];4330 -> 4383[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4330 -> 4384[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4331 -> 2941[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4331[label="vwx1591 < vwx1601",fontsize=16,color="magenta"];4331 -> 4385[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4331 -> 4386[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4332 -> 2942[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4332[label="vwx1591 < vwx1601",fontsize=16,color="magenta"];4332 -> 4387[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4332 -> 4388[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4333 -> 2943[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4333[label="vwx1591 < vwx1601",fontsize=16,color="magenta"];4333 -> 4389[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4333 -> 4390[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4334 -> 2944[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4334[label="vwx1591 < vwx1601",fontsize=16,color="magenta"];4334 -> 4391[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4334 -> 4392[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4335 -> 2945[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4335[label="vwx1591 < vwx1601",fontsize=16,color="magenta"];4335 -> 4393[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4335 -> 4394[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4336 -> 2946[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4336[label="vwx1591 < vwx1601",fontsize=16,color="magenta"];4336 -> 4395[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4336 -> 4396[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4337[label="primPlusNat (Succ vwx28700) (Succ vwx301000)",fontsize=16,color="black",shape="box"];4337 -> 4397[label="",style="solid", color="black", weight=3]; 23.86/10.20 4338[label="primPlusNat (Succ vwx28700) Zero",fontsize=16,color="black",shape="box"];4338 -> 4398[label="",style="solid", color="black", weight=3]; 23.86/10.20 4339[label="primPlusNat Zero (Succ vwx301000)",fontsize=16,color="black",shape="box"];4339 -> 4399[label="",style="solid", color="black", weight=3]; 23.86/10.20 4340[label="primPlusNat Zero Zero",fontsize=16,color="black",shape="box"];4340 -> 4400[label="",style="solid", color="black", weight=3]; 23.86/10.20 4341 -> 2116[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4341[label="vwx1591 == vwx1601",fontsize=16,color="magenta"];4341 -> 4401[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4341 -> 4402[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4342 -> 2120[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4342[label="vwx1591 == vwx1601",fontsize=16,color="magenta"];4342 -> 4403[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4342 -> 4404[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4343 -> 2109[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4343[label="vwx1591 == vwx1601",fontsize=16,color="magenta"];4343 -> 4405[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4343 -> 4406[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4344 -> 2115[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4344[label="vwx1591 == vwx1601",fontsize=16,color="magenta"];4344 -> 4407[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4344 -> 4408[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4345 -> 2117[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4345[label="vwx1591 == vwx1601",fontsize=16,color="magenta"];4345 -> 4409[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4345 -> 4410[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4346 -> 2113[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4346[label="vwx1591 == vwx1601",fontsize=16,color="magenta"];4346 -> 4411[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4346 -> 4412[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4347 -> 2121[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4347[label="vwx1591 == vwx1601",fontsize=16,color="magenta"];4347 -> 4413[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4347 -> 4414[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4348 -> 2114[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4348[label="vwx1591 == vwx1601",fontsize=16,color="magenta"];4348 -> 4415[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4348 -> 4416[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4349 -> 2112[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4349[label="vwx1591 == vwx1601",fontsize=16,color="magenta"];4349 -> 4417[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4349 -> 4418[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4350 -> 2118[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4350[label="vwx1591 == vwx1601",fontsize=16,color="magenta"];4350 -> 4419[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4350 -> 4420[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4351 -> 2110[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4351[label="vwx1591 == vwx1601",fontsize=16,color="magenta"];4351 -> 4421[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4351 -> 4422[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4352 -> 2119[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4352[label="vwx1591 == vwx1601",fontsize=16,color="magenta"];4352 -> 4423[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4352 -> 4424[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4353 -> 2111[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4353[label="vwx1591 == vwx1601",fontsize=16,color="magenta"];4353 -> 4425[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4353 -> 4426[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4354 -> 2108[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4354[label="vwx1591 == vwx1601",fontsize=16,color="magenta"];4354 -> 4427[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4354 -> 4428[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4355 -> 2900[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4355[label="vwx1592 <= vwx1602",fontsize=16,color="magenta"];4355 -> 4429[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4355 -> 4430[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4356 -> 4[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4356[label="vwx1592 <= vwx1602",fontsize=16,color="magenta"];4356 -> 4431[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4356 -> 4432[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4357 -> 2902[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4357[label="vwx1592 <= vwx1602",fontsize=16,color="magenta"];4357 -> 4433[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4357 -> 4434[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4358 -> 2903[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4358[label="vwx1592 <= vwx1602",fontsize=16,color="magenta"];4358 -> 4435[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4358 -> 4436[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4359 -> 2904[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4359[label="vwx1592 <= vwx1602",fontsize=16,color="magenta"];4359 -> 4437[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4359 -> 4438[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4360 -> 2905[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4360[label="vwx1592 <= vwx1602",fontsize=16,color="magenta"];4360 -> 4439[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4360 -> 4440[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4361 -> 2906[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4361[label="vwx1592 <= vwx1602",fontsize=16,color="magenta"];4361 -> 4441[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4361 -> 4442[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4362 -> 2907[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4362[label="vwx1592 <= vwx1602",fontsize=16,color="magenta"];4362 -> 4443[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4362 -> 4444[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4363 -> 2908[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4363[label="vwx1592 <= vwx1602",fontsize=16,color="magenta"];4363 -> 4445[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4363 -> 4446[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4364 -> 2909[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4364[label="vwx1592 <= vwx1602",fontsize=16,color="magenta"];4364 -> 4447[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4364 -> 4448[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4365 -> 2910[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4365[label="vwx1592 <= vwx1602",fontsize=16,color="magenta"];4365 -> 4449[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4365 -> 4450[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4366 -> 2911[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4366[label="vwx1592 <= vwx1602",fontsize=16,color="magenta"];4366 -> 4451[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4366 -> 4452[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4367 -> 2912[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4367[label="vwx1592 <= vwx1602",fontsize=16,color="magenta"];4367 -> 4453[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4367 -> 4454[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4368 -> 2913[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4368[label="vwx1592 <= vwx1602",fontsize=16,color="magenta"];4368 -> 4455[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4368 -> 4456[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4369[label="vwx1601",fontsize=16,color="green",shape="box"];4370[label="vwx1591",fontsize=16,color="green",shape="box"];4371[label="vwx1601",fontsize=16,color="green",shape="box"];4372[label="vwx1591",fontsize=16,color="green",shape="box"];4373[label="vwx1601",fontsize=16,color="green",shape="box"];4374[label="vwx1591",fontsize=16,color="green",shape="box"];4375[label="vwx1601",fontsize=16,color="green",shape="box"];4376[label="vwx1591",fontsize=16,color="green",shape="box"];4377[label="vwx1601",fontsize=16,color="green",shape="box"];4378[label="vwx1591",fontsize=16,color="green",shape="box"];4379[label="vwx1601",fontsize=16,color="green",shape="box"];4380[label="vwx1591",fontsize=16,color="green",shape="box"];4381[label="vwx1601",fontsize=16,color="green",shape="box"];4382[label="vwx1591",fontsize=16,color="green",shape="box"];4383[label="vwx1601",fontsize=16,color="green",shape="box"];4384[label="vwx1591",fontsize=16,color="green",shape="box"];4385[label="vwx1601",fontsize=16,color="green",shape="box"];4386[label="vwx1591",fontsize=16,color="green",shape="box"];4387[label="vwx1601",fontsize=16,color="green",shape="box"];4388[label="vwx1591",fontsize=16,color="green",shape="box"];4389[label="vwx1601",fontsize=16,color="green",shape="box"];4390[label="vwx1591",fontsize=16,color="green",shape="box"];4391[label="vwx1601",fontsize=16,color="green",shape="box"];4392[label="vwx1591",fontsize=16,color="green",shape="box"];4393[label="vwx1601",fontsize=16,color="green",shape="box"];4394[label="vwx1591",fontsize=16,color="green",shape="box"];4395[label="vwx1601",fontsize=16,color="green",shape="box"];4396[label="vwx1591",fontsize=16,color="green",shape="box"];4397[label="Succ (Succ (primPlusNat vwx28700 vwx301000))",fontsize=16,color="green",shape="box"];4397 -> 4457[label="",style="dashed", color="green", weight=3]; 23.86/10.20 4398[label="Succ vwx28700",fontsize=16,color="green",shape="box"];4399[label="Succ vwx301000",fontsize=16,color="green",shape="box"];4400[label="Zero",fontsize=16,color="green",shape="box"];4401[label="vwx1601",fontsize=16,color="green",shape="box"];4402[label="vwx1591",fontsize=16,color="green",shape="box"];4403[label="vwx1601",fontsize=16,color="green",shape="box"];4404[label="vwx1591",fontsize=16,color="green",shape="box"];4405[label="vwx1601",fontsize=16,color="green",shape="box"];4406[label="vwx1591",fontsize=16,color="green",shape="box"];4407[label="vwx1601",fontsize=16,color="green",shape="box"];4408[label="vwx1591",fontsize=16,color="green",shape="box"];4409[label="vwx1601",fontsize=16,color="green",shape="box"];4410[label="vwx1591",fontsize=16,color="green",shape="box"];4411[label="vwx1601",fontsize=16,color="green",shape="box"];4412[label="vwx1591",fontsize=16,color="green",shape="box"];4413[label="vwx1601",fontsize=16,color="green",shape="box"];4414[label="vwx1591",fontsize=16,color="green",shape="box"];4415[label="vwx1601",fontsize=16,color="green",shape="box"];4416[label="vwx1591",fontsize=16,color="green",shape="box"];4417[label="vwx1601",fontsize=16,color="green",shape="box"];4418[label="vwx1591",fontsize=16,color="green",shape="box"];4419[label="vwx1601",fontsize=16,color="green",shape="box"];4420[label="vwx1591",fontsize=16,color="green",shape="box"];4421[label="vwx1601",fontsize=16,color="green",shape="box"];4422[label="vwx1591",fontsize=16,color="green",shape="box"];4423[label="vwx1601",fontsize=16,color="green",shape="box"];4424[label="vwx1591",fontsize=16,color="green",shape="box"];4425[label="vwx1601",fontsize=16,color="green",shape="box"];4426[label="vwx1591",fontsize=16,color="green",shape="box"];4427[label="vwx1601",fontsize=16,color="green",shape="box"];4428[label="vwx1591",fontsize=16,color="green",shape="box"];4429[label="vwx1602",fontsize=16,color="green",shape="box"];4430[label="vwx1592",fontsize=16,color="green",shape="box"];4431[label="vwx1592",fontsize=16,color="green",shape="box"];4432[label="vwx1602",fontsize=16,color="green",shape="box"];4433[label="vwx1602",fontsize=16,color="green",shape="box"];4434[label="vwx1592",fontsize=16,color="green",shape="box"];4435[label="vwx1602",fontsize=16,color="green",shape="box"];4436[label="vwx1592",fontsize=16,color="green",shape="box"];4437[label="vwx1602",fontsize=16,color="green",shape="box"];4438[label="vwx1592",fontsize=16,color="green",shape="box"];4439[label="vwx1602",fontsize=16,color="green",shape="box"];4440[label="vwx1592",fontsize=16,color="green",shape="box"];4441[label="vwx1602",fontsize=16,color="green",shape="box"];4442[label="vwx1592",fontsize=16,color="green",shape="box"];4443[label="vwx1602",fontsize=16,color="green",shape="box"];4444[label="vwx1592",fontsize=16,color="green",shape="box"];4445[label="vwx1602",fontsize=16,color="green",shape="box"];4446[label="vwx1592",fontsize=16,color="green",shape="box"];4447[label="vwx1602",fontsize=16,color="green",shape="box"];4448[label="vwx1592",fontsize=16,color="green",shape="box"];4449[label="vwx1602",fontsize=16,color="green",shape="box"];4450[label="vwx1592",fontsize=16,color="green",shape="box"];4451[label="vwx1602",fontsize=16,color="green",shape="box"];4452[label="vwx1592",fontsize=16,color="green",shape="box"];4453[label="vwx1602",fontsize=16,color="green",shape="box"];4454[label="vwx1592",fontsize=16,color="green",shape="box"];4455[label="vwx1602",fontsize=16,color="green",shape="box"];4456[label="vwx1592",fontsize=16,color="green",shape="box"];4457 -> 4134[label="",style="dashed", color="red", weight=0]; 23.86/10.20 4457[label="primPlusNat vwx28700 vwx301000",fontsize=16,color="magenta"];4457 -> 4458[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4457 -> 4459[label="",style="dashed", color="magenta", weight=3]; 23.86/10.20 4458[label="vwx301000",fontsize=16,color="green",shape="box"];4459[label="vwx28700",fontsize=16,color="green",shape="box"];} 23.86/10.20 23.86/10.20 ---------------------------------------- 23.86/10.20 23.86/10.20 (14) 23.86/10.20 Complex Obligation (AND) 23.86/10.20 23.86/10.20 ---------------------------------------- 23.86/10.20 23.86/10.20 (15) 23.86/10.20 Obligation: 23.86/10.20 Q DP problem: 23.86/10.20 The TRS P consists of the following rules: 23.86/10.20 23.86/10.20 new_primCmpNat(Succ(vwx3000), Succ(vwx4000)) -> new_primCmpNat(vwx3000, vwx4000) 23.86/10.20 23.86/10.20 R is empty. 23.86/10.20 Q is empty. 23.86/10.20 We have to consider all minimal (P,Q,R)-chains. 23.86/10.20 ---------------------------------------- 23.86/10.20 23.86/10.20 (16) QDPSizeChangeProof (EQUIVALENT) 23.86/10.20 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. 23.86/10.20 23.86/10.20 From the DPs we obtained the following set of size-change graphs: 23.86/10.20 *new_primCmpNat(Succ(vwx3000), Succ(vwx4000)) -> new_primCmpNat(vwx3000, vwx4000) 23.86/10.20 The graph contains the following edges 1 > 1, 2 > 2 23.86/10.20 23.86/10.20 23.86/10.20 ---------------------------------------- 23.86/10.20 23.86/10.20 (17) 23.86/10.20 YES 23.86/10.20 23.86/10.20 ---------------------------------------- 23.86/10.20 23.86/10.20 (18) 23.86/10.20 Obligation: 23.86/10.20 Q DP problem: 23.86/10.20 The TRS P consists of the following rules: 23.86/10.20 23.86/10.20 new_primMulNat(Succ(vwx40000), Succ(vwx30100)) -> new_primMulNat(vwx40000, Succ(vwx30100)) 23.86/10.20 23.86/10.20 R is empty. 23.86/10.20 Q is empty. 23.86/10.20 We have to consider all minimal (P,Q,R)-chains. 23.86/10.20 ---------------------------------------- 23.86/10.20 23.86/10.20 (19) QDPSizeChangeProof (EQUIVALENT) 23.86/10.20 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. 23.86/10.20 23.86/10.20 From the DPs we obtained the following set of size-change graphs: 23.86/10.20 *new_primMulNat(Succ(vwx40000), Succ(vwx30100)) -> new_primMulNat(vwx40000, Succ(vwx30100)) 23.86/10.20 The graph contains the following edges 1 > 1, 2 >= 2 23.86/10.20 23.86/10.20 23.86/10.20 ---------------------------------------- 23.86/10.20 23.86/10.20 (20) 23.86/10.20 YES 23.86/10.20 23.86/10.20 ---------------------------------------- 23.86/10.20 23.86/10.20 (21) 23.86/10.20 Obligation: 23.86/10.20 Q DP problem: 23.86/10.20 The TRS P consists of the following rules: 23.86/10.20 23.86/10.20 new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), app(ty_Maybe, ff), fb) -> new_esEs1(vwx3000, vwx4000, ff) 23.86/10.20 new_esEs3(:(vwx3000, vwx3001), :(vwx4000, vwx4001), app(app(ty_Either, bdg), bdh)) -> new_esEs2(vwx3000, vwx4000, bdg, bdh) 23.86/10.20 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, bc, app(app(app(ty_@3, df), dg), dh)) -> new_esEs(vwx3002, vwx4002, df, dg, dh) 23.86/10.20 new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), gb, app(ty_Maybe, gh)) -> new_esEs1(vwx3001, vwx4001, gh) 23.86/10.20 new_esEs2(Left(vwx3000), Left(vwx4000), app(ty_Maybe, bbc), bah) -> new_esEs1(vwx3000, vwx4000, bbc) 23.86/10.20 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, bc, app(ty_[], ef)) -> new_esEs3(vwx3002, vwx4002, ef) 23.86/10.20 new_esEs2(Right(vwx3000), Right(vwx4000), bbg, app(app(ty_@2, bcc), bcd)) -> new_esEs0(vwx3000, vwx4000, bcc, bcd) 23.86/10.20 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, app(app(ty_@2, cg), da), bd) -> new_esEs0(vwx3001, vwx4001, cg, da) 23.86/10.20 new_esEs2(Right(vwx3000), Right(vwx4000), bbg, app(app(ty_Either, bcf), bcg)) -> new_esEs2(vwx3000, vwx4000, bcf, bcg) 23.86/10.20 new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), app(app(app(ty_@3, eg), eh), fa), fb) -> new_esEs(vwx3000, vwx4000, eg, eh, fa) 23.86/10.20 new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), gb, app(app(ty_@2, gf), gg)) -> new_esEs0(vwx3001, vwx4001, gf, gg) 23.86/10.20 new_esEs2(Right(vwx3000), Right(vwx4000), bbg, app(app(app(ty_@3, bbh), bca), bcb)) -> new_esEs(vwx3000, vwx4000, bbh, bca, bcb) 23.86/10.20 new_esEs2(Right(vwx3000), Right(vwx4000), bbg, app(ty_Maybe, bce)) -> new_esEs1(vwx3000, vwx4000, bce) 23.86/10.20 new_esEs1(Just(vwx3000), Just(vwx4000), app(app(ty_Either, bab), bac)) -> new_esEs2(vwx3000, vwx4000, bab, bac) 23.86/10.20 new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), gb, app(app(ty_Either, ha), hb)) -> new_esEs2(vwx3001, vwx4001, ha, hb) 23.86/10.20 new_esEs3(:(vwx3000, vwx3001), :(vwx4000, vwx4001), app(ty_Maybe, bdf)) -> new_esEs1(vwx3000, vwx4000, bdf) 23.86/10.20 new_esEs3(:(vwx3000, vwx3001), :(vwx4000, vwx4001), app(ty_[], bea)) -> new_esEs3(vwx3000, vwx4000, bea) 23.86/10.20 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), app(ty_Maybe, bg), bc, bd) -> new_esEs1(vwx3000, vwx4000, bg) 23.86/10.20 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, app(ty_[], de), bd) -> new_esEs3(vwx3001, vwx4001, de) 23.86/10.20 new_esEs2(Right(vwx3000), Right(vwx4000), bbg, app(ty_[], bch)) -> new_esEs3(vwx3000, vwx4000, bch) 23.86/10.20 new_esEs3(:(vwx3000, vwx3001), :(vwx4000, vwx4001), app(app(ty_@2, bdd), bde)) -> new_esEs0(vwx3000, vwx4000, bdd, bde) 23.86/10.20 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), app(ty_[], cb), bc, bd) -> new_esEs3(vwx3000, vwx4000, cb) 23.86/10.20 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, app(ty_Maybe, db), bd) -> new_esEs1(vwx3001, vwx4001, db) 23.86/10.20 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, app(app(app(ty_@3, cd), ce), cf), bd) -> new_esEs(vwx3001, vwx4001, cd, ce, cf) 23.86/10.20 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, bc, app(app(ty_Either, ed), ee)) -> new_esEs2(vwx3002, vwx4002, ed, ee) 23.86/10.20 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, bc, app(app(ty_@2, ea), eb)) -> new_esEs0(vwx3002, vwx4002, ea, eb) 23.86/10.20 new_esEs1(Just(vwx3000), Just(vwx4000), app(app(app(ty_@3, hd), he), hf)) -> new_esEs(vwx3000, vwx4000, hd, he, hf) 23.86/10.20 new_esEs2(Left(vwx3000), Left(vwx4000), app(app(ty_Either, bbd), bbe), bah) -> new_esEs2(vwx3000, vwx4000, bbd, bbe) 23.86/10.20 new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), app(ty_[], ga), fb) -> new_esEs3(vwx3000, vwx4000, ga) 23.86/10.20 new_esEs3(:(vwx3000, vwx3001), :(vwx4000, vwx4001), beb) -> new_esEs3(vwx3001, vwx4001, beb) 23.86/10.20 new_esEs2(Left(vwx3000), Left(vwx4000), app(ty_[], bbf), bah) -> new_esEs3(vwx3000, vwx4000, bbf) 23.86/10.20 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, bc, app(ty_Maybe, ec)) -> new_esEs1(vwx3002, vwx4002, ec) 23.86/10.20 new_esEs3(:(vwx3000, vwx3001), :(vwx4000, vwx4001), app(app(app(ty_@3, bda), bdb), bdc)) -> new_esEs(vwx3000, vwx4000, bda, bdb, bdc) 23.86/10.20 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, app(app(ty_Either, dc), dd), bd) -> new_esEs2(vwx3001, vwx4001, dc, dd) 23.86/10.20 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), app(app(app(ty_@3, h), ba), bb), bc, bd) -> new_esEs(vwx3000, vwx4000, h, ba, bb) 23.86/10.20 new_esEs1(Just(vwx3000), Just(vwx4000), app(app(ty_@2, hg), hh)) -> new_esEs0(vwx3000, vwx4000, hg, hh) 23.86/10.20 new_esEs2(Left(vwx3000), Left(vwx4000), app(app(ty_@2, bba), bbb), bah) -> new_esEs0(vwx3000, vwx4000, bba, bbb) 23.86/10.20 new_esEs2(Left(vwx3000), Left(vwx4000), app(app(app(ty_@3, bae), baf), bag), bah) -> new_esEs(vwx3000, vwx4000, bae, baf, bag) 23.86/10.20 new_esEs1(Just(vwx3000), Just(vwx4000), app(ty_[], bad)) -> new_esEs3(vwx3000, vwx4000, bad) 23.86/10.20 new_esEs1(Just(vwx3000), Just(vwx4000), app(ty_Maybe, baa)) -> new_esEs1(vwx3000, vwx4000, baa) 23.86/10.20 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), app(app(ty_Either, bh), ca), bc, bd) -> new_esEs2(vwx3000, vwx4000, bh, ca) 23.86/10.20 new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), app(app(ty_@2, fc), fd), fb) -> new_esEs0(vwx3000, vwx4000, fc, fd) 23.86/10.20 new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), app(app(ty_Either, fg), fh), fb) -> new_esEs2(vwx3000, vwx4000, fg, fh) 23.86/10.20 new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), gb, app(ty_[], hc)) -> new_esEs3(vwx3001, vwx4001, hc) 23.86/10.20 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), app(app(ty_@2, be), bf), bc, bd) -> new_esEs0(vwx3000, vwx4000, be, bf) 23.86/10.20 new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), gb, app(app(app(ty_@3, gc), gd), ge)) -> new_esEs(vwx3001, vwx4001, gc, gd, ge) 23.86/10.20 23.86/10.20 R is empty. 23.86/10.20 Q is empty. 23.86/10.20 We have to consider all minimal (P,Q,R)-chains. 23.86/10.20 ---------------------------------------- 23.86/10.20 23.86/10.20 (22) QDPSizeChangeProof (EQUIVALENT) 23.86/10.20 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. 23.86/10.20 23.86/10.20 From the DPs we obtained the following set of size-change graphs: 23.86/10.20 *new_esEs1(Just(vwx3000), Just(vwx4000), app(app(ty_@2, hg), hh)) -> new_esEs0(vwx3000, vwx4000, hg, hh) 23.86/10.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 23.86/10.20 23.86/10.20 23.86/10.20 *new_esEs1(Just(vwx3000), Just(vwx4000), app(ty_[], bad)) -> new_esEs3(vwx3000, vwx4000, bad) 23.86/10.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 23.86/10.20 23.86/10.20 23.86/10.20 *new_esEs1(Just(vwx3000), Just(vwx4000), app(app(app(ty_@3, hd), he), hf)) -> new_esEs(vwx3000, vwx4000, hd, he, hf) 23.86/10.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 23.86/10.20 23.86/10.20 23.86/10.20 *new_esEs1(Just(vwx3000), Just(vwx4000), app(app(ty_Either, bab), bac)) -> new_esEs2(vwx3000, vwx4000, bab, bac) 23.86/10.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 23.86/10.20 23.86/10.20 23.86/10.20 *new_esEs1(Just(vwx3000), Just(vwx4000), app(ty_Maybe, baa)) -> new_esEs1(vwx3000, vwx4000, baa) 23.86/10.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 23.86/10.20 23.86/10.20 23.86/10.20 *new_esEs3(:(vwx3000, vwx3001), :(vwx4000, vwx4001), app(app(ty_@2, bdd), bde)) -> new_esEs0(vwx3000, vwx4000, bdd, bde) 23.86/10.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 23.86/10.20 23.86/10.20 23.86/10.20 *new_esEs3(:(vwx3000, vwx3001), :(vwx4000, vwx4001), app(app(app(ty_@3, bda), bdb), bdc)) -> new_esEs(vwx3000, vwx4000, bda, bdb, bdc) 23.86/10.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 23.86/10.20 23.86/10.20 23.86/10.20 *new_esEs3(:(vwx3000, vwx3001), :(vwx4000, vwx4001), app(app(ty_Either, bdg), bdh)) -> new_esEs2(vwx3000, vwx4000, bdg, bdh) 23.86/10.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 23.86/10.20 23.86/10.20 23.86/10.20 *new_esEs3(:(vwx3000, vwx3001), :(vwx4000, vwx4001), app(ty_Maybe, bdf)) -> new_esEs1(vwx3000, vwx4000, bdf) 23.86/10.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 23.86/10.20 23.86/10.20 23.86/10.20 *new_esEs2(Right(vwx3000), Right(vwx4000), bbg, app(app(ty_@2, bcc), bcd)) -> new_esEs0(vwx3000, vwx4000, bcc, bcd) 23.86/10.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 23.86/10.20 23.86/10.20 23.86/10.20 *new_esEs2(Left(vwx3000), Left(vwx4000), app(app(ty_@2, bba), bbb), bah) -> new_esEs0(vwx3000, vwx4000, bba, bbb) 23.86/10.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 23.86/10.20 23.86/10.20 23.86/10.20 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, app(app(ty_@2, cg), da), bd) -> new_esEs0(vwx3001, vwx4001, cg, da) 23.86/10.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 23.86/10.20 23.86/10.20 23.86/10.20 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, bc, app(app(ty_@2, ea), eb)) -> new_esEs0(vwx3002, vwx4002, ea, eb) 23.86/10.20 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 23.86/10.20 23.86/10.20 23.86/10.20 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), app(app(ty_@2, be), bf), bc, bd) -> new_esEs0(vwx3000, vwx4000, be, bf) 23.86/10.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 23.86/10.20 23.86/10.20 23.86/10.20 *new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), gb, app(app(ty_@2, gf), gg)) -> new_esEs0(vwx3001, vwx4001, gf, gg) 23.86/10.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 23.86/10.20 23.86/10.20 23.86/10.20 *new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), app(app(ty_@2, fc), fd), fb) -> new_esEs0(vwx3000, vwx4000, fc, fd) 23.86/10.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 23.86/10.20 23.86/10.20 23.86/10.20 *new_esEs2(Right(vwx3000), Right(vwx4000), bbg, app(ty_[], bch)) -> new_esEs3(vwx3000, vwx4000, bch) 23.86/10.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 23.86/10.20 23.86/10.20 23.86/10.20 *new_esEs2(Left(vwx3000), Left(vwx4000), app(ty_[], bbf), bah) -> new_esEs3(vwx3000, vwx4000, bbf) 23.86/10.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 23.86/10.20 23.86/10.20 23.86/10.20 *new_esEs2(Right(vwx3000), Right(vwx4000), bbg, app(app(app(ty_@3, bbh), bca), bcb)) -> new_esEs(vwx3000, vwx4000, bbh, bca, bcb) 23.86/10.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 23.86/10.20 23.86/10.20 23.86/10.20 *new_esEs2(Left(vwx3000), Left(vwx4000), app(app(app(ty_@3, bae), baf), bag), bah) -> new_esEs(vwx3000, vwx4000, bae, baf, bag) 23.86/10.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 23.86/10.20 23.86/10.20 23.86/10.20 *new_esEs2(Right(vwx3000), Right(vwx4000), bbg, app(app(ty_Either, bcf), bcg)) -> new_esEs2(vwx3000, vwx4000, bcf, bcg) 23.86/10.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 23.86/10.20 23.86/10.20 23.86/10.20 *new_esEs2(Left(vwx3000), Left(vwx4000), app(app(ty_Either, bbd), bbe), bah) -> new_esEs2(vwx3000, vwx4000, bbd, bbe) 23.86/10.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 23.86/10.20 23.86/10.20 23.86/10.20 *new_esEs2(Left(vwx3000), Left(vwx4000), app(ty_Maybe, bbc), bah) -> new_esEs1(vwx3000, vwx4000, bbc) 23.86/10.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 23.86/10.20 23.86/10.20 23.86/10.20 *new_esEs2(Right(vwx3000), Right(vwx4000), bbg, app(ty_Maybe, bce)) -> new_esEs1(vwx3000, vwx4000, bce) 23.86/10.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 23.86/10.20 23.86/10.20 23.86/10.20 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, bc, app(ty_[], ef)) -> new_esEs3(vwx3002, vwx4002, ef) 23.86/10.20 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 23.86/10.20 23.86/10.20 23.86/10.20 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, app(ty_[], de), bd) -> new_esEs3(vwx3001, vwx4001, de) 23.86/10.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 23.86/10.20 23.86/10.20 23.86/10.20 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), app(ty_[], cb), bc, bd) -> new_esEs3(vwx3000, vwx4000, cb) 23.86/10.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 23.86/10.20 23.86/10.20 23.86/10.20 *new_esEs3(:(vwx3000, vwx3001), :(vwx4000, vwx4001), app(ty_[], bea)) -> new_esEs3(vwx3000, vwx4000, bea) 23.86/10.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 23.86/10.20 23.86/10.20 23.86/10.20 *new_esEs3(:(vwx3000, vwx3001), :(vwx4000, vwx4001), beb) -> new_esEs3(vwx3001, vwx4001, beb) 23.86/10.20 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 23.86/10.20 23.86/10.20 23.86/10.20 *new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), app(ty_[], ga), fb) -> new_esEs3(vwx3000, vwx4000, ga) 23.86/10.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 23.86/10.20 23.86/10.20 23.86/10.20 *new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), gb, app(ty_[], hc)) -> new_esEs3(vwx3001, vwx4001, hc) 23.86/10.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 23.86/10.20 23.86/10.20 23.86/10.20 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, bc, app(app(app(ty_@3, df), dg), dh)) -> new_esEs(vwx3002, vwx4002, df, dg, dh) 23.86/10.20 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 23.86/10.20 23.86/10.20 23.86/10.20 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, app(app(app(ty_@3, cd), ce), cf), bd) -> new_esEs(vwx3001, vwx4001, cd, ce, cf) 23.86/10.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 23.86/10.20 23.86/10.20 23.86/10.20 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), app(app(app(ty_@3, h), ba), bb), bc, bd) -> new_esEs(vwx3000, vwx4000, h, ba, bb) 23.86/10.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 23.86/10.20 23.86/10.20 23.86/10.20 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, bc, app(app(ty_Either, ed), ee)) -> new_esEs2(vwx3002, vwx4002, ed, ee) 23.86/10.20 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 23.86/10.20 23.86/10.20 23.86/10.20 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, app(app(ty_Either, dc), dd), bd) -> new_esEs2(vwx3001, vwx4001, dc, dd) 23.86/10.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 23.86/10.20 23.86/10.20 23.86/10.20 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), app(app(ty_Either, bh), ca), bc, bd) -> new_esEs2(vwx3000, vwx4000, bh, ca) 23.86/10.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 23.86/10.20 23.86/10.20 23.86/10.20 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), app(ty_Maybe, bg), bc, bd) -> new_esEs1(vwx3000, vwx4000, bg) 23.86/10.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 23.86/10.20 23.86/10.20 23.86/10.20 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, app(ty_Maybe, db), bd) -> new_esEs1(vwx3001, vwx4001, db) 23.86/10.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 23.86/10.20 23.86/10.20 23.86/10.20 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, bc, app(ty_Maybe, ec)) -> new_esEs1(vwx3002, vwx4002, ec) 23.86/10.20 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 23.86/10.20 23.86/10.20 23.86/10.20 *new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), app(app(app(ty_@3, eg), eh), fa), fb) -> new_esEs(vwx3000, vwx4000, eg, eh, fa) 23.86/10.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 23.86/10.20 23.86/10.20 23.86/10.20 *new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), gb, app(app(app(ty_@3, gc), gd), ge)) -> new_esEs(vwx3001, vwx4001, gc, gd, ge) 23.86/10.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 23.86/10.20 23.86/10.20 23.86/10.20 *new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), gb, app(app(ty_Either, ha), hb)) -> new_esEs2(vwx3001, vwx4001, ha, hb) 23.86/10.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 23.86/10.20 23.86/10.20 23.86/10.20 *new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), app(app(ty_Either, fg), fh), fb) -> new_esEs2(vwx3000, vwx4000, fg, fh) 23.86/10.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 23.86/10.20 23.86/10.20 23.86/10.20 *new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), app(ty_Maybe, ff), fb) -> new_esEs1(vwx3000, vwx4000, ff) 23.86/10.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 23.86/10.20 23.86/10.20 23.86/10.20 *new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), gb, app(ty_Maybe, gh)) -> new_esEs1(vwx3001, vwx4001, gh) 23.86/10.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 23.86/10.20 23.86/10.20 23.86/10.20 ---------------------------------------- 23.86/10.20 23.86/10.20 (23) 23.86/10.20 YES 23.86/10.20 23.86/10.20 ---------------------------------------- 23.86/10.20 23.86/10.20 (24) 23.86/10.20 Obligation: 23.86/10.20 Q DP problem: 23.86/10.20 The TRS P consists of the following rules: 23.86/10.20 23.86/10.20 new_compare23(vwx195, vwx196, vwx197, vwx198, vwx199, vwx200, False, cbd, cbe, app(app(app(ty_@3, ccd), cce), ccf)) -> new_ltEs3(vwx197, vwx200, ccd, cce, ccf) 23.86/10.20 new_compare2(@2(vwx1590, vwx1591), @2(vwx1600, vwx1601), False, app(app(ty_@2, de), app(ty_Maybe, dg))) -> new_ltEs0(vwx1591, vwx1601, dg) 23.86/10.20 new_compare21(vwx177, vwx178, False, app(app(ty_Either, bhe), bhf), bha) -> new_ltEs2(vwx177, vwx178, bhe, bhf) 23.86/10.20 new_ltEs3(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), baf, bag, app(ty_Maybe, bba)) -> new_ltEs0(vwx1592, vwx1602, bba) 23.86/10.20 new_ltEs0(Just(vwx1590), Just(vwx1600), app(app(app(ty_@3, db), dc), dd)) -> new_ltEs3(vwx1590, vwx1600, db, dc, dd) 23.86/10.20 new_compare23(vwx195, vwx196, vwx197, vwx198, vwx199, vwx200, False, cbd, app(ty_Maybe, cda), cch) -> new_lt0(vwx196, vwx199, cda) 23.86/10.20 new_ltEs1(@2(vwx1590, vwx1591), @2(vwx1600, vwx1601), de, app(app(app(ty_@3, ed), ee), ef)) -> new_ltEs3(vwx1591, vwx1601, ed, ee, ef) 23.86/10.20 new_ltEs3(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), baf, app(ty_[], bca), bcb) -> new_lt(vwx1591, vwx1601, bca) 23.86/10.20 new_ltEs0(Just(vwx1590), Just(vwx1600), app(app(ty_Either, cg), da)) -> new_ltEs2(vwx1590, vwx1600, cg, da) 23.86/10.20 new_compare2(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), False, app(app(app(ty_@3, baf), bag), app(ty_Maybe, bba))) -> new_ltEs0(vwx1592, vwx1602, bba) 23.86/10.20 new_compare2(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), False, app(app(app(ty_@3, app(ty_Maybe, bdd)), bag), bcb)) -> new_lt0(vwx1590, vwx1600, bdd) 23.86/10.20 new_ltEs1(@2(vwx1590, vwx1591), @2(vwx1600, vwx1601), app(app(app(ty_@3, fg), fh), ga), eh) -> new_lt3(vwx1590, vwx1600, fg, fh, ga) 23.86/10.20 new_ltEs2(Left(vwx1590), Left(vwx1600), app(ty_[], gb), gc) -> new_ltEs(vwx1590, vwx1600, gb) 23.86/10.20 new_compare5(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bg, bh, ca) -> new_compare23(vwx300, vwx301, vwx302, vwx400, vwx401, vwx402, new_asAs(new_esEs9(vwx300, vwx400, bg), new_asAs(new_esEs10(vwx301, vwx401, bh), new_esEs11(vwx302, vwx402, ca))), bg, bh, ca) 23.86/10.20 new_compare21(vwx177, vwx178, False, app(ty_[], bgh), bha) -> new_ltEs(vwx177, vwx178, bgh) 23.86/10.20 new_compare22(vwx184, vwx185, False, cab, app(ty_[], cac)) -> new_ltEs(vwx184, vwx185, cac) 23.86/10.20 new_compare2(Just(vwx1590), Just(vwx1600), False, app(ty_Maybe, app(app(app(ty_@3, db), dc), dd))) -> new_ltEs3(vwx1590, vwx1600, db, dc, dd) 23.86/10.20 new_compare20(vwx208, vwx209, vwx210, vwx211, False, app(app(ty_Either, bgc), bgd), bgb) -> new_compare4(vwx208, vwx210, bgc, bgd) 23.86/10.20 new_compare2(@2(vwx1590, vwx1591), @2(vwx1600, vwx1601), False, app(app(ty_@2, app(app(app(ty_@3, fg), fh), ga)), eh)) -> new_lt3(vwx1590, vwx1600, fg, fh, ga) 23.86/10.20 new_compare2(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), False, app(app(app(ty_@3, baf), app(app(ty_@2, bcd), bce)), bcb)) -> new_lt1(vwx1591, vwx1601, bcd, bce) 23.86/10.20 new_compare23(vwx195, vwx196, vwx197, vwx198, vwx199, vwx200, False, cbd, cbe, app(ty_[], cbf)) -> new_ltEs(vwx197, vwx200, cbf) 23.86/10.20 new_lt3(vwx208, vwx210, bge, bgf, bgg) -> new_compare5(vwx208, vwx210, bge, bgf, bgg) 23.86/10.20 new_compare22(vwx184, vwx185, False, cab, app(app(ty_@2, cae), caf)) -> new_ltEs1(vwx184, vwx185, cae, caf) 23.86/10.20 new_compare1(Just(vwx300), Just(vwx400), bb) -> new_compare2(vwx300, vwx400, new_esEs4(vwx300, vwx400, bb), bb) 23.86/10.20 new_compare2(@2(vwx1590, vwx1591), @2(vwx1600, vwx1601), False, app(app(ty_@2, de), app(ty_[], df))) -> new_ltEs(vwx1591, vwx1601, df) 23.86/10.20 new_ltEs3(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), baf, app(ty_Maybe, bcc), bcb) -> new_lt0(vwx1591, vwx1601, bcc) 23.86/10.20 new_compare23(vwx195, vwx196, vwx197, vwx198, vwx199, vwx200, False, cbd, app(ty_[], ccg), cch) -> new_lt(vwx196, vwx199, ccg) 23.86/10.20 new_compare20(vwx208, vwx209, vwx210, vwx211, False, app(ty_[], bed), bgb) -> new_compare(vwx208, vwx210, bed) 23.86/10.20 new_primCompAux(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), vwx149, app(app(app(ty_@3, bg), bh), ca)) -> new_compare23(vwx300, vwx301, vwx302, vwx400, vwx401, vwx402, new_asAs(new_esEs9(vwx300, vwx400, bg), new_asAs(new_esEs10(vwx301, vwx401, bh), new_esEs11(vwx302, vwx402, ca))), bg, bh, ca) 23.86/10.20 new_compare2(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), False, app(app(app(ty_@3, app(app(ty_Either, bdg), bdh)), bag), bcb)) -> new_lt2(vwx1590, vwx1600, bdg, bdh) 23.86/10.20 new_compare2(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), False, app(app(app(ty_@3, baf), app(ty_Maybe, bcc)), bcb)) -> new_lt0(vwx1591, vwx1601, bcc) 23.86/10.20 new_compare23(vwx195, vwx196, vwx197, vwx198, vwx199, vwx200, False, app(app(app(ty_@3, ceg), ceh), cfa), cbe, cch) -> new_lt3(vwx195, vwx198, ceg, ceh, cfa) 23.86/10.20 new_compare2(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), False, app(app(app(ty_@3, baf), bag), app(ty_[], bah))) -> new_ltEs(vwx1592, vwx1602, bah) 23.86/10.20 new_ltEs3(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), baf, bag, app(app(app(ty_@3, bbf), bbg), bbh)) -> new_ltEs3(vwx1592, vwx1602, bbf, bbg, bbh) 23.86/10.20 new_compare2(Just(vwx1590), Just(vwx1600), False, app(ty_Maybe, app(ty_[], cc))) -> new_ltEs(vwx1590, vwx1600, cc) 23.86/10.20 new_compare20(vwx208, vwx209, vwx210, vwx211, False, beh, app(app(app(ty_@3, bfg), bfh), bga)) -> new_ltEs3(vwx209, vwx211, bfg, bfh, bga) 23.86/10.20 new_ltEs3(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), baf, app(app(ty_@2, bcd), bce), bcb) -> new_lt1(vwx1591, vwx1601, bcd, bce) 23.86/10.20 new_compare2(@2(vwx1590, vwx1591), @2(vwx1600, vwx1601), False, app(app(ty_@2, app(ty_Maybe, fa)), eh)) -> new_lt0(vwx1590, vwx1600, fa) 23.86/10.20 new_compare20(vwx208, vwx209, vwx210, vwx211, False, beh, app(ty_Maybe, bfb)) -> new_ltEs0(vwx209, vwx211, bfb) 23.86/10.20 new_ltEs2(Right(vwx1590), Right(vwx1600), hd, app(ty_Maybe, hf)) -> new_ltEs0(vwx1590, vwx1600, hf) 23.86/10.20 new_compare23(vwx195, vwx196, vwx197, vwx198, vwx199, vwx200, False, app(app(ty_Either, cee), cef), cbe, cch) -> new_lt2(vwx195, vwx198, cee, cef) 23.86/10.20 new_ltEs0(Just(vwx1590), Just(vwx1600), app(app(ty_@2, ce), cf)) -> new_ltEs1(vwx1590, vwx1600, ce, cf) 23.86/10.20 new_compare2(Right(vwx1590), Right(vwx1600), False, app(app(ty_Either, hd), app(ty_[], he))) -> new_ltEs(vwx1590, vwx1600, he) 23.86/10.20 new_compare20(vwx208, vwx209, vwx210, vwx211, False, app(app(ty_@2, bef), beg), bgb) -> new_compare3(vwx208, vwx210, bef, beg) 23.86/10.20 new_ltEs(:(vwx30, vwx31), :(vwx40, vwx41), h) -> new_compare(vwx31, vwx41, h) 23.86/10.20 new_compare2(Left(vwx1590), Left(vwx1600), False, app(app(ty_Either, app(app(ty_Either, gg), gh)), gc)) -> new_ltEs2(vwx1590, vwx1600, gg, gh) 23.86/10.20 new_ltEs2(Right(vwx1590), Right(vwx1600), hd, app(app(app(ty_@3, bac), bad), bae)) -> new_ltEs3(vwx1590, vwx1600, bac, bad, bae) 23.86/10.20 new_ltEs0(Just(vwx1590), Just(vwx1600), app(ty_Maybe, cd)) -> new_ltEs0(vwx1590, vwx1600, cd) 23.86/10.20 new_ltEs1(@2(vwx1590, vwx1591), @2(vwx1600, vwx1601), app(app(ty_@2, fb), fc), eh) -> new_lt1(vwx1590, vwx1600, fb, fc) 23.86/10.20 new_compare21(vwx177, vwx178, False, app(app(ty_@2, bhc), bhd), bha) -> new_ltEs1(vwx177, vwx178, bhc, bhd) 23.86/10.20 new_ltEs2(Left(vwx1590), Left(vwx1600), app(app(ty_@2, ge), gf), gc) -> new_ltEs1(vwx1590, vwx1600, ge, gf) 23.86/10.20 new_compare23(vwx195, vwx196, vwx197, vwx198, vwx199, vwx200, False, cbd, cbe, app(app(ty_Either, ccb), ccc)) -> new_ltEs2(vwx197, vwx200, ccb, ccc) 23.86/10.20 new_compare2(Right(vwx1590), Right(vwx1600), False, app(app(ty_Either, hd), app(app(ty_Either, baa), bab))) -> new_ltEs2(vwx1590, vwx1600, baa, bab) 23.86/10.20 new_compare2(Right(vwx1590), Right(vwx1600), False, app(app(ty_Either, hd), app(ty_Maybe, hf))) -> new_ltEs0(vwx1590, vwx1600, hf) 23.86/10.20 new_compare2(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), False, app(app(app(ty_@3, app(app(ty_@2, bde), bdf)), bag), bcb)) -> new_lt1(vwx1590, vwx1600, bde, bdf) 23.86/10.20 new_lt0(vwx208, vwx210, bee) -> new_compare1(vwx208, vwx210, bee) 23.86/10.20 new_compare2(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), False, app(app(app(ty_@3, baf), bag), app(app(ty_@2, bbb), bbc))) -> new_ltEs1(vwx1592, vwx1602, bbb, bbc) 23.86/10.20 new_ltEs1(@2(vwx1590, vwx1591), @2(vwx1600, vwx1601), de, app(ty_[], df)) -> new_ltEs(vwx1591, vwx1601, df) 23.86/10.20 new_ltEs3(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), app(app(app(ty_@3, bea), beb), bec), bag, bcb) -> new_lt3(vwx1590, vwx1600, bea, beb, bec) 23.86/10.20 new_compare4(Left(vwx300), Left(vwx400), be, bf) -> new_compare21(vwx300, vwx400, new_esEs7(vwx300, vwx400, be), be, bf) 23.86/10.20 new_compare2(Just(vwx1590), Just(vwx1600), False, app(ty_Maybe, app(app(ty_@2, ce), cf))) -> new_ltEs1(vwx1590, vwx1600, ce, cf) 23.86/10.20 new_compare23(vwx195, vwx196, vwx197, vwx198, vwx199, vwx200, False, cbd, app(app(ty_@2, cdb), cdc), cch) -> new_lt1(vwx196, vwx199, cdb, cdc) 23.86/10.20 new_ltEs1(@2(vwx1590, vwx1591), @2(vwx1600, vwx1601), de, app(app(ty_Either, eb), ec)) -> new_ltEs2(vwx1591, vwx1601, eb, ec) 23.86/10.20 new_compare21(vwx177, vwx178, False, app(ty_Maybe, bhb), bha) -> new_ltEs0(vwx177, vwx178, bhb) 23.86/10.20 new_compare21(vwx177, vwx178, False, app(app(app(ty_@3, bhg), bhh), caa), bha) -> new_ltEs3(vwx177, vwx178, bhg, bhh, caa) 23.86/10.20 new_compare20(vwx208, vwx209, vwx210, vwx211, False, beh, app(app(ty_@2, bfc), bfd)) -> new_ltEs1(vwx209, vwx211, bfc, bfd) 23.86/10.20 new_lt2(vwx208, vwx210, bgc, bgd) -> new_compare4(vwx208, vwx210, bgc, bgd) 23.86/10.20 new_ltEs3(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), app(app(ty_Either, bdg), bdh), bag, bcb) -> new_lt2(vwx1590, vwx1600, bdg, bdh) 23.86/10.20 new_compare22(vwx184, vwx185, False, cab, app(ty_Maybe, cad)) -> new_ltEs0(vwx184, vwx185, cad) 23.86/10.20 new_compare3(@2(vwx300, vwx301), @2(vwx400, vwx401), bc, bd) -> new_compare20(vwx300, vwx301, vwx400, vwx401, new_asAs(new_esEs5(vwx300, vwx400, bc), new_esEs6(vwx301, vwx401, bd)), bc, bd) 23.86/10.20 new_compare23(vwx195, vwx196, vwx197, vwx198, vwx199, vwx200, False, cbd, app(app(ty_Either, cdd), cde), cch) -> new_lt2(vwx196, vwx199, cdd, cde) 23.86/10.20 new_compare20(vwx208, vwx209, vwx210, vwx211, False, beh, app(app(ty_Either, bfe), bff)) -> new_ltEs2(vwx209, vwx211, bfe, bff) 23.86/10.20 new_compare4(Right(vwx300), Right(vwx400), be, bf) -> new_compare22(vwx300, vwx400, new_esEs8(vwx300, vwx400, bf), be, bf) 23.86/10.20 new_ltEs3(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), app(app(ty_@2, bde), bdf), bag, bcb) -> new_lt1(vwx1590, vwx1600, bde, bdf) 23.86/10.20 new_lt1(vwx208, vwx210, bef, beg) -> new_compare3(vwx208, vwx210, bef, beg) 23.86/10.20 new_compare2(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), False, app(app(app(ty_@3, app(ty_[], bdc)), bag), bcb)) -> new_lt(vwx1590, vwx1600, bdc) 23.86/10.20 new_ltEs1(@2(vwx1590, vwx1591), @2(vwx1600, vwx1601), app(app(ty_Either, fd), ff), eh) -> new_lt2(vwx1590, vwx1600, fd, ff) 23.86/10.20 new_ltEs0(Just(vwx1590), Just(vwx1600), app(ty_[], cc)) -> new_ltEs(vwx1590, vwx1600, cc) 23.86/10.20 new_compare2(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), False, app(app(app(ty_@3, app(app(app(ty_@3, bea), beb), bec)), bag), bcb)) -> new_lt3(vwx1590, vwx1600, bea, beb, bec) 23.86/10.20 new_ltEs1(@2(vwx1590, vwx1591), @2(vwx1600, vwx1601), app(ty_Maybe, fa), eh) -> new_lt0(vwx1590, vwx1600, fa) 23.86/10.20 new_ltEs3(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), app(ty_[], bdc), bag, bcb) -> new_lt(vwx1590, vwx1600, bdc) 23.86/10.20 new_primCompAux(Just(vwx300), Just(vwx400), vwx149, app(ty_Maybe, bb)) -> new_compare2(vwx300, vwx400, new_esEs4(vwx300, vwx400, bb), bb) 23.86/10.20 new_compare2(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), False, app(app(app(ty_@3, baf), app(app(ty_Either, bcf), bcg)), bcb)) -> new_lt2(vwx1591, vwx1601, bcf, bcg) 23.86/10.20 new_compare20(vwx208, vwx209, vwx210, vwx211, False, app(app(app(ty_@3, bge), bgf), bgg), bgb) -> new_compare5(vwx208, vwx210, bge, bgf, bgg) 23.86/10.20 new_compare2(@2(vwx1590, vwx1591), @2(vwx1600, vwx1601), False, app(app(ty_@2, de), app(app(app(ty_@3, ed), ee), ef))) -> new_ltEs3(vwx1591, vwx1601, ed, ee, ef) 23.86/10.20 new_compare23(vwx195, vwx196, vwx197, vwx198, vwx199, vwx200, False, app(app(ty_@2, cec), ced), cbe, cch) -> new_lt1(vwx195, vwx198, cec, ced) 23.86/10.20 new_compare23(vwx195, vwx196, vwx197, vwx198, vwx199, vwx200, False, app(ty_Maybe, ceb), cbe, cch) -> new_lt0(vwx195, vwx198, ceb) 23.86/10.20 new_primCompAux(Right(vwx300), Right(vwx400), vwx149, app(app(ty_Either, be), bf)) -> new_compare22(vwx300, vwx400, new_esEs8(vwx300, vwx400, bf), be, bf) 23.86/10.20 new_ltEs1(@2(vwx1590, vwx1591), @2(vwx1600, vwx1601), de, app(ty_Maybe, dg)) -> new_ltEs0(vwx1591, vwx1601, dg) 23.86/10.20 new_compare2(@2(vwx1590, vwx1591), @2(vwx1600, vwx1601), False, app(app(ty_@2, app(ty_[], eg)), eh)) -> new_lt(vwx1590, vwx1600, eg) 23.86/10.20 new_ltEs3(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), baf, app(app(ty_Either, bcf), bcg), bcb) -> new_lt2(vwx1591, vwx1601, bcf, bcg) 23.86/10.20 new_compare2(Left(vwx1590), Left(vwx1600), False, app(app(ty_Either, app(ty_[], gb)), gc)) -> new_ltEs(vwx1590, vwx1600, gb) 23.86/10.20 new_ltEs1(@2(vwx1590, vwx1591), @2(vwx1600, vwx1601), de, app(app(ty_@2, dh), ea)) -> new_ltEs1(vwx1591, vwx1601, dh, ea) 23.86/10.20 new_compare22(vwx184, vwx185, False, cab, app(app(app(ty_@3, cba), cbb), cbc)) -> new_ltEs3(vwx184, vwx185, cba, cbb, cbc) 23.86/10.20 new_compare2(@2(vwx1590, vwx1591), @2(vwx1600, vwx1601), False, app(app(ty_@2, de), app(app(ty_Either, eb), ec))) -> new_ltEs2(vwx1591, vwx1601, eb, ec) 23.86/10.20 new_compare2(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), False, app(app(app(ty_@3, baf), bag), app(app(ty_Either, bbd), bbe))) -> new_ltEs2(vwx1592, vwx1602, bbd, bbe) 23.86/10.20 new_lt(vwx208, vwx210, bed) -> new_compare(vwx208, vwx210, bed) 23.86/10.20 new_ltEs2(Left(vwx1590), Left(vwx1600), app(app(app(ty_@3, ha), hb), hc), gc) -> new_ltEs3(vwx1590, vwx1600, ha, hb, hc) 23.86/10.20 new_compare(:(vwx30, vwx31), :(vwx40, vwx41), h) -> new_primCompAux(vwx30, vwx40, new_compare0(vwx31, vwx41, h), h) 23.86/10.20 new_compare20(vwx208, vwx209, vwx210, vwx211, False, beh, app(ty_[], bfa)) -> new_ltEs(vwx209, vwx211, bfa) 23.86/10.20 new_ltEs2(Right(vwx1590), Right(vwx1600), hd, app(app(ty_Either, baa), bab)) -> new_ltEs2(vwx1590, vwx1600, baa, bab) 23.86/10.20 new_compare2(Right(vwx1590), Right(vwx1600), False, app(app(ty_Either, hd), app(app(app(ty_@3, bac), bad), bae))) -> new_ltEs3(vwx1590, vwx1600, bac, bad, bae) 23.86/10.20 new_ltEs3(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), baf, bag, app(app(ty_Either, bbd), bbe)) -> new_ltEs2(vwx1592, vwx1602, bbd, bbe) 23.86/10.20 new_compare2(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), False, app(app(app(ty_@3, baf), app(app(app(ty_@3, bch), bda), bdb)), bcb)) -> new_lt3(vwx1591, vwx1601, bch, bda, bdb) 23.86/10.20 new_compare22(vwx184, vwx185, False, cab, app(app(ty_Either, cag), cah)) -> new_ltEs2(vwx184, vwx185, cag, cah) 23.86/10.20 new_compare2(vwx159, vwx160, False, app(ty_[], cb)) -> new_ltEs(vwx159, vwx160, cb) 23.86/10.20 new_primCompAux(vwx30, vwx40, vwx149, app(ty_[], ba)) -> new_compare(vwx30, vwx40, ba) 23.86/10.20 new_ltEs2(Left(vwx1590), Left(vwx1600), app(ty_Maybe, gd), gc) -> new_ltEs0(vwx1590, vwx1600, gd) 23.86/10.20 new_ltEs3(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), baf, bag, app(ty_[], bah)) -> new_ltEs(vwx1592, vwx1602, bah) 23.86/10.20 new_compare2(Just(vwx1590), Just(vwx1600), False, app(ty_Maybe, app(ty_Maybe, cd))) -> new_ltEs0(vwx1590, vwx1600, cd) 23.86/10.20 new_compare2(@2(vwx1590, vwx1591), @2(vwx1600, vwx1601), False, app(app(ty_@2, app(app(ty_Either, fd), ff)), eh)) -> new_lt2(vwx1590, vwx1600, fd, ff) 23.86/10.20 new_compare2(Left(vwx1590), Left(vwx1600), False, app(app(ty_Either, app(ty_Maybe, gd)), gc)) -> new_ltEs0(vwx1590, vwx1600, gd) 23.86/10.20 new_compare23(vwx195, vwx196, vwx197, vwx198, vwx199, vwx200, False, cbd, cbe, app(app(ty_@2, cbh), cca)) -> new_ltEs1(vwx197, vwx200, cbh, cca) 23.86/10.20 new_compare23(vwx195, vwx196, vwx197, vwx198, vwx199, vwx200, False, cbd, app(app(app(ty_@3, cdf), cdg), cdh), cch) -> new_lt3(vwx196, vwx199, cdf, cdg, cdh) 23.86/10.20 new_compare20(vwx208, vwx209, vwx210, vwx211, False, app(ty_Maybe, bee), bgb) -> new_compare1(vwx208, vwx210, bee) 23.86/10.20 new_primCompAux(Left(vwx300), Left(vwx400), vwx149, app(app(ty_Either, be), bf)) -> new_compare21(vwx300, vwx400, new_esEs7(vwx300, vwx400, be), be, bf) 23.86/10.20 new_compare2(Just(vwx1590), Just(vwx1600), False, app(ty_Maybe, app(app(ty_Either, cg), da))) -> new_ltEs2(vwx1590, vwx1600, cg, da) 23.86/10.20 new_compare2(Left(vwx1590), Left(vwx1600), False, app(app(ty_Either, app(app(ty_@2, ge), gf)), gc)) -> new_ltEs1(vwx1590, vwx1600, ge, gf) 23.86/10.20 new_compare(:(vwx30, vwx31), :(vwx40, vwx41), h) -> new_compare(vwx31, vwx41, h) 23.86/10.20 new_primCompAux(@2(vwx300, vwx301), @2(vwx400, vwx401), vwx149, app(app(ty_@2, bc), bd)) -> new_compare20(vwx300, vwx301, vwx400, vwx401, new_asAs(new_esEs5(vwx300, vwx400, bc), new_esEs6(vwx301, vwx401, bd)), bc, bd) 23.86/10.20 new_compare2(Right(vwx1590), Right(vwx1600), False, app(app(ty_Either, hd), app(app(ty_@2, hg), hh))) -> new_ltEs1(vwx1590, vwx1600, hg, hh) 23.86/10.20 new_ltEs2(Left(vwx1590), Left(vwx1600), app(app(ty_Either, gg), gh), gc) -> new_ltEs2(vwx1590, vwx1600, gg, gh) 23.86/10.20 new_ltEs(:(vwx30, vwx31), :(vwx40, vwx41), h) -> new_primCompAux(vwx30, vwx40, new_compare0(vwx31, vwx41, h), h) 23.86/10.20 new_compare23(vwx195, vwx196, vwx197, vwx198, vwx199, vwx200, False, cbd, cbe, app(ty_Maybe, cbg)) -> new_ltEs0(vwx197, vwx200, cbg) 23.86/10.20 new_compare2(@2(vwx1590, vwx1591), @2(vwx1600, vwx1601), False, app(app(ty_@2, app(app(ty_@2, fb), fc)), eh)) -> new_lt1(vwx1590, vwx1600, fb, fc) 23.86/10.20 new_compare2(Left(vwx1590), Left(vwx1600), False, app(app(ty_Either, app(app(app(ty_@3, ha), hb), hc)), gc)) -> new_ltEs3(vwx1590, vwx1600, ha, hb, hc) 23.86/10.20 new_compare23(vwx195, vwx196, vwx197, vwx198, vwx199, vwx200, False, app(ty_[], cea), cbe, cch) -> new_lt(vwx195, vwx198, cea) 23.86/10.20 new_ltEs3(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), baf, bag, app(app(ty_@2, bbb), bbc)) -> new_ltEs1(vwx1592, vwx1602, bbb, bbc) 23.86/10.20 new_ltEs1(@2(vwx1590, vwx1591), @2(vwx1600, vwx1601), app(ty_[], eg), eh) -> new_lt(vwx1590, vwx1600, eg) 23.86/10.20 new_compare2(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), False, app(app(app(ty_@3, baf), app(ty_[], bca)), bcb)) -> new_lt(vwx1591, vwx1601, bca) 23.86/10.20 new_ltEs3(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), app(ty_Maybe, bdd), bag, bcb) -> new_lt0(vwx1590, vwx1600, bdd) 23.86/10.20 new_compare2(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), False, app(app(app(ty_@3, baf), bag), app(app(app(ty_@3, bbf), bbg), bbh))) -> new_ltEs3(vwx1592, vwx1602, bbf, bbg, bbh) 24.19/10.20 new_ltEs2(Right(vwx1590), Right(vwx1600), hd, app(app(ty_@2, hg), hh)) -> new_ltEs1(vwx1590, vwx1600, hg, hh) 24.19/10.20 new_ltEs2(Right(vwx1590), Right(vwx1600), hd, app(ty_[], he)) -> new_ltEs(vwx1590, vwx1600, he) 24.19/10.20 new_compare2(@2(vwx1590, vwx1591), @2(vwx1600, vwx1601), False, app(app(ty_@2, de), app(app(ty_@2, dh), ea))) -> new_ltEs1(vwx1591, vwx1601, dh, ea) 24.19/10.20 new_ltEs3(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), baf, app(app(app(ty_@3, bch), bda), bdb), bcb) -> new_lt3(vwx1591, vwx1601, bch, bda, bdb) 24.19/10.20 24.19/10.20 The TRS R consists of the following rules: 24.19/10.20 24.19/10.20 new_esEs27(vwx196, vwx199, ty_Double) -> new_esEs15(vwx196, vwx199) 24.19/10.20 new_lt23(vwx1590, vwx1600, app(app(app(ty_@3, bea), beb), bec)) -> new_lt19(vwx1590, vwx1600, bea, beb, bec) 24.19/10.20 new_esEs38(vwx3000, vwx4000, app(app(ty_Either, fed), fee)) -> new_esEs23(vwx3000, vwx4000, fed, fee) 24.19/10.20 new_lt22(vwx1591, vwx1601, ty_Float) -> new_lt8(vwx1591, vwx1601) 24.19/10.20 new_ltEs5(vwx159, vwx160, ty_Int) -> new_ltEs9(vwx159, vwx160) 24.19/10.20 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 24.19/10.20 new_esEs11(vwx302, vwx402, app(ty_[], efa)) -> new_esEs24(vwx302, vwx402, efa) 24.19/10.20 new_primCmpInt(Neg(Succ(vwx3000)), Pos(vwx400)) -> LT 24.19/10.20 new_ltEs5(vwx159, vwx160, app(ty_Ratio, dfc)) -> new_ltEs12(vwx159, vwx160, dfc) 24.19/10.20 new_pePe(True, vwx286) -> True 24.19/10.20 new_compare11(vwx231, vwx232, True, daa) -> LT 24.19/10.20 new_esEs9(vwx300, vwx400, app(app(ty_@2, eda), edb)) -> new_esEs14(vwx300, vwx400, eda, edb) 24.19/10.20 new_compare32(vwx30, vwx40, ty_Bool) -> new_compare7(vwx30, vwx40) 24.19/10.20 new_esEs39(vwx3001, vwx4001, app(app(app(ty_@3, feg), feh), ffa)) -> new_esEs12(vwx3001, vwx4001, feg, feh, ffa) 24.19/10.20 new_esEs22(Just(vwx3000), Just(vwx4000), ty_Bool) -> new_esEs17(vwx3000, vwx4000) 24.19/10.20 new_esEs31(vwx3001, vwx4001, ty_Char) -> new_esEs13(vwx3001, vwx4001) 24.19/10.20 new_esEs22(Just(vwx3000), Just(vwx4000), ty_@0) -> new_esEs25(vwx3000, vwx4000) 24.19/10.20 new_esEs30(vwx3000, vwx4000, ty_Int) -> new_esEs19(vwx3000, vwx4000) 24.19/10.20 new_ltEs16(Left(vwx1590), Left(vwx1600), ty_Float, gc) -> new_ltEs6(vwx1590, vwx1600) 24.19/10.20 new_esEs23(Right(vwx3000), Right(vwx4000), dcc, app(app(app(ty_@3, dhh), eaa), eab)) -> new_esEs12(vwx3000, vwx4000, dhh, eaa, eab) 24.19/10.20 new_esEs4(vwx300, vwx400, ty_Char) -> new_esEs13(vwx300, vwx400) 24.19/10.20 new_fsEs(GT) -> False 24.19/10.20 new_esEs27(vwx196, vwx199, ty_Float) -> new_esEs20(vwx196, vwx199) 24.19/10.20 new_primCmpInt(Neg(Zero), Neg(Zero)) -> EQ 24.19/10.20 new_compare24(vwx208, vwx209, vwx210, vwx211, True, beh, bgb) -> EQ 24.19/10.20 new_primCmpInt(Pos(Zero), Neg(Succ(vwx4000))) -> GT 24.19/10.20 new_lt23(vwx1590, vwx1600, app(app(ty_Either, bdg), bdh)) -> new_lt4(vwx1590, vwx1600, bdg, bdh) 24.19/10.20 new_compare26(vwx177, vwx178, True, dfg, bha) -> EQ 24.19/10.20 new_esEs18(:%(vwx3000, vwx3001), :%(vwx4000, vwx4001), dca) -> new_asAs(new_esEs36(vwx3000, vwx4000, dca), new_esEs37(vwx3001, vwx4001, dca)) 24.19/10.20 new_esEs33(vwx208, vwx210, ty_Integer) -> new_esEs16(vwx208, vwx210) 24.19/10.20 new_esEs39(vwx3001, vwx4001, ty_Int) -> new_esEs19(vwx3001, vwx4001) 24.19/10.20 new_lt23(vwx1590, vwx1600, app(ty_Ratio, fdb)) -> new_lt15(vwx1590, vwx1600, fdb) 24.19/10.20 new_primCmpInt(Neg(Succ(vwx3000)), Neg(vwx400)) -> new_primCmpNat0(vwx400, Succ(vwx3000)) 24.19/10.20 new_esEs6(vwx301, vwx401, ty_Integer) -> new_esEs16(vwx301, vwx401) 24.19/10.20 new_esEs27(vwx196, vwx199, ty_Integer) -> new_esEs16(vwx196, vwx199) 24.19/10.20 new_ltEs23(vwx209, vwx211, ty_Bool) -> new_ltEs4(vwx209, vwx211) 24.19/10.20 new_lt23(vwx1590, vwx1600, app(ty_[], bdc)) -> new_lt11(vwx1590, vwx1600, bdc) 24.19/10.20 new_ltEs19(vwx184, vwx185, ty_@0) -> new_ltEs11(vwx184, vwx185) 24.19/10.20 new_esEs27(vwx196, vwx199, app(ty_Maybe, cda)) -> new_esEs22(vwx196, vwx199, cda) 24.19/10.20 new_compare111(vwx258, vwx259, vwx260, vwx261, False, dga, dgb) -> GT 24.19/10.20 new_ltEs10(GT, LT) -> False 24.19/10.20 new_esEs32(vwx3002, vwx4002, app(ty_[], fca)) -> new_esEs24(vwx3002, vwx4002, fca) 24.19/10.20 new_ltEs4(False, True) -> True 24.19/10.20 new_compare29(Float(vwx300, Neg(vwx3010)), Float(vwx400, Neg(vwx4010))) -> new_compare18(new_sr(vwx300, Neg(vwx4010)), new_sr(Neg(vwx3010), vwx400)) 24.19/10.20 new_ltEs14(Just(vwx1590), Just(vwx1600), ty_@0) -> new_ltEs11(vwx1590, vwx1600) 24.19/10.20 new_ltEs16(Right(vwx1590), Right(vwx1600), hd, ty_Ordering) -> new_ltEs10(vwx1590, vwx1600) 24.19/10.20 new_esEs5(vwx300, vwx400, app(ty_[], cgf)) -> new_esEs24(vwx300, vwx400, cgf) 24.19/10.20 new_fsEs(LT) -> new_not 24.19/10.20 new_esEs26(vwx195, vwx198, ty_Ordering) -> new_esEs21(vwx195, vwx198) 24.19/10.20 new_ltEs14(Just(vwx1590), Just(vwx1600), ty_Float) -> new_ltEs6(vwx1590, vwx1600) 24.19/10.20 new_ltEs14(Nothing, Just(vwx1600), dfd) -> True 24.19/10.20 new_ltEs24(vwx1592, vwx1602, ty_Float) -> new_ltEs6(vwx1592, vwx1602) 24.19/10.20 new_esEs33(vwx208, vwx210, ty_Float) -> new_esEs20(vwx208, vwx210) 24.19/10.20 new_primEqInt(Pos(Succ(vwx30000)), Pos(Zero)) -> False 24.19/10.20 new_primEqInt(Pos(Zero), Pos(Succ(vwx40000))) -> False 24.19/10.20 new_esEs29(vwx3000, vwx4000, app(app(app(ty_@3, efb), efc), efd)) -> new_esEs12(vwx3000, vwx4000, efb, efc, efd) 24.19/10.20 new_esEs7(vwx300, vwx400, ty_Int) -> new_esEs19(vwx300, vwx400) 24.19/10.20 new_compare110(vwx258, vwx259, vwx260, vwx261, False, vwx263, dga, dgb) -> new_compare111(vwx258, vwx259, vwx260, vwx261, vwx263, dga, dgb) 24.19/10.20 new_lt17(vwx208, vwx210, bef, beg) -> new_esEs21(new_compare8(vwx208, vwx210, bef, beg), LT) 24.19/10.20 new_lt22(vwx1591, vwx1601, ty_Integer) -> new_lt5(vwx1591, vwx1601) 24.19/10.20 new_esEs6(vwx301, vwx401, ty_Float) -> new_esEs20(vwx301, vwx401) 24.19/10.20 new_ltEs15(@2(vwx1590, vwx1591), @2(vwx1600, vwx1601), de, eh) -> new_pePe(new_lt20(vwx1590, vwx1600, de), new_asAs(new_esEs28(vwx1590, vwx1600, de), new_ltEs22(vwx1591, vwx1601, eh))) 24.19/10.20 new_ltEs10(EQ, LT) -> False 24.19/10.20 new_esEs32(vwx3002, vwx4002, ty_Ordering) -> new_esEs21(vwx3002, vwx4002) 24.19/10.20 new_lt9(vwx196, vwx199, ty_Integer) -> new_lt5(vwx196, vwx199) 24.19/10.20 new_lt23(vwx1590, vwx1600, ty_Bool) -> new_lt13(vwx1590, vwx1600) 24.19/10.20 new_esEs5(vwx300, vwx400, ty_Ordering) -> new_esEs21(vwx300, vwx400) 24.19/10.20 new_esEs11(vwx302, vwx402, app(app(ty_@2, eec), eed)) -> new_esEs14(vwx302, vwx402, eec, eed) 24.19/10.20 new_esEs26(vwx195, vwx198, app(ty_[], cea)) -> new_esEs24(vwx195, vwx198, cea) 24.19/10.20 new_ltEs19(vwx184, vwx185, app(app(ty_Either, cag), cah)) -> new_ltEs16(vwx184, vwx185, cag, cah) 24.19/10.20 new_compare19(vwx238, vwx239, True, fga, fgb) -> LT 24.19/10.20 new_ltEs5(vwx159, vwx160, ty_Char) -> new_ltEs8(vwx159, vwx160) 24.19/10.20 new_primEqNat0(Succ(vwx30000), Succ(vwx40000)) -> new_primEqNat0(vwx30000, vwx40000) 24.19/10.20 new_ltEs14(Just(vwx1590), Just(vwx1600), ty_Double) -> new_ltEs17(vwx1590, vwx1600) 24.19/10.20 new_esEs9(vwx300, vwx400, ty_Char) -> new_esEs13(vwx300, vwx400) 24.19/10.20 new_esEs30(vwx3000, vwx4000, app(app(app(ty_@3, egd), ege), egf)) -> new_esEs12(vwx3000, vwx4000, egd, ege, egf) 24.19/10.20 new_ltEs16(Left(vwx1590), Left(vwx1600), app(app(ty_Either, gg), gh), gc) -> new_ltEs16(vwx1590, vwx1600, gg, gh) 24.19/10.20 new_esEs24([], [], dce) -> True 24.19/10.20 new_ltEs24(vwx1592, vwx1602, ty_Double) -> new_ltEs17(vwx1592, vwx1602) 24.19/10.20 new_esEs22(Just(vwx3000), Just(vwx4000), ty_Ordering) -> new_esEs21(vwx3000, vwx4000) 24.19/10.20 new_ltEs22(vwx1591, vwx1601, ty_Char) -> new_ltEs8(vwx1591, vwx1601) 24.19/10.20 new_primCompAux0(vwx30, vwx40, vwx149, h) -> new_primCompAux00(vwx149, new_compare32(vwx30, vwx40, h)) 24.19/10.20 new_esEs4(vwx300, vwx400, app(app(ty_@2, dbg), dbh)) -> new_esEs14(vwx300, vwx400, dbg, dbh) 24.19/10.20 new_esEs23(Right(vwx3000), Right(vwx4000), dcc, ty_Float) -> new_esEs20(vwx3000, vwx4000) 24.19/10.20 new_primCompAux00(vwx153, LT) -> LT 24.19/10.20 new_esEs10(vwx301, vwx401, app(ty_Ratio, ddc)) -> new_esEs18(vwx301, vwx401, ddc) 24.19/10.20 new_primCmpNat0(Zero, Zero) -> EQ 24.19/10.20 new_compare17(vwx246, vwx247, False, fcf, fcg) -> GT 24.19/10.20 new_esEs35(vwx1591, vwx1601, ty_Int) -> new_esEs19(vwx1591, vwx1601) 24.19/10.20 new_esEs22(Nothing, Just(vwx4000), dcb) -> False 24.19/10.20 new_esEs22(Just(vwx3000), Nothing, dcb) -> False 24.19/10.20 new_esEs34(vwx1590, vwx1600, app(app(app(ty_@3, bea), beb), bec)) -> new_esEs12(vwx1590, vwx1600, bea, beb, bec) 24.19/10.20 new_esEs6(vwx301, vwx401, ty_@0) -> new_esEs25(vwx301, vwx401) 24.19/10.20 new_esEs22(Nothing, Nothing, dcb) -> True 24.19/10.20 new_esEs37(vwx3001, vwx4001, ty_Integer) -> new_esEs16(vwx3001, vwx4001) 24.19/10.20 new_esEs33(vwx208, vwx210, ty_Bool) -> new_esEs17(vwx208, vwx210) 24.19/10.20 new_esEs35(vwx1591, vwx1601, ty_Char) -> new_esEs13(vwx1591, vwx1601) 24.19/10.20 new_esEs27(vwx196, vwx199, ty_Bool) -> new_esEs17(vwx196, vwx199) 24.19/10.20 new_ltEs22(vwx1591, vwx1601, ty_Int) -> new_ltEs9(vwx1591, vwx1601) 24.19/10.20 new_ltEs12(vwx159, vwx160, dfc) -> new_fsEs(new_compare31(vwx159, vwx160, dfc)) 24.19/10.20 new_ltEs16(Right(vwx1590), Right(vwx1600), hd, app(app(ty_Either, baa), bab)) -> new_ltEs16(vwx1590, vwx1600, baa, bab) 24.19/10.20 new_esEs26(vwx195, vwx198, ty_@0) -> new_esEs25(vwx195, vwx198) 24.19/10.20 new_lt9(vwx196, vwx199, app(app(ty_@2, cdb), cdc)) -> new_lt17(vwx196, vwx199, cdb, cdc) 24.19/10.20 new_esEs35(vwx1591, vwx1601, app(app(app(ty_@3, bch), bda), bdb)) -> new_esEs12(vwx1591, vwx1601, bch, bda, bdb) 24.19/10.20 new_esEs11(vwx302, vwx402, ty_Char) -> new_esEs13(vwx302, vwx402) 24.19/10.20 new_esEs32(vwx3002, vwx4002, ty_@0) -> new_esEs25(vwx3002, vwx4002) 24.19/10.20 new_ltEs22(vwx1591, vwx1601, ty_Integer) -> new_ltEs13(vwx1591, vwx1601) 24.19/10.20 new_esEs34(vwx1590, vwx1600, app(app(ty_Either, bdg), bdh)) -> new_esEs23(vwx1590, vwx1600, bdg, bdh) 24.19/10.20 new_lt23(vwx1590, vwx1600, ty_Char) -> new_lt7(vwx1590, vwx1600) 24.19/10.20 new_ltEs16(Right(vwx1590), Right(vwx1600), hd, ty_Int) -> new_ltEs9(vwx1590, vwx1600) 24.19/10.20 new_ltEs19(vwx184, vwx185, ty_Double) -> new_ltEs17(vwx184, vwx185) 24.19/10.20 new_esEs32(vwx3002, vwx4002, app(ty_Maybe, fbf)) -> new_esEs22(vwx3002, vwx4002, fbf) 24.19/10.20 new_ltEs16(Left(vwx1590), Right(vwx1600), hd, gc) -> True 24.19/10.20 new_esEs4(vwx300, vwx400, app(ty_[], dce)) -> new_esEs24(vwx300, vwx400, dce) 24.19/10.20 new_esEs11(vwx302, vwx402, app(ty_Ratio, eee)) -> new_esEs18(vwx302, vwx402, eee) 24.19/10.20 new_esEs22(Just(vwx3000), Just(vwx4000), ty_Double) -> new_esEs15(vwx3000, vwx4000) 24.19/10.20 new_esEs21(LT, EQ) -> False 24.19/10.20 new_esEs21(EQ, LT) -> False 24.19/10.20 new_ltEs14(Just(vwx1590), Just(vwx1600), app(app(app(ty_@3, db), dc), dd)) -> new_ltEs18(vwx1590, vwx1600, db, dc, dd) 24.19/10.20 new_esEs14(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), dbg, dbh) -> new_asAs(new_esEs38(vwx3000, vwx4000, dbg), new_esEs39(vwx3001, vwx4001, dbh)) 24.19/10.20 new_compare28(Double(vwx300, Pos(vwx3010)), Double(vwx400, Neg(vwx4010))) -> new_compare18(new_sr(vwx300, Pos(vwx4010)), new_sr(Neg(vwx3010), vwx400)) 24.19/10.20 new_compare28(Double(vwx300, Neg(vwx3010)), Double(vwx400, Pos(vwx4010))) -> new_compare18(new_sr(vwx300, Neg(vwx4010)), new_sr(Pos(vwx3010), vwx400)) 24.19/10.21 new_esEs12(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), dbd, dbe, dbf) -> new_asAs(new_esEs30(vwx3000, vwx4000, dbd), new_asAs(new_esEs31(vwx3001, vwx4001, dbe), new_esEs32(vwx3002, vwx4002, dbf))) 24.19/10.21 new_primEqNat0(Succ(vwx30000), Zero) -> False 24.19/10.21 new_primEqNat0(Zero, Succ(vwx40000)) -> False 24.19/10.21 new_esEs22(Just(vwx3000), Just(vwx4000), ty_Integer) -> new_esEs16(vwx3000, vwx4000) 24.19/10.21 new_ltEs22(vwx1591, vwx1601, ty_Ordering) -> new_ltEs10(vwx1591, vwx1601) 24.19/10.21 new_ltEs20(vwx177, vwx178, app(app(app(ty_@3, bhg), bhh), caa)) -> new_ltEs18(vwx177, vwx178, bhg, bhh, caa) 24.19/10.21 new_esEs32(vwx3002, vwx4002, app(app(ty_@2, fbc), fbd)) -> new_esEs14(vwx3002, vwx4002, fbc, fbd) 24.19/10.21 new_ltEs21(vwx197, vwx200, ty_@0) -> new_ltEs11(vwx197, vwx200) 24.19/10.21 new_lt21(vwx208, vwx210, ty_@0) -> new_lt14(vwx208, vwx210) 24.19/10.21 new_esEs29(vwx3000, vwx4000, ty_Int) -> new_esEs19(vwx3000, vwx4000) 24.19/10.21 new_esEs33(vwx208, vwx210, app(app(ty_Either, bgc), bgd)) -> new_esEs23(vwx208, vwx210, bgc, bgd) 24.19/10.21 new_lt9(vwx196, vwx199, ty_Float) -> new_lt8(vwx196, vwx199) 24.19/10.21 new_compare14(LT, LT) -> EQ 24.19/10.21 new_primCompAux00(vwx153, GT) -> GT 24.19/10.21 new_esEs27(vwx196, vwx199, app(app(ty_Either, cdd), cde)) -> new_esEs23(vwx196, vwx199, cdd, cde) 24.19/10.21 new_esEs23(Right(vwx3000), Right(vwx4000), dcc, ty_@0) -> new_esEs25(vwx3000, vwx4000) 24.19/10.21 new_compare7(True, True) -> EQ 24.19/10.21 new_ltEs24(vwx1592, vwx1602, app(app(app(ty_@3, bbf), bbg), bbh)) -> new_ltEs18(vwx1592, vwx1602, bbf, bbg, bbh) 24.19/10.21 new_esEs26(vwx195, vwx198, app(ty_Maybe, ceb)) -> new_esEs22(vwx195, vwx198, ceb) 24.19/10.21 new_esEs22(Just(vwx3000), Just(vwx4000), app(ty_Maybe, ebh)) -> new_esEs22(vwx3000, vwx4000, ebh) 24.19/10.21 new_esEs26(vwx195, vwx198, app(app(ty_@2, cec), ced)) -> new_esEs14(vwx195, vwx198, cec, ced) 24.19/10.21 new_esEs33(vwx208, vwx210, app(ty_Maybe, bee)) -> new_esEs22(vwx208, vwx210, bee) 24.19/10.21 new_esEs4(vwx300, vwx400, app(ty_Ratio, dca)) -> new_esEs18(vwx300, vwx400, dca) 24.19/10.21 new_lt10(vwx195, vwx198, ty_@0) -> new_lt14(vwx195, vwx198) 24.19/10.21 new_lt20(vwx1590, vwx1600, ty_Int) -> new_lt12(vwx1590, vwx1600) 24.19/10.21 new_ltEs14(Just(vwx1590), Just(vwx1600), app(app(ty_Either, cg), da)) -> new_ltEs16(vwx1590, vwx1600, cg, da) 24.19/10.21 new_esEs38(vwx3000, vwx4000, app(ty_Maybe, fec)) -> new_esEs22(vwx3000, vwx4000, fec) 24.19/10.21 new_compare6(Right(vwx300), Right(vwx400), be, bf) -> new_compare27(vwx300, vwx400, new_esEs8(vwx300, vwx400, bf), be, bf) 24.19/10.21 new_compare210(vwx195, vwx196, vwx197, vwx198, vwx199, vwx200, True, cbd, cbe, cch) -> EQ 24.19/10.21 new_esEs9(vwx300, vwx400, app(ty_Ratio, edc)) -> new_esEs18(vwx300, vwx400, edc) 24.19/10.21 new_esEs22(Just(vwx3000), Just(vwx4000), app(app(ty_@2, ebe), ebf)) -> new_esEs14(vwx3000, vwx4000, ebe, ebf) 24.19/10.21 new_primCmpInt(Pos(Succ(vwx3000)), Neg(vwx400)) -> GT 24.19/10.21 new_ltEs20(vwx177, vwx178, ty_@0) -> new_ltEs11(vwx177, vwx178) 24.19/10.21 new_compare32(vwx30, vwx40, ty_Double) -> new_compare28(vwx30, vwx40) 24.19/10.21 new_esEs6(vwx301, vwx401, ty_Ordering) -> new_esEs21(vwx301, vwx401) 24.19/10.21 new_esEs23(Left(vwx3000), Left(vwx4000), ty_Char, dcd) -> new_esEs13(vwx3000, vwx4000) 24.19/10.21 new_esEs10(vwx301, vwx401, app(app(ty_@2, dda), ddb)) -> new_esEs14(vwx301, vwx401, dda, ddb) 24.19/10.21 new_esEs28(vwx1590, vwx1600, app(app(ty_Either, fd), ff)) -> new_esEs23(vwx1590, vwx1600, fd, ff) 24.19/10.21 new_ltEs10(GT, EQ) -> False 24.19/10.21 new_esEs38(vwx3000, vwx4000, ty_Integer) -> new_esEs16(vwx3000, vwx4000) 24.19/10.21 new_esEs39(vwx3001, vwx4001, app(app(ty_Either, fff), ffg)) -> new_esEs23(vwx3001, vwx4001, fff, ffg) 24.19/10.21 new_ltEs5(vwx159, vwx160, app(app(ty_@2, de), eh)) -> new_ltEs15(vwx159, vwx160, de, eh) 24.19/10.21 new_esEs29(vwx3000, vwx4000, ty_Char) -> new_esEs13(vwx3000, vwx4000) 24.19/10.21 new_esEs33(vwx208, vwx210, ty_Double) -> new_esEs15(vwx208, vwx210) 24.19/10.21 new_esEs9(vwx300, vwx400, app(ty_[], edg)) -> new_esEs24(vwx300, vwx400, edg) 24.19/10.21 new_esEs32(vwx3002, vwx4002, ty_Bool) -> new_esEs17(vwx3002, vwx4002) 24.19/10.21 new_esEs8(vwx300, vwx400, app(app(ty_@2, dec), ded)) -> new_esEs14(vwx300, vwx400, dec, ded) 24.19/10.21 new_primPlusNat1(Succ(vwx28700), Succ(vwx301000)) -> Succ(Succ(new_primPlusNat1(vwx28700, vwx301000))) 24.19/10.21 new_lt9(vwx196, vwx199, ty_Char) -> new_lt7(vwx196, vwx199) 24.19/10.21 new_esEs38(vwx3000, vwx4000, ty_Double) -> new_esEs15(vwx3000, vwx4000) 24.19/10.21 new_esEs19(vwx300, vwx400) -> new_primEqInt(vwx300, vwx400) 24.19/10.21 new_primCmpNat0(Zero, Succ(vwx4000)) -> LT 24.19/10.21 new_compare30(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bg, bh, ca) -> new_compare210(vwx300, vwx301, vwx302, vwx400, vwx401, vwx402, new_asAs(new_esEs9(vwx300, vwx400, bg), new_asAs(new_esEs10(vwx301, vwx401, bh), new_esEs11(vwx302, vwx402, ca))), bg, bh, ca) 24.19/10.21 new_esEs26(vwx195, vwx198, ty_Bool) -> new_esEs17(vwx195, vwx198) 24.19/10.21 new_esEs28(vwx1590, vwx1600, app(app(app(ty_@3, fg), fh), ga)) -> new_esEs12(vwx1590, vwx1600, fg, fh, ga) 24.19/10.21 new_lt7(vwx208, vwx210) -> new_esEs21(new_compare15(vwx208, vwx210), LT) 24.19/10.21 new_ltEs23(vwx209, vwx211, ty_Int) -> new_ltEs9(vwx209, vwx211) 24.19/10.21 new_ltEs20(vwx177, vwx178, ty_Double) -> new_ltEs17(vwx177, vwx178) 24.19/10.21 new_esEs5(vwx300, vwx400, ty_Char) -> new_esEs13(vwx300, vwx400) 24.19/10.21 new_ltEs21(vwx197, vwx200, ty_Integer) -> new_ltEs13(vwx197, vwx200) 24.19/10.21 new_esEs5(vwx300, vwx400, ty_Float) -> new_esEs20(vwx300, vwx400) 24.19/10.21 new_esEs4(vwx300, vwx400, ty_Ordering) -> new_esEs21(vwx300, vwx400) 24.19/10.21 new_primCmpNat0(Succ(vwx3000), Zero) -> GT 24.19/10.21 new_esEs32(vwx3002, vwx4002, ty_Integer) -> new_esEs16(vwx3002, vwx4002) 24.19/10.21 new_esEs38(vwx3000, vwx4000, ty_Bool) -> new_esEs17(vwx3000, vwx4000) 24.19/10.21 new_ltEs16(Left(vwx1590), Left(vwx1600), ty_Bool, gc) -> new_ltEs4(vwx1590, vwx1600) 24.19/10.21 new_compare28(Double(vwx300, Pos(vwx3010)), Double(vwx400, Pos(vwx4010))) -> new_compare18(new_sr(vwx300, Pos(vwx4010)), new_sr(Pos(vwx3010), vwx400)) 24.19/10.21 new_compare16(Just(vwx300), Nothing, bb) -> GT 24.19/10.21 new_ltEs22(vwx1591, vwx1601, app(app(ty_Either, eb), ec)) -> new_ltEs16(vwx1591, vwx1601, eb, ec) 24.19/10.21 new_esEs22(Just(vwx3000), Just(vwx4000), app(ty_Ratio, ebg)) -> new_esEs18(vwx3000, vwx4000, ebg) 24.19/10.21 new_pePe(False, vwx286) -> vwx286 24.19/10.21 new_ltEs19(vwx184, vwx185, app(app(app(ty_@3, cba), cbb), cbc)) -> new_ltEs18(vwx184, vwx185, cba, cbb, cbc) 24.19/10.21 new_esEs29(vwx3000, vwx4000, app(app(ty_@2, efe), eff)) -> new_esEs14(vwx3000, vwx4000, efe, eff) 24.19/10.21 new_esEs11(vwx302, vwx402, ty_Float) -> new_esEs20(vwx302, vwx402) 24.19/10.21 new_esEs21(EQ, EQ) -> True 24.19/10.21 new_esEs23(Left(vwx3000), Left(vwx4000), ty_Bool, dcd) -> new_esEs17(vwx3000, vwx4000) 24.19/10.21 new_esEs10(vwx301, vwx401, app(ty_[], ddg)) -> new_esEs24(vwx301, vwx401, ddg) 24.19/10.21 new_esEs23(Left(vwx3000), Left(vwx4000), app(app(app(ty_@3, dgf), dgg), dgh), dcd) -> new_esEs12(vwx3000, vwx4000, dgf, dgg, dgh) 24.19/10.21 new_esEs28(vwx1590, vwx1600, app(ty_Maybe, fa)) -> new_esEs22(vwx1590, vwx1600, fa) 24.19/10.21 new_lt22(vwx1591, vwx1601, app(ty_[], bca)) -> new_lt11(vwx1591, vwx1601, bca) 24.19/10.21 new_ltEs8(vwx159, vwx160) -> new_fsEs(new_compare15(vwx159, vwx160)) 24.19/10.21 new_esEs5(vwx300, vwx400, ty_Integer) -> new_esEs16(vwx300, vwx400) 24.19/10.21 new_ltEs23(vwx209, vwx211, ty_Double) -> new_ltEs17(vwx209, vwx211) 24.19/10.21 new_ltEs16(Left(vwx1590), Left(vwx1600), app(ty_Maybe, gd), gc) -> new_ltEs14(vwx1590, vwx1600, gd) 24.19/10.21 new_esEs4(vwx300, vwx400, app(app(app(ty_@3, dbd), dbe), dbf)) -> new_esEs12(vwx300, vwx400, dbd, dbe, dbf) 24.19/10.21 new_ltEs21(vwx197, vwx200, ty_Double) -> new_ltEs17(vwx197, vwx200) 24.19/10.21 new_ltEs19(vwx184, vwx185, app(ty_Maybe, cad)) -> new_ltEs14(vwx184, vwx185, cad) 24.19/10.21 new_ltEs21(vwx197, vwx200, ty_Float) -> new_ltEs6(vwx197, vwx200) 24.19/10.21 new_lt23(vwx1590, vwx1600, ty_Float) -> new_lt8(vwx1590, vwx1600) 24.19/10.21 new_compare110(vwx258, vwx259, vwx260, vwx261, True, vwx263, dga, dgb) -> new_compare111(vwx258, vwx259, vwx260, vwx261, True, dga, dgb) 24.19/10.21 new_compare16(Nothing, Nothing, bb) -> EQ 24.19/10.21 new_lt20(vwx1590, vwx1600, app(ty_[], eg)) -> new_lt11(vwx1590, vwx1600, eg) 24.19/10.21 new_compare6(Left(vwx300), Right(vwx400), be, bf) -> LT 24.19/10.21 new_esEs27(vwx196, vwx199, app(app(ty_@2, cdb), cdc)) -> new_esEs14(vwx196, vwx199, cdb, cdc) 24.19/10.21 new_ltEs5(vwx159, vwx160, ty_Integer) -> new_ltEs13(vwx159, vwx160) 24.19/10.21 new_compare32(vwx30, vwx40, ty_Char) -> new_compare15(vwx30, vwx40) 24.19/10.21 new_esEs29(vwx3000, vwx4000, app(ty_[], egc)) -> new_esEs24(vwx3000, vwx4000, egc) 24.19/10.21 new_primEqInt(Pos(Zero), Neg(Succ(vwx40000))) -> False 24.19/10.21 new_primEqInt(Neg(Zero), Pos(Succ(vwx40000))) -> False 24.19/10.21 new_esEs34(vwx1590, vwx1600, ty_Float) -> new_esEs20(vwx1590, vwx1600) 24.19/10.21 new_esEs8(vwx300, vwx400, app(ty_[], dfa)) -> new_esEs24(vwx300, vwx400, dfa) 24.19/10.21 new_compare6(Left(vwx300), Left(vwx400), be, bf) -> new_compare26(vwx300, vwx400, new_esEs7(vwx300, vwx400, be), be, bf) 24.19/10.21 new_ltEs16(Left(vwx1590), Left(vwx1600), app(app(ty_@2, ge), gf), gc) -> new_ltEs15(vwx1590, vwx1600, ge, gf) 24.19/10.21 new_ltEs21(vwx197, vwx200, app(app(ty_@2, cbh), cca)) -> new_ltEs15(vwx197, vwx200, cbh, cca) 24.19/10.21 new_esEs23(Left(vwx3000), Left(vwx4000), app(app(ty_@2, dha), dhb), dcd) -> new_esEs14(vwx3000, vwx4000, dha, dhb) 24.19/10.21 new_lt23(vwx1590, vwx1600, ty_Ordering) -> new_lt6(vwx1590, vwx1600) 24.19/10.21 new_esEs4(vwx300, vwx400, ty_Int) -> new_esEs19(vwx300, vwx400) 24.19/10.21 new_esEs23(Left(vwx3000), Left(vwx4000), ty_Int, dcd) -> new_esEs19(vwx3000, vwx4000) 24.19/10.21 new_ltEs16(Left(vwx1590), Left(vwx1600), app(ty_[], gb), gc) -> new_ltEs7(vwx1590, vwx1600, gb) 24.19/10.21 new_esEs38(vwx3000, vwx4000, ty_Ordering) -> new_esEs21(vwx3000, vwx4000) 24.19/10.21 new_esEs7(vwx300, vwx400, ty_Float) -> new_esEs20(vwx300, vwx400) 24.19/10.21 new_ltEs20(vwx177, vwx178, app(app(ty_Either, bhe), bhf)) -> new_ltEs16(vwx177, vwx178, bhe, bhf) 24.19/10.21 new_esEs5(vwx300, vwx400, ty_Double) -> new_esEs15(vwx300, vwx400) 24.19/10.21 new_esEs39(vwx3001, vwx4001, ty_Integer) -> new_esEs16(vwx3001, vwx4001) 24.19/10.21 new_esEs23(Right(vwx3000), Right(vwx4000), dcc, app(ty_Maybe, eaf)) -> new_esEs22(vwx3000, vwx4000, eaf) 24.19/10.21 new_ltEs24(vwx1592, vwx1602, ty_Bool) -> new_ltEs4(vwx1592, vwx1602) 24.19/10.21 new_esEs23(Left(vwx3000), Left(vwx4000), ty_Ordering, dcd) -> new_esEs21(vwx3000, vwx4000) 24.19/10.21 new_esEs32(vwx3002, vwx4002, ty_Double) -> new_esEs15(vwx3002, vwx4002) 24.19/10.21 new_esEs31(vwx3001, vwx4001, ty_Bool) -> new_esEs17(vwx3001, vwx4001) 24.19/10.21 new_compare32(vwx30, vwx40, app(ty_Maybe, bb)) -> new_compare16(vwx30, vwx40, bb) 24.19/10.21 new_primEqInt(Neg(Succ(vwx30000)), Neg(Succ(vwx40000))) -> new_primEqNat0(vwx30000, vwx40000) 24.19/10.21 new_esEs7(vwx300, vwx400, app(ty_Maybe, dah)) -> new_esEs22(vwx300, vwx400, dah) 24.19/10.21 new_esEs28(vwx1590, vwx1600, ty_Integer) -> new_esEs16(vwx1590, vwx1600) 24.19/10.21 new_primCmpInt(Neg(Zero), Pos(Succ(vwx4000))) -> LT 24.19/10.21 new_esEs23(Left(vwx3000), Left(vwx4000), app(app(ty_Either, dhe), dhf), dcd) -> new_esEs23(vwx3000, vwx4000, dhe, dhf) 24.19/10.21 new_esEs4(vwx300, vwx400, ty_Bool) -> new_esEs17(vwx300, vwx400) 24.19/10.21 new_ltEs16(Right(vwx1590), Right(vwx1600), hd, app(app(app(ty_@3, bac), bad), bae)) -> new_ltEs18(vwx1590, vwx1600, bac, bad, bae) 24.19/10.21 new_esEs7(vwx300, vwx400, ty_Integer) -> new_esEs16(vwx300, vwx400) 24.19/10.21 new_primMulInt(Pos(vwx4000), Pos(vwx3010)) -> Pos(new_primMulNat0(vwx4000, vwx3010)) 24.19/10.21 new_esEs5(vwx300, vwx400, app(app(ty_Either, cgd), cge)) -> new_esEs23(vwx300, vwx400, cgd, cge) 24.19/10.21 new_esEs30(vwx3000, vwx4000, app(app(ty_Either, ehc), ehd)) -> new_esEs23(vwx3000, vwx4000, ehc, ehd) 24.19/10.21 new_esEs9(vwx300, vwx400, ty_Float) -> new_esEs20(vwx300, vwx400) 24.19/10.21 new_esEs23(Left(vwx3000), Left(vwx4000), app(ty_Ratio, dhc), dcd) -> new_esEs18(vwx3000, vwx4000, dhc) 24.19/10.21 new_esEs28(vwx1590, vwx1600, ty_Double) -> new_esEs15(vwx1590, vwx1600) 24.19/10.21 new_ltEs23(vwx209, vwx211, app(app(app(ty_@3, bfg), bfh), bga)) -> new_ltEs18(vwx209, vwx211, bfg, bfh, bga) 24.19/10.21 new_ltEs24(vwx1592, vwx1602, ty_Int) -> new_ltEs9(vwx1592, vwx1602) 24.19/10.21 new_esEs39(vwx3001, vwx4001, app(app(ty_@2, ffb), ffc)) -> new_esEs14(vwx3001, vwx4001, ffb, ffc) 24.19/10.21 new_esEs24(:(vwx3000, vwx3001), [], dce) -> False 24.19/10.21 new_esEs24([], :(vwx4000, vwx4001), dce) -> False 24.19/10.21 new_esEs39(vwx3001, vwx4001, ty_Char) -> new_esEs13(vwx3001, vwx4001) 24.19/10.21 new_primMulNat0(Succ(vwx40000), Zero) -> Zero 24.19/10.21 new_primMulNat0(Zero, Succ(vwx30100)) -> Zero 24.19/10.21 new_lt23(vwx1590, vwx1600, app(ty_Maybe, bdd)) -> new_lt16(vwx1590, vwx1600, bdd) 24.19/10.21 new_primPlusNat0(Zero, vwx30100) -> Succ(vwx30100) 24.19/10.21 new_esEs38(vwx3000, vwx4000, app(app(app(ty_@3, fde), fdf), fdg)) -> new_esEs12(vwx3000, vwx4000, fde, fdf, fdg) 24.19/10.21 new_esEs29(vwx3000, vwx4000, app(app(ty_Either, ega), egb)) -> new_esEs23(vwx3000, vwx4000, ega, egb) 24.19/10.21 new_esEs35(vwx1591, vwx1601, app(ty_Ratio, fdc)) -> new_esEs18(vwx1591, vwx1601, fdc) 24.19/10.21 new_ltEs21(vwx197, vwx200, app(ty_Ratio, dge)) -> new_ltEs12(vwx197, vwx200, dge) 24.19/10.21 new_ltEs19(vwx184, vwx185, ty_Integer) -> new_ltEs13(vwx184, vwx185) 24.19/10.21 new_esEs7(vwx300, vwx400, ty_Double) -> new_esEs15(vwx300, vwx400) 24.19/10.21 new_ltEs23(vwx209, vwx211, app(app(ty_@2, bfc), bfd)) -> new_ltEs15(vwx209, vwx211, bfc, bfd) 24.19/10.21 new_compare29(Float(vwx300, Pos(vwx3010)), Float(vwx400, Neg(vwx4010))) -> new_compare18(new_sr(vwx300, Pos(vwx4010)), new_sr(Neg(vwx3010), vwx400)) 24.19/10.21 new_compare29(Float(vwx300, Neg(vwx3010)), Float(vwx400, Pos(vwx4010))) -> new_compare18(new_sr(vwx300, Neg(vwx4010)), new_sr(Pos(vwx3010), vwx400)) 24.19/10.21 new_lt20(vwx1590, vwx1600, ty_Bool) -> new_lt13(vwx1590, vwx1600) 24.19/10.21 new_esEs8(vwx300, vwx400, app(app(ty_Either, deg), deh)) -> new_esEs23(vwx300, vwx400, deg, deh) 24.19/10.21 new_esEs31(vwx3001, vwx4001, app(app(ty_@2, faa), fab)) -> new_esEs14(vwx3001, vwx4001, faa, fab) 24.19/10.21 new_ltEs20(vwx177, vwx178, app(ty_Maybe, bhb)) -> new_ltEs14(vwx177, vwx178, bhb) 24.19/10.21 new_esEs28(vwx1590, vwx1600, ty_Int) -> new_esEs19(vwx1590, vwx1600) 24.19/10.21 new_esEs31(vwx3001, vwx4001, app(ty_Maybe, fad)) -> new_esEs22(vwx3001, vwx4001, fad) 24.19/10.21 new_compare14(EQ, EQ) -> EQ 24.19/10.21 new_lt10(vwx195, vwx198, ty_Float) -> new_lt8(vwx195, vwx198) 24.19/10.21 new_esEs30(vwx3000, vwx4000, app(ty_[], ehe)) -> new_esEs24(vwx3000, vwx4000, ehe) 24.19/10.21 new_ltEs16(Right(vwx1590), Right(vwx1600), hd, ty_@0) -> new_ltEs11(vwx1590, vwx1600) 24.19/10.21 new_esEs26(vwx195, vwx198, app(ty_Ratio, dgc)) -> new_esEs18(vwx195, vwx198, dgc) 24.19/10.21 new_ltEs22(vwx1591, vwx1601, app(app(app(ty_@3, ed), ee), ef)) -> new_ltEs18(vwx1591, vwx1601, ed, ee, ef) 24.19/10.21 new_ltEs14(Just(vwx1590), Just(vwx1600), app(ty_Maybe, cd)) -> new_ltEs14(vwx1590, vwx1600, cd) 24.19/10.21 new_compare17(vwx246, vwx247, True, fcf, fcg) -> LT 24.19/10.21 new_ltEs21(vwx197, vwx200, app(app(app(ty_@3, ccd), cce), ccf)) -> new_ltEs18(vwx197, vwx200, ccd, cce, ccf) 24.19/10.21 new_esEs6(vwx301, vwx401, ty_Bool) -> new_esEs17(vwx301, vwx401) 24.19/10.21 new_ltEs14(Just(vwx1590), Just(vwx1600), ty_Integer) -> new_ltEs13(vwx1590, vwx1600) 24.19/10.21 new_compare26(vwx177, vwx178, False, dfg, bha) -> new_compare19(vwx177, vwx178, new_ltEs20(vwx177, vwx178, dfg), dfg, bha) 24.19/10.21 new_ltEs22(vwx1591, vwx1601, app(ty_Ratio, ece)) -> new_ltEs12(vwx1591, vwx1601, ece) 24.19/10.21 new_esEs30(vwx3000, vwx4000, app(ty_Maybe, ehb)) -> new_esEs22(vwx3000, vwx4000, ehb) 24.19/10.21 new_esEs5(vwx300, vwx400, app(ty_Maybe, cgc)) -> new_esEs22(vwx300, vwx400, cgc) 24.19/10.21 new_esEs31(vwx3001, vwx4001, ty_Float) -> new_esEs20(vwx3001, vwx4001) 24.19/10.21 new_compare32(vwx30, vwx40, ty_@0) -> new_compare12(vwx30, vwx40) 24.19/10.21 new_esEs7(vwx300, vwx400, app(app(ty_Either, dba), dbb)) -> new_esEs23(vwx300, vwx400, dba, dbb) 24.19/10.21 new_esEs10(vwx301, vwx401, ty_@0) -> new_esEs25(vwx301, vwx401) 24.19/10.21 new_esEs32(vwx3002, vwx4002, app(app(ty_Either, fbg), fbh)) -> new_esEs23(vwx3002, vwx4002, fbg, fbh) 24.19/10.21 new_esEs26(vwx195, vwx198, app(app(app(ty_@3, ceg), ceh), cfa)) -> new_esEs12(vwx195, vwx198, ceg, ceh, cfa) 24.19/10.21 new_esEs23(Left(vwx3000), Left(vwx4000), ty_Double, dcd) -> new_esEs15(vwx3000, vwx4000) 24.19/10.21 new_primPlusNat1(Succ(vwx28700), Zero) -> Succ(vwx28700) 24.19/10.21 new_primPlusNat1(Zero, Succ(vwx301000)) -> Succ(vwx301000) 24.19/10.21 new_esEs27(vwx196, vwx199, ty_Char) -> new_esEs13(vwx196, vwx199) 24.19/10.21 new_esEs5(vwx300, vwx400, app(app(ty_@2, cfh), cga)) -> new_esEs14(vwx300, vwx400, cfh, cga) 24.19/10.21 new_esEs28(vwx1590, vwx1600, ty_Bool) -> new_esEs17(vwx1590, vwx1600) 24.19/10.21 new_esEs31(vwx3001, vwx4001, app(ty_[], fag)) -> new_esEs24(vwx3001, vwx4001, fag) 24.19/10.21 new_compare32(vwx30, vwx40, app(ty_Ratio, fce)) -> new_compare31(vwx30, vwx40, fce) 24.19/10.21 new_esEs33(vwx208, vwx210, ty_@0) -> new_esEs25(vwx208, vwx210) 24.19/10.21 new_esEs6(vwx301, vwx401, app(app(ty_@2, chb), chc)) -> new_esEs14(vwx301, vwx401, chb, chc) 24.19/10.21 new_ltEs19(vwx184, vwx185, ty_Float) -> new_ltEs6(vwx184, vwx185) 24.19/10.21 new_esEs28(vwx1590, vwx1600, ty_Ordering) -> new_esEs21(vwx1590, vwx1600) 24.19/10.21 new_lt9(vwx196, vwx199, app(app(ty_Either, cdd), cde)) -> new_lt4(vwx196, vwx199, cdd, cde) 24.19/10.21 new_esEs6(vwx301, vwx401, app(ty_Maybe, che)) -> new_esEs22(vwx301, vwx401, che) 24.19/10.21 new_esEs6(vwx301, vwx401, app(app(ty_Either, chf), chg)) -> new_esEs23(vwx301, vwx401, chf, chg) 24.19/10.21 new_ltEs23(vwx209, vwx211, app(ty_Ratio, fda)) -> new_ltEs12(vwx209, vwx211, fda) 24.19/10.21 new_ltEs5(vwx159, vwx160, app(ty_Maybe, dfd)) -> new_ltEs14(vwx159, vwx160, dfd) 24.19/10.21 new_lt22(vwx1591, vwx1601, ty_Bool) -> new_lt13(vwx1591, vwx1601) 24.19/10.21 new_compare7(False, False) -> EQ 24.19/10.21 new_compare19(vwx238, vwx239, False, fga, fgb) -> GT 24.19/10.21 new_lt10(vwx195, vwx198, ty_Bool) -> new_lt13(vwx195, vwx198) 24.19/10.21 new_ltEs20(vwx177, vwx178, ty_Float) -> new_ltEs6(vwx177, vwx178) 24.19/10.21 new_esEs30(vwx3000, vwx4000, ty_Integer) -> new_esEs16(vwx3000, vwx4000) 24.19/10.21 new_esEs22(Just(vwx3000), Just(vwx4000), ty_Char) -> new_esEs13(vwx3000, vwx4000) 24.19/10.21 new_esEs29(vwx3000, vwx4000, ty_Double) -> new_esEs15(vwx3000, vwx4000) 24.19/10.21 new_esEs29(vwx3000, vwx4000, ty_Bool) -> new_esEs17(vwx3000, vwx4000) 24.19/10.21 new_fsEs(EQ) -> new_not 24.19/10.21 new_ltEs16(Right(vwx1590), Right(vwx1600), hd, ty_Integer) -> new_ltEs13(vwx1590, vwx1600) 24.19/10.21 new_esEs38(vwx3000, vwx4000, ty_Int) -> new_esEs19(vwx3000, vwx4000) 24.19/10.21 new_primMulInt(Neg(vwx4000), Neg(vwx3010)) -> Pos(new_primMulNat0(vwx4000, vwx3010)) 24.19/10.21 new_esEs38(vwx3000, vwx4000, ty_Char) -> new_esEs13(vwx3000, vwx4000) 24.19/10.21 new_primCmpInt(Pos(Zero), Pos(Succ(vwx4000))) -> new_primCmpNat0(Zero, Succ(vwx4000)) 24.19/10.21 new_compare25(vwx159, vwx160, True, dfb) -> EQ 24.19/10.21 new_compare31(:%(vwx300, vwx301), :%(vwx400, vwx401), ty_Integer) -> new_compare9(new_sr0(vwx300, vwx401), new_sr0(vwx400, vwx301)) 24.19/10.21 new_esEs34(vwx1590, vwx1600, ty_@0) -> new_esEs25(vwx1590, vwx1600) 24.19/10.21 new_ltEs22(vwx1591, vwx1601, app(app(ty_@2, dh), ea)) -> new_ltEs15(vwx1591, vwx1601, dh, ea) 24.19/10.21 new_esEs11(vwx302, vwx402, ty_@0) -> new_esEs25(vwx302, vwx402) 24.19/10.21 new_lt21(vwx208, vwx210, ty_Bool) -> new_lt13(vwx208, vwx210) 24.19/10.21 new_lt4(vwx208, vwx210, bgc, bgd) -> new_esEs21(new_compare6(vwx208, vwx210, bgc, bgd), LT) 24.19/10.21 new_ltEs16(Right(vwx1590), Right(vwx1600), hd, app(ty_Ratio, fcd)) -> new_ltEs12(vwx1590, vwx1600, fcd) 24.19/10.21 new_esEs21(LT, LT) -> True 24.19/10.21 new_compare9(Integer(vwx300), Integer(vwx400)) -> new_primCmpInt(vwx300, vwx400) 24.19/10.21 new_esEs39(vwx3001, vwx4001, ty_Ordering) -> new_esEs21(vwx3001, vwx4001) 24.19/10.21 new_esEs27(vwx196, vwx199, ty_Int) -> new_esEs19(vwx196, vwx199) 24.19/10.21 new_esEs23(Right(vwx3000), Right(vwx4000), dcc, app(app(ty_@2, eac), ead)) -> new_esEs14(vwx3000, vwx4000, eac, ead) 24.19/10.21 new_lt21(vwx208, vwx210, ty_Float) -> new_lt8(vwx208, vwx210) 24.19/10.21 new_esEs6(vwx301, vwx401, ty_Double) -> new_esEs15(vwx301, vwx401) 24.19/10.21 new_ltEs21(vwx197, vwx200, app(app(ty_Either, ccb), ccc)) -> new_ltEs16(vwx197, vwx200, ccb, ccc) 24.19/10.21 new_esEs27(vwx196, vwx199, ty_Ordering) -> new_esEs21(vwx196, vwx199) 24.19/10.21 new_esEs23(Left(vwx3000), Left(vwx4000), ty_Integer, dcd) -> new_esEs16(vwx3000, vwx4000) 24.19/10.21 new_esEs9(vwx300, vwx400, ty_@0) -> new_esEs25(vwx300, vwx400) 24.19/10.21 new_esEs30(vwx3000, vwx4000, app(app(ty_@2, egg), egh)) -> new_esEs14(vwx3000, vwx4000, egg, egh) 24.19/10.21 new_esEs29(vwx3000, vwx4000, app(ty_Maybe, efh)) -> new_esEs22(vwx3000, vwx4000, efh) 24.19/10.21 new_esEs30(vwx3000, vwx4000, ty_Double) -> new_esEs15(vwx3000, vwx4000) 24.19/10.21 new_compare14(EQ, LT) -> GT 24.19/10.21 new_compare7(True, False) -> GT 24.19/10.21 new_lt9(vwx196, vwx199, ty_@0) -> new_lt14(vwx196, vwx199) 24.19/10.21 new_esEs29(vwx3000, vwx4000, ty_Integer) -> new_esEs16(vwx3000, vwx4000) 24.19/10.21 new_ltEs16(Right(vwx1590), Right(vwx1600), hd, ty_Char) -> new_ltEs8(vwx1590, vwx1600) 24.19/10.21 new_esEs6(vwx301, vwx401, app(ty_[], chh)) -> new_esEs24(vwx301, vwx401, chh) 24.19/10.21 new_esEs26(vwx195, vwx198, ty_Char) -> new_esEs13(vwx195, vwx198) 24.19/10.21 new_esEs5(vwx300, vwx400, ty_Bool) -> new_esEs17(vwx300, vwx400) 24.19/10.21 new_esEs32(vwx3002, vwx4002, ty_Float) -> new_esEs20(vwx3002, vwx4002) 24.19/10.21 new_esEs31(vwx3001, vwx4001, app(app(ty_Either, fae), faf)) -> new_esEs23(vwx3001, vwx4001, fae, faf) 24.19/10.21 new_ltEs16(Left(vwx1590), Left(vwx1600), ty_Double, gc) -> new_ltEs17(vwx1590, vwx1600) 24.19/10.21 new_esEs38(vwx3000, vwx4000, app(ty_Ratio, feb)) -> new_esEs18(vwx3000, vwx4000, feb) 24.19/10.21 new_compare18(vwx30, vwx40) -> new_primCmpInt(vwx30, vwx40) 24.19/10.21 new_compare11(vwx231, vwx232, False, daa) -> GT 24.19/10.21 new_ltEs22(vwx1591, vwx1601, ty_Float) -> new_ltEs6(vwx1591, vwx1601) 24.19/10.21 new_compare12(@0, @0) -> EQ 24.19/10.21 new_lt10(vwx195, vwx198, ty_Char) -> new_lt7(vwx195, vwx198) 24.19/10.21 new_esEs20(Float(vwx3000, vwx3001), Float(vwx4000, vwx4001)) -> new_esEs19(new_sr(vwx3000, vwx4001), new_sr(vwx3001, vwx4000)) 24.19/10.21 new_ltEs5(vwx159, vwx160, ty_@0) -> new_ltEs11(vwx159, vwx160) 24.19/10.21 new_esEs23(Right(vwx3000), Right(vwx4000), dcc, ty_Char) -> new_esEs13(vwx3000, vwx4000) 24.19/10.21 new_primMulInt(Pos(vwx4000), Neg(vwx3010)) -> Neg(new_primMulNat0(vwx4000, vwx3010)) 24.19/10.21 new_primMulInt(Neg(vwx4000), Pos(vwx3010)) -> Neg(new_primMulNat0(vwx4000, vwx3010)) 24.19/10.21 new_esEs34(vwx1590, vwx1600, app(ty_[], bdc)) -> new_esEs24(vwx1590, vwx1600, bdc) 24.19/10.21 new_esEs7(vwx300, vwx400, app(ty_[], dbc)) -> new_esEs24(vwx300, vwx400, dbc) 24.19/10.21 new_esEs28(vwx1590, vwx1600, app(app(ty_@2, fb), fc)) -> new_esEs14(vwx1590, vwx1600, fb, fc) 24.19/10.21 new_lt19(vwx208, vwx210, bge, bgf, bgg) -> new_esEs21(new_compare30(vwx208, vwx210, bge, bgf, bgg), LT) 24.19/10.21 new_esEs8(vwx300, vwx400, ty_Double) -> new_esEs15(vwx300, vwx400) 24.19/10.21 new_esEs35(vwx1591, vwx1601, ty_Float) -> new_esEs20(vwx1591, vwx1601) 24.19/10.21 new_esEs24(:(vwx3000, vwx3001), :(vwx4000, vwx4001), dce) -> new_asAs(new_esEs29(vwx3000, vwx4000, dce), new_esEs24(vwx3001, vwx4001, dce)) 24.19/10.21 new_lt9(vwx196, vwx199, app(ty_Maybe, cda)) -> new_lt16(vwx196, vwx199, cda) 24.19/10.21 new_lt9(vwx196, vwx199, ty_Int) -> new_lt12(vwx196, vwx199) 24.19/10.21 new_esEs23(Left(vwx3000), Right(vwx4000), dcc, dcd) -> False 24.19/10.21 new_esEs23(Right(vwx3000), Left(vwx4000), dcc, dcd) -> False 24.19/10.21 new_esEs8(vwx300, vwx400, ty_Float) -> new_esEs20(vwx300, vwx400) 24.19/10.21 new_ltEs19(vwx184, vwx185, ty_Int) -> new_ltEs9(vwx184, vwx185) 24.19/10.21 new_esEs30(vwx3000, vwx4000, ty_Bool) -> new_esEs17(vwx3000, vwx4000) 24.19/10.21 new_ltEs14(Just(vwx1590), Just(vwx1600), ty_Char) -> new_ltEs8(vwx1590, vwx1600) 24.19/10.21 new_esEs22(Just(vwx3000), Just(vwx4000), app(app(app(ty_@3, ebb), ebc), ebd)) -> new_esEs12(vwx3000, vwx4000, ebb, ebc, ebd) 24.19/10.21 new_esEs10(vwx301, vwx401, ty_Integer) -> new_esEs16(vwx301, vwx401) 24.19/10.21 new_compare25(vwx159, vwx160, False, dfb) -> new_compare11(vwx159, vwx160, new_ltEs5(vwx159, vwx160, dfb), dfb) 24.19/10.21 new_sr0(Integer(vwx4000), Integer(vwx3010)) -> Integer(new_primMulInt(vwx4000, vwx3010)) 24.19/10.21 new_esEs35(vwx1591, vwx1601, ty_Double) -> new_esEs15(vwx1591, vwx1601) 24.19/10.21 new_esEs28(vwx1590, vwx1600, app(ty_[], eg)) -> new_esEs24(vwx1590, vwx1600, eg) 24.19/10.21 new_ltEs16(Right(vwx1590), Right(vwx1600), hd, ty_Double) -> new_ltEs17(vwx1590, vwx1600) 24.19/10.21 new_esEs10(vwx301, vwx401, ty_Float) -> new_esEs20(vwx301, vwx401) 24.19/10.21 new_ltEs23(vwx209, vwx211, app(app(ty_Either, bfe), bff)) -> new_ltEs16(vwx209, vwx211, bfe, bff) 24.19/10.21 new_compare13(vwx273, vwx274, vwx275, vwx276, vwx277, vwx278, True, vwx280, cfb, cfc, cfd) -> new_compare10(vwx273, vwx274, vwx275, vwx276, vwx277, vwx278, True, cfb, cfc, cfd) 24.19/10.21 new_esEs30(vwx3000, vwx4000, ty_Ordering) -> new_esEs21(vwx3000, vwx4000) 24.19/10.21 new_esEs5(vwx300, vwx400, app(app(app(ty_@3, cfe), cff), cfg)) -> new_esEs12(vwx300, vwx400, cfe, cff, cfg) 24.19/10.21 new_compare32(vwx30, vwx40, ty_Float) -> new_compare29(vwx30, vwx40) 24.19/10.21 new_ltEs20(vwx177, vwx178, ty_Char) -> new_ltEs8(vwx177, vwx178) 24.19/10.21 new_ltEs9(vwx159, vwx160) -> new_fsEs(new_compare18(vwx159, vwx160)) 24.19/10.21 new_ltEs22(vwx1591, vwx1601, ty_Double) -> new_ltEs17(vwx1591, vwx1601) 24.19/10.21 new_lt20(vwx1590, vwx1600, app(app(ty_@2, fb), fc)) -> new_lt17(vwx1590, vwx1600, fb, fc) 24.19/10.21 new_ltEs16(Left(vwx1590), Left(vwx1600), ty_Char, gc) -> new_ltEs8(vwx1590, vwx1600) 24.19/10.21 new_esEs6(vwx301, vwx401, ty_Char) -> new_esEs13(vwx301, vwx401) 24.19/10.21 new_esEs30(vwx3000, vwx4000, ty_@0) -> new_esEs25(vwx3000, vwx4000) 24.19/10.21 new_ltEs14(Just(vwx1590), Just(vwx1600), ty_Int) -> new_ltEs9(vwx1590, vwx1600) 24.19/10.21 new_compare32(vwx30, vwx40, ty_Ordering) -> new_compare14(vwx30, vwx40) 24.19/10.21 new_lt9(vwx196, vwx199, ty_Double) -> new_lt18(vwx196, vwx199) 24.19/10.21 new_esEs8(vwx300, vwx400, ty_@0) -> new_esEs25(vwx300, vwx400) 24.19/10.21 new_ltEs19(vwx184, vwx185, app(app(ty_@2, cae), caf)) -> new_ltEs15(vwx184, vwx185, cae, caf) 24.19/10.21 new_compare111(vwx258, vwx259, vwx260, vwx261, True, dga, dgb) -> LT 24.19/10.21 new_esEs22(Just(vwx3000), Just(vwx4000), ty_Int) -> new_esEs19(vwx3000, vwx4000) 24.19/10.21 new_compare0([], :(vwx40, vwx41), h) -> LT 24.19/10.21 new_compare28(Double(vwx300, Neg(vwx3010)), Double(vwx400, Neg(vwx4010))) -> new_compare18(new_sr(vwx300, Neg(vwx4010)), new_sr(Neg(vwx3010), vwx400)) 24.19/10.21 new_asAs(True, vwx226) -> vwx226 24.19/10.21 new_lt20(vwx1590, vwx1600, ty_Float) -> new_lt8(vwx1590, vwx1600) 24.19/10.21 new_esEs33(vwx208, vwx210, ty_Char) -> new_esEs13(vwx208, vwx210) 24.19/10.21 new_lt9(vwx196, vwx199, ty_Ordering) -> new_lt6(vwx196, vwx199) 24.19/10.21 new_lt12(vwx208, vwx210) -> new_esEs21(new_compare18(vwx208, vwx210), LT) 24.19/10.21 new_esEs7(vwx300, vwx400, app(app(ty_@2, dae), daf)) -> new_esEs14(vwx300, vwx400, dae, daf) 24.19/10.21 new_compare16(Just(vwx300), Just(vwx400), bb) -> new_compare25(vwx300, vwx400, new_esEs4(vwx300, vwx400, bb), bb) 24.19/10.21 new_esEs31(vwx3001, vwx4001, ty_Double) -> new_esEs15(vwx3001, vwx4001) 24.19/10.21 new_ltEs10(LT, LT) -> True 24.19/10.21 new_esEs17(False, True) -> False 24.19/10.21 new_esEs17(True, False) -> False 24.19/10.21 new_esEs32(vwx3002, vwx4002, ty_Int) -> new_esEs19(vwx3002, vwx4002) 24.19/10.21 new_ltEs16(Right(vwx1590), Left(vwx1600), hd, gc) -> False 24.19/10.21 new_esEs4(vwx300, vwx400, ty_Double) -> new_esEs15(vwx300, vwx400) 24.19/10.21 new_esEs23(Right(vwx3000), Right(vwx4000), dcc, app(app(ty_Either, eag), eah)) -> new_esEs23(vwx3000, vwx4000, eag, eah) 24.19/10.21 new_compare32(vwx30, vwx40, ty_Int) -> new_compare18(vwx30, vwx40) 24.19/10.21 new_ltEs14(Just(vwx1590), Just(vwx1600), app(ty_Ratio, fcb)) -> new_ltEs12(vwx1590, vwx1600, fcb) 24.19/10.21 new_esEs26(vwx195, vwx198, ty_Int) -> new_esEs19(vwx195, vwx198) 24.19/10.21 new_esEs23(Left(vwx3000), Left(vwx4000), app(ty_[], dhg), dcd) -> new_esEs24(vwx3000, vwx4000, dhg) 24.19/10.21 new_esEs5(vwx300, vwx400, ty_Int) -> new_esEs19(vwx300, vwx400) 24.19/10.21 new_compare31(:%(vwx300, vwx301), :%(vwx400, vwx401), ty_Int) -> new_compare18(new_sr(vwx300, vwx401), new_sr(vwx400, vwx301)) 24.19/10.21 new_esEs31(vwx3001, vwx4001, ty_Integer) -> new_esEs16(vwx3001, vwx4001) 24.19/10.21 new_esEs39(vwx3001, vwx4001, app(ty_Maybe, ffe)) -> new_esEs22(vwx3001, vwx4001, ffe) 24.19/10.21 new_ltEs16(Right(vwx1590), Right(vwx1600), hd, app(app(ty_@2, hg), hh)) -> new_ltEs15(vwx1590, vwx1600, hg, hh) 24.19/10.21 new_esEs23(Right(vwx3000), Right(vwx4000), dcc, app(ty_[], eba)) -> new_esEs24(vwx3000, vwx4000, eba) 24.19/10.21 new_esEs29(vwx3000, vwx4000, ty_@0) -> new_esEs25(vwx3000, vwx4000) 24.19/10.21 new_lt21(vwx208, vwx210, app(app(ty_Either, bgc), bgd)) -> new_lt4(vwx208, vwx210, bgc, bgd) 24.19/10.21 new_ltEs20(vwx177, vwx178, app(app(ty_@2, bhc), bhd)) -> new_ltEs15(vwx177, vwx178, bhc, bhd) 24.19/10.21 new_lt21(vwx208, vwx210, ty_Int) -> new_lt12(vwx208, vwx210) 24.19/10.21 new_ltEs24(vwx1592, vwx1602, ty_Ordering) -> new_ltEs10(vwx1592, vwx1602) 24.19/10.21 new_esEs34(vwx1590, vwx1600, app(app(ty_@2, bde), bdf)) -> new_esEs14(vwx1590, vwx1600, bde, bdf) 24.19/10.21 new_compare32(vwx30, vwx40, app(app(ty_Either, be), bf)) -> new_compare6(vwx30, vwx40, be, bf) 24.19/10.21 new_compare32(vwx30, vwx40, app(app(app(ty_@3, bg), bh), ca)) -> new_compare30(vwx30, vwx40, bg, bh, ca) 24.19/10.21 new_lt21(vwx208, vwx210, app(ty_[], bed)) -> new_lt11(vwx208, vwx210, bed) 24.19/10.21 new_esEs37(vwx3001, vwx4001, ty_Int) -> new_esEs19(vwx3001, vwx4001) 24.19/10.21 new_compare32(vwx30, vwx40, ty_Integer) -> new_compare9(vwx30, vwx40) 24.19/10.21 new_primCmpInt(Pos(Succ(vwx3000)), Pos(vwx400)) -> new_primCmpNat0(Succ(vwx3000), vwx400) 24.19/10.21 new_ltEs5(vwx159, vwx160, ty_Float) -> new_ltEs6(vwx159, vwx160) 24.19/10.21 new_ltEs21(vwx197, vwx200, ty_Bool) -> new_ltEs4(vwx197, vwx200) 24.19/10.21 new_esEs39(vwx3001, vwx4001, ty_Bool) -> new_esEs17(vwx3001, vwx4001) 24.19/10.21 new_compare6(Right(vwx300), Left(vwx400), be, bf) -> GT 24.19/10.21 new_lt20(vwx1590, vwx1600, ty_Char) -> new_lt7(vwx1590, vwx1600) 24.19/10.21 new_esEs35(vwx1591, vwx1601, ty_@0) -> new_esEs25(vwx1591, vwx1601) 24.19/10.21 new_lt23(vwx1590, vwx1600, ty_@0) -> new_lt14(vwx1590, vwx1600) 24.19/10.21 new_esEs4(vwx300, vwx400, ty_Integer) -> new_esEs16(vwx300, vwx400) 24.19/10.21 new_lt21(vwx208, vwx210, ty_Double) -> new_lt18(vwx208, vwx210) 24.19/10.21 new_primCompAux00(vwx153, EQ) -> vwx153 24.19/10.21 new_compare0([], [], h) -> EQ 24.19/10.21 new_sr(vwx400, vwx301) -> new_primMulInt(vwx400, vwx301) 24.19/10.21 new_compare7(False, True) -> LT 24.19/10.21 new_esEs28(vwx1590, vwx1600, ty_Char) -> new_esEs13(vwx1590, vwx1600) 24.19/10.21 new_esEs4(vwx300, vwx400, app(ty_Maybe, dcb)) -> new_esEs22(vwx300, vwx400, dcb) 24.19/10.21 new_esEs39(vwx3001, vwx4001, app(ty_[], ffh)) -> new_esEs24(vwx3001, vwx4001, ffh) 24.19/10.21 new_compare14(LT, EQ) -> LT 24.19/10.21 new_esEs10(vwx301, vwx401, ty_Bool) -> new_esEs17(vwx301, vwx401) 24.19/10.21 new_primMulNat0(Zero, Zero) -> Zero 24.19/10.21 new_esEs7(vwx300, vwx400, ty_Bool) -> new_esEs17(vwx300, vwx400) 24.19/10.21 new_esEs39(vwx3001, vwx4001, ty_Float) -> new_esEs20(vwx3001, vwx4001) 24.19/10.21 new_compare15(Char(vwx300), Char(vwx400)) -> new_primCmpNat0(vwx300, vwx400) 24.19/10.21 new_esEs39(vwx3001, vwx4001, ty_Double) -> new_esEs15(vwx3001, vwx4001) 24.19/10.21 new_esEs10(vwx301, vwx401, app(app(ty_Either, dde), ddf)) -> new_esEs23(vwx301, vwx401, dde, ddf) 24.19/10.21 new_lt10(vwx195, vwx198, app(app(ty_Either, cee), cef)) -> new_lt4(vwx195, vwx198, cee, cef) 24.19/10.21 new_lt10(vwx195, vwx198, app(ty_[], cea)) -> new_lt11(vwx195, vwx198, cea) 24.19/10.21 new_esEs23(Right(vwx3000), Right(vwx4000), dcc, app(ty_Ratio, eae)) -> new_esEs18(vwx3000, vwx4000, eae) 24.19/10.21 new_esEs11(vwx302, vwx402, app(app(app(ty_@3, edh), eea), eeb)) -> new_esEs12(vwx302, vwx402, edh, eea, eeb) 24.19/10.21 new_ltEs5(vwx159, vwx160, ty_Double) -> new_ltEs17(vwx159, vwx160) 24.19/10.21 new_lt21(vwx208, vwx210, app(ty_Maybe, bee)) -> new_lt16(vwx208, vwx210, bee) 24.19/10.21 new_esEs33(vwx208, vwx210, app(ty_Ratio, fch)) -> new_esEs18(vwx208, vwx210, fch) 24.19/10.21 new_esEs29(vwx3000, vwx4000, ty_Ordering) -> new_esEs21(vwx3000, vwx4000) 24.19/10.21 new_esEs27(vwx196, vwx199, app(app(app(ty_@3, cdf), cdg), cdh)) -> new_esEs12(vwx196, vwx199, cdf, cdg, cdh) 24.19/10.21 new_ltEs21(vwx197, vwx200, app(ty_Maybe, cbg)) -> new_ltEs14(vwx197, vwx200, cbg) 24.19/10.21 new_ltEs5(vwx159, vwx160, app(app(ty_Either, hd), gc)) -> new_ltEs16(vwx159, vwx160, hd, gc) 24.19/10.21 new_esEs4(vwx300, vwx400, ty_Float) -> new_esEs20(vwx300, vwx400) 24.19/10.21 new_ltEs24(vwx1592, vwx1602, app(app(ty_@2, bbb), bbc)) -> new_ltEs15(vwx1592, vwx1602, bbb, bbc) 24.19/10.21 new_ltEs19(vwx184, vwx185, ty_Char) -> new_ltEs8(vwx184, vwx185) 24.19/10.21 new_esEs35(vwx1591, vwx1601, ty_Ordering) -> new_esEs21(vwx1591, vwx1601) 24.19/10.21 new_ltEs24(vwx1592, vwx1602, app(ty_Ratio, fdd)) -> new_ltEs12(vwx1592, vwx1602, fdd) 24.19/10.21 new_ltEs20(vwx177, vwx178, ty_Integer) -> new_ltEs13(vwx177, vwx178) 24.19/10.21 new_lt13(vwx208, vwx210) -> new_esEs21(new_compare7(vwx208, vwx210), LT) 24.19/10.21 new_compare14(GT, EQ) -> GT 24.19/10.21 new_compare24(vwx208, vwx209, vwx210, vwx211, False, beh, bgb) -> new_compare110(vwx208, vwx209, vwx210, vwx211, new_lt21(vwx208, vwx210, beh), new_asAs(new_esEs33(vwx208, vwx210, beh), new_ltEs23(vwx209, vwx211, bgb)), beh, bgb) 24.19/10.21 new_esEs34(vwx1590, vwx1600, ty_Char) -> new_esEs13(vwx1590, vwx1600) 24.19/10.21 new_esEs9(vwx300, vwx400, ty_Integer) -> new_esEs16(vwx300, vwx400) 24.19/10.21 new_esEs38(vwx3000, vwx4000, app(ty_[], fef)) -> new_esEs24(vwx3000, vwx4000, fef) 24.19/10.21 new_esEs9(vwx300, vwx400, app(app(app(ty_@3, ecf), ecg), ech)) -> new_esEs12(vwx300, vwx400, ecf, ecg, ech) 24.19/10.21 new_esEs7(vwx300, vwx400, ty_@0) -> new_esEs25(vwx300, vwx400) 24.19/10.21 new_lt6(vwx208, vwx210) -> new_esEs21(new_compare14(vwx208, vwx210), LT) 24.19/10.21 new_esEs27(vwx196, vwx199, app(ty_Ratio, dgd)) -> new_esEs18(vwx196, vwx199, dgd) 24.19/10.21 new_lt20(vwx1590, vwx1600, app(ty_Ratio, ecd)) -> new_lt15(vwx1590, vwx1600, ecd) 24.19/10.21 new_esEs34(vwx1590, vwx1600, app(ty_Ratio, fdb)) -> new_esEs18(vwx1590, vwx1600, fdb) 24.19/10.21 new_ltEs24(vwx1592, vwx1602, app(ty_[], bah)) -> new_ltEs7(vwx1592, vwx1602, bah) 24.19/10.21 new_esEs28(vwx1590, vwx1600, app(ty_Ratio, ecd)) -> new_esEs18(vwx1590, vwx1600, ecd) 24.19/10.21 new_ltEs6(vwx159, vwx160) -> new_fsEs(new_compare29(vwx159, vwx160)) 24.19/10.21 new_ltEs22(vwx1591, vwx1601, app(ty_Maybe, dg)) -> new_ltEs14(vwx1591, vwx1601, dg) 24.19/10.21 new_esEs7(vwx300, vwx400, ty_Ordering) -> new_esEs21(vwx300, vwx400) 24.19/10.21 new_esEs30(vwx3000, vwx4000, ty_Float) -> new_esEs20(vwx3000, vwx4000) 24.19/10.21 new_compare13(vwx273, vwx274, vwx275, vwx276, vwx277, vwx278, False, vwx280, cfb, cfc, cfd) -> new_compare10(vwx273, vwx274, vwx275, vwx276, vwx277, vwx278, vwx280, cfb, cfc, cfd) 24.19/10.21 new_ltEs23(vwx209, vwx211, ty_Ordering) -> new_ltEs10(vwx209, vwx211) 24.19/10.21 new_esEs38(vwx3000, vwx4000, app(app(ty_@2, fdh), fea)) -> new_esEs14(vwx3000, vwx4000, fdh, fea) 24.19/10.21 new_esEs4(vwx300, vwx400, app(app(ty_Either, dcc), dcd)) -> new_esEs23(vwx300, vwx400, dcc, dcd) 24.19/10.21 new_lt10(vwx195, vwx198, app(ty_Ratio, dgc)) -> new_lt15(vwx195, vwx198, dgc) 24.19/10.21 new_lt8(vwx208, vwx210) -> new_esEs21(new_compare29(vwx208, vwx210), LT) 24.19/10.21 new_ltEs14(Just(vwx1590), Just(vwx1600), app(ty_[], cc)) -> new_ltEs7(vwx1590, vwx1600, cc) 24.19/10.21 new_esEs8(vwx300, vwx400, ty_Integer) -> new_esEs16(vwx300, vwx400) 24.19/10.21 new_esEs10(vwx301, vwx401, app(ty_Maybe, ddd)) -> new_esEs22(vwx301, vwx401, ddd) 24.19/10.21 new_esEs33(vwx208, vwx210, app(app(ty_@2, bef), beg)) -> new_esEs14(vwx208, vwx210, bef, beg) 24.19/10.21 new_ltEs20(vwx177, vwx178, app(ty_Ratio, dfh)) -> new_ltEs12(vwx177, vwx178, dfh) 24.19/10.21 new_primEqInt(Neg(Succ(vwx30000)), Neg(Zero)) -> False 24.19/10.21 new_primEqInt(Neg(Zero), Neg(Succ(vwx40000))) -> False 24.19/10.21 new_lt22(vwx1591, vwx1601, ty_Ordering) -> new_lt6(vwx1591, vwx1601) 24.19/10.21 new_primEqInt(Pos(Succ(vwx30000)), Pos(Succ(vwx40000))) -> new_primEqNat0(vwx30000, vwx40000) 24.19/10.21 new_esEs29(vwx3000, vwx4000, ty_Float) -> new_esEs20(vwx3000, vwx4000) 24.19/10.21 new_ltEs4(True, False) -> False 24.19/10.21 new_esEs9(vwx300, vwx400, app(app(ty_Either, ede), edf)) -> new_esEs23(vwx300, vwx400, ede, edf) 24.19/10.21 new_ltEs17(vwx159, vwx160) -> new_fsEs(new_compare28(vwx159, vwx160)) 24.19/10.21 new_ltEs10(GT, GT) -> True 24.19/10.21 new_compare14(GT, LT) -> GT 24.19/10.21 new_ltEs13(vwx159, vwx160) -> new_fsEs(new_compare9(vwx159, vwx160)) 24.19/10.21 new_compare8(@2(vwx300, vwx301), @2(vwx400, vwx401), bc, bd) -> new_compare24(vwx300, vwx301, vwx400, vwx401, new_asAs(new_esEs5(vwx300, vwx400, bc), new_esEs6(vwx301, vwx401, bd)), bc, bd) 24.19/10.21 new_lt22(vwx1591, vwx1601, ty_@0) -> new_lt14(vwx1591, vwx1601) 24.19/10.21 new_esEs23(Left(vwx3000), Left(vwx4000), ty_Float, dcd) -> new_esEs20(vwx3000, vwx4000) 24.19/10.21 new_ltEs14(Just(vwx1590), Just(vwx1600), app(app(ty_@2, ce), cf)) -> new_ltEs15(vwx1590, vwx1600, ce, cf) 24.19/10.21 new_esEs8(vwx300, vwx400, ty_Bool) -> new_esEs17(vwx300, vwx400) 24.19/10.21 new_esEs31(vwx3001, vwx4001, ty_@0) -> new_esEs25(vwx3001, vwx4001) 24.19/10.21 new_ltEs16(Left(vwx1590), Left(vwx1600), ty_Int, gc) -> new_ltEs9(vwx1590, vwx1600) 24.19/10.21 new_esEs39(vwx3001, vwx4001, app(ty_Ratio, ffd)) -> new_esEs18(vwx3001, vwx4001, ffd) 24.19/10.21 new_lt9(vwx196, vwx199, ty_Bool) -> new_lt13(vwx196, vwx199) 24.19/10.21 new_ltEs23(vwx209, vwx211, ty_Float) -> new_ltEs6(vwx209, vwx211) 24.19/10.21 new_ltEs16(Right(vwx1590), Right(vwx1600), hd, ty_Float) -> new_ltEs6(vwx1590, vwx1600) 24.19/10.21 new_esEs36(vwx3000, vwx4000, ty_Int) -> new_esEs19(vwx3000, vwx4000) 24.19/10.21 new_ltEs14(Just(vwx1590), Nothing, dfd) -> False 24.19/10.21 new_ltEs14(Nothing, Nothing, dfd) -> True 24.19/10.21 new_ltEs16(Left(vwx1590), Left(vwx1600), ty_Ordering, gc) -> new_ltEs10(vwx1590, vwx1600) 24.19/10.21 new_esEs33(vwx208, vwx210, app(ty_[], bed)) -> new_esEs24(vwx208, vwx210, bed) 24.19/10.21 new_compare27(vwx184, vwx185, False, cab, dfe) -> new_compare17(vwx184, vwx185, new_ltEs19(vwx184, vwx185, dfe), cab, dfe) 24.19/10.21 new_primEqInt(Pos(Succ(vwx30000)), Neg(vwx4000)) -> False 24.19/10.21 new_primEqInt(Neg(Succ(vwx30000)), Pos(vwx4000)) -> False 24.19/10.21 new_esEs11(vwx302, vwx402, app(app(ty_Either, eeg), eeh)) -> new_esEs23(vwx302, vwx402, eeg, eeh) 24.19/10.21 new_lt22(vwx1591, vwx1601, app(ty_Maybe, bcc)) -> new_lt16(vwx1591, vwx1601, bcc) 24.19/10.21 new_lt21(vwx208, vwx210, app(ty_Ratio, fch)) -> new_lt15(vwx208, vwx210, fch) 24.19/10.21 new_lt23(vwx1590, vwx1600, ty_Integer) -> new_lt5(vwx1590, vwx1600) 24.19/10.21 new_esEs10(vwx301, vwx401, ty_Double) -> new_esEs15(vwx301, vwx401) 24.19/10.21 new_primCmpInt(Neg(Zero), Neg(Succ(vwx4000))) -> new_primCmpNat0(Succ(vwx4000), Zero) 24.19/10.21 new_esEs8(vwx300, vwx400, app(ty_Maybe, def)) -> new_esEs22(vwx300, vwx400, def) 24.19/10.21 new_ltEs5(vwx159, vwx160, app(app(app(ty_@3, baf), bag), bcb)) -> new_ltEs18(vwx159, vwx160, baf, bag, bcb) 24.19/10.21 new_lt9(vwx196, vwx199, app(app(app(ty_@3, cdf), cdg), cdh)) -> new_lt19(vwx196, vwx199, cdf, cdg, cdh) 24.19/10.21 new_lt15(vwx208, vwx210, fch) -> new_esEs21(new_compare31(vwx208, vwx210, fch), LT) 24.19/10.21 new_ltEs19(vwx184, vwx185, app(ty_Ratio, dff)) -> new_ltEs12(vwx184, vwx185, dff) 24.19/10.21 new_compare10(vwx273, vwx274, vwx275, vwx276, vwx277, vwx278, False, cfb, cfc, cfd) -> GT 24.19/10.21 new_esEs6(vwx301, vwx401, ty_Int) -> new_esEs19(vwx301, vwx401) 24.19/10.21 new_ltEs10(LT, EQ) -> True 24.19/10.21 new_primCmpInt(Pos(Zero), Pos(Zero)) -> EQ 24.19/10.21 new_lt22(vwx1591, vwx1601, app(app(ty_Either, bcf), bcg)) -> new_lt4(vwx1591, vwx1601, bcf, bcg) 24.19/10.21 new_ltEs4(False, False) -> True 24.19/10.21 new_compare210(vwx195, vwx196, vwx197, vwx198, vwx199, vwx200, False, cbd, cbe, cch) -> new_compare13(vwx195, vwx196, vwx197, vwx198, vwx199, vwx200, new_lt10(vwx195, vwx198, cbd), new_asAs(new_esEs26(vwx195, vwx198, cbd), new_pePe(new_lt9(vwx196, vwx199, cbe), new_asAs(new_esEs27(vwx196, vwx199, cbe), new_ltEs21(vwx197, vwx200, cch)))), cbd, cbe, cch) 24.19/10.21 new_esEs34(vwx1590, vwx1600, ty_Double) -> new_esEs15(vwx1590, vwx1600) 24.19/10.21 new_ltEs5(vwx159, vwx160, app(ty_[], cb)) -> new_ltEs7(vwx159, vwx160, cb) 24.19/10.21 new_lt10(vwx195, vwx198, ty_Int) -> new_lt12(vwx195, vwx198) 24.19/10.21 new_esEs22(Just(vwx3000), Just(vwx4000), app(app(ty_Either, eca), ecb)) -> new_esEs23(vwx3000, vwx4000, eca, ecb) 24.19/10.21 new_esEs31(vwx3001, vwx4001, ty_Ordering) -> new_esEs21(vwx3001, vwx4001) 24.19/10.21 new_esEs17(True, True) -> True 24.19/10.21 new_esEs9(vwx300, vwx400, app(ty_Maybe, edd)) -> new_esEs22(vwx300, vwx400, edd) 24.19/10.21 new_esEs27(vwx196, vwx199, app(ty_[], ccg)) -> new_esEs24(vwx196, vwx199, ccg) 24.19/10.21 new_ltEs7(vwx3, vwx4, h) -> new_fsEs(new_compare0(vwx3, vwx4, h)) 24.19/10.21 new_esEs23(Right(vwx3000), Right(vwx4000), dcc, ty_Int) -> new_esEs19(vwx3000, vwx4000) 24.19/10.21 new_esEs13(Char(vwx3000), Char(vwx4000)) -> new_primEqNat0(vwx3000, vwx4000) 24.19/10.21 new_compare29(Float(vwx300, Pos(vwx3010)), Float(vwx400, Pos(vwx4010))) -> new_compare18(new_sr(vwx300, Pos(vwx4010)), new_sr(Pos(vwx3010), vwx400)) 24.19/10.21 new_lt21(vwx208, vwx210, app(app(ty_@2, bef), beg)) -> new_lt17(vwx208, vwx210, bef, beg) 24.19/10.21 new_esEs35(vwx1591, vwx1601, app(app(ty_@2, bcd), bce)) -> new_esEs14(vwx1591, vwx1601, bcd, bce) 24.19/10.21 new_ltEs21(vwx197, vwx200, ty_Char) -> new_ltEs8(vwx197, vwx200) 24.19/10.21 new_esEs21(EQ, GT) -> False 24.19/10.21 new_esEs21(GT, EQ) -> False 24.19/10.21 new_esEs11(vwx302, vwx402, ty_Double) -> new_esEs15(vwx302, vwx402) 24.19/10.21 new_esEs25(@0, @0) -> True 24.19/10.21 new_ltEs22(vwx1591, vwx1601, ty_Bool) -> new_ltEs4(vwx1591, vwx1601) 24.19/10.21 new_lt10(vwx195, vwx198, app(ty_Maybe, ceb)) -> new_lt16(vwx195, vwx198, ceb) 24.19/10.21 new_esEs23(Right(vwx3000), Right(vwx4000), dcc, ty_Ordering) -> new_esEs21(vwx3000, vwx4000) 24.19/10.21 new_esEs21(GT, GT) -> True 24.19/10.21 new_esEs38(vwx3000, vwx4000, ty_@0) -> new_esEs25(vwx3000, vwx4000) 24.19/10.21 new_lt20(vwx1590, vwx1600, ty_Double) -> new_lt18(vwx1590, vwx1600) 24.19/10.21 new_ltEs16(Right(vwx1590), Right(vwx1600), hd, app(ty_Maybe, hf)) -> new_ltEs14(vwx1590, vwx1600, hf) 24.19/10.21 new_esEs23(Right(vwx3000), Right(vwx4000), dcc, ty_Bool) -> new_esEs17(vwx3000, vwx4000) 24.19/10.21 new_ltEs14(Just(vwx1590), Just(vwx1600), ty_Bool) -> new_ltEs4(vwx1590, vwx1600) 24.19/10.21 new_compare10(vwx273, vwx274, vwx275, vwx276, vwx277, vwx278, True, cfb, cfc, cfd) -> LT 24.19/10.21 new_ltEs19(vwx184, vwx185, app(ty_[], cac)) -> new_ltEs7(vwx184, vwx185, cac) 24.19/10.21 new_esEs31(vwx3001, vwx4001, app(app(app(ty_@3, ehf), ehg), ehh)) -> new_esEs12(vwx3001, vwx4001, ehf, ehg, ehh) 24.19/10.21 new_esEs26(vwx195, vwx198, ty_Integer) -> new_esEs16(vwx195, vwx198) 24.19/10.21 new_ltEs20(vwx177, vwx178, ty_Bool) -> new_ltEs4(vwx177, vwx178) 24.19/10.21 new_esEs30(vwx3000, vwx4000, app(ty_Ratio, eha)) -> new_esEs18(vwx3000, vwx4000, eha) 24.19/10.21 new_esEs35(vwx1591, vwx1601, app(ty_[], bca)) -> new_esEs24(vwx1591, vwx1601, bca) 24.19/10.21 new_lt22(vwx1591, vwx1601, app(app(app(ty_@3, bch), bda), bdb)) -> new_lt19(vwx1591, vwx1601, bch, bda, bdb) 24.19/10.21 new_ltEs24(vwx1592, vwx1602, app(app(ty_Either, bbd), bbe)) -> new_ltEs16(vwx1592, vwx1602, bbd, bbe) 24.19/10.21 new_lt9(vwx196, vwx199, app(ty_Ratio, dgd)) -> new_lt15(vwx196, vwx199, dgd) 24.19/10.21 new_esEs31(vwx3001, vwx4001, ty_Int) -> new_esEs19(vwx3001, vwx4001) 24.19/10.21 new_compare0(:(vwx30, vwx31), [], h) -> GT 24.19/10.21 new_esEs9(vwx300, vwx400, ty_Double) -> new_esEs15(vwx300, vwx400) 24.19/10.21 new_esEs30(vwx3000, vwx4000, ty_Char) -> new_esEs13(vwx3000, vwx4000) 24.19/10.21 new_compare32(vwx30, vwx40, app(ty_[], ba)) -> new_compare0(vwx30, vwx40, ba) 24.19/10.21 new_esEs16(Integer(vwx3000), Integer(vwx4000)) -> new_primEqInt(vwx3000, vwx4000) 24.19/10.21 new_esEs26(vwx195, vwx198, ty_Double) -> new_esEs15(vwx195, vwx198) 24.19/10.21 new_esEs28(vwx1590, vwx1600, ty_Float) -> new_esEs20(vwx1590, vwx1600) 24.19/10.21 new_ltEs5(vwx159, vwx160, ty_Ordering) -> new_ltEs10(vwx159, vwx160) 24.19/10.21 new_ltEs10(EQ, GT) -> True 24.19/10.21 new_esEs9(vwx300, vwx400, ty_Bool) -> new_esEs17(vwx300, vwx400) 24.19/10.21 new_compare27(vwx184, vwx185, True, cab, dfe) -> EQ 24.19/10.21 new_ltEs20(vwx177, vwx178, app(ty_[], bgh)) -> new_ltEs7(vwx177, vwx178, bgh) 24.19/10.21 new_esEs11(vwx302, vwx402, ty_Integer) -> new_esEs16(vwx302, vwx402) 24.19/10.21 new_not -> True 24.19/10.21 new_lt22(vwx1591, vwx1601, app(ty_Ratio, fdc)) -> new_lt15(vwx1591, vwx1601, fdc) 24.19/10.21 new_esEs29(vwx3000, vwx4000, app(ty_Ratio, efg)) -> new_esEs18(vwx3000, vwx4000, efg) 24.19/10.21 new_esEs34(vwx1590, vwx1600, ty_Integer) -> new_esEs16(vwx1590, vwx1600) 24.19/10.21 new_lt10(vwx195, vwx198, ty_Ordering) -> new_lt6(vwx195, vwx198) 24.19/10.21 new_lt10(vwx195, vwx198, ty_Double) -> new_lt18(vwx195, vwx198) 24.19/10.21 new_ltEs10(EQ, EQ) -> True 24.19/10.21 new_lt10(vwx195, vwx198, ty_Integer) -> new_lt5(vwx195, vwx198) 24.19/10.21 new_primPlusNat0(Succ(vwx2870), vwx30100) -> Succ(Succ(new_primPlusNat1(vwx2870, vwx30100))) 24.19/10.21 new_ltEs23(vwx209, vwx211, app(ty_Maybe, bfb)) -> new_ltEs14(vwx209, vwx211, bfb) 24.19/10.21 new_lt23(vwx1590, vwx1600, app(app(ty_@2, bde), bdf)) -> new_lt17(vwx1590, vwx1600, bde, bdf) 24.19/10.21 new_esEs6(vwx301, vwx401, app(app(app(ty_@3, cgg), cgh), cha)) -> new_esEs12(vwx301, vwx401, cgg, cgh, cha) 24.19/10.21 new_ltEs16(Right(vwx1590), Right(vwx1600), hd, ty_Bool) -> new_ltEs4(vwx1590, vwx1600) 24.19/10.21 new_esEs33(vwx208, vwx210, app(app(app(ty_@3, bge), bgf), bgg)) -> new_esEs12(vwx208, vwx210, bge, bgf, bgg) 24.19/10.21 new_primCmpInt(Pos(Zero), Neg(Zero)) -> EQ 24.19/10.21 new_primCmpInt(Neg(Zero), Pos(Zero)) -> EQ 24.19/10.21 new_esEs8(vwx300, vwx400, app(ty_Ratio, dee)) -> new_esEs18(vwx300, vwx400, dee) 24.19/10.21 new_esEs10(vwx301, vwx401, app(app(app(ty_@3, dcf), dcg), dch)) -> new_esEs12(vwx301, vwx401, dcf, dcg, dch) 24.19/10.21 new_esEs11(vwx302, vwx402, app(ty_Maybe, eef)) -> new_esEs22(vwx302, vwx402, eef) 24.19/10.21 new_compare0(:(vwx30, vwx31), :(vwx40, vwx41), h) -> new_primCompAux0(vwx30, vwx40, new_compare0(vwx31, vwx41, h), h) 24.19/10.21 new_primPlusNat1(Zero, Zero) -> Zero 24.19/10.21 new_esEs34(vwx1590, vwx1600, app(ty_Maybe, bdd)) -> new_esEs22(vwx1590, vwx1600, bdd) 24.19/10.21 new_lt20(vwx1590, vwx1600, app(app(app(ty_@3, fg), fh), ga)) -> new_lt19(vwx1590, vwx1600, fg, fh, ga) 24.19/10.21 new_esEs32(vwx3002, vwx4002, app(ty_Ratio, fbe)) -> new_esEs18(vwx3002, vwx4002, fbe) 24.19/10.21 new_esEs22(Just(vwx3000), Just(vwx4000), app(ty_[], ecc)) -> new_esEs24(vwx3000, vwx4000, ecc) 24.19/10.21 new_ltEs23(vwx209, vwx211, app(ty_[], bfa)) -> new_ltEs7(vwx209, vwx211, bfa) 24.19/10.21 new_esEs23(Left(vwx3000), Left(vwx4000), ty_@0, dcd) -> new_esEs25(vwx3000, vwx4000) 24.19/10.21 new_esEs5(vwx300, vwx400, app(ty_Ratio, cgb)) -> new_esEs18(vwx300, vwx400, cgb) 24.19/10.21 new_compare14(EQ, GT) -> LT 24.19/10.21 new_esEs35(vwx1591, vwx1601, app(app(ty_Either, bcf), bcg)) -> new_esEs23(vwx1591, vwx1601, bcf, bcg) 24.19/10.21 new_lt21(vwx208, vwx210, ty_Ordering) -> new_lt6(vwx208, vwx210) 24.19/10.21 new_compare14(LT, GT) -> LT 24.19/10.21 new_lt22(vwx1591, vwx1601, ty_Char) -> new_lt7(vwx1591, vwx1601) 24.19/10.21 new_lt22(vwx1591, vwx1601, ty_Int) -> new_lt12(vwx1591, vwx1601) 24.19/10.21 new_ltEs19(vwx184, vwx185, ty_Bool) -> new_ltEs4(vwx184, vwx185) 24.19/10.21 new_ltEs23(vwx209, vwx211, ty_@0) -> new_ltEs11(vwx209, vwx211) 24.19/10.21 new_esEs8(vwx300, vwx400, ty_Char) -> new_esEs13(vwx300, vwx400) 24.19/10.21 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 24.19/10.21 new_ltEs14(Just(vwx1590), Just(vwx1600), ty_Ordering) -> new_ltEs10(vwx1590, vwx1600) 24.19/10.21 new_ltEs22(vwx1591, vwx1601, app(ty_[], df)) -> new_ltEs7(vwx1591, vwx1601, df) 24.19/10.21 new_ltEs11(vwx159, vwx160) -> new_fsEs(new_compare12(vwx159, vwx160)) 24.19/10.21 new_esEs17(False, False) -> True 24.19/10.21 new_ltEs4(True, True) -> True 24.19/10.21 new_ltEs21(vwx197, vwx200, ty_Ordering) -> new_ltEs10(vwx197, vwx200) 24.19/10.21 new_esEs34(vwx1590, vwx1600, ty_Bool) -> new_esEs17(vwx1590, vwx1600) 24.19/10.21 new_esEs5(vwx300, vwx400, ty_@0) -> new_esEs25(vwx300, vwx400) 24.19/10.21 new_primMulNat0(Succ(vwx40000), Succ(vwx30100)) -> new_primPlusNat0(new_primMulNat0(vwx40000, Succ(vwx30100)), vwx30100) 24.19/10.21 new_esEs9(vwx300, vwx400, ty_Int) -> new_esEs19(vwx300, vwx400) 24.19/10.21 new_esEs6(vwx301, vwx401, app(ty_Ratio, chd)) -> new_esEs18(vwx301, vwx401, chd) 24.19/10.21 new_esEs8(vwx300, vwx400, app(app(app(ty_@3, ddh), dea), deb)) -> new_esEs12(vwx300, vwx400, ddh, dea, deb) 24.19/10.21 new_esEs8(vwx300, vwx400, ty_Ordering) -> new_esEs21(vwx300, vwx400) 24.19/10.21 new_ltEs22(vwx1591, vwx1601, ty_@0) -> new_ltEs11(vwx1591, vwx1601) 24.19/10.21 new_ltEs16(Left(vwx1590), Left(vwx1600), ty_Integer, gc) -> new_ltEs13(vwx1590, vwx1600) 24.19/10.21 new_lt20(vwx1590, vwx1600, ty_@0) -> new_lt14(vwx1590, vwx1600) 24.19/10.21 new_primCmpNat0(Succ(vwx3000), Succ(vwx4000)) -> new_primCmpNat0(vwx3000, vwx4000) 24.19/10.21 new_lt21(vwx208, vwx210, ty_Char) -> new_lt7(vwx208, vwx210) 24.19/10.21 new_esEs26(vwx195, vwx198, app(app(ty_Either, cee), cef)) -> new_esEs23(vwx195, vwx198, cee, cef) 24.19/10.21 new_lt20(vwx1590, vwx1600, ty_Integer) -> new_lt5(vwx1590, vwx1600) 24.19/10.21 new_esEs21(LT, GT) -> False 24.19/10.21 new_esEs21(GT, LT) -> False 24.19/10.21 new_ltEs24(vwx1592, vwx1602, ty_@0) -> new_ltEs11(vwx1592, vwx1602) 24.19/10.21 new_ltEs5(vwx159, vwx160, ty_Bool) -> new_ltEs4(vwx159, vwx160) 24.19/10.21 new_esEs38(vwx3000, vwx4000, ty_Float) -> new_esEs20(vwx3000, vwx4000) 24.19/10.21 new_esEs11(vwx302, vwx402, ty_Bool) -> new_esEs17(vwx302, vwx402) 24.19/10.21 new_lt10(vwx195, vwx198, app(app(ty_@2, cec), ced)) -> new_lt17(vwx195, vwx198, cec, ced) 24.19/10.21 new_esEs11(vwx302, vwx402, ty_Ordering) -> new_esEs21(vwx302, vwx402) 24.19/10.21 new_lt23(vwx1590, vwx1600, ty_Int) -> new_lt12(vwx1590, vwx1600) 24.19/10.21 new_esEs7(vwx300, vwx400, ty_Char) -> new_esEs13(vwx300, vwx400) 24.19/10.21 new_ltEs16(Left(vwx1590), Left(vwx1600), ty_@0, gc) -> new_ltEs11(vwx1590, vwx1600) 24.19/10.21 new_esEs34(vwx1590, vwx1600, ty_Int) -> new_esEs19(vwx1590, vwx1600) 24.19/10.21 new_ltEs21(vwx197, vwx200, app(ty_[], cbf)) -> new_ltEs7(vwx197, vwx200, cbf) 24.19/10.21 new_esEs15(Double(vwx3000, vwx3001), Double(vwx4000, vwx4001)) -> new_esEs19(new_sr(vwx3000, vwx4001), new_sr(vwx3001, vwx4000)) 24.19/10.21 new_esEs10(vwx301, vwx401, ty_Char) -> new_esEs13(vwx301, vwx401) 24.19/10.21 new_lt20(vwx1590, vwx1600, app(ty_Maybe, fa)) -> new_lt16(vwx1590, vwx1600, fa) 24.19/10.21 new_esEs11(vwx302, vwx402, ty_Int) -> new_esEs19(vwx302, vwx402) 24.19/10.21 new_esEs36(vwx3000, vwx4000, ty_Integer) -> new_esEs16(vwx3000, vwx4000) 24.19/10.21 new_esEs27(vwx196, vwx199, ty_@0) -> new_esEs25(vwx196, vwx199) 24.19/10.21 new_compare32(vwx30, vwx40, app(app(ty_@2, bc), bd)) -> new_compare8(vwx30, vwx40, bc, bd) 24.19/10.21 new_esEs7(vwx300, vwx400, app(ty_Ratio, dag)) -> new_esEs18(vwx300, vwx400, dag) 24.19/10.21 new_ltEs21(vwx197, vwx200, ty_Int) -> new_ltEs9(vwx197, vwx200) 24.19/10.21 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 24.19/10.21 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 24.19/10.21 new_esEs34(vwx1590, vwx1600, ty_Ordering) -> new_esEs21(vwx1590, vwx1600) 24.19/10.21 new_esEs8(vwx300, vwx400, ty_Int) -> new_esEs19(vwx300, vwx400) 24.19/10.21 new_lt9(vwx196, vwx199, app(ty_[], ccg)) -> new_lt11(vwx196, vwx199, ccg) 24.19/10.21 new_ltEs24(vwx1592, vwx1602, ty_Char) -> new_ltEs8(vwx1592, vwx1602) 24.19/10.21 new_ltEs23(vwx209, vwx211, ty_Integer) -> new_ltEs13(vwx209, vwx211) 24.19/10.21 new_compare14(GT, GT) -> EQ 24.19/10.21 new_lt23(vwx1590, vwx1600, ty_Double) -> new_lt18(vwx1590, vwx1600) 24.19/10.21 new_lt21(vwx208, vwx210, ty_Integer) -> new_lt5(vwx208, vwx210) 24.19/10.21 new_esEs31(vwx3001, vwx4001, app(ty_Ratio, fac)) -> new_esEs18(vwx3001, vwx4001, fac) 24.19/10.21 new_ltEs16(Left(vwx1590), Left(vwx1600), app(ty_Ratio, fcc), gc) -> new_ltEs12(vwx1590, vwx1600, fcc) 24.19/10.21 new_esEs33(vwx208, vwx210, ty_Int) -> new_esEs19(vwx208, vwx210) 24.19/10.21 new_ltEs18(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), baf, bag, bcb) -> new_pePe(new_lt23(vwx1590, vwx1600, baf), new_asAs(new_esEs34(vwx1590, vwx1600, baf), new_pePe(new_lt22(vwx1591, vwx1601, bag), new_asAs(new_esEs35(vwx1591, vwx1601, bag), new_ltEs24(vwx1592, vwx1602, bcb))))) 24.19/10.21 new_primEqNat0(Zero, Zero) -> True 24.19/10.21 new_esEs32(vwx3002, vwx4002, app(app(app(ty_@3, fah), fba), fbb)) -> new_esEs12(vwx3002, vwx4002, fah, fba, fbb) 24.19/10.21 new_esEs23(Right(vwx3000), Right(vwx4000), dcc, ty_Integer) -> new_esEs16(vwx3000, vwx4000) 24.19/10.21 new_lt20(vwx1590, vwx1600, app(app(ty_Either, fd), ff)) -> new_lt4(vwx1590, vwx1600, fd, ff) 24.19/10.21 new_lt18(vwx208, vwx210) -> new_esEs21(new_compare28(vwx208, vwx210), LT) 24.19/10.21 new_ltEs20(vwx177, vwx178, ty_Int) -> new_ltEs9(vwx177, vwx178) 24.19/10.21 new_lt16(vwx208, vwx210, bee) -> new_esEs21(new_compare16(vwx208, vwx210, bee), LT) 24.19/10.21 new_esEs35(vwx1591, vwx1601, ty_Integer) -> new_esEs16(vwx1591, vwx1601) 24.19/10.21 new_compare16(Nothing, Just(vwx400), bb) -> LT 24.19/10.21 new_lt21(vwx208, vwx210, app(app(app(ty_@3, bge), bgf), bgg)) -> new_lt19(vwx208, vwx210, bge, bgf, bgg) 24.19/10.21 new_ltEs24(vwx1592, vwx1602, ty_Integer) -> new_ltEs13(vwx1592, vwx1602) 24.19/10.21 new_esEs10(vwx301, vwx401, ty_Ordering) -> new_esEs21(vwx301, vwx401) 24.19/10.21 new_esEs28(vwx1590, vwx1600, ty_@0) -> new_esEs25(vwx1590, vwx1600) 24.19/10.21 new_ltEs10(LT, GT) -> True 24.19/10.21 new_lt5(vwx208, vwx210) -> new_esEs21(new_compare9(vwx208, vwx210), LT) 24.19/10.21 new_esEs23(Left(vwx3000), Left(vwx4000), app(ty_Maybe, dhd), dcd) -> new_esEs22(vwx3000, vwx4000, dhd) 24.19/10.21 new_lt22(vwx1591, vwx1601, ty_Double) -> new_lt18(vwx1591, vwx1601) 24.19/10.21 new_asAs(False, vwx226) -> False 24.19/10.21 new_esEs33(vwx208, vwx210, ty_Ordering) -> new_esEs21(vwx208, vwx210) 24.19/10.21 new_lt14(vwx208, vwx210) -> new_esEs21(new_compare12(vwx208, vwx210), LT) 24.19/10.21 new_ltEs23(vwx209, vwx211, ty_Char) -> new_ltEs8(vwx209, vwx211) 24.19/10.21 new_lt20(vwx1590, vwx1600, ty_Ordering) -> new_lt6(vwx1590, vwx1600) 24.19/10.21 new_ltEs16(Right(vwx1590), Right(vwx1600), hd, app(ty_[], he)) -> new_ltEs7(vwx1590, vwx1600, he) 24.19/10.21 new_lt10(vwx195, vwx198, app(app(app(ty_@3, ceg), ceh), cfa)) -> new_lt19(vwx195, vwx198, ceg, ceh, cfa) 24.19/10.21 new_esEs35(vwx1591, vwx1601, ty_Bool) -> new_esEs17(vwx1591, vwx1601) 24.19/10.21 new_esEs4(vwx300, vwx400, ty_@0) -> new_esEs25(vwx300, vwx400) 24.19/10.21 new_ltEs19(vwx184, vwx185, ty_Ordering) -> new_ltEs10(vwx184, vwx185) 24.19/10.21 new_ltEs20(vwx177, vwx178, ty_Ordering) -> new_ltEs10(vwx177, vwx178) 24.19/10.21 new_esEs10(vwx301, vwx401, ty_Int) -> new_esEs19(vwx301, vwx401) 24.19/10.21 new_esEs23(Right(vwx3000), Right(vwx4000), dcc, ty_Double) -> new_esEs15(vwx3000, vwx4000) 24.19/10.21 new_esEs7(vwx300, vwx400, app(app(app(ty_@3, dab), dac), dad)) -> new_esEs12(vwx300, vwx400, dab, dac, dad) 24.19/10.21 new_esEs35(vwx1591, vwx1601, app(ty_Maybe, bcc)) -> new_esEs22(vwx1591, vwx1601, bcc) 24.19/10.21 new_esEs32(vwx3002, vwx4002, ty_Char) -> new_esEs13(vwx3002, vwx4002) 24.19/10.21 new_esEs22(Just(vwx3000), Just(vwx4000), ty_Float) -> new_esEs20(vwx3000, vwx4000) 24.19/10.21 new_ltEs16(Left(vwx1590), Left(vwx1600), app(app(app(ty_@3, ha), hb), hc), gc) -> new_ltEs18(vwx1590, vwx1600, ha, hb, hc) 24.19/10.21 new_ltEs24(vwx1592, vwx1602, app(ty_Maybe, bba)) -> new_ltEs14(vwx1592, vwx1602, bba) 24.19/10.21 new_esEs9(vwx300, vwx400, ty_Ordering) -> new_esEs21(vwx300, vwx400) 24.19/10.21 new_lt22(vwx1591, vwx1601, app(app(ty_@2, bcd), bce)) -> new_lt17(vwx1591, vwx1601, bcd, bce) 24.19/10.21 new_esEs39(vwx3001, vwx4001, ty_@0) -> new_esEs25(vwx3001, vwx4001) 24.19/10.21 new_esEs26(vwx195, vwx198, ty_Float) -> new_esEs20(vwx195, vwx198) 24.19/10.21 new_lt11(vwx208, vwx210, bed) -> new_esEs21(new_compare0(vwx208, vwx210, bed), LT) 24.19/10.21 24.19/10.21 The set Q consists of the following terms: 24.19/10.21 24.19/10.21 new_lt22(x0, x1, ty_Integer) 24.19/10.21 new_esEs5(x0, x1, app(app(ty_@2, x2), x3)) 24.19/10.21 new_lt9(x0, x1, app(ty_[], x2)) 24.19/10.21 new_esEs6(x0, x1, ty_Float) 24.19/10.21 new_compare31(:%(x0, x1), :%(x2, x3), ty_Int) 24.19/10.21 new_esEs7(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.19/10.21 new_primMulNat0(Zero, Succ(x0)) 24.19/10.21 new_ltEs19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.19/10.21 new_esEs5(x0, x1, app(ty_[], x2)) 24.19/10.21 new_esEs35(x0, x1, app(ty_Ratio, x2)) 24.19/10.21 new_lt23(x0, x1, ty_@0) 24.19/10.21 new_esEs8(x0, x1, app(ty_Maybe, x2)) 24.19/10.21 new_esEs31(x0, x1, ty_Ordering) 24.19/10.21 new_ltEs20(x0, x1, app(ty_Ratio, x2)) 24.19/10.21 new_ltEs22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.19/10.21 new_esEs31(x0, x1, app(app(ty_Either, x2), x3)) 24.19/10.21 new_ltEs5(x0, x1, ty_Int) 24.19/10.21 new_not 24.19/10.21 new_ltEs5(x0, x1, app(app(ty_@2, x2), x3)) 24.19/10.21 new_esEs28(x0, x1, app(ty_Maybe, x2)) 24.19/10.21 new_esEs7(x0, x1, app(ty_Ratio, x2)) 24.19/10.21 new_ltEs14(Just(x0), Just(x1), ty_Char) 24.19/10.21 new_esEs8(x0, x1, app(ty_[], x2)) 24.19/10.21 new_lt13(x0, x1) 24.19/10.21 new_ltEs16(Right(x0), Right(x1), x2, ty_Int) 24.19/10.21 new_esEs22(Just(x0), Just(x1), ty_Integer) 24.19/10.21 new_esEs39(x0, x1, app(ty_Maybe, x2)) 24.19/10.21 new_asAs(False, x0) 24.19/10.21 new_ltEs16(Right(x0), Right(x1), x2, ty_Ordering) 24.19/10.21 new_compare6(Left(x0), Right(x1), x2, x3) 24.19/10.21 new_compare6(Right(x0), Left(x1), x2, x3) 24.19/10.21 new_ltEs21(x0, x1, app(ty_Ratio, x2)) 24.19/10.21 new_esEs24([], [], x0) 24.19/10.21 new_lt10(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.19/10.21 new_compare32(x0, x1, app(app(ty_Either, x2), x3)) 24.19/10.21 new_primPlusNat1(Zero, Zero) 24.19/10.21 new_esEs10(x0, x1, ty_Float) 24.19/10.21 new_esEs10(x0, x1, app(ty_[], x2)) 24.19/10.21 new_esEs28(x0, x1, ty_Integer) 24.19/10.21 new_esEs33(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.19/10.21 new_esEs6(x0, x1, app(ty_[], x2)) 24.19/10.21 new_ltEs24(x0, x1, ty_Double) 24.19/10.21 new_lt20(x0, x1, app(ty_[], x2)) 24.19/10.21 new_ltEs10(LT, LT) 24.19/10.21 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 24.19/10.21 new_compare210(x0, x1, x2, x3, x4, x5, True, x6, x7, x8) 24.19/10.21 new_esEs23(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 24.19/10.21 new_primPlusNat0(Zero, x0) 24.19/10.21 new_esEs24(:(x0, x1), :(x2, x3), x4) 24.19/10.21 new_lt19(x0, x1, x2, x3, x4) 24.19/10.21 new_esEs33(x0, x1, app(ty_Maybe, x2)) 24.19/10.21 new_ltEs19(x0, x1, ty_Integer) 24.19/10.21 new_esEs9(x0, x1, ty_Integer) 24.19/10.21 new_esEs21(LT, LT) 24.19/10.21 new_ltEs5(x0, x1, ty_Char) 24.19/10.21 new_esEs23(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 24.19/10.21 new_esEs29(x0, x1, ty_Bool) 24.19/10.21 new_ltEs5(x0, x1, ty_Ordering) 24.19/10.21 new_esEs27(x0, x1, app(app(ty_Either, x2), x3)) 24.19/10.21 new_primEqInt(Pos(Zero), Pos(Zero)) 24.19/10.21 new_compare14(GT, GT) 24.19/10.21 new_lt20(x0, x1, app(app(ty_Either, x2), x3)) 24.19/10.21 new_esEs5(x0, x1, ty_Float) 24.19/10.21 new_ltEs21(x0, x1, ty_Double) 24.19/10.21 new_ltEs16(Left(x0), Left(x1), ty_Double, x2) 24.19/10.21 new_lt5(x0, x1) 24.19/10.21 new_compare14(EQ, LT) 24.19/10.21 new_compare14(LT, EQ) 24.19/10.21 new_esEs35(x0, x1, app(ty_Maybe, x2)) 24.19/10.21 new_ltEs5(x0, x1, app(ty_[], x2)) 24.19/10.21 new_esEs23(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 24.19/10.21 new_esEs4(x0, x1, ty_Ordering) 24.19/10.21 new_ltEs16(Left(x0), Left(x1), ty_Char, x2) 24.19/10.21 new_compare11(x0, x1, True, x2) 24.19/10.21 new_lt9(x0, x1, ty_Bool) 24.19/10.21 new_esEs4(x0, x1, ty_Double) 24.19/10.21 new_esEs17(False, False) 24.19/10.21 new_compare17(x0, x1, True, x2, x3) 24.19/10.21 new_esEs28(x0, x1, ty_Bool) 24.19/10.21 new_esEs35(x0, x1, app(app(ty_Either, x2), x3)) 24.19/10.21 new_esEs5(x0, x1, ty_Integer) 24.19/10.21 new_lt23(x0, x1, ty_Integer) 24.19/10.21 new_esEs31(x0, x1, app(app(ty_@2, x2), x3)) 24.19/10.21 new_esEs11(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.19/10.21 new_ltEs22(x0, x1, app(app(ty_Either, x2), x3)) 24.19/10.21 new_ltEs23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.19/10.21 new_ltEs22(x0, x1, ty_Float) 24.19/10.21 new_ltEs24(x0, x1, app(ty_Ratio, x2)) 24.19/10.21 new_ltEs14(Just(x0), Just(x1), ty_Ordering) 24.19/10.21 new_esEs8(x0, x1, app(app(ty_@2, x2), x3)) 24.19/10.21 new_ltEs16(Left(x0), Left(x1), ty_Ordering, x2) 24.19/10.21 new_primEqInt(Neg(Zero), Neg(Zero)) 24.19/10.21 new_lt22(x0, x1, ty_Bool) 24.19/10.21 new_esEs26(x0, x1, app(ty_Ratio, x2)) 24.19/10.21 new_ltEs14(Just(x0), Just(x1), ty_Int) 24.19/10.21 new_esEs24(:(x0, x1), [], x2) 24.19/10.21 new_esEs39(x0, x1, ty_Double) 24.19/10.21 new_esEs22(Just(x0), Just(x1), ty_@0) 24.19/10.21 new_ltEs16(Left(x0), Left(x1), ty_Int, x2) 24.19/10.21 new_compare26(x0, x1, True, x2, x3) 24.19/10.21 new_compare10(x0, x1, x2, x3, x4, x5, False, x6, x7, x8) 24.19/10.21 new_esEs4(x0, x1, ty_Int) 24.19/10.21 new_esEs30(x0, x1, ty_Int) 24.19/10.21 new_compare32(x0, x1, ty_Float) 24.19/10.21 new_esEs29(x0, x1, ty_Integer) 24.19/10.21 new_compare32(x0, x1, app(ty_[], x2)) 24.19/10.21 new_esEs26(x0, x1, app(app(ty_Either, x2), x3)) 24.19/10.21 new_ltEs16(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 24.19/10.21 new_ltEs14(Just(x0), Just(x1), ty_@0) 24.19/10.21 new_esEs39(x0, x1, app(ty_Ratio, x2)) 24.19/10.21 new_lt9(x0, x1, ty_Char) 24.19/10.21 new_esEs28(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.19/10.21 new_ltEs22(x0, x1, app(app(ty_@2, x2), x3)) 24.19/10.21 new_esEs9(x0, x1, app(app(ty_Either, x2), x3)) 24.19/10.21 new_ltEs14(Nothing, Nothing, x0) 24.19/10.21 new_esEs26(x0, x1, ty_Double) 24.19/10.21 new_compare110(x0, x1, x2, x3, True, x4, x5, x6) 24.19/10.21 new_esEs32(x0, x1, ty_@0) 24.19/10.21 new_fsEs(EQ) 24.19/10.21 new_esEs24([], :(x0, x1), x2) 24.19/10.21 new_lt20(x0, x1, app(ty_Ratio, x2)) 24.19/10.21 new_compare29(Float(x0, Pos(x1)), Float(x2, Neg(x3))) 24.19/10.21 new_compare29(Float(x0, Neg(x1)), Float(x2, Pos(x3))) 24.19/10.21 new_lt10(x0, x1, ty_Bool) 24.19/10.21 new_esEs6(x0, x1, app(app(ty_@2, x2), x3)) 24.19/10.21 new_lt21(x0, x1, ty_Ordering) 24.19/10.21 new_primPlusNat1(Zero, Succ(x0)) 24.19/10.21 new_esEs7(x0, x1, ty_Float) 24.19/10.21 new_esEs8(x0, x1, ty_Double) 24.19/10.21 new_ltEs14(Just(x0), Just(x1), app(ty_Ratio, x2)) 24.19/10.21 new_ltEs10(GT, EQ) 24.19/10.21 new_ltEs5(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.19/10.21 new_ltEs10(EQ, GT) 24.19/10.21 new_lt21(x0, x1, app(app(ty_@2, x2), x3)) 24.19/10.21 new_esEs8(x0, x1, ty_Int) 24.19/10.21 new_compare16(Nothing, Nothing, x0) 24.19/10.21 new_compare11(x0, x1, False, x2) 24.19/10.21 new_ltEs16(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 24.19/10.21 new_primMulNat0(Succ(x0), Zero) 24.19/10.21 new_ltEs21(x0, x1, ty_Int) 24.19/10.21 new_ltEs14(Just(x0), Nothing, x1) 24.19/10.21 new_compare29(Float(x0, Pos(x1)), Float(x2, Pos(x3))) 24.19/10.21 new_esEs32(x0, x1, ty_Bool) 24.19/10.21 new_esEs39(x0, x1, ty_Ordering) 24.19/10.21 new_compare0([], :(x0, x1), x2) 24.19/10.21 new_primPlusNat1(Succ(x0), Zero) 24.19/10.21 new_primEqInt(Pos(Zero), Neg(Zero)) 24.19/10.21 new_primEqInt(Neg(Zero), Pos(Zero)) 24.19/10.21 new_primMulInt(Pos(x0), Pos(x1)) 24.19/10.21 new_ltEs24(x0, x1, ty_Char) 24.19/10.21 new_ltEs24(x0, x1, ty_@0) 24.19/10.21 new_ltEs16(Left(x0), Right(x1), x2, x3) 24.19/10.21 new_ltEs16(Right(x0), Left(x1), x2, x3) 24.19/10.21 new_esEs29(x0, x1, ty_Ordering) 24.19/10.21 new_esEs22(Just(x0), Just(x1), ty_Bool) 24.19/10.21 new_primCmpInt(Pos(Zero), Pos(Succ(x0))) 24.19/10.21 new_lt10(x0, x1, app(app(ty_Either, x2), x3)) 24.19/10.21 new_esEs23(Right(x0), Right(x1), x2, ty_Ordering) 24.19/10.21 new_primPlusNat1(Succ(x0), Succ(x1)) 24.19/10.21 new_ltEs16(Left(x0), Left(x1), ty_Bool, x2) 24.19/10.21 new_esEs5(x0, x1, ty_Bool) 24.19/10.21 new_lt9(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.19/10.21 new_ltEs16(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 24.19/10.21 new_lt10(x0, x1, ty_Char) 24.19/10.21 new_compare25(x0, x1, True, x2) 24.19/10.21 new_ltEs21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.19/10.21 new_lt10(x0, x1, ty_@0) 24.19/10.21 new_ltEs14(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 24.19/10.21 new_esEs38(x0, x1, app(ty_Maybe, x2)) 24.19/10.21 new_lt4(x0, x1, x2, x3) 24.19/10.21 new_ltEs6(x0, x1) 24.19/10.21 new_lt10(x0, x1, ty_Double) 24.19/10.21 new_ltEs22(x0, x1, ty_Bool) 24.19/10.21 new_esEs32(x0, x1, ty_Double) 24.19/10.21 new_esEs27(x0, x1, ty_Ordering) 24.19/10.21 new_compare10(x0, x1, x2, x3, x4, x5, True, x6, x7, x8) 24.19/10.21 new_ltEs22(x0, x1, app(ty_Ratio, x2)) 24.19/10.21 new_ltEs20(x0, x1, app(app(ty_@2, x2), x3)) 24.19/10.21 new_lt10(x0, x1, ty_Int) 24.19/10.21 new_esEs35(x0, x1, ty_Integer) 24.19/10.21 new_ltEs24(x0, x1, ty_Int) 24.19/10.21 new_esEs34(x0, x1, app(ty_[], x2)) 24.19/10.21 new_lt9(x0, x1, ty_Int) 24.19/10.21 new_esEs32(x0, x1, ty_Int) 24.19/10.21 new_esEs9(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.19/10.21 new_compare15(Char(x0), Char(x1)) 24.19/10.21 new_lt10(x0, x1, app(app(ty_@2, x2), x3)) 24.19/10.21 new_esEs23(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 24.19/10.21 new_esEs32(x0, x1, ty_Char) 24.19/10.21 new_esEs34(x0, x1, ty_Float) 24.19/10.21 new_esEs33(x0, x1, app(app(ty_Either, x2), x3)) 24.19/10.21 new_lt9(x0, x1, ty_@0) 24.19/10.21 new_compare13(x0, x1, x2, x3, x4, x5, True, x6, x7, x8, x9) 24.19/10.21 new_compare7(True, True) 24.19/10.21 new_esEs23(Left(x0), Left(x1), ty_Float, x2) 24.19/10.21 new_primCmpInt(Pos(Succ(x0)), Pos(x1)) 24.19/10.21 new_lt10(x0, x1, app(ty_Maybe, x2)) 24.19/10.21 new_ltEs24(x0, x1, app(app(ty_Either, x2), x3)) 24.19/10.21 new_esEs30(x0, x1, ty_Char) 24.19/10.21 new_esEs26(x0, x1, ty_Int) 24.19/10.21 new_esEs30(x0, x1, ty_Double) 24.19/10.21 new_compare0([], [], x0) 24.19/10.21 new_esEs6(x0, x1, ty_Bool) 24.19/10.21 new_esEs34(x0, x1, ty_@0) 24.19/10.21 new_esEs26(x0, x1, ty_Char) 24.19/10.21 new_esEs11(x0, x1, app(ty_Ratio, x2)) 24.19/10.21 new_esEs38(x0, x1, ty_Char) 24.19/10.21 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 24.19/10.21 new_esEs32(x0, x1, ty_Integer) 24.19/10.21 new_esEs10(x0, x1, app(ty_Maybe, x2)) 24.19/10.21 new_compare27(x0, x1, False, x2, x3) 24.19/10.21 new_ltEs23(x0, x1, app(ty_Maybe, x2)) 24.19/10.21 new_primCmpNat0(Zero, Succ(x0)) 24.19/10.21 new_lt21(x0, x1, app(ty_Maybe, x2)) 24.19/10.21 new_ltEs10(EQ, LT) 24.19/10.21 new_ltEs10(GT, GT) 24.19/10.21 new_ltEs10(LT, EQ) 24.19/10.21 new_esEs13(Char(x0), Char(x1)) 24.19/10.21 new_ltEs19(x0, x1, ty_Char) 24.19/10.21 new_ltEs5(x0, x1, ty_Integer) 24.19/10.21 new_esEs9(x0, x1, ty_Char) 24.19/10.21 new_primCompAux00(x0, LT) 24.19/10.21 new_esEs26(x0, x1, app(ty_[], x2)) 24.19/10.21 new_ltEs16(Right(x0), Right(x1), x2, ty_Integer) 24.19/10.21 new_esEs38(x0, x1, ty_Int) 24.19/10.21 new_esEs23(Left(x0), Left(x1), ty_Ordering, x2) 24.19/10.21 new_primCmpInt(Pos(Zero), Neg(Succ(x0))) 24.19/10.21 new_primCmpInt(Neg(Zero), Pos(Succ(x0))) 24.19/10.21 new_esEs16(Integer(x0), Integer(x1)) 24.19/10.21 new_primCmpInt(Neg(Zero), Neg(Succ(x0))) 24.19/10.21 new_esEs39(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.19/10.21 new_esEs8(x0, x1, ty_Char) 24.19/10.21 new_ltEs23(x0, x1, app(ty_Ratio, x2)) 24.19/10.21 new_ltEs20(x0, x1, app(app(ty_Either, x2), x3)) 24.19/10.21 new_lt23(x0, x1, ty_Ordering) 24.19/10.21 new_esEs31(x0, x1, ty_@0) 24.19/10.21 new_compare31(:%(x0, x1), :%(x2, x3), ty_Integer) 24.19/10.21 new_ltEs16(Right(x0), Right(x1), x2, ty_Bool) 24.19/10.21 new_esEs32(x0, x1, app(ty_Ratio, x2)) 24.19/10.21 new_esEs10(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.19/10.21 new_esEs23(Right(x0), Right(x1), x2, ty_Integer) 24.19/10.21 new_esEs30(x0, x1, app(ty_Maybe, x2)) 24.19/10.21 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 24.19/10.21 new_ltEs14(Just(x0), Just(x1), ty_Integer) 24.19/10.21 new_esEs9(x0, x1, app(ty_Maybe, x2)) 24.19/10.21 new_ltEs22(x0, x1, app(ty_[], x2)) 24.19/10.21 new_esEs39(x0, x1, app(ty_[], x2)) 24.19/10.21 new_esEs4(x0, x1, app(app(ty_@2, x2), x3)) 24.19/10.21 new_ltEs4(True, True) 24.19/10.21 new_esEs6(x0, x1, app(ty_Maybe, x2)) 24.19/10.21 new_esEs39(x0, x1, ty_Char) 24.19/10.21 new_ltEs21(x0, x1, ty_Bool) 24.19/10.21 new_esEs23(Right(x0), Right(x1), x2, ty_Bool) 24.19/10.21 new_esEs36(x0, x1, ty_Int) 24.19/10.21 new_esEs6(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.19/10.21 new_compare30(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 24.19/10.21 new_esEs7(x0, x1, ty_@0) 24.19/10.21 new_esEs5(x0, x1, ty_@0) 24.19/10.21 new_esEs6(x0, x1, ty_Integer) 24.19/10.21 new_ltEs21(x0, x1, ty_Char) 24.19/10.21 new_ltEs14(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 24.19/10.21 new_esEs4(x0, x1, ty_Char) 24.19/10.21 new_esEs39(x0, x1, ty_Bool) 24.19/10.21 new_esEs28(x0, x1, app(app(ty_@2, x2), x3)) 24.19/10.21 new_esEs33(x0, x1, ty_Float) 24.19/10.21 new_ltEs20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.19/10.21 new_lt22(x0, x1, app(app(ty_Either, x2), x3)) 24.19/10.21 new_ltEs23(x0, x1, ty_Integer) 24.19/10.21 new_esEs27(x0, x1, ty_Bool) 24.19/10.21 new_lt9(x0, x1, app(app(ty_Either, x2), x3)) 24.19/10.21 new_ltEs16(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 24.19/10.21 new_compare14(GT, EQ) 24.19/10.21 new_compare14(EQ, GT) 24.19/10.21 new_ltEs5(x0, x1, app(ty_Ratio, x2)) 24.19/10.21 new_esEs31(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.19/10.21 new_esEs22(Just(x0), Just(x1), ty_Ordering) 24.19/10.21 new_esEs9(x0, x1, app(app(ty_@2, x2), x3)) 24.19/10.21 new_esEs5(x0, x1, app(ty_Maybe, x2)) 24.19/10.21 new_esEs31(x0, x1, app(ty_[], x2)) 24.19/10.21 new_esEs7(x0, x1, app(ty_Maybe, x2)) 24.19/10.21 new_compare32(x0, x1, app(ty_Ratio, x2)) 24.19/10.21 new_esEs22(Just(x0), Just(x1), app(ty_Maybe, x2)) 24.19/10.21 new_ltEs21(x0, x1, app(app(ty_@2, x2), x3)) 24.19/10.21 new_lt23(x0, x1, ty_Float) 24.19/10.21 new_compare110(x0, x1, x2, x3, False, x4, x5, x6) 24.19/10.21 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 24.19/10.21 new_lt21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.19/10.21 new_esEs21(EQ, EQ) 24.19/10.21 new_esEs38(x0, x1, app(app(ty_@2, x2), x3)) 24.19/10.21 new_esEs4(x0, x1, app(ty_Ratio, x2)) 24.19/10.21 new_primPlusNat0(Succ(x0), x1) 24.19/10.21 new_ltEs24(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.19/10.21 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 24.19/10.21 new_compare29(Float(x0, Neg(x1)), Float(x2, Neg(x3))) 24.19/10.21 new_lt23(x0, x1, ty_Char) 24.19/10.21 new_esEs21(GT, GT) 24.19/10.21 new_primCmpInt(Neg(Zero), Neg(Zero)) 24.19/10.21 new_ltEs19(x0, x1, ty_Float) 24.19/10.21 new_esEs11(x0, x1, app(app(ty_@2, x2), x3)) 24.19/10.21 new_compare19(x0, x1, True, x2, x3) 24.19/10.21 new_sr(x0, x1) 24.19/10.21 new_esEs11(x0, x1, app(ty_[], x2)) 24.19/10.21 new_esEs8(x0, x1, app(app(ty_Either, x2), x3)) 24.19/10.21 new_esEs29(x0, x1, app(ty_Maybe, x2)) 24.19/10.21 new_ltEs19(x0, x1, ty_Bool) 24.19/10.21 new_esEs23(Right(x0), Right(x1), x2, app(ty_[], x3)) 24.19/10.21 new_ltEs14(Just(x0), Just(x1), ty_Bool) 24.19/10.21 new_esEs9(x0, x1, ty_Bool) 24.19/10.21 new_lt9(x0, x1, ty_Integer) 24.19/10.21 new_esEs39(x0, x1, ty_Int) 24.19/10.21 new_esEs35(x0, x1, app(ty_[], x2)) 24.19/10.21 new_primMulNat0(Succ(x0), Succ(x1)) 24.19/10.21 new_primCmpInt(Pos(Zero), Neg(Zero)) 24.19/10.21 new_primCmpInt(Neg(Zero), Pos(Zero)) 24.19/10.21 new_ltEs20(x0, x1, ty_Int) 24.19/10.21 new_lt22(x0, x1, ty_@0) 24.19/10.21 new_esEs8(x0, x1, app(ty_Ratio, x2)) 24.19/10.21 new_esEs32(x0, x1, app(app(ty_@2, x2), x3)) 24.19/10.21 new_lt21(x0, x1, app(ty_[], x2)) 24.19/10.21 new_esEs29(x0, x1, ty_Int) 24.19/10.21 new_esEs21(LT, EQ) 24.19/10.21 new_esEs21(EQ, LT) 24.19/10.21 new_esEs33(x0, x1, app(ty_Ratio, x2)) 24.19/10.21 new_esEs29(x0, x1, ty_Char) 24.19/10.21 new_esEs34(x0, x1, app(ty_Maybe, x2)) 24.19/10.21 new_lt22(x0, x1, ty_Double) 24.19/10.21 new_ltEs20(x0, x1, ty_Char) 24.19/10.21 new_esEs5(x0, x1, ty_Ordering) 24.19/10.21 new_ltEs21(x0, x1, ty_Ordering) 24.19/10.21 new_primCmpNat0(Succ(x0), Succ(x1)) 24.19/10.21 new_lt21(x0, x1, ty_Int) 24.19/10.21 new_esEs4(x0, x1, ty_Integer) 24.19/10.21 new_esEs35(x0, x1, ty_@0) 24.19/10.21 new_compare17(x0, x1, False, x2, x3) 24.19/10.21 new_esEs32(x0, x1, app(ty_Maybe, x2)) 24.19/10.21 new_esEs38(x0, x1, ty_Ordering) 24.19/10.21 new_esEs11(x0, x1, ty_Double) 24.19/10.21 new_lt22(x0, x1, app(ty_[], x2)) 24.19/10.21 new_compare28(Double(x0, Pos(x1)), Double(x2, Pos(x3))) 24.19/10.21 new_esEs23(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 24.19/10.21 new_esEs9(x0, x1, ty_Float) 24.19/10.21 new_lt23(x0, x1, ty_Int) 24.19/10.21 new_ltEs22(x0, x1, app(ty_Maybe, x2)) 24.19/10.21 new_ltEs23(x0, x1, app(app(ty_@2, x2), x3)) 24.19/10.21 new_esEs6(x0, x1, ty_Int) 24.19/10.21 new_esEs23(Right(x0), Right(x1), x2, ty_Float) 24.19/10.21 new_compare7(False, False) 24.19/10.21 new_esEs4(x0, x1, ty_Bool) 24.19/10.21 new_esEs4(x0, x1, app(ty_[], x2)) 24.19/10.21 new_esEs32(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.19/10.21 new_esEs29(x0, x1, app(app(ty_@2, x2), x3)) 24.19/10.21 new_esEs27(x0, x1, ty_Float) 24.19/10.21 new_ltEs16(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 24.19/10.21 new_ltEs14(Nothing, Just(x0), x1) 24.19/10.21 new_lt23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.19/10.21 new_esEs27(x0, x1, ty_Char) 24.19/10.21 new_ltEs16(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 24.19/10.21 new_ltEs5(x0, x1, ty_Bool) 24.19/10.21 new_esEs28(x0, x1, ty_Char) 24.19/10.21 new_esEs22(Nothing, Nothing, x0) 24.19/10.21 new_esEs23(Right(x0), Right(x1), x2, ty_Char) 24.19/10.21 new_esEs39(x0, x1, ty_Float) 24.19/10.21 new_lt21(x0, x1, ty_Bool) 24.19/10.21 new_esEs28(x0, x1, ty_Float) 24.19/10.21 new_esEs29(x0, x1, ty_Float) 24.19/10.21 new_esEs32(x0, x1, ty_Ordering) 24.19/10.21 new_compare16(Just(x0), Nothing, x1) 24.19/10.21 new_primCompAux00(x0, EQ) 24.19/10.21 new_esEs8(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.19/10.21 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 24.19/10.21 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 24.19/10.21 new_lt21(x0, x1, ty_Char) 24.19/10.21 new_compare14(GT, LT) 24.19/10.21 new_compare14(LT, GT) 24.19/10.21 new_compare24(x0, x1, x2, x3, False, x4, x5) 24.19/10.21 new_esEs23(Left(x0), Left(x1), ty_Integer, x2) 24.19/10.21 new_lt23(x0, x1, ty_Bool) 24.19/10.21 new_ltEs20(x0, x1, ty_Float) 24.19/10.21 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 24.19/10.21 new_esEs31(x0, x1, ty_Double) 24.19/10.21 new_esEs28(x0, x1, ty_Int) 24.19/10.21 new_esEs6(x0, x1, ty_Char) 24.19/10.21 new_esEs27(x0, x1, app(ty_Maybe, x2)) 24.19/10.21 new_esEs26(x0, x1, ty_Ordering) 24.19/10.21 new_esEs38(x0, x1, ty_Integer) 24.19/10.21 new_lt7(x0, x1) 24.19/10.21 new_esEs6(x0, x1, app(app(ty_Either, x2), x3)) 24.19/10.21 new_esEs27(x0, x1, ty_Int) 24.19/10.21 new_ltEs21(x0, x1, ty_Integer) 24.19/10.21 new_lt9(x0, x1, ty_Ordering) 24.19/10.21 new_ltEs19(x0, x1, ty_Int) 24.19/10.21 new_ltEs16(Right(x0), Right(x1), x2, ty_Char) 24.19/10.21 new_esEs11(x0, x1, ty_@0) 24.19/10.21 new_ltEs19(x0, x1, app(app(ty_Either, x2), x3)) 24.19/10.21 new_esEs9(x0, x1, ty_Int) 24.19/10.21 new_esEs31(x0, x1, app(ty_Ratio, x2)) 24.19/10.21 new_ltEs13(x0, x1) 24.19/10.21 new_esEs23(Right(x0), Right(x1), x2, ty_Int) 24.19/10.21 new_lt20(x0, x1, ty_Double) 24.19/10.21 new_esEs34(x0, x1, app(ty_Ratio, x2)) 24.19/10.21 new_esEs30(x0, x1, app(ty_[], x2)) 24.19/10.21 new_esEs35(x0, x1, ty_Int) 24.19/10.21 new_lt9(x0, x1, app(ty_Maybe, x2)) 24.19/10.21 new_esEs23(Left(x0), Left(x1), ty_@0, x2) 24.19/10.21 new_lt14(x0, x1) 24.19/10.21 new_esEs23(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 24.19/10.21 new_compare32(x0, x1, app(ty_Maybe, x2)) 24.19/10.21 new_esEs10(x0, x1, ty_Ordering) 24.19/10.21 new_esEs34(x0, x1, ty_Double) 24.19/10.21 new_esEs31(x0, x1, ty_Float) 24.19/10.21 new_esEs4(x0, x1, app(app(ty_Either, x2), x3)) 24.19/10.21 new_lt20(x0, x1, ty_Bool) 24.19/10.21 new_fsEs(GT) 24.19/10.21 new_esEs5(x0, x1, app(app(ty_Either, x2), x3)) 24.19/10.21 new_ltEs22(x0, x1, ty_Double) 24.19/10.21 new_esEs26(x0, x1, app(app(ty_@2, x2), x3)) 24.19/10.21 new_esEs22(Nothing, Just(x0), x1) 24.19/10.21 new_ltEs16(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 24.19/10.21 new_lt8(x0, x1) 24.19/10.21 new_lt10(x0, x1, app(ty_[], x2)) 24.19/10.21 new_esEs34(x0, x1, ty_Ordering) 24.19/10.21 new_primMulNat0(Zero, Zero) 24.19/10.21 new_ltEs24(x0, x1, app(ty_Maybe, x2)) 24.19/10.21 new_primCompAux0(x0, x1, x2, x3) 24.19/10.21 new_ltEs24(x0, x1, ty_Float) 24.19/10.21 new_ltEs15(@2(x0, x1), @2(x2, x3), x4, x5) 24.19/10.21 new_ltEs5(x0, x1, app(app(ty_Either, x2), x3)) 24.19/10.21 new_esEs35(x0, x1, app(app(ty_@2, x2), x3)) 24.19/10.21 new_lt12(x0, x1) 24.19/10.21 new_esEs10(x0, x1, ty_Double) 24.19/10.21 new_esEs34(x0, x1, app(app(ty_@2, x2), x3)) 24.19/10.21 new_esEs6(x0, x1, ty_Ordering) 24.19/10.21 new_esEs11(x0, x1, ty_Char) 24.19/10.21 new_compare32(x0, x1, ty_Char) 24.19/10.21 new_esEs26(x0, x1, ty_Integer) 24.19/10.21 new_esEs33(x0, x1, ty_Char) 24.19/10.21 new_esEs35(x0, x1, ty_Ordering) 24.19/10.21 new_lt20(x0, x1, ty_@0) 24.19/10.21 new_ltEs23(x0, x1, ty_Char) 24.19/10.21 new_compare18(x0, x1) 24.19/10.21 new_esEs23(Left(x0), Left(x1), app(ty_[], x2), x3) 24.19/10.21 new_esEs4(x0, x1, ty_Float) 24.19/10.21 new_esEs8(x0, x1, ty_Integer) 24.19/10.21 new_lt20(x0, x1, ty_Integer) 24.19/10.21 new_ltEs16(Left(x0), Left(x1), ty_Float, x2) 24.19/10.21 new_esEs35(x0, x1, ty_Double) 24.19/10.21 new_esEs17(True, True) 24.19/10.21 new_ltEs10(EQ, EQ) 24.19/10.21 new_esEs6(x0, x1, app(ty_Ratio, x2)) 24.19/10.21 new_ltEs23(x0, x1, ty_Int) 24.19/10.21 new_ltEs7(x0, x1, x2) 24.19/10.21 new_ltEs16(Right(x0), Right(x1), x2, app(ty_[], x3)) 24.19/10.21 new_ltEs5(x0, x1, ty_Float) 24.19/10.21 new_ltEs16(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 24.19/10.21 new_esEs30(x0, x1, app(app(ty_Either, x2), x3)) 24.19/10.21 new_ltEs16(Right(x0), Right(x1), x2, ty_Float) 24.19/10.21 new_esEs7(x0, x1, app(app(ty_@2, x2), x3)) 24.19/10.21 new_lt6(x0, x1) 24.19/10.21 new_lt18(x0, x1) 24.19/10.21 new_ltEs22(x0, x1, ty_Ordering) 24.19/10.21 new_compare8(@2(x0, x1), @2(x2, x3), x4, x5) 24.19/10.21 new_esEs27(x0, x1, app(app(ty_@2, x2), x3)) 24.19/10.21 new_compare7(True, False) 24.19/10.21 new_compare7(False, True) 24.19/10.21 new_esEs30(x0, x1, ty_Float) 24.19/10.21 new_lt23(x0, x1, app(app(ty_Either, x2), x3)) 24.19/10.21 new_esEs38(x0, x1, ty_Bool) 24.19/10.21 new_lt21(x0, x1, ty_Integer) 24.19/10.21 new_esEs33(x0, x1, ty_Int) 24.19/10.21 new_compare9(Integer(x0), Integer(x1)) 24.19/10.21 new_esEs5(x0, x1, app(ty_Ratio, x2)) 24.19/10.21 new_esEs7(x0, x1, ty_Double) 24.19/10.21 new_esEs23(Left(x0), Left(x1), ty_Bool, x2) 24.19/10.21 new_lt10(x0, x1, app(ty_Ratio, x2)) 24.19/10.21 new_esEs23(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 24.19/10.21 new_esEs36(x0, x1, ty_Integer) 24.19/10.21 new_ltEs5(x0, x1, app(ty_Maybe, x2)) 24.19/10.21 new_ltEs14(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 24.19/10.21 new_ltEs20(x0, x1, ty_Bool) 24.19/10.21 new_lt21(x0, x1, ty_Float) 24.19/10.21 new_esEs35(x0, x1, ty_Char) 24.19/10.21 new_esEs8(x0, x1, ty_Float) 24.19/10.21 new_esEs29(x0, x1, app(app(ty_Either, x2), x3)) 24.19/10.21 new_compare27(x0, x1, True, x2, x3) 24.19/10.21 new_esEs33(x0, x1, app(ty_[], x2)) 24.19/10.21 new_esEs11(x0, x1, app(ty_Maybe, x2)) 24.19/10.21 new_ltEs23(x0, x1, ty_Ordering) 24.19/10.21 new_ltEs20(x0, x1, app(ty_[], x2)) 24.19/10.21 new_ltEs23(x0, x1, ty_@0) 24.19/10.21 new_esEs37(x0, x1, ty_Integer) 24.19/10.21 new_compare28(Double(x0, Neg(x1)), Double(x2, Neg(x3))) 24.19/10.21 new_esEs33(x0, x1, ty_@0) 24.19/10.21 new_esEs22(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 24.19/10.21 new_esEs38(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.19/10.21 new_compare19(x0, x1, False, x2, x3) 24.19/10.21 new_esEs23(Left(x0), Left(x1), ty_Char, x2) 24.19/10.21 new_ltEs23(x0, x1, ty_Bool) 24.19/10.21 new_esEs34(x0, x1, ty_Char) 24.19/10.21 new_esEs32(x0, x1, app(ty_[], x2)) 24.19/10.21 new_ltEs14(Just(x0), Just(x1), ty_Float) 24.19/10.21 new_compare32(x0, x1, ty_Double) 24.19/10.21 new_ltEs22(x0, x1, ty_Char) 24.19/10.21 new_esEs9(x0, x1, ty_Ordering) 24.19/10.21 new_esEs25(@0, @0) 24.19/10.21 new_esEs38(x0, x1, ty_@0) 24.19/10.21 new_ltEs10(GT, LT) 24.19/10.21 new_ltEs20(x0, x1, ty_Integer) 24.19/10.21 new_ltEs10(LT, GT) 24.19/10.21 new_esEs26(x0, x1, ty_@0) 24.19/10.21 new_esEs4(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.19/10.21 new_compare32(x0, x1, app(app(ty_@2, x2), x3)) 24.19/10.21 new_ltEs21(x0, x1, app(ty_Maybe, x2)) 24.19/10.21 new_lt11(x0, x1, x2) 24.19/10.21 new_esEs32(x0, x1, app(app(ty_Either, x2), x3)) 24.19/10.21 new_esEs38(x0, x1, app(ty_[], x2)) 24.19/10.21 new_esEs10(x0, x1, app(app(ty_@2, x2), x3)) 24.19/10.21 new_esEs27(x0, x1, ty_Integer) 24.19/10.21 new_esEs26(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.19/10.21 new_esEs32(x0, x1, ty_Float) 24.19/10.21 new_esEs26(x0, x1, ty_Bool) 24.19/10.21 new_compare24(x0, x1, x2, x3, True, x4, x5) 24.19/10.21 new_esEs10(x0, x1, ty_Char) 24.19/10.21 new_esEs26(x0, x1, ty_Float) 24.19/10.21 new_pePe(False, x0) 24.19/10.21 new_esEs22(Just(x0), Nothing, x1) 24.19/10.21 new_ltEs22(x0, x1, ty_Int) 24.19/10.21 new_esEs33(x0, x1, ty_Double) 24.19/10.21 new_esEs5(x0, x1, ty_Int) 24.19/10.21 new_esEs34(x0, x1, ty_Int) 24.19/10.21 new_compare111(x0, x1, x2, x3, True, x4, x5) 24.19/10.21 new_esEs19(x0, x1) 24.19/10.21 new_lt10(x0, x1, ty_Float) 24.19/10.21 new_esEs28(x0, x1, app(app(ty_Either, x2), x3)) 24.19/10.21 new_esEs10(x0, x1, app(ty_Ratio, x2)) 24.19/10.21 new_ltEs23(x0, x1, ty_Double) 24.19/10.21 new_esEs23(Left(x0), Left(x1), ty_Int, x2) 24.19/10.21 new_ltEs21(x0, x1, ty_Float) 24.19/10.21 new_esEs5(x0, x1, ty_Double) 24.19/10.21 new_esEs22(Just(x0), Just(x1), ty_Double) 24.19/10.21 new_ltEs4(False, True) 24.19/10.21 new_esEs30(x0, x1, ty_Bool) 24.19/10.21 new_ltEs4(True, False) 24.19/10.21 new_lt22(x0, x1, ty_Ordering) 24.19/10.21 new_esEs28(x0, x1, app(ty_Ratio, x2)) 24.19/10.21 new_ltEs20(x0, x1, ty_Ordering) 24.19/10.21 new_esEs17(False, True) 24.19/10.21 new_esEs17(True, False) 24.19/10.21 new_ltEs18(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 24.19/10.21 new_esEs39(x0, x1, app(app(ty_@2, x2), x3)) 24.19/10.21 new_esEs38(x0, x1, app(app(ty_Either, x2), x3)) 24.19/10.21 new_lt20(x0, x1, app(ty_Maybe, x2)) 24.19/10.21 new_esEs5(x0, x1, ty_Char) 24.19/10.21 new_ltEs24(x0, x1, app(app(ty_@2, x2), x3)) 24.19/10.21 new_compare32(x0, x1, ty_Int) 24.19/10.21 new_ltEs24(x0, x1, app(ty_[], x2)) 24.19/10.21 new_lt21(x0, x1, app(ty_Ratio, x2)) 24.19/10.21 new_esEs33(x0, x1, ty_Bool) 24.19/10.21 new_compare16(Just(x0), Just(x1), x2) 24.19/10.21 new_lt22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.19/10.21 new_esEs39(x0, x1, ty_Integer) 24.19/10.21 new_esEs28(x0, x1, ty_Ordering) 24.19/10.21 new_esEs27(x0, x1, app(ty_Ratio, x2)) 24.19/10.21 new_ltEs19(x0, x1, ty_Ordering) 24.19/10.21 new_ltEs9(x0, x1) 24.19/10.21 new_esEs31(x0, x1, app(ty_Maybe, x2)) 24.19/10.21 new_esEs10(x0, x1, ty_@0) 24.19/10.21 new_primCmpNat0(Succ(x0), Zero) 24.19/10.21 new_esEs38(x0, x1, ty_Float) 24.19/10.21 new_compare32(x0, x1, ty_@0) 24.19/10.21 new_ltEs14(Just(x0), Just(x1), app(ty_[], x2)) 24.19/10.21 new_esEs11(x0, x1, ty_Ordering) 24.19/10.21 new_lt20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.19/10.21 new_esEs8(x0, x1, ty_Bool) 24.19/10.21 new_esEs26(x0, x1, app(ty_Maybe, x2)) 24.19/10.21 new_compare12(@0, @0) 24.19/10.21 new_esEs11(x0, x1, app(app(ty_Either, x2), x3)) 24.19/10.21 new_esEs10(x0, x1, ty_Int) 24.19/10.21 new_primCmpInt(Pos(Zero), Pos(Zero)) 24.19/10.21 new_esEs30(x0, x1, app(app(ty_@2, x2), x3)) 24.19/10.21 new_esEs28(x0, x1, app(ty_[], x2)) 24.19/10.21 new_ltEs19(x0, x1, app(ty_Maybe, x2)) 24.19/10.21 new_ltEs16(Left(x0), Left(x1), app(ty_[], x2), x3) 24.19/10.21 new_esEs18(:%(x0, x1), :%(x2, x3), x4) 24.19/10.21 new_lt20(x0, x1, ty_Ordering) 24.19/10.21 new_ltEs22(x0, x1, ty_@0) 24.19/10.21 new_ltEs17(x0, x1) 24.19/10.21 new_esEs23(Left(x0), Left(x1), ty_Double, x2) 24.19/10.21 new_lt23(x0, x1, ty_Double) 24.19/10.21 new_ltEs23(x0, x1, app(app(ty_Either, x2), x3)) 24.19/10.21 new_esEs27(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.19/10.21 new_compare14(EQ, EQ) 24.19/10.21 new_primEqNat0(Succ(x0), Zero) 24.19/10.21 new_lt23(x0, x1, app(ty_Ratio, x2)) 24.19/10.21 new_lt22(x0, x1, ty_Int) 24.19/10.21 new_esEs10(x0, x1, ty_Bool) 24.19/10.21 new_esEs14(@2(x0, x1), @2(x2, x3), x4, x5) 24.19/10.21 new_lt20(x0, x1, app(app(ty_@2, x2), x3)) 24.19/10.21 new_esEs22(Just(x0), Just(x1), ty_Int) 24.19/10.21 new_esEs11(x0, x1, ty_Integer) 24.19/10.21 new_esEs4(x0, x1, app(ty_Maybe, x2)) 24.19/10.21 new_esEs34(x0, x1, ty_Bool) 24.19/10.21 new_esEs29(x0, x1, app(ty_Ratio, x2)) 24.19/10.21 new_lt20(x0, x1, ty_Float) 24.19/10.21 new_compare32(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.19/10.21 new_compare210(x0, x1, x2, x3, x4, x5, False, x6, x7, x8) 24.19/10.21 new_ltEs21(x0, x1, app(ty_[], x2)) 24.19/10.21 new_esEs5(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.19/10.21 new_ltEs24(x0, x1, ty_Bool) 24.19/10.21 new_primEqNat0(Zero, Succ(x0)) 24.19/10.21 new_esEs21(EQ, GT) 24.19/10.21 new_esEs21(GT, EQ) 24.19/10.21 new_ltEs16(Left(x0), Left(x1), ty_Integer, x2) 24.19/10.21 new_ltEs21(x0, x1, ty_@0) 24.19/10.21 new_lt22(x0, x1, ty_Char) 24.19/10.21 new_lt9(x0, x1, ty_Double) 24.19/10.21 new_ltEs24(x0, x1, ty_Integer) 24.19/10.21 new_lt9(x0, x1, ty_Float) 24.19/10.21 new_ltEs20(x0, x1, ty_Double) 24.19/10.21 new_ltEs8(x0, x1) 24.19/10.21 new_esEs29(x0, x1, ty_Double) 24.19/10.21 new_sr0(Integer(x0), Integer(x1)) 24.19/10.21 new_esEs31(x0, x1, ty_Bool) 24.19/10.21 new_esEs30(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.19/10.21 new_esEs22(Just(x0), Just(x1), ty_Char) 24.19/10.21 new_esEs6(x0, x1, ty_@0) 24.19/10.21 new_esEs30(x0, x1, ty_@0) 24.19/10.21 new_esEs35(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.19/10.21 new_esEs39(x0, x1, ty_@0) 24.19/10.21 new_asAs(True, x0) 24.19/10.21 new_esEs29(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.19/10.21 new_esEs31(x0, x1, ty_Integer) 24.19/10.21 new_lt21(x0, x1, ty_@0) 24.19/10.21 new_ltEs4(False, False) 24.19/10.21 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 24.19/10.21 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 24.19/10.21 new_compare13(x0, x1, x2, x3, x4, x5, False, x6, x7, x8, x9) 24.19/10.21 new_esEs23(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 24.19/10.21 new_esEs33(x0, x1, ty_Integer) 24.19/10.21 new_lt9(x0, x1, app(app(ty_@2, x2), x3)) 24.19/10.21 new_primMulInt(Pos(x0), Neg(x1)) 24.19/10.21 new_primMulInt(Neg(x0), Pos(x1)) 24.19/10.21 new_esEs35(x0, x1, ty_Bool) 24.19/10.21 new_lt23(x0, x1, app(app(ty_@2, x2), x3)) 24.19/10.21 new_esEs8(x0, x1, ty_@0) 24.19/10.21 new_esEs4(x0, x1, ty_@0) 24.19/10.21 new_esEs22(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 24.19/10.21 new_esEs22(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 24.19/10.21 new_ltEs11(x0, x1) 24.19/10.21 new_esEs7(x0, x1, ty_Int) 24.19/10.21 new_esEs22(Just(x0), Just(x1), ty_Float) 24.19/10.21 new_compare6(Left(x0), Left(x1), x2, x3) 24.19/10.21 new_esEs11(x0, x1, ty_Bool) 24.19/10.21 new_ltEs5(x0, x1, ty_@0) 24.19/10.21 new_lt22(x0, x1, app(ty_Maybe, x2)) 24.19/10.21 new_ltEs19(x0, x1, app(ty_Ratio, x2)) 24.19/10.21 new_lt22(x0, x1, app(app(ty_@2, x2), x3)) 24.19/10.21 new_esEs27(x0, x1, app(ty_[], x2)) 24.19/10.21 new_ltEs16(Left(x0), Left(x1), ty_@0, x2) 24.19/10.21 new_esEs38(x0, x1, ty_Double) 24.19/10.21 new_esEs7(x0, x1, ty_Char) 24.19/10.21 new_compare32(x0, x1, ty_Bool) 24.19/10.21 new_ltEs22(x0, x1, ty_Integer) 24.19/10.21 new_esEs34(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.19/10.21 new_compare25(x0, x1, False, x2) 24.19/10.21 new_esEs33(x0, x1, ty_Ordering) 24.19/10.21 new_lt23(x0, x1, app(ty_[], x2)) 24.19/10.21 new_esEs22(Just(x0), Just(x1), app(ty_Ratio, x2)) 24.19/10.21 new_esEs8(x0, x1, ty_Ordering) 24.19/10.21 new_primEqNat0(Zero, Zero) 24.19/10.21 new_ltEs14(Just(x0), Just(x1), ty_Double) 24.19/10.21 new_primCmpInt(Neg(Succ(x0)), Pos(x1)) 24.19/10.21 new_ltEs19(x0, x1, ty_Double) 24.19/10.21 new_primCmpInt(Pos(Succ(x0)), Neg(x1)) 24.19/10.21 new_lt21(x0, x1, app(app(ty_Either, x2), x3)) 24.19/10.21 new_esEs37(x0, x1, ty_Int) 24.19/10.21 new_ltEs21(x0, x1, app(app(ty_Either, x2), x3)) 24.19/10.21 new_ltEs19(x0, x1, app(ty_[], x2)) 24.19/10.21 new_compare14(LT, LT) 24.19/10.21 new_esEs15(Double(x0, x1), Double(x2, x3)) 24.19/10.21 new_ltEs19(x0, x1, ty_@0) 24.19/10.21 new_lt9(x0, x1, app(ty_Ratio, x2)) 24.19/10.21 new_esEs9(x0, x1, ty_Double) 24.19/10.21 new_ltEs23(x0, x1, ty_Float) 24.19/10.21 new_esEs29(x0, x1, app(ty_[], x2)) 24.19/10.21 new_lt10(x0, x1, ty_Ordering) 24.19/10.21 new_esEs23(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 24.19/10.21 new_esEs7(x0, x1, app(ty_[], x2)) 24.19/10.21 new_esEs30(x0, x1, ty_Integer) 24.19/10.21 new_ltEs23(x0, x1, app(ty_[], x2)) 24.19/10.21 new_pePe(True, x0) 24.19/10.21 new_esEs23(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 24.19/10.21 new_esEs7(x0, x1, app(app(ty_Either, x2), x3)) 24.19/10.21 new_esEs11(x0, x1, ty_Float) 24.19/10.21 new_ltEs19(x0, x1, app(app(ty_@2, x2), x3)) 24.19/10.21 new_esEs7(x0, x1, ty_Bool) 24.19/10.21 new_compare111(x0, x1, x2, x3, False, x4, x5) 24.19/10.21 new_primCmpInt(Neg(Succ(x0)), Neg(x1)) 24.19/10.21 new_fsEs(LT) 24.19/10.21 new_esEs7(x0, x1, ty_Ordering) 24.19/10.21 new_lt10(x0, x1, ty_Integer) 24.19/10.21 new_esEs30(x0, x1, ty_Ordering) 24.19/10.21 new_esEs9(x0, x1, app(ty_Ratio, x2)) 24.19/10.21 new_lt23(x0, x1, app(ty_Maybe, x2)) 24.19/10.21 new_esEs9(x0, x1, app(ty_[], x2)) 24.19/10.21 new_ltEs14(Just(x0), Just(x1), app(ty_Maybe, x2)) 24.19/10.21 new_primEqNat0(Succ(x0), Succ(x1)) 24.19/10.21 new_ltEs5(x0, x1, ty_Double) 24.19/10.21 new_ltEs16(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 24.19/10.21 new_esEs10(x0, x1, ty_Integer) 24.19/10.21 new_esEs27(x0, x1, ty_Double) 24.19/10.21 new_esEs35(x0, x1, ty_Float) 24.19/10.21 new_ltEs16(Right(x0), Right(x1), x2, ty_Double) 24.19/10.21 new_lt21(x0, x1, ty_Double) 24.19/10.21 new_esEs28(x0, x1, ty_@0) 24.19/10.21 new_esEs23(Right(x0), Right(x1), x2, ty_Double) 24.19/10.21 new_esEs12(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 24.19/10.21 new_esEs28(x0, x1, ty_Double) 24.19/10.21 new_compare0(:(x0, x1), :(x2, x3), x4) 24.19/10.21 new_ltEs16(Right(x0), Right(x1), x2, ty_@0) 24.19/10.21 new_primCompAux00(x0, GT) 24.19/10.21 new_compare0(:(x0, x1), [], x2) 24.19/10.21 new_ltEs20(x0, x1, app(ty_Maybe, x2)) 24.19/10.21 new_esEs38(x0, x1, app(ty_Ratio, x2)) 24.19/10.21 new_esEs31(x0, x1, ty_Int) 24.19/10.21 new_esEs23(Right(x0), Right(x1), x2, ty_@0) 24.19/10.21 new_esEs10(x0, x1, app(app(ty_Either, x2), x3)) 24.19/10.21 new_esEs30(x0, x1, app(ty_Ratio, x2)) 24.19/10.21 new_lt20(x0, x1, ty_Int) 24.19/10.21 new_esEs7(x0, x1, ty_Integer) 24.19/10.21 new_ltEs16(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 24.19/10.21 new_compare28(Double(x0, Pos(x1)), Double(x2, Neg(x3))) 24.19/10.21 new_compare28(Double(x0, Neg(x1)), Double(x2, Pos(x3))) 24.19/10.21 new_esEs39(x0, x1, app(app(ty_Either, x2), x3)) 24.19/10.21 new_esEs29(x0, x1, ty_@0) 24.19/10.21 new_esEs21(LT, GT) 24.19/10.21 new_esEs21(GT, LT) 24.19/10.21 new_esEs34(x0, x1, app(app(ty_Either, x2), x3)) 24.19/10.21 new_compare16(Nothing, Just(x0), x1) 24.19/10.21 new_lt20(x0, x1, ty_Char) 24.19/10.21 new_lt17(x0, x1, x2, x3) 24.19/10.21 new_lt15(x0, x1, x2) 24.19/10.21 new_esEs31(x0, x1, ty_Char) 24.19/10.21 new_esEs9(x0, x1, ty_@0) 24.19/10.21 new_compare32(x0, x1, ty_Integer) 24.19/10.21 new_compare26(x0, x1, False, x2, x3) 24.19/10.21 new_compare32(x0, x1, ty_Ordering) 24.19/10.21 new_ltEs12(x0, x1, x2) 24.19/10.21 new_compare6(Right(x0), Right(x1), x2, x3) 24.19/10.21 new_ltEs24(x0, x1, ty_Ordering) 24.19/10.21 new_esEs20(Float(x0, x1), Float(x2, x3)) 24.19/10.21 new_ltEs20(x0, x1, ty_@0) 24.19/10.21 new_lt22(x0, x1, app(ty_Ratio, x2)) 24.19/10.21 new_esEs34(x0, x1, ty_Integer) 24.19/10.21 new_esEs11(x0, x1, ty_Int) 24.19/10.21 new_esEs33(x0, x1, app(app(ty_@2, x2), x3)) 24.19/10.21 new_lt22(x0, x1, ty_Float) 24.19/10.21 new_esEs6(x0, x1, ty_Double) 24.19/10.21 new_esEs27(x0, x1, ty_@0) 24.19/10.21 new_primCmpNat0(Zero, Zero) 24.19/10.21 new_lt16(x0, x1, x2) 24.19/10.21 new_esEs22(Just(x0), Just(x1), app(ty_[], x2)) 24.19/10.21 new_primMulInt(Neg(x0), Neg(x1)) 24.19/10.21 new_esEs23(Left(x0), Right(x1), x2, x3) 24.19/10.21 new_esEs23(Right(x0), Left(x1), x2, x3) 24.19/10.21 24.19/10.21 We have to consider all minimal (P,Q,R)-chains. 24.19/10.21 ---------------------------------------- 24.19/10.21 24.19/10.21 (25) QDPSizeChangeProof (EQUIVALENT) 24.19/10.21 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. 24.19/10.21 24.19/10.21 From the DPs we obtained the following set of size-change graphs: 24.19/10.21 *new_ltEs3(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), baf, bag, app(app(app(ty_@3, bbf), bbg), bbh)) -> new_ltEs3(vwx1592, vwx1602, bbf, bbg, bbh) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 24.19/10.21 24.19/10.21 24.19/10.21 *new_ltEs0(Just(vwx1590), Just(vwx1600), app(app(app(ty_@3, db), dc), dd)) -> new_ltEs3(vwx1590, vwx1600, db, dc, dd) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 24.19/10.21 24.19/10.21 24.19/10.21 *new_ltEs3(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), baf, bag, app(ty_Maybe, bba)) -> new_ltEs0(vwx1592, vwx1602, bba) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 24.19/10.21 24.19/10.21 24.19/10.21 *new_ltEs0(Just(vwx1590), Just(vwx1600), app(ty_Maybe, cd)) -> new_ltEs0(vwx1590, vwx1600, cd) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 24.19/10.21 24.19/10.21 24.19/10.21 *new_lt0(vwx208, vwx210, bee) -> new_compare1(vwx208, vwx210, bee) 24.19/10.21 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3 24.19/10.21 24.19/10.21 24.19/10.21 *new_ltEs3(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), baf, bag, app(app(ty_@2, bbb), bbc)) -> new_ltEs1(vwx1592, vwx1602, bbb, bbc) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 24.19/10.21 24.19/10.21 24.19/10.21 *new_ltEs0(Just(vwx1590), Just(vwx1600), app(app(ty_@2, ce), cf)) -> new_ltEs1(vwx1590, vwx1600, ce, cf) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 24.19/10.21 24.19/10.21 24.19/10.21 *new_lt(vwx208, vwx210, bed) -> new_compare(vwx208, vwx210, bed) 24.19/10.21 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3 24.19/10.21 24.19/10.21 24.19/10.21 *new_lt3(vwx208, vwx210, bge, bgf, bgg) -> new_compare5(vwx208, vwx210, bge, bgf, bgg) 24.19/10.21 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3, 4 >= 4, 5 >= 5 24.19/10.21 24.19/10.21 24.19/10.21 *new_ltEs3(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), baf, bag, app(app(ty_Either, bbd), bbe)) -> new_ltEs2(vwx1592, vwx1602, bbd, bbe) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 24.19/10.21 24.19/10.21 24.19/10.21 *new_ltEs0(Just(vwx1590), Just(vwx1600), app(app(ty_Either, cg), da)) -> new_ltEs2(vwx1590, vwx1600, cg, da) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 24.19/10.21 24.19/10.21 24.19/10.21 *new_ltEs0(Just(vwx1590), Just(vwx1600), app(ty_[], cc)) -> new_ltEs(vwx1590, vwx1600, cc) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare23(vwx195, vwx196, vwx197, vwx198, vwx199, vwx200, False, cbd, cbe, app(app(app(ty_@3, ccd), cce), ccf)) -> new_ltEs3(vwx197, vwx200, ccd, cce, ccf) 24.19/10.21 The graph contains the following edges 3 >= 1, 6 >= 2, 10 > 3, 10 > 4, 10 > 5 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare23(vwx195, vwx196, vwx197, vwx198, vwx199, vwx200, False, cbd, cbe, app(ty_Maybe, cbg)) -> new_ltEs0(vwx197, vwx200, cbg) 24.19/10.21 The graph contains the following edges 3 >= 1, 6 >= 2, 10 > 3 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare23(vwx195, vwx196, vwx197, vwx198, vwx199, vwx200, False, cbd, cbe, app(app(ty_@2, cbh), cca)) -> new_ltEs1(vwx197, vwx200, cbh, cca) 24.19/10.21 The graph contains the following edges 3 >= 1, 6 >= 2, 10 > 3, 10 > 4 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare23(vwx195, vwx196, vwx197, vwx198, vwx199, vwx200, False, cbd, cbe, app(app(ty_Either, ccb), ccc)) -> new_ltEs2(vwx197, vwx200, ccb, ccc) 24.19/10.21 The graph contains the following edges 3 >= 1, 6 >= 2, 10 > 3, 10 > 4 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare20(vwx208, vwx209, vwx210, vwx211, False, app(app(app(ty_@3, bge), bgf), bgg), bgb) -> new_compare5(vwx208, vwx210, bge, bgf, bgg) 24.19/10.21 The graph contains the following edges 1 >= 1, 3 >= 2, 6 > 3, 6 > 4, 6 > 5 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare4(Left(vwx300), Left(vwx400), be, bf) -> new_compare21(vwx300, vwx400, new_esEs7(vwx300, vwx400, be), be, bf) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4, 4 >= 5 24.19/10.21 24.19/10.21 24.19/10.21 *new_primCompAux(Left(vwx300), Left(vwx400), vwx149, app(app(ty_Either, be), bf)) -> new_compare21(vwx300, vwx400, new_esEs7(vwx300, vwx400, be), be, bf) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 4, 4 > 5 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare4(Right(vwx300), Right(vwx400), be, bf) -> new_compare22(vwx300, vwx400, new_esEs8(vwx300, vwx400, bf), be, bf) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4, 4 >= 5 24.19/10.21 24.19/10.21 24.19/10.21 *new_primCompAux(Right(vwx300), Right(vwx400), vwx149, app(app(ty_Either, be), bf)) -> new_compare22(vwx300, vwx400, new_esEs8(vwx300, vwx400, bf), be, bf) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 4, 4 > 5 24.19/10.21 24.19/10.21 24.19/10.21 *new_lt1(vwx208, vwx210, bef, beg) -> new_compare3(vwx208, vwx210, bef, beg) 24.19/10.21 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3, 4 >= 4 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare5(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bg, bh, ca) -> new_compare23(vwx300, vwx301, vwx302, vwx400, vwx401, vwx402, new_asAs(new_esEs9(vwx300, vwx400, bg), new_asAs(new_esEs10(vwx301, vwx401, bh), new_esEs11(vwx302, vwx402, ca))), bg, bh, ca) 24.19/10.21 The graph contains the following edges 1 > 1, 1 > 2, 1 > 3, 2 > 4, 2 > 5, 2 > 6, 3 >= 8, 4 >= 9, 5 >= 10 24.19/10.21 24.19/10.21 24.19/10.21 *new_primCompAux(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), vwx149, app(app(app(ty_@3, bg), bh), ca)) -> new_compare23(vwx300, vwx301, vwx302, vwx400, vwx401, vwx402, new_asAs(new_esEs9(vwx300, vwx400, bg), new_asAs(new_esEs10(vwx301, vwx401, bh), new_esEs11(vwx302, vwx402, ca))), bg, bh, ca) 24.19/10.21 The graph contains the following edges 1 > 1, 1 > 2, 1 > 3, 2 > 4, 2 > 5, 2 > 6, 4 > 8, 4 > 9, 4 > 10 24.19/10.21 24.19/10.21 24.19/10.21 *new_ltEs1(@2(vwx1590, vwx1591), @2(vwx1600, vwx1601), de, app(app(app(ty_@3, ed), ee), ef)) -> new_ltEs3(vwx1591, vwx1601, ed, ee, ef) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 24.19/10.21 24.19/10.21 24.19/10.21 *new_ltEs1(@2(vwx1590, vwx1591), @2(vwx1600, vwx1601), de, app(ty_Maybe, dg)) -> new_ltEs0(vwx1591, vwx1601, dg) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.19/10.21 24.19/10.21 24.19/10.21 *new_ltEs1(@2(vwx1590, vwx1591), @2(vwx1600, vwx1601), de, app(app(ty_@2, dh), ea)) -> new_ltEs1(vwx1591, vwx1601, dh, ea) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.19/10.21 24.19/10.21 24.19/10.21 *new_ltEs1(@2(vwx1590, vwx1591), @2(vwx1600, vwx1601), de, app(app(ty_Either, eb), ec)) -> new_ltEs2(vwx1591, vwx1601, eb, ec) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.19/10.21 24.19/10.21 24.19/10.21 *new_ltEs1(@2(vwx1590, vwx1591), @2(vwx1600, vwx1601), app(app(app(ty_@3, fg), fh), ga), eh) -> new_lt3(vwx1590, vwx1600, fg, fh, ga) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare20(vwx208, vwx209, vwx210, vwx211, False, app(ty_Maybe, bee), bgb) -> new_compare1(vwx208, vwx210, bee) 24.19/10.21 The graph contains the following edges 1 >= 1, 3 >= 2, 6 > 3 24.19/10.21 24.19/10.21 24.19/10.21 *new_ltEs(:(vwx30, vwx31), :(vwx40, vwx41), h) -> new_primCompAux(vwx30, vwx40, new_compare0(vwx31, vwx41, h), h) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 24.19/10.21 24.19/10.21 24.19/10.21 *new_ltEs(:(vwx30, vwx31), :(vwx40, vwx41), h) -> new_compare(vwx31, vwx41, h) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare(:(vwx30, vwx31), :(vwx40, vwx41), h) -> new_primCompAux(vwx30, vwx40, new_compare0(vwx31, vwx41, h), h) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare(:(vwx30, vwx31), :(vwx40, vwx41), h) -> new_compare(vwx31, vwx41, h) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 24.19/10.21 24.19/10.21 24.19/10.21 *new_lt2(vwx208, vwx210, bgc, bgd) -> new_compare4(vwx208, vwx210, bgc, bgd) 24.19/10.21 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3, 4 >= 4 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare3(@2(vwx300, vwx301), @2(vwx400, vwx401), bc, bd) -> new_compare20(vwx300, vwx301, vwx400, vwx401, new_asAs(new_esEs5(vwx300, vwx400, bc), new_esEs6(vwx301, vwx401, bd)), bc, bd) 24.19/10.21 The graph contains the following edges 1 > 1, 1 > 2, 2 > 3, 2 > 4, 3 >= 6, 4 >= 7 24.19/10.21 24.19/10.21 24.19/10.21 *new_primCompAux(@2(vwx300, vwx301), @2(vwx400, vwx401), vwx149, app(app(ty_@2, bc), bd)) -> new_compare20(vwx300, vwx301, vwx400, vwx401, new_asAs(new_esEs5(vwx300, vwx400, bc), new_esEs6(vwx301, vwx401, bd)), bc, bd) 24.19/10.21 The graph contains the following edges 1 > 1, 1 > 2, 2 > 3, 2 > 4, 4 > 6, 4 > 7 24.19/10.21 24.19/10.21 24.19/10.21 *new_ltEs3(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), baf, bag, app(ty_[], bah)) -> new_ltEs(vwx1592, vwx1602, bah) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare23(vwx195, vwx196, vwx197, vwx198, vwx199, vwx200, False, cbd, cbe, app(ty_[], cbf)) -> new_ltEs(vwx197, vwx200, cbf) 24.19/10.21 The graph contains the following edges 3 >= 1, 6 >= 2, 10 > 3 24.19/10.21 24.19/10.21 24.19/10.21 *new_ltEs1(@2(vwx1590, vwx1591), @2(vwx1600, vwx1601), de, app(ty_[], df)) -> new_ltEs(vwx1591, vwx1601, df) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare1(Just(vwx300), Just(vwx400), bb) -> new_compare2(vwx300, vwx400, new_esEs4(vwx300, vwx400, bb), bb) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 24.19/10.21 24.19/10.21 24.19/10.21 *new_primCompAux(Just(vwx300), Just(vwx400), vwx149, app(ty_Maybe, bb)) -> new_compare2(vwx300, vwx400, new_esEs4(vwx300, vwx400, bb), bb) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 4 24.19/10.21 24.19/10.21 24.19/10.21 *new_ltEs1(@2(vwx1590, vwx1591), @2(vwx1600, vwx1601), app(ty_Maybe, fa), eh) -> new_lt0(vwx1590, vwx1600, fa) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare21(vwx177, vwx178, False, app(app(app(ty_@3, bhg), bhh), caa), bha) -> new_ltEs3(vwx177, vwx178, bhg, bhh, caa) 24.19/10.21 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4, 4 > 5 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare21(vwx177, vwx178, False, app(ty_Maybe, bhb), bha) -> new_ltEs0(vwx177, vwx178, bhb) 24.19/10.21 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare21(vwx177, vwx178, False, app(app(ty_@2, bhc), bhd), bha) -> new_ltEs1(vwx177, vwx178, bhc, bhd) 24.19/10.21 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare21(vwx177, vwx178, False, app(app(ty_Either, bhe), bhf), bha) -> new_ltEs2(vwx177, vwx178, bhe, bhf) 24.19/10.21 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare21(vwx177, vwx178, False, app(ty_[], bgh), bha) -> new_ltEs(vwx177, vwx178, bgh) 24.19/10.21 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare20(vwx208, vwx209, vwx210, vwx211, False, app(app(ty_Either, bgc), bgd), bgb) -> new_compare4(vwx208, vwx210, bgc, bgd) 24.19/10.21 The graph contains the following edges 1 >= 1, 3 >= 2, 6 > 3, 6 > 4 24.19/10.21 24.19/10.21 24.19/10.21 *new_ltEs1(@2(vwx1590, vwx1591), @2(vwx1600, vwx1601), app(app(ty_Either, fd), ff), eh) -> new_lt2(vwx1590, vwx1600, fd, ff) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare20(vwx208, vwx209, vwx210, vwx211, False, beh, app(app(app(ty_@3, bfg), bfh), bga)) -> new_ltEs3(vwx209, vwx211, bfg, bfh, bga) 24.19/10.21 The graph contains the following edges 2 >= 1, 4 >= 2, 7 > 3, 7 > 4, 7 > 5 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare22(vwx184, vwx185, False, cab, app(app(app(ty_@3, cba), cbb), cbc)) -> new_ltEs3(vwx184, vwx185, cba, cbb, cbc) 24.19/10.21 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3, 5 > 4, 5 > 5 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare20(vwx208, vwx209, vwx210, vwx211, False, beh, app(ty_Maybe, bfb)) -> new_ltEs0(vwx209, vwx211, bfb) 24.19/10.21 The graph contains the following edges 2 >= 1, 4 >= 2, 7 > 3 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare22(vwx184, vwx185, False, cab, app(ty_Maybe, cad)) -> new_ltEs0(vwx184, vwx185, cad) 24.19/10.21 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare20(vwx208, vwx209, vwx210, vwx211, False, beh, app(app(ty_@2, bfc), bfd)) -> new_ltEs1(vwx209, vwx211, bfc, bfd) 24.19/10.21 The graph contains the following edges 2 >= 1, 4 >= 2, 7 > 3, 7 > 4 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare22(vwx184, vwx185, False, cab, app(app(ty_@2, cae), caf)) -> new_ltEs1(vwx184, vwx185, cae, caf) 24.19/10.21 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3, 5 > 4 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare20(vwx208, vwx209, vwx210, vwx211, False, beh, app(app(ty_Either, bfe), bff)) -> new_ltEs2(vwx209, vwx211, bfe, bff) 24.19/10.21 The graph contains the following edges 2 >= 1, 4 >= 2, 7 > 3, 7 > 4 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare22(vwx184, vwx185, False, cab, app(app(ty_Either, cag), cah)) -> new_ltEs2(vwx184, vwx185, cag, cah) 24.19/10.21 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3, 5 > 4 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare20(vwx208, vwx209, vwx210, vwx211, False, beh, app(ty_[], bfa)) -> new_ltEs(vwx209, vwx211, bfa) 24.19/10.21 The graph contains the following edges 2 >= 1, 4 >= 2, 7 > 3 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare22(vwx184, vwx185, False, cab, app(ty_[], cac)) -> new_ltEs(vwx184, vwx185, cac) 24.19/10.21 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare20(vwx208, vwx209, vwx210, vwx211, False, app(app(ty_@2, bef), beg), bgb) -> new_compare3(vwx208, vwx210, bef, beg) 24.19/10.21 The graph contains the following edges 1 >= 1, 3 >= 2, 6 > 3, 6 > 4 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare20(vwx208, vwx209, vwx210, vwx211, False, app(ty_[], bed), bgb) -> new_compare(vwx208, vwx210, bed) 24.19/10.21 The graph contains the following edges 1 >= 1, 3 >= 2, 6 > 3 24.19/10.21 24.19/10.21 24.19/10.21 *new_primCompAux(vwx30, vwx40, vwx149, app(ty_[], ba)) -> new_compare(vwx30, vwx40, ba) 24.19/10.21 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 24.19/10.21 24.19/10.21 24.19/10.21 *new_ltEs1(@2(vwx1590, vwx1591), @2(vwx1600, vwx1601), app(app(ty_@2, fb), fc), eh) -> new_lt1(vwx1590, vwx1600, fb, fc) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 24.19/10.21 24.19/10.21 24.19/10.21 *new_ltEs1(@2(vwx1590, vwx1591), @2(vwx1600, vwx1601), app(ty_[], eg), eh) -> new_lt(vwx1590, vwx1600, eg) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 24.19/10.21 24.19/10.21 24.19/10.21 *new_ltEs3(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), app(app(app(ty_@3, bea), beb), bec), bag, bcb) -> new_lt3(vwx1590, vwx1600, bea, beb, bec) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 24.19/10.21 24.19/10.21 24.19/10.21 *new_ltEs3(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), baf, app(app(app(ty_@3, bch), bda), bdb), bcb) -> new_lt3(vwx1591, vwx1601, bch, bda, bdb) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 24.19/10.21 24.19/10.21 24.19/10.21 *new_ltEs3(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), baf, app(ty_Maybe, bcc), bcb) -> new_lt0(vwx1591, vwx1601, bcc) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.19/10.21 24.19/10.21 24.19/10.21 *new_ltEs3(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), app(ty_Maybe, bdd), bag, bcb) -> new_lt0(vwx1590, vwx1600, bdd) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 24.19/10.21 24.19/10.21 24.19/10.21 *new_ltEs3(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), app(app(ty_Either, bdg), bdh), bag, bcb) -> new_lt2(vwx1590, vwx1600, bdg, bdh) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 24.19/10.21 24.19/10.21 24.19/10.21 *new_ltEs3(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), baf, app(app(ty_Either, bcf), bcg), bcb) -> new_lt2(vwx1591, vwx1601, bcf, bcg) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.19/10.21 24.19/10.21 24.19/10.21 *new_ltEs3(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), baf, app(app(ty_@2, bcd), bce), bcb) -> new_lt1(vwx1591, vwx1601, bcd, bce) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.19/10.21 24.19/10.21 24.19/10.21 *new_ltEs3(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), app(app(ty_@2, bde), bdf), bag, bcb) -> new_lt1(vwx1590, vwx1600, bde, bdf) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 24.19/10.21 24.19/10.21 24.19/10.21 *new_ltEs3(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), baf, app(ty_[], bca), bcb) -> new_lt(vwx1591, vwx1601, bca) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.19/10.21 24.19/10.21 24.19/10.21 *new_ltEs3(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), app(ty_[], bdc), bag, bcb) -> new_lt(vwx1590, vwx1600, bdc) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 24.19/10.21 24.19/10.21 24.19/10.21 *new_ltEs2(Right(vwx1590), Right(vwx1600), hd, app(app(app(ty_@3, bac), bad), bae)) -> new_ltEs3(vwx1590, vwx1600, bac, bad, bae) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 24.19/10.21 24.19/10.21 24.19/10.21 *new_ltEs2(Left(vwx1590), Left(vwx1600), app(app(app(ty_@3, ha), hb), hc), gc) -> new_ltEs3(vwx1590, vwx1600, ha, hb, hc) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 24.19/10.21 24.19/10.21 24.19/10.21 *new_ltEs2(Right(vwx1590), Right(vwx1600), hd, app(ty_Maybe, hf)) -> new_ltEs0(vwx1590, vwx1600, hf) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.19/10.21 24.19/10.21 24.19/10.21 *new_ltEs2(Left(vwx1590), Left(vwx1600), app(ty_Maybe, gd), gc) -> new_ltEs0(vwx1590, vwx1600, gd) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 24.19/10.21 24.19/10.21 24.19/10.21 *new_ltEs2(Left(vwx1590), Left(vwx1600), app(app(ty_@2, ge), gf), gc) -> new_ltEs1(vwx1590, vwx1600, ge, gf) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 24.19/10.21 24.19/10.21 24.19/10.21 *new_ltEs2(Right(vwx1590), Right(vwx1600), hd, app(app(ty_@2, hg), hh)) -> new_ltEs1(vwx1590, vwx1600, hg, hh) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.19/10.21 24.19/10.21 24.19/10.21 *new_ltEs2(Right(vwx1590), Right(vwx1600), hd, app(app(ty_Either, baa), bab)) -> new_ltEs2(vwx1590, vwx1600, baa, bab) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.19/10.21 24.19/10.21 24.19/10.21 *new_ltEs2(Left(vwx1590), Left(vwx1600), app(app(ty_Either, gg), gh), gc) -> new_ltEs2(vwx1590, vwx1600, gg, gh) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 24.19/10.21 24.19/10.21 24.19/10.21 *new_ltEs2(Left(vwx1590), Left(vwx1600), app(ty_[], gb), gc) -> new_ltEs(vwx1590, vwx1600, gb) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 24.19/10.21 24.19/10.21 24.19/10.21 *new_ltEs2(Right(vwx1590), Right(vwx1600), hd, app(ty_[], he)) -> new_ltEs(vwx1590, vwx1600, he) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare2(Just(vwx1590), Just(vwx1600), False, app(ty_Maybe, app(app(app(ty_@3, db), dc), dd))) -> new_ltEs3(vwx1590, vwx1600, db, dc, dd) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare2(@2(vwx1590, vwx1591), @2(vwx1600, vwx1601), False, app(app(ty_@2, de), app(app(app(ty_@3, ed), ee), ef))) -> new_ltEs3(vwx1591, vwx1601, ed, ee, ef) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare2(Right(vwx1590), Right(vwx1600), False, app(app(ty_Either, hd), app(app(app(ty_@3, bac), bad), bae))) -> new_ltEs3(vwx1590, vwx1600, bac, bad, bae) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare2(Left(vwx1590), Left(vwx1600), False, app(app(ty_Either, app(app(app(ty_@3, ha), hb), hc)), gc)) -> new_ltEs3(vwx1590, vwx1600, ha, hb, hc) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare2(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), False, app(app(app(ty_@3, baf), bag), app(app(app(ty_@3, bbf), bbg), bbh))) -> new_ltEs3(vwx1592, vwx1602, bbf, bbg, bbh) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare2(@2(vwx1590, vwx1591), @2(vwx1600, vwx1601), False, app(app(ty_@2, de), app(ty_Maybe, dg))) -> new_ltEs0(vwx1591, vwx1601, dg) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare2(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), False, app(app(app(ty_@3, baf), bag), app(ty_Maybe, bba))) -> new_ltEs0(vwx1592, vwx1602, bba) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare2(Right(vwx1590), Right(vwx1600), False, app(app(ty_Either, hd), app(ty_Maybe, hf))) -> new_ltEs0(vwx1590, vwx1600, hf) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare2(Just(vwx1590), Just(vwx1600), False, app(ty_Maybe, app(ty_Maybe, cd))) -> new_ltEs0(vwx1590, vwx1600, cd) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare2(Left(vwx1590), Left(vwx1600), False, app(app(ty_Either, app(ty_Maybe, gd)), gc)) -> new_ltEs0(vwx1590, vwx1600, gd) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare2(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), False, app(app(app(ty_@3, baf), bag), app(app(ty_@2, bbb), bbc))) -> new_ltEs1(vwx1592, vwx1602, bbb, bbc) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare2(Just(vwx1590), Just(vwx1600), False, app(ty_Maybe, app(app(ty_@2, ce), cf))) -> new_ltEs1(vwx1590, vwx1600, ce, cf) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare2(Left(vwx1590), Left(vwx1600), False, app(app(ty_Either, app(app(ty_@2, ge), gf)), gc)) -> new_ltEs1(vwx1590, vwx1600, ge, gf) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare2(Right(vwx1590), Right(vwx1600), False, app(app(ty_Either, hd), app(app(ty_@2, hg), hh))) -> new_ltEs1(vwx1590, vwx1600, hg, hh) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare2(@2(vwx1590, vwx1591), @2(vwx1600, vwx1601), False, app(app(ty_@2, de), app(app(ty_@2, dh), ea))) -> new_ltEs1(vwx1591, vwx1601, dh, ea) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare2(Left(vwx1590), Left(vwx1600), False, app(app(ty_Either, app(app(ty_Either, gg), gh)), gc)) -> new_ltEs2(vwx1590, vwx1600, gg, gh) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare2(Right(vwx1590), Right(vwx1600), False, app(app(ty_Either, hd), app(app(ty_Either, baa), bab))) -> new_ltEs2(vwx1590, vwx1600, baa, bab) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare2(@2(vwx1590, vwx1591), @2(vwx1600, vwx1601), False, app(app(ty_@2, de), app(app(ty_Either, eb), ec))) -> new_ltEs2(vwx1591, vwx1601, eb, ec) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare2(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), False, app(app(app(ty_@3, baf), bag), app(app(ty_Either, bbd), bbe))) -> new_ltEs2(vwx1592, vwx1602, bbd, bbe) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare2(Just(vwx1590), Just(vwx1600), False, app(ty_Maybe, app(app(ty_Either, cg), da))) -> new_ltEs2(vwx1590, vwx1600, cg, da) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare23(vwx195, vwx196, vwx197, vwx198, vwx199, vwx200, False, app(app(app(ty_@3, ceg), ceh), cfa), cbe, cch) -> new_lt3(vwx195, vwx198, ceg, ceh, cfa) 24.19/10.21 The graph contains the following edges 1 >= 1, 4 >= 2, 8 > 3, 8 > 4, 8 > 5 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare23(vwx195, vwx196, vwx197, vwx198, vwx199, vwx200, False, cbd, app(app(app(ty_@3, cdf), cdg), cdh), cch) -> new_lt3(vwx196, vwx199, cdf, cdg, cdh) 24.19/10.21 The graph contains the following edges 2 >= 1, 5 >= 2, 9 > 3, 9 > 4, 9 > 5 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare23(vwx195, vwx196, vwx197, vwx198, vwx199, vwx200, False, cbd, app(ty_Maybe, cda), cch) -> new_lt0(vwx196, vwx199, cda) 24.19/10.21 The graph contains the following edges 2 >= 1, 5 >= 2, 9 > 3 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare23(vwx195, vwx196, vwx197, vwx198, vwx199, vwx200, False, app(ty_Maybe, ceb), cbe, cch) -> new_lt0(vwx195, vwx198, ceb) 24.19/10.21 The graph contains the following edges 1 >= 1, 4 >= 2, 8 > 3 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare23(vwx195, vwx196, vwx197, vwx198, vwx199, vwx200, False, app(app(ty_Either, cee), cef), cbe, cch) -> new_lt2(vwx195, vwx198, cee, cef) 24.19/10.21 The graph contains the following edges 1 >= 1, 4 >= 2, 8 > 3, 8 > 4 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare23(vwx195, vwx196, vwx197, vwx198, vwx199, vwx200, False, cbd, app(app(ty_Either, cdd), cde), cch) -> new_lt2(vwx196, vwx199, cdd, cde) 24.19/10.21 The graph contains the following edges 2 >= 1, 5 >= 2, 9 > 3, 9 > 4 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare23(vwx195, vwx196, vwx197, vwx198, vwx199, vwx200, False, cbd, app(app(ty_@2, cdb), cdc), cch) -> new_lt1(vwx196, vwx199, cdb, cdc) 24.19/10.21 The graph contains the following edges 2 >= 1, 5 >= 2, 9 > 3, 9 > 4 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare23(vwx195, vwx196, vwx197, vwx198, vwx199, vwx200, False, app(app(ty_@2, cec), ced), cbe, cch) -> new_lt1(vwx195, vwx198, cec, ced) 24.19/10.21 The graph contains the following edges 1 >= 1, 4 >= 2, 8 > 3, 8 > 4 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare23(vwx195, vwx196, vwx197, vwx198, vwx199, vwx200, False, cbd, app(ty_[], ccg), cch) -> new_lt(vwx196, vwx199, ccg) 24.19/10.21 The graph contains the following edges 2 >= 1, 5 >= 2, 9 > 3 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare23(vwx195, vwx196, vwx197, vwx198, vwx199, vwx200, False, app(ty_[], cea), cbe, cch) -> new_lt(vwx195, vwx198, cea) 24.19/10.21 The graph contains the following edges 1 >= 1, 4 >= 2, 8 > 3 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare2(@2(vwx1590, vwx1591), @2(vwx1600, vwx1601), False, app(app(ty_@2, app(app(app(ty_@3, fg), fh), ga)), eh)) -> new_lt3(vwx1590, vwx1600, fg, fh, ga) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare2(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), False, app(app(app(ty_@3, app(app(app(ty_@3, bea), beb), bec)), bag), bcb)) -> new_lt3(vwx1590, vwx1600, bea, beb, bec) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare2(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), False, app(app(app(ty_@3, baf), app(app(app(ty_@3, bch), bda), bdb)), bcb)) -> new_lt3(vwx1591, vwx1601, bch, bda, bdb) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare2(@2(vwx1590, vwx1591), @2(vwx1600, vwx1601), False, app(app(ty_@2, de), app(ty_[], df))) -> new_ltEs(vwx1591, vwx1601, df) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare2(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), False, app(app(app(ty_@3, baf), bag), app(ty_[], bah))) -> new_ltEs(vwx1592, vwx1602, bah) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare2(Just(vwx1590), Just(vwx1600), False, app(ty_Maybe, app(ty_[], cc))) -> new_ltEs(vwx1590, vwx1600, cc) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare2(Right(vwx1590), Right(vwx1600), False, app(app(ty_Either, hd), app(ty_[], he))) -> new_ltEs(vwx1590, vwx1600, he) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare2(Left(vwx1590), Left(vwx1600), False, app(app(ty_Either, app(ty_[], gb)), gc)) -> new_ltEs(vwx1590, vwx1600, gb) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare2(vwx159, vwx160, False, app(ty_[], cb)) -> new_ltEs(vwx159, vwx160, cb) 24.19/10.21 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare2(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), False, app(app(app(ty_@3, app(ty_Maybe, bdd)), bag), bcb)) -> new_lt0(vwx1590, vwx1600, bdd) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare2(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), False, app(app(app(ty_@3, baf), app(ty_Maybe, bcc)), bcb)) -> new_lt0(vwx1591, vwx1601, bcc) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare2(@2(vwx1590, vwx1591), @2(vwx1600, vwx1601), False, app(app(ty_@2, app(ty_Maybe, fa)), eh)) -> new_lt0(vwx1590, vwx1600, fa) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare2(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), False, app(app(app(ty_@3, app(app(ty_Either, bdg), bdh)), bag), bcb)) -> new_lt2(vwx1590, vwx1600, bdg, bdh) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare2(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), False, app(app(app(ty_@3, baf), app(app(ty_Either, bcf), bcg)), bcb)) -> new_lt2(vwx1591, vwx1601, bcf, bcg) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare2(@2(vwx1590, vwx1591), @2(vwx1600, vwx1601), False, app(app(ty_@2, app(app(ty_Either, fd), ff)), eh)) -> new_lt2(vwx1590, vwx1600, fd, ff) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare2(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), False, app(app(app(ty_@3, baf), app(app(ty_@2, bcd), bce)), bcb)) -> new_lt1(vwx1591, vwx1601, bcd, bce) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare2(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), False, app(app(app(ty_@3, app(app(ty_@2, bde), bdf)), bag), bcb)) -> new_lt1(vwx1590, vwx1600, bde, bdf) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare2(@2(vwx1590, vwx1591), @2(vwx1600, vwx1601), False, app(app(ty_@2, app(app(ty_@2, fb), fc)), eh)) -> new_lt1(vwx1590, vwx1600, fb, fc) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare2(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), False, app(app(app(ty_@3, app(ty_[], bdc)), bag), bcb)) -> new_lt(vwx1590, vwx1600, bdc) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare2(@2(vwx1590, vwx1591), @2(vwx1600, vwx1601), False, app(app(ty_@2, app(ty_[], eg)), eh)) -> new_lt(vwx1590, vwx1600, eg) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.19/10.21 24.19/10.21 24.19/10.21 *new_compare2(@3(vwx1590, vwx1591, vwx1592), @3(vwx1600, vwx1601, vwx1602), False, app(app(app(ty_@3, baf), app(ty_[], bca)), bcb)) -> new_lt(vwx1591, vwx1601, bca) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.19/10.21 24.19/10.21 24.19/10.21 ---------------------------------------- 24.19/10.21 24.19/10.21 (26) 24.19/10.21 YES 24.19/10.21 24.19/10.21 ---------------------------------------- 24.19/10.21 24.19/10.21 (27) 24.19/10.21 Obligation: 24.19/10.21 Q DP problem: 24.19/10.21 The TRS P consists of the following rules: 24.19/10.21 24.19/10.21 new_primEqNat(Succ(vwx30000), Succ(vwx40000)) -> new_primEqNat(vwx30000, vwx40000) 24.19/10.21 24.19/10.21 R is empty. 24.19/10.21 Q is empty. 24.19/10.21 We have to consider all minimal (P,Q,R)-chains. 24.19/10.21 ---------------------------------------- 24.19/10.21 24.19/10.21 (28) QDPSizeChangeProof (EQUIVALENT) 24.19/10.21 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. 24.19/10.21 24.19/10.21 From the DPs we obtained the following set of size-change graphs: 24.19/10.21 *new_primEqNat(Succ(vwx30000), Succ(vwx40000)) -> new_primEqNat(vwx30000, vwx40000) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2 24.19/10.21 24.19/10.21 24.19/10.21 ---------------------------------------- 24.19/10.21 24.19/10.21 (29) 24.19/10.21 YES 24.19/10.21 24.19/10.21 ---------------------------------------- 24.19/10.21 24.19/10.21 (30) 24.19/10.21 Obligation: 24.19/10.21 Q DP problem: 24.19/10.21 The TRS P consists of the following rules: 24.19/10.21 24.19/10.21 new_primPlusNat(Succ(vwx28700), Succ(vwx301000)) -> new_primPlusNat(vwx28700, vwx301000) 24.19/10.21 24.19/10.21 R is empty. 24.19/10.21 Q is empty. 24.19/10.21 We have to consider all minimal (P,Q,R)-chains. 24.19/10.21 ---------------------------------------- 24.19/10.21 24.19/10.21 (31) QDPSizeChangeProof (EQUIVALENT) 24.19/10.21 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. 24.19/10.21 24.19/10.21 From the DPs we obtained the following set of size-change graphs: 24.19/10.21 *new_primPlusNat(Succ(vwx28700), Succ(vwx301000)) -> new_primPlusNat(vwx28700, vwx301000) 24.19/10.21 The graph contains the following edges 1 > 1, 2 > 2 24.19/10.21 24.19/10.21 24.19/10.21 ---------------------------------------- 24.19/10.21 24.19/10.21 (32) 24.19/10.21 YES 24.19/10.27 EOF