15.12/6.27 YES 17.52/6.93 proof of /export/starexec/sandbox/benchmark/theBenchmark.hs 17.52/6.93 # AProVE Commit ID: 48fb2092695e11cc9f56e44b17a92a5f88ffb256 marcel 20180622 unpublished dirty 17.52/6.93 17.52/6.93 17.52/6.93 H-Termination with start terms of the given HASKELL could be proven: 17.52/6.93 17.52/6.93 (0) HASKELL 17.52/6.93 (1) CR [EQUIVALENT, 0 ms] 17.52/6.93 (2) HASKELL 17.52/6.93 (3) IFR [EQUIVALENT, 0 ms] 17.52/6.93 (4) HASKELL 17.52/6.93 (5) BR [EQUIVALENT, 0 ms] 17.52/6.93 (6) HASKELL 17.52/6.93 (7) COR [EQUIVALENT, 15 ms] 17.52/6.93 (8) HASKELL 17.52/6.93 (9) LetRed [EQUIVALENT, 0 ms] 17.52/6.93 (10) HASKELL 17.52/6.93 (11) NumRed [SOUND, 0 ms] 17.52/6.93 (12) HASKELL 17.52/6.93 (13) Narrow [SOUND, 0 ms] 17.52/6.93 (14) AND 17.52/6.93 (15) QDP 17.52/6.93 (16) QDPSizeChangeProof [EQUIVALENT, 0 ms] 17.52/6.93 (17) YES 17.52/6.93 (18) QDP 17.52/6.93 (19) QDPSizeChangeProof [EQUIVALENT, 0 ms] 17.52/6.93 (20) YES 17.52/6.93 (21) QDP 17.52/6.93 (22) QDPSizeChangeProof [EQUIVALENT, 0 ms] 17.52/6.93 (23) YES 17.52/6.93 (24) QDP 17.52/6.93 (25) QDPSizeChangeProof [EQUIVALENT, 0 ms] 17.52/6.93 (26) YES 17.52/6.93 (27) QDP 17.52/6.93 (28) QDPSizeChangeProof [EQUIVALENT, 0 ms] 17.52/6.93 (29) YES 17.52/6.93 (30) QDP 17.52/6.93 (31) QDPSizeChangeProof [EQUIVALENT, 0 ms] 17.52/6.93 (32) YES 17.52/6.93 17.52/6.93 17.52/6.93 ---------------------------------------- 17.52/6.93 17.52/6.93 (0) 17.52/6.93 Obligation: 17.52/6.93 mainModule Main 17.52/6.93 module Main where { 17.52/6.93 import qualified Prelude; 17.52/6.93 } 17.52/6.93 17.52/6.93 ---------------------------------------- 17.52/6.93 17.52/6.93 (1) CR (EQUIVALENT) 17.52/6.93 Case Reductions: 17.52/6.93 The following Case expression 17.52/6.93 "case compare x y of { 17.52/6.93 EQ -> o; 17.52/6.93 LT -> LT; 17.52/6.93 GT -> GT} 17.52/6.93 " 17.52/6.93 is transformed to 17.52/6.93 "primCompAux0 o EQ = o; 17.52/6.93 primCompAux0 o LT = LT; 17.52/6.93 primCompAux0 o GT = GT; 17.52/6.93 " 17.52/6.93 17.52/6.93 ---------------------------------------- 17.52/6.93 17.52/6.93 (2) 17.52/6.93 Obligation: 17.52/6.93 mainModule Main 17.52/6.93 module Main where { 17.52/6.93 import qualified Prelude; 17.52/6.93 } 17.52/6.93 17.52/6.93 ---------------------------------------- 17.52/6.93 17.52/6.93 (3) IFR (EQUIVALENT) 17.52/6.93 If Reductions: 17.52/6.93 The following If expression 17.52/6.93 "if primGEqNatS x y then Succ (primDivNatS (primMinusNatS x y) (Succ y)) else Zero" 17.52/6.93 is transformed to 17.52/6.93 "primDivNatS0 x y True = Succ (primDivNatS (primMinusNatS x y) (Succ y)); 17.52/6.93 primDivNatS0 x y False = Zero; 17.52/6.93 " 17.52/6.93 The following If expression 17.52/6.93 "if primGEqNatS x y then primModNatS (primMinusNatS x y) (Succ y) else Succ x" 17.52/6.93 is transformed to 17.52/6.93 "primModNatS0 x y True = primModNatS (primMinusNatS x y) (Succ y); 17.52/6.93 primModNatS0 x y False = Succ x; 17.52/6.93 " 17.52/6.93 17.52/6.93 ---------------------------------------- 17.52/6.93 17.52/6.93 (4) 17.52/6.93 Obligation: 17.52/6.93 mainModule Main 17.52/6.93 module Main where { 17.52/6.93 import qualified Prelude; 17.52/6.93 } 17.52/6.93 17.52/6.93 ---------------------------------------- 17.52/6.93 17.52/6.93 (5) BR (EQUIVALENT) 17.52/6.93 Replaced joker patterns by fresh variables and removed binding patterns. 17.52/6.93 ---------------------------------------- 17.52/6.93 17.52/6.93 (6) 17.52/6.93 Obligation: 17.52/6.93 mainModule Main 17.52/6.93 module Main where { 17.52/6.93 import qualified Prelude; 17.52/6.93 } 17.52/6.93 17.52/6.93 ---------------------------------------- 17.52/6.93 17.52/6.93 (7) COR (EQUIVALENT) 17.52/6.93 Cond Reductions: 17.52/6.93 The following Function with conditions 17.52/6.93 "compare x y|x == yEQ|x <= yLT|otherwiseGT; 17.52/6.93 " 17.52/6.93 is transformed to 17.52/6.93 "compare x y = compare3 x y; 17.52/6.93 " 17.52/6.93 "compare2 x y True = EQ; 17.52/6.93 compare2 x y False = compare1 x y (x <= y); 17.52/6.93 " 17.52/6.93 "compare0 x y True = GT; 17.52/6.93 " 17.52/6.93 "compare1 x y True = LT; 17.52/6.93 compare1 x y False = compare0 x y otherwise; 17.52/6.93 " 17.52/6.93 "compare3 x y = compare2 x y (x == y); 17.52/6.93 " 17.52/6.93 The following Function with conditions 17.52/6.93 "max x y|x <= yy|otherwisex; 17.52/6.93 " 17.52/6.93 is transformed to 17.52/6.93 "max x y = max2 x y; 17.52/6.93 " 17.52/6.93 "max1 x y True = y; 17.52/6.93 max1 x y False = max0 x y otherwise; 17.52/6.93 " 17.52/6.93 "max0 x y True = x; 17.52/6.93 " 17.52/6.93 "max2 x y = max1 x y (x <= y); 17.52/6.93 " 17.52/6.93 The following Function with conditions 17.52/6.93 "absReal x|x >= 0x|otherwise`negate` x; 17.52/6.93 " 17.52/6.93 is transformed to 17.52/6.93 "absReal x = absReal2 x; 17.52/6.93 " 17.52/6.93 "absReal1 x True = x; 17.52/6.93 absReal1 x False = absReal0 x otherwise; 17.52/6.93 " 17.52/6.93 "absReal0 x True = `negate` x; 17.52/6.93 " 17.52/6.93 "absReal2 x = absReal1 x (x >= 0); 17.52/6.93 " 17.52/6.93 The following Function with conditions 17.52/6.93 "gcd' x 0 = x; 17.52/6.93 gcd' x y = gcd' y (x `rem` y); 17.52/6.93 " 17.52/6.93 is transformed to 17.52/6.93 "gcd' x zx = gcd'2 x zx; 17.52/6.93 gcd' x y = gcd'0 x y; 17.52/6.93 " 17.52/6.93 "gcd'0 x y = gcd' y (x `rem` y); 17.52/6.93 " 17.52/6.93 "gcd'1 True x zx = x; 17.52/6.93 gcd'1 zy zz vuu = gcd'0 zz vuu; 17.52/6.93 " 17.52/6.93 "gcd'2 x zx = gcd'1 (zx == 0) x zx; 17.52/6.93 gcd'2 vuv vuw = gcd'0 vuv vuw; 17.52/6.93 " 17.52/6.93 The following Function with conditions 17.52/6.93 "gcd 0 0 = error []; 17.52/6.93 gcd x y = gcd' (abs x) (abs y) where { 17.52/6.93 gcd' x 0 = x; 17.52/6.93 gcd' x y = gcd' y (x `rem` y); 17.52/6.93 } 17.52/6.93 ; 17.52/6.93 " 17.52/6.93 is transformed to 17.52/6.93 "gcd vux vuy = gcd3 vux vuy; 17.52/6.93 gcd x y = gcd0 x y; 17.52/6.93 " 17.52/6.93 "gcd0 x y = gcd' (abs x) (abs y) where { 17.52/6.93 gcd' x zx = gcd'2 x zx; 17.52/6.93 gcd' x y = gcd'0 x y; 17.52/6.93 ; 17.52/6.93 gcd'0 x y = gcd' y (x `rem` y); 17.52/6.93 ; 17.52/6.93 gcd'1 True x zx = x; 17.52/6.93 gcd'1 zy zz vuu = gcd'0 zz vuu; 17.52/6.93 ; 17.52/6.93 gcd'2 x zx = gcd'1 (zx == 0) x zx; 17.52/6.93 gcd'2 vuv vuw = gcd'0 vuv vuw; 17.52/6.93 } 17.52/6.93 ; 17.52/6.93 " 17.52/6.93 "gcd1 True vux vuy = error []; 17.52/6.93 gcd1 vuz vvu vvv = gcd0 vvu vvv; 17.52/6.93 " 17.52/6.93 "gcd2 True vux vuy = gcd1 (vuy == 0) vux vuy; 17.52/6.93 gcd2 vvw vvx vvy = gcd0 vvx vvy; 17.52/6.93 " 17.52/6.93 "gcd3 vux vuy = gcd2 (vux == 0) vux vuy; 17.52/6.93 gcd3 vvz vwu = gcd0 vvz vwu; 17.52/6.93 " 17.52/6.93 The following Function with conditions 17.52/6.93 "undefined |Falseundefined; 17.52/6.93 " 17.52/6.93 is transformed to 17.52/6.93 "undefined = undefined1; 17.52/6.93 " 17.52/6.93 "undefined0 True = undefined; 17.52/6.93 " 17.52/6.93 "undefined1 = undefined0 False; 17.52/6.93 " 17.52/6.93 The following Function with conditions 17.52/6.93 "reduce x y|y == 0error []|otherwisex `quot` d :% (y `quot` d) where { 17.52/6.93 d = gcd x y; 17.52/6.93 } 17.52/6.93 ; 17.52/6.93 " 17.52/6.93 is transformed to 17.52/6.93 "reduce x y = reduce2 x y; 17.52/6.93 " 17.52/6.93 "reduce2 x y = reduce1 x y (y == 0) where { 17.52/6.93 d = gcd x y; 17.52/6.93 ; 17.52/6.93 reduce0 x y True = x `quot` d :% (y `quot` d); 17.52/6.93 ; 17.52/6.93 reduce1 x y True = error []; 17.52/6.93 reduce1 x y False = reduce0 x y otherwise; 17.52/6.93 } 17.52/6.93 ; 17.52/6.93 " 17.52/6.93 17.52/6.93 ---------------------------------------- 17.52/6.93 17.52/6.93 (8) 17.52/6.93 Obligation: 17.52/6.93 mainModule Main 17.52/6.93 module Main where { 17.52/6.93 import qualified Prelude; 17.52/6.93 } 17.52/6.93 17.52/6.93 ---------------------------------------- 17.52/6.93 17.52/6.93 (9) LetRed (EQUIVALENT) 17.52/6.93 Let/Where Reductions: 17.52/6.93 The bindings of the following Let/Where expression 17.52/6.93 "gcd' (abs x) (abs y) where { 17.52/6.93 gcd' x zx = gcd'2 x zx; 17.52/6.93 gcd' x y = gcd'0 x y; 17.52/6.93 ; 17.52/6.93 gcd'0 x y = gcd' y (x `rem` y); 17.52/6.93 ; 17.52/6.93 gcd'1 True x zx = x; 17.52/6.93 gcd'1 zy zz vuu = gcd'0 zz vuu; 17.52/6.93 ; 17.52/6.93 gcd'2 x zx = gcd'1 (zx == 0) x zx; 17.52/6.93 gcd'2 vuv vuw = gcd'0 vuv vuw; 17.52/6.93 } 17.52/6.93 " 17.52/6.93 are unpacked to the following functions on top level 17.52/6.93 "gcd0Gcd' x zx = gcd0Gcd'2 x zx; 17.52/6.93 gcd0Gcd' x y = gcd0Gcd'0 x y; 17.52/6.93 " 17.52/6.93 "gcd0Gcd'0 x y = gcd0Gcd' y (x `rem` y); 17.52/6.93 " 17.52/6.93 "gcd0Gcd'1 True x zx = x; 17.52/6.93 gcd0Gcd'1 zy zz vuu = gcd0Gcd'0 zz vuu; 17.52/6.93 " 17.52/6.93 "gcd0Gcd'2 x zx = gcd0Gcd'1 (zx == 0) x zx; 17.52/6.93 gcd0Gcd'2 vuv vuw = gcd0Gcd'0 vuv vuw; 17.52/6.93 " 17.52/6.93 The bindings of the following Let/Where expression 17.52/6.93 "reduce1 x y (y == 0) where { 17.52/6.93 d = gcd x y; 17.52/6.93 ; 17.52/6.93 reduce0 x y True = x `quot` d :% (y `quot` d); 17.52/6.93 ; 17.52/6.93 reduce1 x y True = error []; 17.52/6.93 reduce1 x y False = reduce0 x y otherwise; 17.52/6.93 } 17.52/6.93 " 17.52/6.93 are unpacked to the following functions on top level 17.52/6.93 "reduce2Reduce0 vwv vww x y True = x `quot` reduce2D vwv vww :% (y `quot` reduce2D vwv vww); 17.52/6.93 " 17.52/6.93 "reduce2Reduce1 vwv vww x y True = error []; 17.52/6.93 reduce2Reduce1 vwv vww x y False = reduce2Reduce0 vwv vww x y otherwise; 17.52/6.93 " 17.52/6.93 "reduce2D vwv vww = gcd vwv vww; 17.52/6.93 " 17.52/6.93 17.52/6.93 ---------------------------------------- 17.52/6.93 17.52/6.93 (10) 17.52/6.93 Obligation: 17.52/6.93 mainModule Main 17.52/6.93 module Main where { 17.52/6.93 import qualified Prelude; 17.52/6.93 } 17.52/6.93 17.52/6.93 ---------------------------------------- 17.52/6.93 17.52/6.93 (11) NumRed (SOUND) 17.52/6.93 Num Reduction:All numbers are transformed to their corresponding representation with Succ, Pred and Zero. 17.52/6.93 ---------------------------------------- 17.52/6.93 17.52/6.93 (12) 17.52/6.93 Obligation: 17.52/6.93 mainModule Main 17.52/6.93 module Main where { 17.52/6.93 import qualified Prelude; 17.52/6.93 } 17.52/6.93 17.52/6.93 ---------------------------------------- 17.52/6.93 17.52/6.93 (13) Narrow (SOUND) 17.52/6.93 Haskell To QDPs 17.52/6.93 17.52/6.93 digraph dp_graph { 17.52/6.93 node [outthreshold=100, inthreshold=100];1[label="max",fontsize=16,color="grey",shape="box"];1 -> 3[label="",style="dashed", color="grey", weight=3]; 17.52/6.93 3[label="max vwx3",fontsize=16,color="grey",shape="box"];3 -> 4[label="",style="dashed", color="grey", weight=3]; 17.52/6.93 4[label="max vwx3 vwx4",fontsize=16,color="black",shape="triangle"];4 -> 5[label="",style="solid", color="black", weight=3]; 17.52/6.93 5[label="max2 vwx3 vwx4",fontsize=16,color="black",shape="box"];5 -> 6[label="",style="solid", color="black", weight=3]; 17.52/6.93 6[label="max1 vwx3 vwx4 (vwx3 <= vwx4)",fontsize=16,color="burlywood",shape="box"];1587[label="vwx3/Nothing",fontsize=10,color="white",style="solid",shape="box"];6 -> 1587[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1587 -> 7[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 1588[label="vwx3/Just vwx30",fontsize=10,color="white",style="solid",shape="box"];6 -> 1588[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1588 -> 8[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 7[label="max1 Nothing vwx4 (Nothing <= vwx4)",fontsize=16,color="burlywood",shape="box"];1589[label="vwx4/Nothing",fontsize=10,color="white",style="solid",shape="box"];7 -> 1589[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1589 -> 9[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 1590[label="vwx4/Just vwx40",fontsize=10,color="white",style="solid",shape="box"];7 -> 1590[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1590 -> 10[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 8[label="max1 (Just vwx30) vwx4 (Just vwx30 <= vwx4)",fontsize=16,color="burlywood",shape="box"];1591[label="vwx4/Nothing",fontsize=10,color="white",style="solid",shape="box"];8 -> 1591[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1591 -> 11[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 1592[label="vwx4/Just vwx40",fontsize=10,color="white",style="solid",shape="box"];8 -> 1592[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1592 -> 12[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 9[label="max1 Nothing Nothing (Nothing <= Nothing)",fontsize=16,color="black",shape="box"];9 -> 13[label="",style="solid", color="black", weight=3]; 17.52/6.93 10[label="max1 Nothing (Just vwx40) (Nothing <= Just vwx40)",fontsize=16,color="black",shape="box"];10 -> 14[label="",style="solid", color="black", weight=3]; 17.52/6.93 11[label="max1 (Just vwx30) Nothing (Just vwx30 <= Nothing)",fontsize=16,color="black",shape="box"];11 -> 15[label="",style="solid", color="black", weight=3]; 17.52/6.93 12[label="max1 (Just vwx30) (Just vwx40) (Just vwx30 <= Just vwx40)",fontsize=16,color="black",shape="box"];12 -> 16[label="",style="solid", color="black", weight=3]; 17.52/6.93 13[label="max1 Nothing Nothing True",fontsize=16,color="black",shape="box"];13 -> 17[label="",style="solid", color="black", weight=3]; 17.52/6.93 14[label="max1 Nothing (Just vwx40) True",fontsize=16,color="black",shape="box"];14 -> 18[label="",style="solid", color="black", weight=3]; 17.52/6.93 15[label="max1 (Just vwx30) Nothing False",fontsize=16,color="black",shape="box"];15 -> 19[label="",style="solid", color="black", weight=3]; 17.52/6.93 16 -> 20[label="",style="dashed", color="red", weight=0]; 17.52/6.93 16[label="max1 (Just vwx30) (Just vwx40) (vwx30 <= vwx40)",fontsize=16,color="magenta"];16 -> 21[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 16 -> 22[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 16 -> 23[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 17[label="Nothing",fontsize=16,color="green",shape="box"];18[label="Just vwx40",fontsize=16,color="green",shape="box"];19[label="max0 (Just vwx30) Nothing otherwise",fontsize=16,color="black",shape="box"];19 -> 24[label="",style="solid", color="black", weight=3]; 17.52/6.93 21[label="vwx40",fontsize=16,color="green",shape="box"];22[label="vwx30",fontsize=16,color="green",shape="box"];23[label="vwx30 <= vwx40",fontsize=16,color="blue",shape="box"];1593[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 1593[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1593 -> 25[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1594[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 1594[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1594 -> 26[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1595[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 1595[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1595 -> 27[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1596[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 1596[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1596 -> 28[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1597[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 1597[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1597 -> 29[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1598[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 1598[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1598 -> 30[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1599[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 1599[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1599 -> 31[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1600[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 1600[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1600 -> 32[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1601[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 1601[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1601 -> 33[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1602[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 1602[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1602 -> 34[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1603[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 1603[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1603 -> 35[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1604[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 1604[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1604 -> 36[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1605[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 1605[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1605 -> 37[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1606[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 1606[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1606 -> 38[label="",style="solid", color="blue", weight=3]; 17.52/6.93 20[label="max1 (Just vwx9) (Just vwx10) vwx11",fontsize=16,color="burlywood",shape="triangle"];1607[label="vwx11/False",fontsize=10,color="white",style="solid",shape="box"];20 -> 1607[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1607 -> 39[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 1608[label="vwx11/True",fontsize=10,color="white",style="solid",shape="box"];20 -> 1608[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1608 -> 40[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 24[label="max0 (Just vwx30) Nothing True",fontsize=16,color="black",shape="box"];24 -> 41[label="",style="solid", color="black", weight=3]; 17.52/6.93 25[label="vwx30 <= vwx40",fontsize=16,color="burlywood",shape="triangle"];1609[label="vwx30/LT",fontsize=10,color="white",style="solid",shape="box"];25 -> 1609[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1609 -> 42[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 1610[label="vwx30/EQ",fontsize=10,color="white",style="solid",shape="box"];25 -> 1610[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1610 -> 43[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 1611[label="vwx30/GT",fontsize=10,color="white",style="solid",shape="box"];25 -> 1611[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1611 -> 44[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 26[label="vwx30 <= vwx40",fontsize=16,color="burlywood",shape="triangle"];1612[label="vwx30/Nothing",fontsize=10,color="white",style="solid",shape="box"];26 -> 1612[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1612 -> 45[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 1613[label="vwx30/Just vwx300",fontsize=10,color="white",style="solid",shape="box"];26 -> 1613[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1613 -> 46[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 27[label="vwx30 <= vwx40",fontsize=16,color="burlywood",shape="triangle"];1614[label="vwx30/False",fontsize=10,color="white",style="solid",shape="box"];27 -> 1614[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1614 -> 47[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 1615[label="vwx30/True",fontsize=10,color="white",style="solid",shape="box"];27 -> 1615[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1615 -> 48[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 28[label="vwx30 <= vwx40",fontsize=16,color="black",shape="triangle"];28 -> 49[label="",style="solid", color="black", weight=3]; 17.52/6.93 29[label="vwx30 <= vwx40",fontsize=16,color="black",shape="triangle"];29 -> 50[label="",style="solid", color="black", weight=3]; 17.52/6.93 30[label="vwx30 <= vwx40",fontsize=16,color="black",shape="triangle"];30 -> 51[label="",style="solid", color="black", weight=3]; 17.52/6.93 31[label="vwx30 <= vwx40",fontsize=16,color="black",shape="triangle"];31 -> 52[label="",style="solid", color="black", weight=3]; 17.52/6.93 32[label="vwx30 <= vwx40",fontsize=16,color="burlywood",shape="triangle"];1616[label="vwx30/(vwx300,vwx301,vwx302)",fontsize=10,color="white",style="solid",shape="box"];32 -> 1616[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1616 -> 53[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 33[label="vwx30 <= vwx40",fontsize=16,color="black",shape="triangle"];33 -> 54[label="",style="solid", color="black", weight=3]; 17.52/6.93 34[label="vwx30 <= vwx40",fontsize=16,color="black",shape="triangle"];34 -> 55[label="",style="solid", color="black", weight=3]; 17.52/6.93 35[label="vwx30 <= vwx40",fontsize=16,color="black",shape="triangle"];35 -> 56[label="",style="solid", color="black", weight=3]; 17.52/6.93 36[label="vwx30 <= vwx40",fontsize=16,color="black",shape="triangle"];36 -> 57[label="",style="solid", color="black", weight=3]; 17.52/6.93 37[label="vwx30 <= vwx40",fontsize=16,color="burlywood",shape="triangle"];1617[label="vwx30/(vwx300,vwx301)",fontsize=10,color="white",style="solid",shape="box"];37 -> 1617[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1617 -> 58[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 38[label="vwx30 <= vwx40",fontsize=16,color="burlywood",shape="triangle"];1618[label="vwx30/Left vwx300",fontsize=10,color="white",style="solid",shape="box"];38 -> 1618[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1618 -> 59[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 1619[label="vwx30/Right vwx300",fontsize=10,color="white",style="solid",shape="box"];38 -> 1619[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1619 -> 60[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 39[label="max1 (Just vwx9) (Just vwx10) False",fontsize=16,color="black",shape="box"];39 -> 61[label="",style="solid", color="black", weight=3]; 17.52/6.93 40[label="max1 (Just vwx9) (Just vwx10) True",fontsize=16,color="black",shape="box"];40 -> 62[label="",style="solid", color="black", weight=3]; 17.52/6.93 41[label="Just vwx30",fontsize=16,color="green",shape="box"];42[label="LT <= vwx40",fontsize=16,color="burlywood",shape="box"];1620[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];42 -> 1620[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1620 -> 63[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 1621[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];42 -> 1621[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1621 -> 64[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 1622[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];42 -> 1622[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1622 -> 65[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 43[label="EQ <= vwx40",fontsize=16,color="burlywood",shape="box"];1623[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];43 -> 1623[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1623 -> 66[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 1624[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];43 -> 1624[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1624 -> 67[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 1625[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];43 -> 1625[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1625 -> 68[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 44[label="GT <= vwx40",fontsize=16,color="burlywood",shape="box"];1626[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];44 -> 1626[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1626 -> 69[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 1627[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];44 -> 1627[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1627 -> 70[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 1628[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];44 -> 1628[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1628 -> 71[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 45[label="Nothing <= vwx40",fontsize=16,color="burlywood",shape="box"];1629[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];45 -> 1629[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1629 -> 72[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 1630[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];45 -> 1630[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1630 -> 73[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 46[label="Just vwx300 <= vwx40",fontsize=16,color="burlywood",shape="box"];1631[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];46 -> 1631[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1631 -> 74[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 1632[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];46 -> 1632[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1632 -> 75[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 47[label="False <= vwx40",fontsize=16,color="burlywood",shape="box"];1633[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];47 -> 1633[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1633 -> 76[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 1634[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];47 -> 1634[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1634 -> 77[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 48[label="True <= vwx40",fontsize=16,color="burlywood",shape="box"];1635[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];48 -> 1635[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1635 -> 78[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 1636[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];48 -> 1636[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1636 -> 79[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 49[label="compare vwx30 vwx40 /= GT",fontsize=16,color="black",shape="box"];49 -> 80[label="",style="solid", color="black", weight=3]; 17.52/6.93 50[label="compare vwx30 vwx40 /= GT",fontsize=16,color="black",shape="box"];50 -> 81[label="",style="solid", color="black", weight=3]; 17.52/6.93 51[label="compare vwx30 vwx40 /= GT",fontsize=16,color="black",shape="box"];51 -> 82[label="",style="solid", color="black", weight=3]; 17.52/6.93 52[label="compare vwx30 vwx40 /= GT",fontsize=16,color="black",shape="box"];52 -> 83[label="",style="solid", color="black", weight=3]; 17.52/6.93 53[label="(vwx300,vwx301,vwx302) <= vwx40",fontsize=16,color="burlywood",shape="box"];1637[label="vwx40/(vwx400,vwx401,vwx402)",fontsize=10,color="white",style="solid",shape="box"];53 -> 1637[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1637 -> 84[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 54[label="compare vwx30 vwx40 /= GT",fontsize=16,color="black",shape="box"];54 -> 85[label="",style="solid", color="black", weight=3]; 17.52/6.93 55[label="compare vwx30 vwx40 /= GT",fontsize=16,color="black",shape="box"];55 -> 86[label="",style="solid", color="black", weight=3]; 17.52/6.93 56[label="compare vwx30 vwx40 /= GT",fontsize=16,color="black",shape="box"];56 -> 87[label="",style="solid", color="black", weight=3]; 17.52/6.93 57[label="compare vwx30 vwx40 /= GT",fontsize=16,color="black",shape="box"];57 -> 88[label="",style="solid", color="black", weight=3]; 17.52/6.93 58[label="(vwx300,vwx301) <= vwx40",fontsize=16,color="burlywood",shape="box"];1638[label="vwx40/(vwx400,vwx401)",fontsize=10,color="white",style="solid",shape="box"];58 -> 1638[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1638 -> 89[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 59[label="Left vwx300 <= vwx40",fontsize=16,color="burlywood",shape="box"];1639[label="vwx40/Left vwx400",fontsize=10,color="white",style="solid",shape="box"];59 -> 1639[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1639 -> 90[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 1640[label="vwx40/Right vwx400",fontsize=10,color="white",style="solid",shape="box"];59 -> 1640[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1640 -> 91[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 60[label="Right vwx300 <= vwx40",fontsize=16,color="burlywood",shape="box"];1641[label="vwx40/Left vwx400",fontsize=10,color="white",style="solid",shape="box"];60 -> 1641[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1641 -> 92[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 1642[label="vwx40/Right vwx400",fontsize=10,color="white",style="solid",shape="box"];60 -> 1642[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1642 -> 93[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 61[label="max0 (Just vwx9) (Just vwx10) otherwise",fontsize=16,color="black",shape="box"];61 -> 94[label="",style="solid", color="black", weight=3]; 17.52/6.93 62[label="Just vwx10",fontsize=16,color="green",shape="box"];63[label="LT <= LT",fontsize=16,color="black",shape="box"];63 -> 95[label="",style="solid", color="black", weight=3]; 17.52/6.93 64[label="LT <= EQ",fontsize=16,color="black",shape="box"];64 -> 96[label="",style="solid", color="black", weight=3]; 17.52/6.93 65[label="LT <= GT",fontsize=16,color="black",shape="box"];65 -> 97[label="",style="solid", color="black", weight=3]; 17.52/6.93 66[label="EQ <= LT",fontsize=16,color="black",shape="box"];66 -> 98[label="",style="solid", color="black", weight=3]; 17.52/6.93 67[label="EQ <= EQ",fontsize=16,color="black",shape="box"];67 -> 99[label="",style="solid", color="black", weight=3]; 17.52/6.93 68[label="EQ <= GT",fontsize=16,color="black",shape="box"];68 -> 100[label="",style="solid", color="black", weight=3]; 17.52/6.93 69[label="GT <= LT",fontsize=16,color="black",shape="box"];69 -> 101[label="",style="solid", color="black", weight=3]; 17.52/6.93 70[label="GT <= EQ",fontsize=16,color="black",shape="box"];70 -> 102[label="",style="solid", color="black", weight=3]; 17.52/6.93 71[label="GT <= GT",fontsize=16,color="black",shape="box"];71 -> 103[label="",style="solid", color="black", weight=3]; 17.52/6.93 72[label="Nothing <= Nothing",fontsize=16,color="black",shape="box"];72 -> 104[label="",style="solid", color="black", weight=3]; 17.52/6.93 73[label="Nothing <= Just vwx400",fontsize=16,color="black",shape="box"];73 -> 105[label="",style="solid", color="black", weight=3]; 17.52/6.93 74[label="Just vwx300 <= Nothing",fontsize=16,color="black",shape="box"];74 -> 106[label="",style="solid", color="black", weight=3]; 17.52/6.93 75[label="Just vwx300 <= Just vwx400",fontsize=16,color="black",shape="box"];75 -> 107[label="",style="solid", color="black", weight=3]; 17.52/6.93 76[label="False <= False",fontsize=16,color="black",shape="box"];76 -> 108[label="",style="solid", color="black", weight=3]; 17.52/6.93 77[label="False <= True",fontsize=16,color="black",shape="box"];77 -> 109[label="",style="solid", color="black", weight=3]; 17.52/6.93 78[label="True <= False",fontsize=16,color="black",shape="box"];78 -> 110[label="",style="solid", color="black", weight=3]; 17.52/6.93 79[label="True <= True",fontsize=16,color="black",shape="box"];79 -> 111[label="",style="solid", color="black", weight=3]; 17.52/6.93 80 -> 378[label="",style="dashed", color="red", weight=0]; 17.52/6.93 80[label="not (compare vwx30 vwx40 == GT)",fontsize=16,color="magenta"];80 -> 379[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 81 -> 378[label="",style="dashed", color="red", weight=0]; 17.52/6.93 81[label="not (compare vwx30 vwx40 == GT)",fontsize=16,color="magenta"];81 -> 380[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 82 -> 378[label="",style="dashed", color="red", weight=0]; 17.52/6.93 82[label="not (compare vwx30 vwx40 == GT)",fontsize=16,color="magenta"];82 -> 381[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 83 -> 378[label="",style="dashed", color="red", weight=0]; 17.52/6.93 83[label="not (compare vwx30 vwx40 == GT)",fontsize=16,color="magenta"];83 -> 382[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 84[label="(vwx300,vwx301,vwx302) <= (vwx400,vwx401,vwx402)",fontsize=16,color="black",shape="box"];84 -> 117[label="",style="solid", color="black", weight=3]; 17.52/6.93 85 -> 378[label="",style="dashed", color="red", weight=0]; 17.52/6.93 85[label="not (compare vwx30 vwx40 == GT)",fontsize=16,color="magenta"];85 -> 383[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 86 -> 378[label="",style="dashed", color="red", weight=0]; 17.52/6.93 86[label="not (compare vwx30 vwx40 == GT)",fontsize=16,color="magenta"];86 -> 384[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 87 -> 378[label="",style="dashed", color="red", weight=0]; 17.52/6.93 87[label="not (compare vwx30 vwx40 == GT)",fontsize=16,color="magenta"];87 -> 385[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 88 -> 378[label="",style="dashed", color="red", weight=0]; 17.52/6.93 88[label="not (compare vwx30 vwx40 == GT)",fontsize=16,color="magenta"];88 -> 386[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 89[label="(vwx300,vwx301) <= (vwx400,vwx401)",fontsize=16,color="black",shape="box"];89 -> 122[label="",style="solid", color="black", weight=3]; 17.52/6.93 90[label="Left vwx300 <= Left vwx400",fontsize=16,color="black",shape="box"];90 -> 123[label="",style="solid", color="black", weight=3]; 17.52/6.93 91[label="Left vwx300 <= Right vwx400",fontsize=16,color="black",shape="box"];91 -> 124[label="",style="solid", color="black", weight=3]; 17.52/6.93 92[label="Right vwx300 <= Left vwx400",fontsize=16,color="black",shape="box"];92 -> 125[label="",style="solid", color="black", weight=3]; 17.52/6.93 93[label="Right vwx300 <= Right vwx400",fontsize=16,color="black",shape="box"];93 -> 126[label="",style="solid", color="black", weight=3]; 17.52/6.93 94[label="max0 (Just vwx9) (Just vwx10) True",fontsize=16,color="black",shape="box"];94 -> 127[label="",style="solid", color="black", weight=3]; 17.52/6.93 95[label="True",fontsize=16,color="green",shape="box"];96[label="True",fontsize=16,color="green",shape="box"];97[label="True",fontsize=16,color="green",shape="box"];98[label="False",fontsize=16,color="green",shape="box"];99[label="True",fontsize=16,color="green",shape="box"];100[label="True",fontsize=16,color="green",shape="box"];101[label="False",fontsize=16,color="green",shape="box"];102[label="False",fontsize=16,color="green",shape="box"];103[label="True",fontsize=16,color="green",shape="box"];104[label="True",fontsize=16,color="green",shape="box"];105[label="True",fontsize=16,color="green",shape="box"];106[label="False",fontsize=16,color="green",shape="box"];107[label="vwx300 <= vwx400",fontsize=16,color="blue",shape="box"];1643[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];107 -> 1643[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1643 -> 128[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1644[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];107 -> 1644[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1644 -> 129[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1645[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];107 -> 1645[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1645 -> 130[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1646[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];107 -> 1646[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1646 -> 131[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1647[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];107 -> 1647[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1647 -> 132[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1648[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];107 -> 1648[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1648 -> 133[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1649[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];107 -> 1649[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1649 -> 134[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1650[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];107 -> 1650[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1650 -> 135[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1651[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];107 -> 1651[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1651 -> 136[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1652[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];107 -> 1652[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1652 -> 137[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1653[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];107 -> 1653[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1653 -> 138[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1654[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];107 -> 1654[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1654 -> 139[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1655[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];107 -> 1655[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1655 -> 140[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1656[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];107 -> 1656[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1656 -> 141[label="",style="solid", color="blue", weight=3]; 17.52/6.93 108[label="True",fontsize=16,color="green",shape="box"];109[label="True",fontsize=16,color="green",shape="box"];110[label="False",fontsize=16,color="green",shape="box"];111[label="True",fontsize=16,color="green",shape="box"];379[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];379 -> 399[label="",style="solid", color="black", weight=3]; 17.52/6.93 378[label="not (vwx41 == GT)",fontsize=16,color="burlywood",shape="triangle"];1657[label="vwx41/LT",fontsize=10,color="white",style="solid",shape="box"];378 -> 1657[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1657 -> 400[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 1658[label="vwx41/EQ",fontsize=10,color="white",style="solid",shape="box"];378 -> 1658[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1658 -> 401[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 1659[label="vwx41/GT",fontsize=10,color="white",style="solid",shape="box"];378 -> 1659[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1659 -> 402[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 380[label="compare vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];1660[label="vwx30/vwx300 : vwx301",fontsize=10,color="white",style="solid",shape="box"];380 -> 1660[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1660 -> 403[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 1661[label="vwx30/[]",fontsize=10,color="white",style="solid",shape="box"];380 -> 1661[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1661 -> 404[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 381[label="compare vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];1662[label="vwx30/vwx300 :% vwx301",fontsize=10,color="white",style="solid",shape="box"];381 -> 1662[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1662 -> 405[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 382[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];382 -> 406[label="",style="solid", color="black", weight=3]; 17.52/6.93 117 -> 247[label="",style="dashed", color="red", weight=0]; 17.52/6.93 117[label="vwx300 < vwx400 || vwx300 == vwx400 && (vwx301 < vwx401 || vwx301 == vwx401 && vwx302 <= vwx402)",fontsize=16,color="magenta"];117 -> 248[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 117 -> 249[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 117 -> 250[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 117 -> 251[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 383[label="compare vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];1663[label="vwx30/()",fontsize=10,color="white",style="solid",shape="box"];383 -> 1663[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1663 -> 407[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 384[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];384 -> 408[label="",style="solid", color="black", weight=3]; 17.52/6.93 385[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];385 -> 409[label="",style="solid", color="black", weight=3]; 17.52/6.93 386[label="compare vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];1664[label="vwx30/Integer vwx300",fontsize=10,color="white",style="solid",shape="box"];386 -> 1664[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1664 -> 410[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 122 -> 247[label="",style="dashed", color="red", weight=0]; 17.52/6.93 122[label="vwx300 < vwx400 || vwx300 == vwx400 && vwx301 <= vwx401",fontsize=16,color="magenta"];122 -> 252[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 122 -> 253[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 122 -> 254[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 122 -> 255[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 123[label="vwx300 <= vwx400",fontsize=16,color="blue",shape="box"];1665[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];123 -> 1665[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1665 -> 168[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1666[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];123 -> 1666[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1666 -> 169[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1667[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];123 -> 1667[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1667 -> 170[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1668[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];123 -> 1668[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1668 -> 171[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1669[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];123 -> 1669[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1669 -> 172[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1670[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];123 -> 1670[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1670 -> 173[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1671[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];123 -> 1671[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1671 -> 174[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1672[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];123 -> 1672[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1672 -> 175[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1673[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];123 -> 1673[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1673 -> 176[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1674[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];123 -> 1674[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1674 -> 177[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1675[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];123 -> 1675[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1675 -> 178[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1676[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];123 -> 1676[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1676 -> 179[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1677[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];123 -> 1677[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1677 -> 180[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1678[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];123 -> 1678[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1678 -> 181[label="",style="solid", color="blue", weight=3]; 17.52/6.93 124[label="True",fontsize=16,color="green",shape="box"];125[label="False",fontsize=16,color="green",shape="box"];126[label="vwx300 <= vwx400",fontsize=16,color="blue",shape="box"];1679[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];126 -> 1679[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1679 -> 182[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1680[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];126 -> 1680[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1680 -> 183[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1681[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];126 -> 1681[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1681 -> 184[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1682[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];126 -> 1682[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1682 -> 185[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1683[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];126 -> 1683[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1683 -> 186[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1684[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];126 -> 1684[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1684 -> 187[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1685[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];126 -> 1685[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1685 -> 188[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1686[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];126 -> 1686[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1686 -> 189[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1687[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];126 -> 1687[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1687 -> 190[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1688[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];126 -> 1688[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1688 -> 191[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1689[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];126 -> 1689[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1689 -> 192[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1690[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];126 -> 1690[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1690 -> 193[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1691[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];126 -> 1691[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1691 -> 194[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1692[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];126 -> 1692[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1692 -> 195[label="",style="solid", color="blue", weight=3]; 17.52/6.93 127[label="Just vwx9",fontsize=16,color="green",shape="box"];128 -> 25[label="",style="dashed", color="red", weight=0]; 17.52/6.93 128[label="vwx300 <= vwx400",fontsize=16,color="magenta"];128 -> 196[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 128 -> 197[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 129 -> 26[label="",style="dashed", color="red", weight=0]; 17.52/6.93 129[label="vwx300 <= vwx400",fontsize=16,color="magenta"];129 -> 198[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 129 -> 199[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 130 -> 27[label="",style="dashed", color="red", weight=0]; 17.52/6.93 130[label="vwx300 <= vwx400",fontsize=16,color="magenta"];130 -> 200[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 130 -> 201[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 131 -> 28[label="",style="dashed", color="red", weight=0]; 17.52/6.93 131[label="vwx300 <= vwx400",fontsize=16,color="magenta"];131 -> 202[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 131 -> 203[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 132 -> 29[label="",style="dashed", color="red", weight=0]; 17.52/6.93 132[label="vwx300 <= vwx400",fontsize=16,color="magenta"];132 -> 204[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 132 -> 205[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 133 -> 30[label="",style="dashed", color="red", weight=0]; 17.52/6.93 133[label="vwx300 <= vwx400",fontsize=16,color="magenta"];133 -> 206[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 133 -> 207[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 134 -> 31[label="",style="dashed", color="red", weight=0]; 17.52/6.93 134[label="vwx300 <= vwx400",fontsize=16,color="magenta"];134 -> 208[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 134 -> 209[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 135 -> 32[label="",style="dashed", color="red", weight=0]; 17.52/6.93 135[label="vwx300 <= vwx400",fontsize=16,color="magenta"];135 -> 210[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 135 -> 211[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 136 -> 33[label="",style="dashed", color="red", weight=0]; 17.52/6.93 136[label="vwx300 <= vwx400",fontsize=16,color="magenta"];136 -> 212[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 136 -> 213[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 137 -> 34[label="",style="dashed", color="red", weight=0]; 17.52/6.93 137[label="vwx300 <= vwx400",fontsize=16,color="magenta"];137 -> 214[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 137 -> 215[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 138 -> 35[label="",style="dashed", color="red", weight=0]; 17.52/6.93 138[label="vwx300 <= vwx400",fontsize=16,color="magenta"];138 -> 216[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 138 -> 217[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 139 -> 36[label="",style="dashed", color="red", weight=0]; 17.52/6.93 139[label="vwx300 <= vwx400",fontsize=16,color="magenta"];139 -> 218[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 139 -> 219[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 140 -> 37[label="",style="dashed", color="red", weight=0]; 17.52/6.93 140[label="vwx300 <= vwx400",fontsize=16,color="magenta"];140 -> 220[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 140 -> 221[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 141 -> 38[label="",style="dashed", color="red", weight=0]; 17.52/6.93 141[label="vwx300 <= vwx400",fontsize=16,color="magenta"];141 -> 222[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 141 -> 223[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 399[label="primCmpDouble vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];1693[label="vwx30/Double vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];399 -> 1693[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1693 -> 511[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 400[label="not (LT == GT)",fontsize=16,color="black",shape="box"];400 -> 512[label="",style="solid", color="black", weight=3]; 17.52/6.93 401[label="not (EQ == GT)",fontsize=16,color="black",shape="box"];401 -> 513[label="",style="solid", color="black", weight=3]; 17.52/6.93 402[label="not (GT == GT)",fontsize=16,color="black",shape="box"];402 -> 514[label="",style="solid", color="black", weight=3]; 17.52/6.93 403[label="compare (vwx300 : vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];1694[label="vwx40/vwx400 : vwx401",fontsize=10,color="white",style="solid",shape="box"];403 -> 1694[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1694 -> 515[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 1695[label="vwx40/[]",fontsize=10,color="white",style="solid",shape="box"];403 -> 1695[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1695 -> 516[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 404[label="compare [] vwx40",fontsize=16,color="burlywood",shape="box"];1696[label="vwx40/vwx400 : vwx401",fontsize=10,color="white",style="solid",shape="box"];404 -> 1696[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1696 -> 517[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 1697[label="vwx40/[]",fontsize=10,color="white",style="solid",shape="box"];404 -> 1697[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1697 -> 518[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 405[label="compare (vwx300 :% vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];1698[label="vwx40/vwx400 :% vwx401",fontsize=10,color="white",style="solid",shape="box"];405 -> 1698[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1698 -> 519[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 406[label="primCmpFloat vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];1699[label="vwx30/Float vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];406 -> 1699[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1699 -> 520[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 248[label="vwx300 < vwx400",fontsize=16,color="blue",shape="box"];1700[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];248 -> 1700[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1700 -> 261[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1701[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];248 -> 1701[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1701 -> 262[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1702[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];248 -> 1702[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1702 -> 263[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1703[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];248 -> 1703[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1703 -> 264[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1704[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];248 -> 1704[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1704 -> 265[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1705[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];248 -> 1705[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1705 -> 266[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1706[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];248 -> 1706[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1706 -> 267[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1707[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];248 -> 1707[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1707 -> 268[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1708[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];248 -> 1708[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1708 -> 269[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1709[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];248 -> 1709[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1709 -> 270[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1710[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];248 -> 1710[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1710 -> 271[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1711[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];248 -> 1711[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1711 -> 272[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1712[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];248 -> 1712[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1712 -> 273[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1713[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];248 -> 1713[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1713 -> 274[label="",style="solid", color="blue", weight=3]; 17.52/6.93 249[label="vwx300",fontsize=16,color="green",shape="box"];250[label="vwx400",fontsize=16,color="green",shape="box"];251 -> 247[label="",style="dashed", color="red", weight=0]; 17.52/6.93 251[label="vwx301 < vwx401 || vwx301 == vwx401 && vwx302 <= vwx402",fontsize=16,color="magenta"];251 -> 275[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 251 -> 276[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 251 -> 277[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 251 -> 278[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 247[label="vwx20 || vwx21 == vwx22 && vwx38",fontsize=16,color="burlywood",shape="triangle"];1714[label="vwx20/False",fontsize=10,color="white",style="solid",shape="box"];247 -> 1714[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1714 -> 279[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 1715[label="vwx20/True",fontsize=10,color="white",style="solid",shape="box"];247 -> 1715[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1715 -> 280[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 407[label="compare () vwx40",fontsize=16,color="burlywood",shape="box"];1716[label="vwx40/()",fontsize=10,color="white",style="solid",shape="box"];407 -> 1716[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1716 -> 521[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 408[label="primCmpInt vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];1717[label="vwx30/Pos vwx300",fontsize=10,color="white",style="solid",shape="box"];408 -> 1717[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1717 -> 522[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 1718[label="vwx30/Neg vwx300",fontsize=10,color="white",style="solid",shape="box"];408 -> 1718[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1718 -> 523[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 409[label="primCmpChar vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];1719[label="vwx30/Char vwx300",fontsize=10,color="white",style="solid",shape="box"];409 -> 1719[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1719 -> 524[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 410[label="compare (Integer vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];1720[label="vwx40/Integer vwx400",fontsize=10,color="white",style="solid",shape="box"];410 -> 1720[label="",style="solid", color="burlywood", weight=9]; 17.52/6.93 1720 -> 525[label="",style="solid", color="burlywood", weight=3]; 17.52/6.93 252[label="vwx300 < vwx400",fontsize=16,color="blue",shape="box"];1721[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];252 -> 1721[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1721 -> 288[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1722[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];252 -> 1722[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1722 -> 289[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1723[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];252 -> 1723[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1723 -> 290[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1724[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];252 -> 1724[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1724 -> 291[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1725[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];252 -> 1725[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1725 -> 292[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1726[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];252 -> 1726[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1726 -> 293[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1727[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];252 -> 1727[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1727 -> 294[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1728[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];252 -> 1728[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1728 -> 295[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1729[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];252 -> 1729[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1729 -> 296[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1730[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];252 -> 1730[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1730 -> 297[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1731[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];252 -> 1731[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1731 -> 298[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1732[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];252 -> 1732[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1732 -> 299[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1733[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];252 -> 1733[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1733 -> 300[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1734[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];252 -> 1734[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1734 -> 301[label="",style="solid", color="blue", weight=3]; 17.52/6.93 253[label="vwx300",fontsize=16,color="green",shape="box"];254[label="vwx400",fontsize=16,color="green",shape="box"];255[label="vwx301 <= vwx401",fontsize=16,color="blue",shape="box"];1735[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];255 -> 1735[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1735 -> 302[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1736[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];255 -> 1736[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1736 -> 303[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1737[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];255 -> 1737[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1737 -> 304[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1738[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];255 -> 1738[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1738 -> 305[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1739[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];255 -> 1739[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1739 -> 306[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1740[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];255 -> 1740[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1740 -> 307[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1741[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];255 -> 1741[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1741 -> 308[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1742[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];255 -> 1742[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1742 -> 309[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1743[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];255 -> 1743[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1743 -> 310[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1744[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];255 -> 1744[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1744 -> 311[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1745[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];255 -> 1745[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1745 -> 312[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1746[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];255 -> 1746[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1746 -> 313[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1747[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];255 -> 1747[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1747 -> 314[label="",style="solid", color="blue", weight=3]; 17.52/6.93 1748[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];255 -> 1748[label="",style="solid", color="blue", weight=9]; 17.52/6.93 1748 -> 315[label="",style="solid", color="blue", weight=3]; 17.52/6.93 168 -> 25[label="",style="dashed", color="red", weight=0]; 17.52/6.93 168[label="vwx300 <= vwx400",fontsize=16,color="magenta"];168 -> 316[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 168 -> 317[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 169 -> 26[label="",style="dashed", color="red", weight=0]; 17.52/6.93 169[label="vwx300 <= vwx400",fontsize=16,color="magenta"];169 -> 318[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 169 -> 319[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 170 -> 27[label="",style="dashed", color="red", weight=0]; 17.52/6.93 170[label="vwx300 <= vwx400",fontsize=16,color="magenta"];170 -> 320[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 170 -> 321[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 171 -> 28[label="",style="dashed", color="red", weight=0]; 17.52/6.93 171[label="vwx300 <= vwx400",fontsize=16,color="magenta"];171 -> 322[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 171 -> 323[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 172 -> 29[label="",style="dashed", color="red", weight=0]; 17.52/6.93 172[label="vwx300 <= vwx400",fontsize=16,color="magenta"];172 -> 324[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 172 -> 325[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 173 -> 30[label="",style="dashed", color="red", weight=0]; 17.52/6.93 173[label="vwx300 <= vwx400",fontsize=16,color="magenta"];173 -> 326[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 173 -> 327[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 174 -> 31[label="",style="dashed", color="red", weight=0]; 17.52/6.93 174[label="vwx300 <= vwx400",fontsize=16,color="magenta"];174 -> 328[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 174 -> 329[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 175 -> 32[label="",style="dashed", color="red", weight=0]; 17.52/6.93 175[label="vwx300 <= vwx400",fontsize=16,color="magenta"];175 -> 330[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 175 -> 331[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 176 -> 33[label="",style="dashed", color="red", weight=0]; 17.52/6.93 176[label="vwx300 <= vwx400",fontsize=16,color="magenta"];176 -> 332[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 176 -> 333[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 177 -> 34[label="",style="dashed", color="red", weight=0]; 17.52/6.93 177[label="vwx300 <= vwx400",fontsize=16,color="magenta"];177 -> 334[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 177 -> 335[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 178 -> 35[label="",style="dashed", color="red", weight=0]; 17.52/6.93 178[label="vwx300 <= vwx400",fontsize=16,color="magenta"];178 -> 336[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 178 -> 337[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 179 -> 36[label="",style="dashed", color="red", weight=0]; 17.52/6.93 179[label="vwx300 <= vwx400",fontsize=16,color="magenta"];179 -> 338[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 179 -> 339[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 180 -> 37[label="",style="dashed", color="red", weight=0]; 17.52/6.93 180[label="vwx300 <= vwx400",fontsize=16,color="magenta"];180 -> 340[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 180 -> 341[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 181 -> 38[label="",style="dashed", color="red", weight=0]; 17.52/6.93 181[label="vwx300 <= vwx400",fontsize=16,color="magenta"];181 -> 342[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 181 -> 343[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 182 -> 25[label="",style="dashed", color="red", weight=0]; 17.52/6.93 182[label="vwx300 <= vwx400",fontsize=16,color="magenta"];182 -> 344[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 182 -> 345[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 183 -> 26[label="",style="dashed", color="red", weight=0]; 17.52/6.93 183[label="vwx300 <= vwx400",fontsize=16,color="magenta"];183 -> 346[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 183 -> 347[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 184 -> 27[label="",style="dashed", color="red", weight=0]; 17.52/6.93 184[label="vwx300 <= vwx400",fontsize=16,color="magenta"];184 -> 348[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 184 -> 349[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 185 -> 28[label="",style="dashed", color="red", weight=0]; 17.52/6.93 185[label="vwx300 <= vwx400",fontsize=16,color="magenta"];185 -> 350[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 185 -> 351[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 186 -> 29[label="",style="dashed", color="red", weight=0]; 17.52/6.93 186[label="vwx300 <= vwx400",fontsize=16,color="magenta"];186 -> 352[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 186 -> 353[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 187 -> 30[label="",style="dashed", color="red", weight=0]; 17.52/6.93 187[label="vwx300 <= vwx400",fontsize=16,color="magenta"];187 -> 354[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 187 -> 355[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 188 -> 31[label="",style="dashed", color="red", weight=0]; 17.52/6.93 188[label="vwx300 <= vwx400",fontsize=16,color="magenta"];188 -> 356[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 188 -> 357[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 189 -> 32[label="",style="dashed", color="red", weight=0]; 17.52/6.93 189[label="vwx300 <= vwx400",fontsize=16,color="magenta"];189 -> 358[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 189 -> 359[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 190 -> 33[label="",style="dashed", color="red", weight=0]; 17.52/6.93 190[label="vwx300 <= vwx400",fontsize=16,color="magenta"];190 -> 360[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 190 -> 361[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 191 -> 34[label="",style="dashed", color="red", weight=0]; 17.52/6.93 191[label="vwx300 <= vwx400",fontsize=16,color="magenta"];191 -> 362[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 191 -> 363[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 192 -> 35[label="",style="dashed", color="red", weight=0]; 17.52/6.93 192[label="vwx300 <= vwx400",fontsize=16,color="magenta"];192 -> 364[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 192 -> 365[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 193 -> 36[label="",style="dashed", color="red", weight=0]; 17.52/6.93 193[label="vwx300 <= vwx400",fontsize=16,color="magenta"];193 -> 366[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 193 -> 367[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 194 -> 37[label="",style="dashed", color="red", weight=0]; 17.52/6.93 194[label="vwx300 <= vwx400",fontsize=16,color="magenta"];194 -> 368[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 194 -> 369[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 195 -> 38[label="",style="dashed", color="red", weight=0]; 17.52/6.93 195[label="vwx300 <= vwx400",fontsize=16,color="magenta"];195 -> 370[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 195 -> 371[label="",style="dashed", color="magenta", weight=3]; 17.52/6.93 196[label="vwx300",fontsize=16,color="green",shape="box"];197[label="vwx400",fontsize=16,color="green",shape="box"];198[label="vwx300",fontsize=16,color="green",shape="box"];199[label="vwx400",fontsize=16,color="green",shape="box"];200[label="vwx300",fontsize=16,color="green",shape="box"];201[label="vwx400",fontsize=16,color="green",shape="box"];202[label="vwx300",fontsize=16,color="green",shape="box"];203[label="vwx400",fontsize=16,color="green",shape="box"];204[label="vwx300",fontsize=16,color="green",shape="box"];205[label="vwx400",fontsize=16,color="green",shape="box"];206[label="vwx300",fontsize=16,color="green",shape="box"];207[label="vwx400",fontsize=16,color="green",shape="box"];208[label="vwx300",fontsize=16,color="green",shape="box"];209[label="vwx400",fontsize=16,color="green",shape="box"];210[label="vwx300",fontsize=16,color="green",shape="box"];211[label="vwx400",fontsize=16,color="green",shape="box"];212[label="vwx300",fontsize=16,color="green",shape="box"];213[label="vwx400",fontsize=16,color="green",shape="box"];214[label="vwx300",fontsize=16,color="green",shape="box"];215[label="vwx400",fontsize=16,color="green",shape="box"];216[label="vwx300",fontsize=16,color="green",shape="box"];217[label="vwx400",fontsize=16,color="green",shape="box"];218[label="vwx300",fontsize=16,color="green",shape="box"];219[label="vwx400",fontsize=16,color="green",shape="box"];220[label="vwx300",fontsize=16,color="green",shape="box"];221[label="vwx400",fontsize=16,color="green",shape="box"];222[label="vwx300",fontsize=16,color="green",shape="box"];223[label="vwx400",fontsize=16,color="green",shape="box"];511[label="primCmpDouble (Double vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];1749[label="vwx301/Pos vwx3010",fontsize=10,color="white",style="solid",shape="box"];511 -> 1749[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1749 -> 547[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1750[label="vwx301/Neg vwx3010",fontsize=10,color="white",style="solid",shape="box"];511 -> 1750[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1750 -> 548[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 512[label="not False",fontsize=16,color="black",shape="triangle"];512 -> 549[label="",style="solid", color="black", weight=3]; 17.52/6.94 513 -> 512[label="",style="dashed", color="red", weight=0]; 17.52/6.94 513[label="not False",fontsize=16,color="magenta"];514[label="not True",fontsize=16,color="black",shape="box"];514 -> 550[label="",style="solid", color="black", weight=3]; 17.52/6.94 515[label="compare (vwx300 : vwx301) (vwx400 : vwx401)",fontsize=16,color="black",shape="box"];515 -> 551[label="",style="solid", color="black", weight=3]; 17.52/6.94 516[label="compare (vwx300 : vwx301) []",fontsize=16,color="black",shape="box"];516 -> 552[label="",style="solid", color="black", weight=3]; 17.52/6.94 517[label="compare [] (vwx400 : vwx401)",fontsize=16,color="black",shape="box"];517 -> 553[label="",style="solid", color="black", weight=3]; 17.52/6.94 518[label="compare [] []",fontsize=16,color="black",shape="box"];518 -> 554[label="",style="solid", color="black", weight=3]; 17.52/6.94 519[label="compare (vwx300 :% vwx301) (vwx400 :% vwx401)",fontsize=16,color="black",shape="box"];519 -> 555[label="",style="solid", color="black", weight=3]; 17.52/6.94 520[label="primCmpFloat (Float vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];1751[label="vwx301/Pos vwx3010",fontsize=10,color="white",style="solid",shape="box"];520 -> 1751[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1751 -> 556[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1752[label="vwx301/Neg vwx3010",fontsize=10,color="white",style="solid",shape="box"];520 -> 1752[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1752 -> 557[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 261[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];261 -> 411[label="",style="solid", color="black", weight=3]; 17.52/6.94 262[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];262 -> 412[label="",style="solid", color="black", weight=3]; 17.52/6.94 263[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];263 -> 413[label="",style="solid", color="black", weight=3]; 17.52/6.94 264[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];264 -> 414[label="",style="solid", color="black", weight=3]; 17.52/6.94 265[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];265 -> 415[label="",style="solid", color="black", weight=3]; 17.52/6.94 266[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];266 -> 416[label="",style="solid", color="black", weight=3]; 17.52/6.94 267[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];267 -> 417[label="",style="solid", color="black", weight=3]; 17.52/6.94 268[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];268 -> 418[label="",style="solid", color="black", weight=3]; 17.52/6.94 269[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];269 -> 419[label="",style="solid", color="black", weight=3]; 17.52/6.94 270[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];270 -> 420[label="",style="solid", color="black", weight=3]; 17.52/6.94 271[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];271 -> 421[label="",style="solid", color="black", weight=3]; 17.52/6.94 272[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];272 -> 422[label="",style="solid", color="black", weight=3]; 17.52/6.94 273[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];273 -> 423[label="",style="solid", color="black", weight=3]; 17.52/6.94 274[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];274 -> 424[label="",style="solid", color="black", weight=3]; 17.52/6.94 275[label="vwx301 < vwx401",fontsize=16,color="blue",shape="box"];1753[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];275 -> 1753[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1753 -> 425[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1754[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];275 -> 1754[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1754 -> 426[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1755[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];275 -> 1755[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1755 -> 427[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1756[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];275 -> 1756[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1756 -> 428[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1757[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];275 -> 1757[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1757 -> 429[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1758[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];275 -> 1758[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1758 -> 430[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1759[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];275 -> 1759[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1759 -> 431[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1760[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];275 -> 1760[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1760 -> 432[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1761[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];275 -> 1761[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1761 -> 433[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1762[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];275 -> 1762[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1762 -> 434[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1763[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];275 -> 1763[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1763 -> 435[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1764[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];275 -> 1764[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1764 -> 436[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1765[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];275 -> 1765[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1765 -> 437[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1766[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];275 -> 1766[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1766 -> 438[label="",style="solid", color="blue", weight=3]; 17.52/6.94 276[label="vwx301",fontsize=16,color="green",shape="box"];277[label="vwx401",fontsize=16,color="green",shape="box"];278[label="vwx302 <= vwx402",fontsize=16,color="blue",shape="box"];1767[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];278 -> 1767[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1767 -> 439[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1768[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];278 -> 1768[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1768 -> 440[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1769[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];278 -> 1769[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1769 -> 441[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1770[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];278 -> 1770[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1770 -> 442[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1771[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];278 -> 1771[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1771 -> 443[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1772[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];278 -> 1772[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1772 -> 444[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1773[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];278 -> 1773[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1773 -> 445[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1774[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];278 -> 1774[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1774 -> 446[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1775[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];278 -> 1775[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1775 -> 447[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1776[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];278 -> 1776[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1776 -> 448[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1777[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];278 -> 1777[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1777 -> 449[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1778[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];278 -> 1778[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1778 -> 450[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1779[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];278 -> 1779[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1779 -> 451[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1780[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];278 -> 1780[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1780 -> 452[label="",style="solid", color="blue", weight=3]; 17.52/6.94 279[label="False || vwx21 == vwx22 && vwx38",fontsize=16,color="black",shape="box"];279 -> 453[label="",style="solid", color="black", weight=3]; 17.52/6.94 280[label="True || vwx21 == vwx22 && vwx38",fontsize=16,color="black",shape="box"];280 -> 454[label="",style="solid", color="black", weight=3]; 17.52/6.94 521[label="compare () ()",fontsize=16,color="black",shape="box"];521 -> 558[label="",style="solid", color="black", weight=3]; 17.52/6.94 522[label="primCmpInt (Pos vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];1781[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];522 -> 1781[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1781 -> 559[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1782[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];522 -> 1782[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1782 -> 560[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 523[label="primCmpInt (Neg vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];1783[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];523 -> 1783[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1783 -> 561[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1784[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];523 -> 1784[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1784 -> 562[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 524[label="primCmpChar (Char vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];1785[label="vwx40/Char vwx400",fontsize=10,color="white",style="solid",shape="box"];524 -> 1785[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1785 -> 563[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 525[label="compare (Integer vwx300) (Integer vwx400)",fontsize=16,color="black",shape="box"];525 -> 564[label="",style="solid", color="black", weight=3]; 17.52/6.94 288 -> 261[label="",style="dashed", color="red", weight=0]; 17.52/6.94 288[label="vwx300 < vwx400",fontsize=16,color="magenta"];288 -> 455[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 288 -> 456[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 289 -> 262[label="",style="dashed", color="red", weight=0]; 17.52/6.94 289[label="vwx300 < vwx400",fontsize=16,color="magenta"];289 -> 457[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 289 -> 458[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 290 -> 263[label="",style="dashed", color="red", weight=0]; 17.52/6.94 290[label="vwx300 < vwx400",fontsize=16,color="magenta"];290 -> 459[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 290 -> 460[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 291 -> 264[label="",style="dashed", color="red", weight=0]; 17.52/6.94 291[label="vwx300 < vwx400",fontsize=16,color="magenta"];291 -> 461[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 291 -> 462[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 292 -> 265[label="",style="dashed", color="red", weight=0]; 17.52/6.94 292[label="vwx300 < vwx400",fontsize=16,color="magenta"];292 -> 463[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 292 -> 464[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 293 -> 266[label="",style="dashed", color="red", weight=0]; 17.52/6.94 293[label="vwx300 < vwx400",fontsize=16,color="magenta"];293 -> 465[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 293 -> 466[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 294 -> 267[label="",style="dashed", color="red", weight=0]; 17.52/6.94 294[label="vwx300 < vwx400",fontsize=16,color="magenta"];294 -> 467[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 294 -> 468[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 295 -> 268[label="",style="dashed", color="red", weight=0]; 17.52/6.94 295[label="vwx300 < vwx400",fontsize=16,color="magenta"];295 -> 469[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 295 -> 470[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 296 -> 269[label="",style="dashed", color="red", weight=0]; 17.52/6.94 296[label="vwx300 < vwx400",fontsize=16,color="magenta"];296 -> 471[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 296 -> 472[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 297 -> 270[label="",style="dashed", color="red", weight=0]; 17.52/6.94 297[label="vwx300 < vwx400",fontsize=16,color="magenta"];297 -> 473[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 297 -> 474[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 298 -> 271[label="",style="dashed", color="red", weight=0]; 17.52/6.94 298[label="vwx300 < vwx400",fontsize=16,color="magenta"];298 -> 475[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 298 -> 476[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 299 -> 272[label="",style="dashed", color="red", weight=0]; 17.52/6.94 299[label="vwx300 < vwx400",fontsize=16,color="magenta"];299 -> 477[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 299 -> 478[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 300 -> 273[label="",style="dashed", color="red", weight=0]; 17.52/6.94 300[label="vwx300 < vwx400",fontsize=16,color="magenta"];300 -> 479[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 300 -> 480[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 301 -> 274[label="",style="dashed", color="red", weight=0]; 17.52/6.94 301[label="vwx300 < vwx400",fontsize=16,color="magenta"];301 -> 481[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 301 -> 482[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 302 -> 25[label="",style="dashed", color="red", weight=0]; 17.52/6.94 302[label="vwx301 <= vwx401",fontsize=16,color="magenta"];302 -> 483[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 302 -> 484[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 303 -> 26[label="",style="dashed", color="red", weight=0]; 17.52/6.94 303[label="vwx301 <= vwx401",fontsize=16,color="magenta"];303 -> 485[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 303 -> 486[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 304 -> 27[label="",style="dashed", color="red", weight=0]; 17.52/6.94 304[label="vwx301 <= vwx401",fontsize=16,color="magenta"];304 -> 487[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 304 -> 488[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 305 -> 28[label="",style="dashed", color="red", weight=0]; 17.52/6.94 305[label="vwx301 <= vwx401",fontsize=16,color="magenta"];305 -> 489[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 305 -> 490[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 306 -> 29[label="",style="dashed", color="red", weight=0]; 17.52/6.94 306[label="vwx301 <= vwx401",fontsize=16,color="magenta"];306 -> 491[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 306 -> 492[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 307 -> 30[label="",style="dashed", color="red", weight=0]; 17.52/6.94 307[label="vwx301 <= vwx401",fontsize=16,color="magenta"];307 -> 493[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 307 -> 494[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 308 -> 31[label="",style="dashed", color="red", weight=0]; 17.52/6.94 308[label="vwx301 <= vwx401",fontsize=16,color="magenta"];308 -> 495[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 308 -> 496[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 309 -> 32[label="",style="dashed", color="red", weight=0]; 17.52/6.94 309[label="vwx301 <= vwx401",fontsize=16,color="magenta"];309 -> 497[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 309 -> 498[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 310 -> 33[label="",style="dashed", color="red", weight=0]; 17.52/6.94 310[label="vwx301 <= vwx401",fontsize=16,color="magenta"];310 -> 499[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 310 -> 500[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 311 -> 34[label="",style="dashed", color="red", weight=0]; 17.52/6.94 311[label="vwx301 <= vwx401",fontsize=16,color="magenta"];311 -> 501[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 311 -> 502[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 312 -> 35[label="",style="dashed", color="red", weight=0]; 17.52/6.94 312[label="vwx301 <= vwx401",fontsize=16,color="magenta"];312 -> 503[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 312 -> 504[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 313 -> 36[label="",style="dashed", color="red", weight=0]; 17.52/6.94 313[label="vwx301 <= vwx401",fontsize=16,color="magenta"];313 -> 505[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 313 -> 506[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 314 -> 37[label="",style="dashed", color="red", weight=0]; 17.52/6.94 314[label="vwx301 <= vwx401",fontsize=16,color="magenta"];314 -> 507[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 314 -> 508[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 315 -> 38[label="",style="dashed", color="red", weight=0]; 17.52/6.94 315[label="vwx301 <= vwx401",fontsize=16,color="magenta"];315 -> 509[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 315 -> 510[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 316[label="vwx300",fontsize=16,color="green",shape="box"];317[label="vwx400",fontsize=16,color="green",shape="box"];318[label="vwx300",fontsize=16,color="green",shape="box"];319[label="vwx400",fontsize=16,color="green",shape="box"];320[label="vwx300",fontsize=16,color="green",shape="box"];321[label="vwx400",fontsize=16,color="green",shape="box"];322[label="vwx300",fontsize=16,color="green",shape="box"];323[label="vwx400",fontsize=16,color="green",shape="box"];324[label="vwx300",fontsize=16,color="green",shape="box"];325[label="vwx400",fontsize=16,color="green",shape="box"];326[label="vwx300",fontsize=16,color="green",shape="box"];327[label="vwx400",fontsize=16,color="green",shape="box"];328[label="vwx300",fontsize=16,color="green",shape="box"];329[label="vwx400",fontsize=16,color="green",shape="box"];330[label="vwx300",fontsize=16,color="green",shape="box"];331[label="vwx400",fontsize=16,color="green",shape="box"];332[label="vwx300",fontsize=16,color="green",shape="box"];333[label="vwx400",fontsize=16,color="green",shape="box"];334[label="vwx300",fontsize=16,color="green",shape="box"];335[label="vwx400",fontsize=16,color="green",shape="box"];336[label="vwx300",fontsize=16,color="green",shape="box"];337[label="vwx400",fontsize=16,color="green",shape="box"];338[label="vwx300",fontsize=16,color="green",shape="box"];339[label="vwx400",fontsize=16,color="green",shape="box"];340[label="vwx300",fontsize=16,color="green",shape="box"];341[label="vwx400",fontsize=16,color="green",shape="box"];342[label="vwx300",fontsize=16,color="green",shape="box"];343[label="vwx400",fontsize=16,color="green",shape="box"];344[label="vwx300",fontsize=16,color="green",shape="box"];345[label="vwx400",fontsize=16,color="green",shape="box"];346[label="vwx300",fontsize=16,color="green",shape="box"];347[label="vwx400",fontsize=16,color="green",shape="box"];348[label="vwx300",fontsize=16,color="green",shape="box"];349[label="vwx400",fontsize=16,color="green",shape="box"];350[label="vwx300",fontsize=16,color="green",shape="box"];351[label="vwx400",fontsize=16,color="green",shape="box"];352[label="vwx300",fontsize=16,color="green",shape="box"];353[label="vwx400",fontsize=16,color="green",shape="box"];354[label="vwx300",fontsize=16,color="green",shape="box"];355[label="vwx400",fontsize=16,color="green",shape="box"];356[label="vwx300",fontsize=16,color="green",shape="box"];357[label="vwx400",fontsize=16,color="green",shape="box"];358[label="vwx300",fontsize=16,color="green",shape="box"];359[label="vwx400",fontsize=16,color="green",shape="box"];360[label="vwx300",fontsize=16,color="green",shape="box"];361[label="vwx400",fontsize=16,color="green",shape="box"];362[label="vwx300",fontsize=16,color="green",shape="box"];363[label="vwx400",fontsize=16,color="green",shape="box"];364[label="vwx300",fontsize=16,color="green",shape="box"];365[label="vwx400",fontsize=16,color="green",shape="box"];366[label="vwx300",fontsize=16,color="green",shape="box"];367[label="vwx400",fontsize=16,color="green",shape="box"];368[label="vwx300",fontsize=16,color="green",shape="box"];369[label="vwx400",fontsize=16,color="green",shape="box"];370[label="vwx300",fontsize=16,color="green",shape="box"];371[label="vwx400",fontsize=16,color="green",shape="box"];547[label="primCmpDouble (Double vwx300 (Pos vwx3010)) vwx40",fontsize=16,color="burlywood",shape="box"];1786[label="vwx40/Double vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];547 -> 1786[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1786 -> 624[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 548[label="primCmpDouble (Double vwx300 (Neg vwx3010)) vwx40",fontsize=16,color="burlywood",shape="box"];1787[label="vwx40/Double vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];548 -> 1787[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1787 -> 625[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 549[label="True",fontsize=16,color="green",shape="box"];550[label="False",fontsize=16,color="green",shape="box"];551 -> 626[label="",style="dashed", color="red", weight=0]; 17.52/6.94 551[label="primCompAux vwx300 vwx400 (compare vwx301 vwx401)",fontsize=16,color="magenta"];551 -> 627[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 552[label="GT",fontsize=16,color="green",shape="box"];553[label="LT",fontsize=16,color="green",shape="box"];554[label="EQ",fontsize=16,color="green",shape="box"];555[label="compare (vwx300 * vwx401) (vwx400 * vwx301)",fontsize=16,color="blue",shape="box"];1788[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];555 -> 1788[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1788 -> 628[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1789[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];555 -> 1789[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1789 -> 629[label="",style="solid", color="blue", weight=3]; 17.52/6.94 556[label="primCmpFloat (Float vwx300 (Pos vwx3010)) vwx40",fontsize=16,color="burlywood",shape="box"];1790[label="vwx40/Float vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];556 -> 1790[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1790 -> 630[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 557[label="primCmpFloat (Float vwx300 (Neg vwx3010)) vwx40",fontsize=16,color="burlywood",shape="box"];1791[label="vwx40/Float vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];557 -> 1791[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1791 -> 631[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 411 -> 529[label="",style="dashed", color="red", weight=0]; 17.52/6.94 411[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];411 -> 530[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 412 -> 529[label="",style="dashed", color="red", weight=0]; 17.52/6.94 412[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];412 -> 531[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 413 -> 529[label="",style="dashed", color="red", weight=0]; 17.52/6.94 413[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];413 -> 532[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 414 -> 529[label="",style="dashed", color="red", weight=0]; 17.52/6.94 414[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];414 -> 533[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 415 -> 529[label="",style="dashed", color="red", weight=0]; 17.52/6.94 415[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];415 -> 534[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 416 -> 529[label="",style="dashed", color="red", weight=0]; 17.52/6.94 416[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];416 -> 535[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 417 -> 529[label="",style="dashed", color="red", weight=0]; 17.52/6.94 417[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];417 -> 536[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 418 -> 529[label="",style="dashed", color="red", weight=0]; 17.52/6.94 418[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];418 -> 537[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 419 -> 529[label="",style="dashed", color="red", weight=0]; 17.52/6.94 419[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];419 -> 538[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 420 -> 529[label="",style="dashed", color="red", weight=0]; 17.52/6.94 420[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];420 -> 539[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 421 -> 529[label="",style="dashed", color="red", weight=0]; 17.52/6.94 421[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];421 -> 540[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 422 -> 529[label="",style="dashed", color="red", weight=0]; 17.52/6.94 422[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];422 -> 541[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 423 -> 529[label="",style="dashed", color="red", weight=0]; 17.52/6.94 423[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];423 -> 542[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 424 -> 529[label="",style="dashed", color="red", weight=0]; 17.52/6.94 424[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];424 -> 543[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 425 -> 261[label="",style="dashed", color="red", weight=0]; 17.52/6.94 425[label="vwx301 < vwx401",fontsize=16,color="magenta"];425 -> 565[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 425 -> 566[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 426 -> 262[label="",style="dashed", color="red", weight=0]; 17.52/6.94 426[label="vwx301 < vwx401",fontsize=16,color="magenta"];426 -> 567[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 426 -> 568[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 427 -> 263[label="",style="dashed", color="red", weight=0]; 17.52/6.94 427[label="vwx301 < vwx401",fontsize=16,color="magenta"];427 -> 569[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 427 -> 570[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 428 -> 264[label="",style="dashed", color="red", weight=0]; 17.52/6.94 428[label="vwx301 < vwx401",fontsize=16,color="magenta"];428 -> 571[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 428 -> 572[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 429 -> 265[label="",style="dashed", color="red", weight=0]; 17.52/6.94 429[label="vwx301 < vwx401",fontsize=16,color="magenta"];429 -> 573[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 429 -> 574[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 430 -> 266[label="",style="dashed", color="red", weight=0]; 17.52/6.94 430[label="vwx301 < vwx401",fontsize=16,color="magenta"];430 -> 575[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 430 -> 576[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 431 -> 267[label="",style="dashed", color="red", weight=0]; 17.52/6.94 431[label="vwx301 < vwx401",fontsize=16,color="magenta"];431 -> 577[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 431 -> 578[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 432 -> 268[label="",style="dashed", color="red", weight=0]; 17.52/6.94 432[label="vwx301 < vwx401",fontsize=16,color="magenta"];432 -> 579[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 432 -> 580[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 433 -> 269[label="",style="dashed", color="red", weight=0]; 17.52/6.94 433[label="vwx301 < vwx401",fontsize=16,color="magenta"];433 -> 581[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 433 -> 582[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 434 -> 270[label="",style="dashed", color="red", weight=0]; 17.52/6.94 434[label="vwx301 < vwx401",fontsize=16,color="magenta"];434 -> 583[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 434 -> 584[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 435 -> 271[label="",style="dashed", color="red", weight=0]; 17.52/6.94 435[label="vwx301 < vwx401",fontsize=16,color="magenta"];435 -> 585[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 435 -> 586[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 436 -> 272[label="",style="dashed", color="red", weight=0]; 17.52/6.94 436[label="vwx301 < vwx401",fontsize=16,color="magenta"];436 -> 587[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 436 -> 588[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 437 -> 273[label="",style="dashed", color="red", weight=0]; 17.52/6.94 437[label="vwx301 < vwx401",fontsize=16,color="magenta"];437 -> 589[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 437 -> 590[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 438 -> 274[label="",style="dashed", color="red", weight=0]; 17.52/6.94 438[label="vwx301 < vwx401",fontsize=16,color="magenta"];438 -> 591[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 438 -> 592[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 439 -> 25[label="",style="dashed", color="red", weight=0]; 17.52/6.94 439[label="vwx302 <= vwx402",fontsize=16,color="magenta"];439 -> 593[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 439 -> 594[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 440 -> 26[label="",style="dashed", color="red", weight=0]; 17.52/6.94 440[label="vwx302 <= vwx402",fontsize=16,color="magenta"];440 -> 595[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 440 -> 596[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 441 -> 27[label="",style="dashed", color="red", weight=0]; 17.52/6.94 441[label="vwx302 <= vwx402",fontsize=16,color="magenta"];441 -> 597[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 441 -> 598[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 442 -> 28[label="",style="dashed", color="red", weight=0]; 17.52/6.94 442[label="vwx302 <= vwx402",fontsize=16,color="magenta"];442 -> 599[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 442 -> 600[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 443 -> 29[label="",style="dashed", color="red", weight=0]; 17.52/6.94 443[label="vwx302 <= vwx402",fontsize=16,color="magenta"];443 -> 601[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 443 -> 602[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 444 -> 30[label="",style="dashed", color="red", weight=0]; 17.52/6.94 444[label="vwx302 <= vwx402",fontsize=16,color="magenta"];444 -> 603[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 444 -> 604[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 445 -> 31[label="",style="dashed", color="red", weight=0]; 17.52/6.94 445[label="vwx302 <= vwx402",fontsize=16,color="magenta"];445 -> 605[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 445 -> 606[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 446 -> 32[label="",style="dashed", color="red", weight=0]; 17.52/6.94 446[label="vwx302 <= vwx402",fontsize=16,color="magenta"];446 -> 607[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 446 -> 608[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 447 -> 33[label="",style="dashed", color="red", weight=0]; 17.52/6.94 447[label="vwx302 <= vwx402",fontsize=16,color="magenta"];447 -> 609[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 447 -> 610[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 448 -> 34[label="",style="dashed", color="red", weight=0]; 17.52/6.94 448[label="vwx302 <= vwx402",fontsize=16,color="magenta"];448 -> 611[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 448 -> 612[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 449 -> 35[label="",style="dashed", color="red", weight=0]; 17.52/6.94 449[label="vwx302 <= vwx402",fontsize=16,color="magenta"];449 -> 613[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 449 -> 614[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 450 -> 36[label="",style="dashed", color="red", weight=0]; 17.52/6.94 450[label="vwx302 <= vwx402",fontsize=16,color="magenta"];450 -> 615[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 450 -> 616[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 451 -> 37[label="",style="dashed", color="red", weight=0]; 17.52/6.94 451[label="vwx302 <= vwx402",fontsize=16,color="magenta"];451 -> 617[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 451 -> 618[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 452 -> 38[label="",style="dashed", color="red", weight=0]; 17.52/6.94 452[label="vwx302 <= vwx402",fontsize=16,color="magenta"];452 -> 619[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 452 -> 620[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 453 -> 621[label="",style="dashed", color="red", weight=0]; 17.52/6.94 453[label="vwx21 == vwx22 && vwx38",fontsize=16,color="magenta"];453 -> 622[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 453 -> 623[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 454[label="True",fontsize=16,color="green",shape="box"];558[label="EQ",fontsize=16,color="green",shape="box"];559[label="primCmpInt (Pos (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];1792[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];559 -> 1792[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1792 -> 632[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1793[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];559 -> 1793[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1793 -> 633[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 560[label="primCmpInt (Pos Zero) vwx40",fontsize=16,color="burlywood",shape="box"];1794[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];560 -> 1794[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1794 -> 634[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1795[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];560 -> 1795[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1795 -> 635[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 561[label="primCmpInt (Neg (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];1796[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];561 -> 1796[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1796 -> 636[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1797[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];561 -> 1797[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1797 -> 637[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 562[label="primCmpInt (Neg Zero) vwx40",fontsize=16,color="burlywood",shape="box"];1798[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];562 -> 1798[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1798 -> 638[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1799[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];562 -> 1799[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1799 -> 639[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 563[label="primCmpChar (Char vwx300) (Char vwx400)",fontsize=16,color="black",shape="box"];563 -> 640[label="",style="solid", color="black", weight=3]; 17.52/6.94 564 -> 408[label="",style="dashed", color="red", weight=0]; 17.52/6.94 564[label="primCmpInt vwx300 vwx400",fontsize=16,color="magenta"];564 -> 641[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 564 -> 642[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 455[label="vwx300",fontsize=16,color="green",shape="box"];456[label="vwx400",fontsize=16,color="green",shape="box"];457[label="vwx300",fontsize=16,color="green",shape="box"];458[label="vwx400",fontsize=16,color="green",shape="box"];459[label="vwx300",fontsize=16,color="green",shape="box"];460[label="vwx400",fontsize=16,color="green",shape="box"];461[label="vwx300",fontsize=16,color="green",shape="box"];462[label="vwx400",fontsize=16,color="green",shape="box"];463[label="vwx300",fontsize=16,color="green",shape="box"];464[label="vwx400",fontsize=16,color="green",shape="box"];465[label="vwx300",fontsize=16,color="green",shape="box"];466[label="vwx400",fontsize=16,color="green",shape="box"];467[label="vwx300",fontsize=16,color="green",shape="box"];468[label="vwx400",fontsize=16,color="green",shape="box"];469[label="vwx300",fontsize=16,color="green",shape="box"];470[label="vwx400",fontsize=16,color="green",shape="box"];471[label="vwx300",fontsize=16,color="green",shape="box"];472[label="vwx400",fontsize=16,color="green",shape="box"];473[label="vwx300",fontsize=16,color="green",shape="box"];474[label="vwx400",fontsize=16,color="green",shape="box"];475[label="vwx300",fontsize=16,color="green",shape="box"];476[label="vwx400",fontsize=16,color="green",shape="box"];477[label="vwx300",fontsize=16,color="green",shape="box"];478[label="vwx400",fontsize=16,color="green",shape="box"];479[label="vwx300",fontsize=16,color="green",shape="box"];480[label="vwx400",fontsize=16,color="green",shape="box"];481[label="vwx300",fontsize=16,color="green",shape="box"];482[label="vwx400",fontsize=16,color="green",shape="box"];483[label="vwx301",fontsize=16,color="green",shape="box"];484[label="vwx401",fontsize=16,color="green",shape="box"];485[label="vwx301",fontsize=16,color="green",shape="box"];486[label="vwx401",fontsize=16,color="green",shape="box"];487[label="vwx301",fontsize=16,color="green",shape="box"];488[label="vwx401",fontsize=16,color="green",shape="box"];489[label="vwx301",fontsize=16,color="green",shape="box"];490[label="vwx401",fontsize=16,color="green",shape="box"];491[label="vwx301",fontsize=16,color="green",shape="box"];492[label="vwx401",fontsize=16,color="green",shape="box"];493[label="vwx301",fontsize=16,color="green",shape="box"];494[label="vwx401",fontsize=16,color="green",shape="box"];495[label="vwx301",fontsize=16,color="green",shape="box"];496[label="vwx401",fontsize=16,color="green",shape="box"];497[label="vwx301",fontsize=16,color="green",shape="box"];498[label="vwx401",fontsize=16,color="green",shape="box"];499[label="vwx301",fontsize=16,color="green",shape="box"];500[label="vwx401",fontsize=16,color="green",shape="box"];501[label="vwx301",fontsize=16,color="green",shape="box"];502[label="vwx401",fontsize=16,color="green",shape="box"];503[label="vwx301",fontsize=16,color="green",shape="box"];504[label="vwx401",fontsize=16,color="green",shape="box"];505[label="vwx301",fontsize=16,color="green",shape="box"];506[label="vwx401",fontsize=16,color="green",shape="box"];507[label="vwx301",fontsize=16,color="green",shape="box"];508[label="vwx401",fontsize=16,color="green",shape="box"];509[label="vwx301",fontsize=16,color="green",shape="box"];510[label="vwx401",fontsize=16,color="green",shape="box"];624[label="primCmpDouble (Double vwx300 (Pos vwx3010)) (Double vwx400 vwx401)",fontsize=16,color="burlywood",shape="box"];1800[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];624 -> 1800[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1800 -> 643[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1801[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];624 -> 1801[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1801 -> 644[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 625[label="primCmpDouble (Double vwx300 (Neg vwx3010)) (Double vwx400 vwx401)",fontsize=16,color="burlywood",shape="box"];1802[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];625 -> 1802[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1802 -> 645[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1803[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];625 -> 1803[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1803 -> 646[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 627 -> 380[label="",style="dashed", color="red", weight=0]; 17.52/6.94 627[label="compare vwx301 vwx401",fontsize=16,color="magenta"];627 -> 647[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 627 -> 648[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 626[label="primCompAux vwx300 vwx400 vwx48",fontsize=16,color="black",shape="triangle"];626 -> 649[label="",style="solid", color="black", weight=3]; 17.52/6.94 628 -> 384[label="",style="dashed", color="red", weight=0]; 17.52/6.94 628[label="compare (vwx300 * vwx401) (vwx400 * vwx301)",fontsize=16,color="magenta"];628 -> 691[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 628 -> 692[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 629 -> 386[label="",style="dashed", color="red", weight=0]; 17.52/6.94 629[label="compare (vwx300 * vwx401) (vwx400 * vwx301)",fontsize=16,color="magenta"];629 -> 693[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 629 -> 694[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 630[label="primCmpFloat (Float vwx300 (Pos vwx3010)) (Float vwx400 vwx401)",fontsize=16,color="burlywood",shape="box"];1804[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];630 -> 1804[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1804 -> 695[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1805[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];630 -> 1805[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1805 -> 696[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 631[label="primCmpFloat (Float vwx300 (Neg vwx3010)) (Float vwx400 vwx401)",fontsize=16,color="burlywood",shape="box"];1806[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];631 -> 1806[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1806 -> 697[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1807[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];631 -> 1807[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1807 -> 698[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 530[label="compare vwx300 vwx400",fontsize=16,color="black",shape="triangle"];530 -> 650[label="",style="solid", color="black", weight=3]; 17.52/6.94 529[label="vwx42 == LT",fontsize=16,color="burlywood",shape="triangle"];1808[label="vwx42/LT",fontsize=10,color="white",style="solid",shape="box"];529 -> 1808[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1808 -> 651[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1809[label="vwx42/EQ",fontsize=10,color="white",style="solid",shape="box"];529 -> 1809[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1809 -> 652[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1810[label="vwx42/GT",fontsize=10,color="white",style="solid",shape="box"];529 -> 1810[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1810 -> 653[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 531[label="compare vwx300 vwx400",fontsize=16,color="black",shape="triangle"];531 -> 654[label="",style="solid", color="black", weight=3]; 17.52/6.94 532[label="compare vwx300 vwx400",fontsize=16,color="black",shape="triangle"];532 -> 655[label="",style="solid", color="black", weight=3]; 17.52/6.94 533 -> 379[label="",style="dashed", color="red", weight=0]; 17.52/6.94 533[label="compare vwx300 vwx400",fontsize=16,color="magenta"];533 -> 656[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 533 -> 657[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 534 -> 380[label="",style="dashed", color="red", weight=0]; 17.52/6.94 534[label="compare vwx300 vwx400",fontsize=16,color="magenta"];534 -> 658[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 534 -> 659[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 535 -> 381[label="",style="dashed", color="red", weight=0]; 17.52/6.94 535[label="compare vwx300 vwx400",fontsize=16,color="magenta"];535 -> 660[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 535 -> 661[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 536 -> 382[label="",style="dashed", color="red", weight=0]; 17.52/6.94 536[label="compare vwx300 vwx400",fontsize=16,color="magenta"];536 -> 662[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 536 -> 663[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 537[label="compare vwx300 vwx400",fontsize=16,color="black",shape="triangle"];537 -> 664[label="",style="solid", color="black", weight=3]; 17.52/6.94 538 -> 383[label="",style="dashed", color="red", weight=0]; 17.52/6.94 538[label="compare vwx300 vwx400",fontsize=16,color="magenta"];538 -> 665[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 538 -> 666[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 539 -> 384[label="",style="dashed", color="red", weight=0]; 17.52/6.94 539[label="compare vwx300 vwx400",fontsize=16,color="magenta"];539 -> 667[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 539 -> 668[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 540 -> 385[label="",style="dashed", color="red", weight=0]; 17.52/6.94 540[label="compare vwx300 vwx400",fontsize=16,color="magenta"];540 -> 669[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 540 -> 670[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 541 -> 386[label="",style="dashed", color="red", weight=0]; 17.52/6.94 541[label="compare vwx300 vwx400",fontsize=16,color="magenta"];541 -> 671[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 541 -> 672[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 542[label="compare vwx300 vwx400",fontsize=16,color="black",shape="triangle"];542 -> 673[label="",style="solid", color="black", weight=3]; 17.52/6.94 543[label="compare vwx300 vwx400",fontsize=16,color="black",shape="triangle"];543 -> 674[label="",style="solid", color="black", weight=3]; 17.52/6.94 565[label="vwx301",fontsize=16,color="green",shape="box"];566[label="vwx401",fontsize=16,color="green",shape="box"];567[label="vwx301",fontsize=16,color="green",shape="box"];568[label="vwx401",fontsize=16,color="green",shape="box"];569[label="vwx301",fontsize=16,color="green",shape="box"];570[label="vwx401",fontsize=16,color="green",shape="box"];571[label="vwx301",fontsize=16,color="green",shape="box"];572[label="vwx401",fontsize=16,color="green",shape="box"];573[label="vwx301",fontsize=16,color="green",shape="box"];574[label="vwx401",fontsize=16,color="green",shape="box"];575[label="vwx301",fontsize=16,color="green",shape="box"];576[label="vwx401",fontsize=16,color="green",shape="box"];577[label="vwx301",fontsize=16,color="green",shape="box"];578[label="vwx401",fontsize=16,color="green",shape="box"];579[label="vwx301",fontsize=16,color="green",shape="box"];580[label="vwx401",fontsize=16,color="green",shape="box"];581[label="vwx301",fontsize=16,color="green",shape="box"];582[label="vwx401",fontsize=16,color="green",shape="box"];583[label="vwx301",fontsize=16,color="green",shape="box"];584[label="vwx401",fontsize=16,color="green",shape="box"];585[label="vwx301",fontsize=16,color="green",shape="box"];586[label="vwx401",fontsize=16,color="green",shape="box"];587[label="vwx301",fontsize=16,color="green",shape="box"];588[label="vwx401",fontsize=16,color="green",shape="box"];589[label="vwx301",fontsize=16,color="green",shape="box"];590[label="vwx401",fontsize=16,color="green",shape="box"];591[label="vwx301",fontsize=16,color="green",shape="box"];592[label="vwx401",fontsize=16,color="green",shape="box"];593[label="vwx302",fontsize=16,color="green",shape="box"];594[label="vwx402",fontsize=16,color="green",shape="box"];595[label="vwx302",fontsize=16,color="green",shape="box"];596[label="vwx402",fontsize=16,color="green",shape="box"];597[label="vwx302",fontsize=16,color="green",shape="box"];598[label="vwx402",fontsize=16,color="green",shape="box"];599[label="vwx302",fontsize=16,color="green",shape="box"];600[label="vwx402",fontsize=16,color="green",shape="box"];601[label="vwx302",fontsize=16,color="green",shape="box"];602[label="vwx402",fontsize=16,color="green",shape="box"];603[label="vwx302",fontsize=16,color="green",shape="box"];604[label="vwx402",fontsize=16,color="green",shape="box"];605[label="vwx302",fontsize=16,color="green",shape="box"];606[label="vwx402",fontsize=16,color="green",shape="box"];607[label="vwx302",fontsize=16,color="green",shape="box"];608[label="vwx402",fontsize=16,color="green",shape="box"];609[label="vwx302",fontsize=16,color="green",shape="box"];610[label="vwx402",fontsize=16,color="green",shape="box"];611[label="vwx302",fontsize=16,color="green",shape="box"];612[label="vwx402",fontsize=16,color="green",shape="box"];613[label="vwx302",fontsize=16,color="green",shape="box"];614[label="vwx402",fontsize=16,color="green",shape="box"];615[label="vwx302",fontsize=16,color="green",shape="box"];616[label="vwx402",fontsize=16,color="green",shape="box"];617[label="vwx302",fontsize=16,color="green",shape="box"];618[label="vwx402",fontsize=16,color="green",shape="box"];619[label="vwx302",fontsize=16,color="green",shape="box"];620[label="vwx402",fontsize=16,color="green",shape="box"];622[label="vwx38",fontsize=16,color="green",shape="box"];623[label="vwx21 == vwx22",fontsize=16,color="blue",shape="box"];1811[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];623 -> 1811[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1811 -> 675[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1812[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];623 -> 1812[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1812 -> 676[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1813[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];623 -> 1813[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1813 -> 677[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1814[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];623 -> 1814[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1814 -> 678[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1815[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];623 -> 1815[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1815 -> 679[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1816[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];623 -> 1816[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1816 -> 680[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1817[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];623 -> 1817[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1817 -> 681[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1818[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];623 -> 1818[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1818 -> 682[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1819[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];623 -> 1819[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1819 -> 683[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1820[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];623 -> 1820[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1820 -> 684[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1821[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];623 -> 1821[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1821 -> 685[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1822[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];623 -> 1822[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1822 -> 686[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1823[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];623 -> 1823[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1823 -> 687[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1824[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];623 -> 1824[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1824 -> 688[label="",style="solid", color="blue", weight=3]; 17.52/6.94 621[label="vwx46 && vwx47",fontsize=16,color="burlywood",shape="triangle"];1825[label="vwx46/False",fontsize=10,color="white",style="solid",shape="box"];621 -> 1825[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1825 -> 689[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1826[label="vwx46/True",fontsize=10,color="white",style="solid",shape="box"];621 -> 1826[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1826 -> 690[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 632[label="primCmpInt (Pos (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="black",shape="box"];632 -> 699[label="",style="solid", color="black", weight=3]; 17.52/6.94 633[label="primCmpInt (Pos (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="black",shape="box"];633 -> 700[label="",style="solid", color="black", weight=3]; 17.52/6.94 634[label="primCmpInt (Pos Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];1827[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];634 -> 1827[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1827 -> 701[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1828[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];634 -> 1828[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1828 -> 702[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 635[label="primCmpInt (Pos Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];1829[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];635 -> 1829[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1829 -> 703[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1830[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];635 -> 1830[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1830 -> 704[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 636[label="primCmpInt (Neg (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="black",shape="box"];636 -> 705[label="",style="solid", color="black", weight=3]; 17.52/6.94 637[label="primCmpInt (Neg (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="black",shape="box"];637 -> 706[label="",style="solid", color="black", weight=3]; 17.52/6.94 638[label="primCmpInt (Neg Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];1831[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];638 -> 1831[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1831 -> 707[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1832[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];638 -> 1832[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1832 -> 708[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 639[label="primCmpInt (Neg Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];1833[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];639 -> 1833[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1833 -> 709[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1834[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];639 -> 1834[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1834 -> 710[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 640[label="primCmpNat vwx300 vwx400",fontsize=16,color="burlywood",shape="triangle"];1835[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];640 -> 1835[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1835 -> 711[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1836[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];640 -> 1836[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1836 -> 712[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 641[label="vwx300",fontsize=16,color="green",shape="box"];642[label="vwx400",fontsize=16,color="green",shape="box"];643[label="primCmpDouble (Double vwx300 (Pos vwx3010)) (Double vwx400 (Pos vwx4010))",fontsize=16,color="black",shape="box"];643 -> 713[label="",style="solid", color="black", weight=3]; 17.52/6.94 644[label="primCmpDouble (Double vwx300 (Pos vwx3010)) (Double vwx400 (Neg vwx4010))",fontsize=16,color="black",shape="box"];644 -> 714[label="",style="solid", color="black", weight=3]; 17.52/6.94 645[label="primCmpDouble (Double vwx300 (Neg vwx3010)) (Double vwx400 (Pos vwx4010))",fontsize=16,color="black",shape="box"];645 -> 715[label="",style="solid", color="black", weight=3]; 17.52/6.94 646[label="primCmpDouble (Double vwx300 (Neg vwx3010)) (Double vwx400 (Neg vwx4010))",fontsize=16,color="black",shape="box"];646 -> 716[label="",style="solid", color="black", weight=3]; 17.52/6.94 647[label="vwx301",fontsize=16,color="green",shape="box"];648[label="vwx401",fontsize=16,color="green",shape="box"];649 -> 717[label="",style="dashed", color="red", weight=0]; 17.52/6.94 649[label="primCompAux0 vwx48 (compare vwx300 vwx400)",fontsize=16,color="magenta"];649 -> 718[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 649 -> 719[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 691[label="vwx300 * vwx401",fontsize=16,color="black",shape="triangle"];691 -> 720[label="",style="solid", color="black", weight=3]; 17.52/6.94 692 -> 691[label="",style="dashed", color="red", weight=0]; 17.52/6.94 692[label="vwx400 * vwx301",fontsize=16,color="magenta"];692 -> 721[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 692 -> 722[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 693[label="vwx300 * vwx401",fontsize=16,color="burlywood",shape="triangle"];1837[label="vwx300/Integer vwx3000",fontsize=10,color="white",style="solid",shape="box"];693 -> 1837[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1837 -> 723[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 694 -> 693[label="",style="dashed", color="red", weight=0]; 17.52/6.94 694[label="vwx400 * vwx301",fontsize=16,color="magenta"];694 -> 724[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 694 -> 725[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 695[label="primCmpFloat (Float vwx300 (Pos vwx3010)) (Float vwx400 (Pos vwx4010))",fontsize=16,color="black",shape="box"];695 -> 726[label="",style="solid", color="black", weight=3]; 17.52/6.94 696[label="primCmpFloat (Float vwx300 (Pos vwx3010)) (Float vwx400 (Neg vwx4010))",fontsize=16,color="black",shape="box"];696 -> 727[label="",style="solid", color="black", weight=3]; 17.52/6.94 697[label="primCmpFloat (Float vwx300 (Neg vwx3010)) (Float vwx400 (Pos vwx4010))",fontsize=16,color="black",shape="box"];697 -> 728[label="",style="solid", color="black", weight=3]; 17.52/6.94 698[label="primCmpFloat (Float vwx300 (Neg vwx3010)) (Float vwx400 (Neg vwx4010))",fontsize=16,color="black",shape="box"];698 -> 729[label="",style="solid", color="black", weight=3]; 17.52/6.94 650[label="compare3 vwx300 vwx400",fontsize=16,color="black",shape="box"];650 -> 730[label="",style="solid", color="black", weight=3]; 17.52/6.94 651[label="LT == LT",fontsize=16,color="black",shape="box"];651 -> 731[label="",style="solid", color="black", weight=3]; 17.52/6.94 652[label="EQ == LT",fontsize=16,color="black",shape="box"];652 -> 732[label="",style="solid", color="black", weight=3]; 17.52/6.94 653[label="GT == LT",fontsize=16,color="black",shape="box"];653 -> 733[label="",style="solid", color="black", weight=3]; 17.52/6.94 654[label="compare3 vwx300 vwx400",fontsize=16,color="black",shape="box"];654 -> 734[label="",style="solid", color="black", weight=3]; 17.52/6.94 655[label="compare3 vwx300 vwx400",fontsize=16,color="black",shape="box"];655 -> 735[label="",style="solid", color="black", weight=3]; 17.52/6.94 656[label="vwx300",fontsize=16,color="green",shape="box"];657[label="vwx400",fontsize=16,color="green",shape="box"];658[label="vwx300",fontsize=16,color="green",shape="box"];659[label="vwx400",fontsize=16,color="green",shape="box"];660[label="vwx300",fontsize=16,color="green",shape="box"];661[label="vwx400",fontsize=16,color="green",shape="box"];662[label="vwx300",fontsize=16,color="green",shape="box"];663[label="vwx400",fontsize=16,color="green",shape="box"];664[label="compare3 vwx300 vwx400",fontsize=16,color="black",shape="box"];664 -> 736[label="",style="solid", color="black", weight=3]; 17.52/6.94 665[label="vwx300",fontsize=16,color="green",shape="box"];666[label="vwx400",fontsize=16,color="green",shape="box"];667[label="vwx300",fontsize=16,color="green",shape="box"];668[label="vwx400",fontsize=16,color="green",shape="box"];669[label="vwx300",fontsize=16,color="green",shape="box"];670[label="vwx400",fontsize=16,color="green",shape="box"];671[label="vwx300",fontsize=16,color="green",shape="box"];672[label="vwx400",fontsize=16,color="green",shape="box"];673[label="compare3 vwx300 vwx400",fontsize=16,color="black",shape="box"];673 -> 737[label="",style="solid", color="black", weight=3]; 17.52/6.94 674[label="compare3 vwx300 vwx400",fontsize=16,color="black",shape="box"];674 -> 738[label="",style="solid", color="black", weight=3]; 17.52/6.94 675[label="vwx21 == vwx22",fontsize=16,color="black",shape="triangle"];675 -> 739[label="",style="solid", color="black", weight=3]; 17.52/6.94 676[label="vwx21 == vwx22",fontsize=16,color="burlywood",shape="triangle"];1838[label="vwx21/False",fontsize=10,color="white",style="solid",shape="box"];676 -> 1838[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1838 -> 740[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1839[label="vwx21/True",fontsize=10,color="white",style="solid",shape="box"];676 -> 1839[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1839 -> 741[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 677[label="vwx21 == vwx22",fontsize=16,color="black",shape="triangle"];677 -> 742[label="",style="solid", color="black", weight=3]; 17.52/6.94 678[label="vwx21 == vwx22",fontsize=16,color="burlywood",shape="triangle"];1840[label="vwx21/(vwx210,vwx211,vwx212)",fontsize=10,color="white",style="solid",shape="box"];678 -> 1840[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1840 -> 743[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 679[label="vwx21 == vwx22",fontsize=16,color="black",shape="triangle"];679 -> 744[label="",style="solid", color="black", weight=3]; 17.52/6.94 680[label="vwx21 == vwx22",fontsize=16,color="burlywood",shape="triangle"];1841[label="vwx21/(vwx210,vwx211)",fontsize=10,color="white",style="solid",shape="box"];680 -> 1841[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1841 -> 745[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 681[label="vwx21 == vwx22",fontsize=16,color="burlywood",shape="triangle"];1842[label="vwx21/vwx210 :% vwx211",fontsize=10,color="white",style="solid",shape="box"];681 -> 1842[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1842 -> 746[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 682[label="vwx21 == vwx22",fontsize=16,color="burlywood",shape="triangle"];1843[label="vwx21/Integer vwx210",fontsize=10,color="white",style="solid",shape="box"];682 -> 1843[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1843 -> 747[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 683[label="vwx21 == vwx22",fontsize=16,color="burlywood",shape="triangle"];1844[label="vwx21/Nothing",fontsize=10,color="white",style="solid",shape="box"];683 -> 1844[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1844 -> 748[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1845[label="vwx21/Just vwx210",fontsize=10,color="white",style="solid",shape="box"];683 -> 1845[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1845 -> 749[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 684[label="vwx21 == vwx22",fontsize=16,color="burlywood",shape="triangle"];1846[label="vwx21/Left vwx210",fontsize=10,color="white",style="solid",shape="box"];684 -> 1846[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1846 -> 750[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1847[label="vwx21/Right vwx210",fontsize=10,color="white",style="solid",shape="box"];684 -> 1847[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1847 -> 751[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 685[label="vwx21 == vwx22",fontsize=16,color="burlywood",shape="triangle"];1848[label="vwx21/LT",fontsize=10,color="white",style="solid",shape="box"];685 -> 1848[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1848 -> 752[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1849[label="vwx21/EQ",fontsize=10,color="white",style="solid",shape="box"];685 -> 1849[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1849 -> 753[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1850[label="vwx21/GT",fontsize=10,color="white",style="solid",shape="box"];685 -> 1850[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1850 -> 754[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 686[label="vwx21 == vwx22",fontsize=16,color="burlywood",shape="triangle"];1851[label="vwx21/vwx210 : vwx211",fontsize=10,color="white",style="solid",shape="box"];686 -> 1851[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1851 -> 755[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1852[label="vwx21/[]",fontsize=10,color="white",style="solid",shape="box"];686 -> 1852[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1852 -> 756[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 687[label="vwx21 == vwx22",fontsize=16,color="burlywood",shape="triangle"];1853[label="vwx21/()",fontsize=10,color="white",style="solid",shape="box"];687 -> 1853[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1853 -> 757[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 688[label="vwx21 == vwx22",fontsize=16,color="black",shape="triangle"];688 -> 758[label="",style="solid", color="black", weight=3]; 17.52/6.94 689[label="False && vwx47",fontsize=16,color="black",shape="box"];689 -> 759[label="",style="solid", color="black", weight=3]; 17.52/6.94 690[label="True && vwx47",fontsize=16,color="black",shape="box"];690 -> 760[label="",style="solid", color="black", weight=3]; 17.52/6.94 699 -> 640[label="",style="dashed", color="red", weight=0]; 17.52/6.94 699[label="primCmpNat (Succ vwx3000) vwx400",fontsize=16,color="magenta"];699 -> 761[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 699 -> 762[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 700[label="GT",fontsize=16,color="green",shape="box"];701[label="primCmpInt (Pos Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];701 -> 763[label="",style="solid", color="black", weight=3]; 17.52/6.94 702[label="primCmpInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];702 -> 764[label="",style="solid", color="black", weight=3]; 17.52/6.94 703[label="primCmpInt (Pos Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];703 -> 765[label="",style="solid", color="black", weight=3]; 17.52/6.94 704[label="primCmpInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];704 -> 766[label="",style="solid", color="black", weight=3]; 17.52/6.94 705[label="LT",fontsize=16,color="green",shape="box"];706 -> 640[label="",style="dashed", color="red", weight=0]; 17.52/6.94 706[label="primCmpNat vwx400 (Succ vwx3000)",fontsize=16,color="magenta"];706 -> 767[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 706 -> 768[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 707[label="primCmpInt (Neg Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];707 -> 769[label="",style="solid", color="black", weight=3]; 17.52/6.94 708[label="primCmpInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];708 -> 770[label="",style="solid", color="black", weight=3]; 17.52/6.94 709[label="primCmpInt (Neg Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];709 -> 771[label="",style="solid", color="black", weight=3]; 17.52/6.94 710[label="primCmpInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];710 -> 772[label="",style="solid", color="black", weight=3]; 17.52/6.94 711[label="primCmpNat (Succ vwx3000) vwx400",fontsize=16,color="burlywood",shape="box"];1854[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];711 -> 1854[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1854 -> 773[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1855[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];711 -> 1855[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1855 -> 774[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 712[label="primCmpNat Zero vwx400",fontsize=16,color="burlywood",shape="box"];1856[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];712 -> 1856[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1856 -> 775[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1857[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];712 -> 1857[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1857 -> 776[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 713 -> 384[label="",style="dashed", color="red", weight=0]; 17.52/6.94 713[label="compare (vwx300 * Pos vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];713 -> 777[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 713 -> 778[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 714 -> 384[label="",style="dashed", color="red", weight=0]; 17.52/6.94 714[label="compare (vwx300 * Pos vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];714 -> 779[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 714 -> 780[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 715 -> 384[label="",style="dashed", color="red", weight=0]; 17.52/6.94 715[label="compare (vwx300 * Neg vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];715 -> 781[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 715 -> 782[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 716 -> 384[label="",style="dashed", color="red", weight=0]; 17.52/6.94 716[label="compare (vwx300 * Neg vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];716 -> 783[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 716 -> 784[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 718[label="vwx48",fontsize=16,color="green",shape="box"];719[label="compare vwx300 vwx400",fontsize=16,color="blue",shape="box"];1858[label="compare :: Ordering -> Ordering -> Ordering",fontsize=10,color="white",style="solid",shape="box"];719 -> 1858[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1858 -> 785[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1859[label="compare :: (Maybe a) -> (Maybe a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];719 -> 1859[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1859 -> 786[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1860[label="compare :: Bool -> Bool -> Ordering",fontsize=10,color="white",style="solid",shape="box"];719 -> 1860[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1860 -> 787[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1861[label="compare :: Double -> Double -> Ordering",fontsize=10,color="white",style="solid",shape="box"];719 -> 1861[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1861 -> 788[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1862[label="compare :: ([] a) -> ([] a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];719 -> 1862[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1862 -> 789[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1863[label="compare :: (Ratio a) -> (Ratio a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];719 -> 1863[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1863 -> 790[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1864[label="compare :: Float -> Float -> Ordering",fontsize=10,color="white",style="solid",shape="box"];719 -> 1864[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1864 -> 791[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1865[label="compare :: ((@3) a b c) -> ((@3) a b c) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];719 -> 1865[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1865 -> 792[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1866[label="compare :: () -> () -> Ordering",fontsize=10,color="white",style="solid",shape="box"];719 -> 1866[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1866 -> 793[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1867[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];719 -> 1867[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1867 -> 794[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1868[label="compare :: Char -> Char -> Ordering",fontsize=10,color="white",style="solid",shape="box"];719 -> 1868[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1868 -> 795[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1869[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];719 -> 1869[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1869 -> 796[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1870[label="compare :: ((@2) a b) -> ((@2) a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];719 -> 1870[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1870 -> 797[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1871[label="compare :: (Either a b) -> (Either a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];719 -> 1871[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1871 -> 798[label="",style="solid", color="blue", weight=3]; 17.52/6.94 717[label="primCompAux0 vwx52 vwx53",fontsize=16,color="burlywood",shape="triangle"];1872[label="vwx53/LT",fontsize=10,color="white",style="solid",shape="box"];717 -> 1872[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1872 -> 799[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1873[label="vwx53/EQ",fontsize=10,color="white",style="solid",shape="box"];717 -> 1873[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1873 -> 800[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1874[label="vwx53/GT",fontsize=10,color="white",style="solid",shape="box"];717 -> 1874[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1874 -> 801[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 720[label="primMulInt vwx300 vwx401",fontsize=16,color="burlywood",shape="triangle"];1875[label="vwx300/Pos vwx3000",fontsize=10,color="white",style="solid",shape="box"];720 -> 1875[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1875 -> 802[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1876[label="vwx300/Neg vwx3000",fontsize=10,color="white",style="solid",shape="box"];720 -> 1876[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1876 -> 803[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 721[label="vwx301",fontsize=16,color="green",shape="box"];722[label="vwx400",fontsize=16,color="green",shape="box"];723[label="Integer vwx3000 * vwx401",fontsize=16,color="burlywood",shape="box"];1877[label="vwx401/Integer vwx4010",fontsize=10,color="white",style="solid",shape="box"];723 -> 1877[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1877 -> 804[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 724[label="vwx301",fontsize=16,color="green",shape="box"];725[label="vwx400",fontsize=16,color="green",shape="box"];726 -> 384[label="",style="dashed", color="red", weight=0]; 17.52/6.94 726[label="compare (vwx300 * Pos vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];726 -> 805[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 726 -> 806[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 727 -> 384[label="",style="dashed", color="red", weight=0]; 17.52/6.94 727[label="compare (vwx300 * Pos vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];727 -> 807[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 727 -> 808[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 728 -> 384[label="",style="dashed", color="red", weight=0]; 17.52/6.94 728[label="compare (vwx300 * Neg vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];728 -> 809[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 728 -> 810[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 729 -> 384[label="",style="dashed", color="red", weight=0]; 17.52/6.94 729[label="compare (vwx300 * Neg vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];729 -> 811[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 729 -> 812[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 730 -> 813[label="",style="dashed", color="red", weight=0]; 17.52/6.94 730[label="compare2 vwx300 vwx400 (vwx300 == vwx400)",fontsize=16,color="magenta"];730 -> 814[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 731[label="True",fontsize=16,color="green",shape="box"];732[label="False",fontsize=16,color="green",shape="box"];733[label="False",fontsize=16,color="green",shape="box"];734 -> 815[label="",style="dashed", color="red", weight=0]; 17.52/6.94 734[label="compare2 vwx300 vwx400 (vwx300 == vwx400)",fontsize=16,color="magenta"];734 -> 816[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 735 -> 817[label="",style="dashed", color="red", weight=0]; 17.52/6.94 735[label="compare2 vwx300 vwx400 (vwx300 == vwx400)",fontsize=16,color="magenta"];735 -> 818[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 736 -> 819[label="",style="dashed", color="red", weight=0]; 17.52/6.94 736[label="compare2 vwx300 vwx400 (vwx300 == vwx400)",fontsize=16,color="magenta"];736 -> 820[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 737 -> 821[label="",style="dashed", color="red", weight=0]; 17.52/6.94 737[label="compare2 vwx300 vwx400 (vwx300 == vwx400)",fontsize=16,color="magenta"];737 -> 822[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 738 -> 823[label="",style="dashed", color="red", weight=0]; 17.52/6.94 738[label="compare2 vwx300 vwx400 (vwx300 == vwx400)",fontsize=16,color="magenta"];738 -> 824[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 739[label="primEqInt vwx21 vwx22",fontsize=16,color="burlywood",shape="triangle"];1878[label="vwx21/Pos vwx210",fontsize=10,color="white",style="solid",shape="box"];739 -> 1878[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1878 -> 825[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1879[label="vwx21/Neg vwx210",fontsize=10,color="white",style="solid",shape="box"];739 -> 1879[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1879 -> 826[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 740[label="False == vwx22",fontsize=16,color="burlywood",shape="box"];1880[label="vwx22/False",fontsize=10,color="white",style="solid",shape="box"];740 -> 1880[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1880 -> 827[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1881[label="vwx22/True",fontsize=10,color="white",style="solid",shape="box"];740 -> 1881[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1881 -> 828[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 741[label="True == vwx22",fontsize=16,color="burlywood",shape="box"];1882[label="vwx22/False",fontsize=10,color="white",style="solid",shape="box"];741 -> 1882[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1882 -> 829[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1883[label="vwx22/True",fontsize=10,color="white",style="solid",shape="box"];741 -> 1883[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1883 -> 830[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 742[label="primEqChar vwx21 vwx22",fontsize=16,color="burlywood",shape="box"];1884[label="vwx21/Char vwx210",fontsize=10,color="white",style="solid",shape="box"];742 -> 1884[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1884 -> 831[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 743[label="(vwx210,vwx211,vwx212) == vwx22",fontsize=16,color="burlywood",shape="box"];1885[label="vwx22/(vwx220,vwx221,vwx222)",fontsize=10,color="white",style="solid",shape="box"];743 -> 1885[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1885 -> 832[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 744[label="primEqFloat vwx21 vwx22",fontsize=16,color="burlywood",shape="box"];1886[label="vwx21/Float vwx210 vwx211",fontsize=10,color="white",style="solid",shape="box"];744 -> 1886[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1886 -> 833[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 745[label="(vwx210,vwx211) == vwx22",fontsize=16,color="burlywood",shape="box"];1887[label="vwx22/(vwx220,vwx221)",fontsize=10,color="white",style="solid",shape="box"];745 -> 1887[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1887 -> 834[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 746[label="vwx210 :% vwx211 == vwx22",fontsize=16,color="burlywood",shape="box"];1888[label="vwx22/vwx220 :% vwx221",fontsize=10,color="white",style="solid",shape="box"];746 -> 1888[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1888 -> 835[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 747[label="Integer vwx210 == vwx22",fontsize=16,color="burlywood",shape="box"];1889[label="vwx22/Integer vwx220",fontsize=10,color="white",style="solid",shape="box"];747 -> 1889[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1889 -> 836[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 748[label="Nothing == vwx22",fontsize=16,color="burlywood",shape="box"];1890[label="vwx22/Nothing",fontsize=10,color="white",style="solid",shape="box"];748 -> 1890[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1890 -> 837[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1891[label="vwx22/Just vwx220",fontsize=10,color="white",style="solid",shape="box"];748 -> 1891[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1891 -> 838[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 749[label="Just vwx210 == vwx22",fontsize=16,color="burlywood",shape="box"];1892[label="vwx22/Nothing",fontsize=10,color="white",style="solid",shape="box"];749 -> 1892[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1892 -> 839[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1893[label="vwx22/Just vwx220",fontsize=10,color="white",style="solid",shape="box"];749 -> 1893[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1893 -> 840[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 750[label="Left vwx210 == vwx22",fontsize=16,color="burlywood",shape="box"];1894[label="vwx22/Left vwx220",fontsize=10,color="white",style="solid",shape="box"];750 -> 1894[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1894 -> 841[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1895[label="vwx22/Right vwx220",fontsize=10,color="white",style="solid",shape="box"];750 -> 1895[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1895 -> 842[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 751[label="Right vwx210 == vwx22",fontsize=16,color="burlywood",shape="box"];1896[label="vwx22/Left vwx220",fontsize=10,color="white",style="solid",shape="box"];751 -> 1896[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1896 -> 843[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1897[label="vwx22/Right vwx220",fontsize=10,color="white",style="solid",shape="box"];751 -> 1897[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1897 -> 844[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 752[label="LT == vwx22",fontsize=16,color="burlywood",shape="box"];1898[label="vwx22/LT",fontsize=10,color="white",style="solid",shape="box"];752 -> 1898[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1898 -> 845[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1899[label="vwx22/EQ",fontsize=10,color="white",style="solid",shape="box"];752 -> 1899[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1899 -> 846[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1900[label="vwx22/GT",fontsize=10,color="white",style="solid",shape="box"];752 -> 1900[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1900 -> 847[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 753[label="EQ == vwx22",fontsize=16,color="burlywood",shape="box"];1901[label="vwx22/LT",fontsize=10,color="white",style="solid",shape="box"];753 -> 1901[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1901 -> 848[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1902[label="vwx22/EQ",fontsize=10,color="white",style="solid",shape="box"];753 -> 1902[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1902 -> 849[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1903[label="vwx22/GT",fontsize=10,color="white",style="solid",shape="box"];753 -> 1903[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1903 -> 850[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 754[label="GT == vwx22",fontsize=16,color="burlywood",shape="box"];1904[label="vwx22/LT",fontsize=10,color="white",style="solid",shape="box"];754 -> 1904[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1904 -> 851[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1905[label="vwx22/EQ",fontsize=10,color="white",style="solid",shape="box"];754 -> 1905[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1905 -> 852[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1906[label="vwx22/GT",fontsize=10,color="white",style="solid",shape="box"];754 -> 1906[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1906 -> 853[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 755[label="vwx210 : vwx211 == vwx22",fontsize=16,color="burlywood",shape="box"];1907[label="vwx22/vwx220 : vwx221",fontsize=10,color="white",style="solid",shape="box"];755 -> 1907[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1907 -> 854[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1908[label="vwx22/[]",fontsize=10,color="white",style="solid",shape="box"];755 -> 1908[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1908 -> 855[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 756[label="[] == vwx22",fontsize=16,color="burlywood",shape="box"];1909[label="vwx22/vwx220 : vwx221",fontsize=10,color="white",style="solid",shape="box"];756 -> 1909[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1909 -> 856[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1910[label="vwx22/[]",fontsize=10,color="white",style="solid",shape="box"];756 -> 1910[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1910 -> 857[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 757[label="() == vwx22",fontsize=16,color="burlywood",shape="box"];1911[label="vwx22/()",fontsize=10,color="white",style="solid",shape="box"];757 -> 1911[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1911 -> 858[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 758[label="primEqDouble vwx21 vwx22",fontsize=16,color="burlywood",shape="box"];1912[label="vwx21/Double vwx210 vwx211",fontsize=10,color="white",style="solid",shape="box"];758 -> 1912[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1912 -> 859[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 759[label="False",fontsize=16,color="green",shape="box"];760[label="vwx47",fontsize=16,color="green",shape="box"];761[label="Succ vwx3000",fontsize=16,color="green",shape="box"];762[label="vwx400",fontsize=16,color="green",shape="box"];763 -> 640[label="",style="dashed", color="red", weight=0]; 17.52/6.94 763[label="primCmpNat Zero (Succ vwx4000)",fontsize=16,color="magenta"];763 -> 860[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 763 -> 861[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 764[label="EQ",fontsize=16,color="green",shape="box"];765[label="GT",fontsize=16,color="green",shape="box"];766[label="EQ",fontsize=16,color="green",shape="box"];767[label="vwx400",fontsize=16,color="green",shape="box"];768[label="Succ vwx3000",fontsize=16,color="green",shape="box"];769[label="LT",fontsize=16,color="green",shape="box"];770[label="EQ",fontsize=16,color="green",shape="box"];771 -> 640[label="",style="dashed", color="red", weight=0]; 17.52/6.94 771[label="primCmpNat (Succ vwx4000) Zero",fontsize=16,color="magenta"];771 -> 862[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 771 -> 863[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 772[label="EQ",fontsize=16,color="green",shape="box"];773[label="primCmpNat (Succ vwx3000) (Succ vwx4000)",fontsize=16,color="black",shape="box"];773 -> 864[label="",style="solid", color="black", weight=3]; 17.52/6.94 774[label="primCmpNat (Succ vwx3000) Zero",fontsize=16,color="black",shape="box"];774 -> 865[label="",style="solid", color="black", weight=3]; 17.52/6.94 775[label="primCmpNat Zero (Succ vwx4000)",fontsize=16,color="black",shape="box"];775 -> 866[label="",style="solid", color="black", weight=3]; 17.52/6.94 776[label="primCmpNat Zero Zero",fontsize=16,color="black",shape="box"];776 -> 867[label="",style="solid", color="black", weight=3]; 17.52/6.94 777 -> 691[label="",style="dashed", color="red", weight=0]; 17.52/6.94 777[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];777 -> 868[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 777 -> 869[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 778 -> 691[label="",style="dashed", color="red", weight=0]; 17.52/6.94 778[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];778 -> 870[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 778 -> 871[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 779 -> 691[label="",style="dashed", color="red", weight=0]; 17.52/6.94 779[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];779 -> 872[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 779 -> 873[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 780 -> 691[label="",style="dashed", color="red", weight=0]; 17.52/6.94 780[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];780 -> 874[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 780 -> 875[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 781 -> 691[label="",style="dashed", color="red", weight=0]; 17.52/6.94 781[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];781 -> 876[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 781 -> 877[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 782 -> 691[label="",style="dashed", color="red", weight=0]; 17.52/6.94 782[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];782 -> 878[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 782 -> 879[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 783 -> 691[label="",style="dashed", color="red", weight=0]; 17.52/6.94 783[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];783 -> 880[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 783 -> 881[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 784 -> 691[label="",style="dashed", color="red", weight=0]; 17.52/6.94 784[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];784 -> 882[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 784 -> 883[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 785 -> 530[label="",style="dashed", color="red", weight=0]; 17.52/6.94 785[label="compare vwx300 vwx400",fontsize=16,color="magenta"];785 -> 884[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 785 -> 885[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 786 -> 531[label="",style="dashed", color="red", weight=0]; 17.52/6.94 786[label="compare vwx300 vwx400",fontsize=16,color="magenta"];786 -> 886[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 786 -> 887[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 787 -> 532[label="",style="dashed", color="red", weight=0]; 17.52/6.94 787[label="compare vwx300 vwx400",fontsize=16,color="magenta"];787 -> 888[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 787 -> 889[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 788 -> 379[label="",style="dashed", color="red", weight=0]; 17.52/6.94 788[label="compare vwx300 vwx400",fontsize=16,color="magenta"];788 -> 890[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 788 -> 891[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 789 -> 380[label="",style="dashed", color="red", weight=0]; 17.52/6.94 789[label="compare vwx300 vwx400",fontsize=16,color="magenta"];789 -> 892[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 789 -> 893[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 790 -> 381[label="",style="dashed", color="red", weight=0]; 17.52/6.94 790[label="compare vwx300 vwx400",fontsize=16,color="magenta"];790 -> 894[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 790 -> 895[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 791 -> 382[label="",style="dashed", color="red", weight=0]; 17.52/6.94 791[label="compare vwx300 vwx400",fontsize=16,color="magenta"];791 -> 896[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 791 -> 897[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 792 -> 537[label="",style="dashed", color="red", weight=0]; 17.52/6.94 792[label="compare vwx300 vwx400",fontsize=16,color="magenta"];792 -> 898[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 792 -> 899[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 793 -> 383[label="",style="dashed", color="red", weight=0]; 17.52/6.94 793[label="compare vwx300 vwx400",fontsize=16,color="magenta"];793 -> 900[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 793 -> 901[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 794 -> 384[label="",style="dashed", color="red", weight=0]; 17.52/6.94 794[label="compare vwx300 vwx400",fontsize=16,color="magenta"];794 -> 902[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 794 -> 903[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 795 -> 385[label="",style="dashed", color="red", weight=0]; 17.52/6.94 795[label="compare vwx300 vwx400",fontsize=16,color="magenta"];795 -> 904[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 795 -> 905[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 796 -> 386[label="",style="dashed", color="red", weight=0]; 17.52/6.94 796[label="compare vwx300 vwx400",fontsize=16,color="magenta"];796 -> 906[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 796 -> 907[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 797 -> 542[label="",style="dashed", color="red", weight=0]; 17.52/6.94 797[label="compare vwx300 vwx400",fontsize=16,color="magenta"];797 -> 908[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 797 -> 909[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 798 -> 543[label="",style="dashed", color="red", weight=0]; 17.52/6.94 798[label="compare vwx300 vwx400",fontsize=16,color="magenta"];798 -> 910[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 798 -> 911[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 799[label="primCompAux0 vwx52 LT",fontsize=16,color="black",shape="box"];799 -> 912[label="",style="solid", color="black", weight=3]; 17.52/6.94 800[label="primCompAux0 vwx52 EQ",fontsize=16,color="black",shape="box"];800 -> 913[label="",style="solid", color="black", weight=3]; 17.52/6.94 801[label="primCompAux0 vwx52 GT",fontsize=16,color="black",shape="box"];801 -> 914[label="",style="solid", color="black", weight=3]; 17.52/6.94 802[label="primMulInt (Pos vwx3000) vwx401",fontsize=16,color="burlywood",shape="box"];1913[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];802 -> 1913[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1913 -> 915[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1914[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];802 -> 1914[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1914 -> 916[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 803[label="primMulInt (Neg vwx3000) vwx401",fontsize=16,color="burlywood",shape="box"];1915[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];803 -> 1915[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1915 -> 917[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1916[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];803 -> 1916[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1916 -> 918[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 804[label="Integer vwx3000 * Integer vwx4010",fontsize=16,color="black",shape="box"];804 -> 919[label="",style="solid", color="black", weight=3]; 17.52/6.94 805 -> 691[label="",style="dashed", color="red", weight=0]; 17.52/6.94 805[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];805 -> 920[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 805 -> 921[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 806 -> 691[label="",style="dashed", color="red", weight=0]; 17.52/6.94 806[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];806 -> 922[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 806 -> 923[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 807 -> 691[label="",style="dashed", color="red", weight=0]; 17.52/6.94 807[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];807 -> 924[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 807 -> 925[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 808 -> 691[label="",style="dashed", color="red", weight=0]; 17.52/6.94 808[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];808 -> 926[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 808 -> 927[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 809 -> 691[label="",style="dashed", color="red", weight=0]; 17.52/6.94 809[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];809 -> 928[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 809 -> 929[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 810 -> 691[label="",style="dashed", color="red", weight=0]; 17.52/6.94 810[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];810 -> 930[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 810 -> 931[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 811 -> 691[label="",style="dashed", color="red", weight=0]; 17.52/6.94 811[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];811 -> 932[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 811 -> 933[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 812 -> 691[label="",style="dashed", color="red", weight=0]; 17.52/6.94 812[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];812 -> 934[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 812 -> 935[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 814 -> 685[label="",style="dashed", color="red", weight=0]; 17.52/6.94 814[label="vwx300 == vwx400",fontsize=16,color="magenta"];814 -> 936[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 814 -> 937[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 813[label="compare2 vwx300 vwx400 vwx54",fontsize=16,color="burlywood",shape="triangle"];1917[label="vwx54/False",fontsize=10,color="white",style="solid",shape="box"];813 -> 1917[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1917 -> 938[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1918[label="vwx54/True",fontsize=10,color="white",style="solid",shape="box"];813 -> 1918[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1918 -> 939[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 816 -> 683[label="",style="dashed", color="red", weight=0]; 17.52/6.94 816[label="vwx300 == vwx400",fontsize=16,color="magenta"];816 -> 940[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 816 -> 941[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 815[label="compare2 vwx300 vwx400 vwx55",fontsize=16,color="burlywood",shape="triangle"];1919[label="vwx55/False",fontsize=10,color="white",style="solid",shape="box"];815 -> 1919[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1919 -> 942[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1920[label="vwx55/True",fontsize=10,color="white",style="solid",shape="box"];815 -> 1920[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1920 -> 943[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 818 -> 676[label="",style="dashed", color="red", weight=0]; 17.52/6.94 818[label="vwx300 == vwx400",fontsize=16,color="magenta"];818 -> 944[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 818 -> 945[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 817[label="compare2 vwx300 vwx400 vwx56",fontsize=16,color="burlywood",shape="triangle"];1921[label="vwx56/False",fontsize=10,color="white",style="solid",shape="box"];817 -> 1921[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1921 -> 946[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1922[label="vwx56/True",fontsize=10,color="white",style="solid",shape="box"];817 -> 1922[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1922 -> 947[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 820 -> 678[label="",style="dashed", color="red", weight=0]; 17.52/6.94 820[label="vwx300 == vwx400",fontsize=16,color="magenta"];820 -> 948[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 820 -> 949[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 819[label="compare2 vwx300 vwx400 vwx57",fontsize=16,color="burlywood",shape="triangle"];1923[label="vwx57/False",fontsize=10,color="white",style="solid",shape="box"];819 -> 1923[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1923 -> 950[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1924[label="vwx57/True",fontsize=10,color="white",style="solid",shape="box"];819 -> 1924[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1924 -> 951[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 822 -> 680[label="",style="dashed", color="red", weight=0]; 17.52/6.94 822[label="vwx300 == vwx400",fontsize=16,color="magenta"];822 -> 952[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 822 -> 953[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 821[label="compare2 vwx300 vwx400 vwx58",fontsize=16,color="burlywood",shape="triangle"];1925[label="vwx58/False",fontsize=10,color="white",style="solid",shape="box"];821 -> 1925[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1925 -> 954[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1926[label="vwx58/True",fontsize=10,color="white",style="solid",shape="box"];821 -> 1926[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1926 -> 955[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 824 -> 684[label="",style="dashed", color="red", weight=0]; 17.52/6.94 824[label="vwx300 == vwx400",fontsize=16,color="magenta"];824 -> 956[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 824 -> 957[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 823[label="compare2 vwx300 vwx400 vwx59",fontsize=16,color="burlywood",shape="triangle"];1927[label="vwx59/False",fontsize=10,color="white",style="solid",shape="box"];823 -> 1927[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1927 -> 958[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1928[label="vwx59/True",fontsize=10,color="white",style="solid",shape="box"];823 -> 1928[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1928 -> 959[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 825[label="primEqInt (Pos vwx210) vwx22",fontsize=16,color="burlywood",shape="box"];1929[label="vwx210/Succ vwx2100",fontsize=10,color="white",style="solid",shape="box"];825 -> 1929[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1929 -> 960[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1930[label="vwx210/Zero",fontsize=10,color="white",style="solid",shape="box"];825 -> 1930[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1930 -> 961[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 826[label="primEqInt (Neg vwx210) vwx22",fontsize=16,color="burlywood",shape="box"];1931[label="vwx210/Succ vwx2100",fontsize=10,color="white",style="solid",shape="box"];826 -> 1931[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1931 -> 962[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1932[label="vwx210/Zero",fontsize=10,color="white",style="solid",shape="box"];826 -> 1932[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1932 -> 963[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 827[label="False == False",fontsize=16,color="black",shape="box"];827 -> 964[label="",style="solid", color="black", weight=3]; 17.52/6.94 828[label="False == True",fontsize=16,color="black",shape="box"];828 -> 965[label="",style="solid", color="black", weight=3]; 17.52/6.94 829[label="True == False",fontsize=16,color="black",shape="box"];829 -> 966[label="",style="solid", color="black", weight=3]; 17.52/6.94 830[label="True == True",fontsize=16,color="black",shape="box"];830 -> 967[label="",style="solid", color="black", weight=3]; 17.52/6.94 831[label="primEqChar (Char vwx210) vwx22",fontsize=16,color="burlywood",shape="box"];1933[label="vwx22/Char vwx220",fontsize=10,color="white",style="solid",shape="box"];831 -> 1933[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1933 -> 968[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 832[label="(vwx210,vwx211,vwx212) == (vwx220,vwx221,vwx222)",fontsize=16,color="black",shape="box"];832 -> 969[label="",style="solid", color="black", weight=3]; 17.52/6.94 833[label="primEqFloat (Float vwx210 vwx211) vwx22",fontsize=16,color="burlywood",shape="box"];1934[label="vwx22/Float vwx220 vwx221",fontsize=10,color="white",style="solid",shape="box"];833 -> 1934[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1934 -> 970[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 834[label="(vwx210,vwx211) == (vwx220,vwx221)",fontsize=16,color="black",shape="box"];834 -> 971[label="",style="solid", color="black", weight=3]; 17.52/6.94 835[label="vwx210 :% vwx211 == vwx220 :% vwx221",fontsize=16,color="black",shape="box"];835 -> 972[label="",style="solid", color="black", weight=3]; 17.52/6.94 836[label="Integer vwx210 == Integer vwx220",fontsize=16,color="black",shape="box"];836 -> 973[label="",style="solid", color="black", weight=3]; 17.52/6.94 837[label="Nothing == Nothing",fontsize=16,color="black",shape="box"];837 -> 974[label="",style="solid", color="black", weight=3]; 17.52/6.94 838[label="Nothing == Just vwx220",fontsize=16,color="black",shape="box"];838 -> 975[label="",style="solid", color="black", weight=3]; 17.52/6.94 839[label="Just vwx210 == Nothing",fontsize=16,color="black",shape="box"];839 -> 976[label="",style="solid", color="black", weight=3]; 17.52/6.94 840[label="Just vwx210 == Just vwx220",fontsize=16,color="black",shape="box"];840 -> 977[label="",style="solid", color="black", weight=3]; 17.52/6.94 841[label="Left vwx210 == Left vwx220",fontsize=16,color="black",shape="box"];841 -> 978[label="",style="solid", color="black", weight=3]; 17.52/6.94 842[label="Left vwx210 == Right vwx220",fontsize=16,color="black",shape="box"];842 -> 979[label="",style="solid", color="black", weight=3]; 17.52/6.94 843[label="Right vwx210 == Left vwx220",fontsize=16,color="black",shape="box"];843 -> 980[label="",style="solid", color="black", weight=3]; 17.52/6.94 844[label="Right vwx210 == Right vwx220",fontsize=16,color="black",shape="box"];844 -> 981[label="",style="solid", color="black", weight=3]; 17.52/6.94 845[label="LT == LT",fontsize=16,color="black",shape="box"];845 -> 982[label="",style="solid", color="black", weight=3]; 17.52/6.94 846[label="LT == EQ",fontsize=16,color="black",shape="box"];846 -> 983[label="",style="solid", color="black", weight=3]; 17.52/6.94 847[label="LT == GT",fontsize=16,color="black",shape="box"];847 -> 984[label="",style="solid", color="black", weight=3]; 17.52/6.94 848[label="EQ == LT",fontsize=16,color="black",shape="box"];848 -> 985[label="",style="solid", color="black", weight=3]; 17.52/6.94 849[label="EQ == EQ",fontsize=16,color="black",shape="box"];849 -> 986[label="",style="solid", color="black", weight=3]; 17.52/6.94 850[label="EQ == GT",fontsize=16,color="black",shape="box"];850 -> 987[label="",style="solid", color="black", weight=3]; 17.52/6.94 851[label="GT == LT",fontsize=16,color="black",shape="box"];851 -> 988[label="",style="solid", color="black", weight=3]; 17.52/6.94 852[label="GT == EQ",fontsize=16,color="black",shape="box"];852 -> 989[label="",style="solid", color="black", weight=3]; 17.52/6.94 853[label="GT == GT",fontsize=16,color="black",shape="box"];853 -> 990[label="",style="solid", color="black", weight=3]; 17.52/6.94 854[label="vwx210 : vwx211 == vwx220 : vwx221",fontsize=16,color="black",shape="box"];854 -> 991[label="",style="solid", color="black", weight=3]; 17.52/6.94 855[label="vwx210 : vwx211 == []",fontsize=16,color="black",shape="box"];855 -> 992[label="",style="solid", color="black", weight=3]; 17.52/6.94 856[label="[] == vwx220 : vwx221",fontsize=16,color="black",shape="box"];856 -> 993[label="",style="solid", color="black", weight=3]; 17.52/6.94 857[label="[] == []",fontsize=16,color="black",shape="box"];857 -> 994[label="",style="solid", color="black", weight=3]; 17.52/6.94 858[label="() == ()",fontsize=16,color="black",shape="box"];858 -> 995[label="",style="solid", color="black", weight=3]; 17.52/6.94 859[label="primEqDouble (Double vwx210 vwx211) vwx22",fontsize=16,color="burlywood",shape="box"];1935[label="vwx22/Double vwx220 vwx221",fontsize=10,color="white",style="solid",shape="box"];859 -> 1935[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1935 -> 996[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 860[label="Zero",fontsize=16,color="green",shape="box"];861[label="Succ vwx4000",fontsize=16,color="green",shape="box"];862[label="Succ vwx4000",fontsize=16,color="green",shape="box"];863[label="Zero",fontsize=16,color="green",shape="box"];864 -> 640[label="",style="dashed", color="red", weight=0]; 17.52/6.94 864[label="primCmpNat vwx3000 vwx4000",fontsize=16,color="magenta"];864 -> 997[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 864 -> 998[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 865[label="GT",fontsize=16,color="green",shape="box"];866[label="LT",fontsize=16,color="green",shape="box"];867[label="EQ",fontsize=16,color="green",shape="box"];868[label="Pos vwx4010",fontsize=16,color="green",shape="box"];869[label="vwx300",fontsize=16,color="green",shape="box"];870[label="vwx400",fontsize=16,color="green",shape="box"];871[label="Pos vwx3010",fontsize=16,color="green",shape="box"];872[label="Pos vwx4010",fontsize=16,color="green",shape="box"];873[label="vwx300",fontsize=16,color="green",shape="box"];874[label="vwx400",fontsize=16,color="green",shape="box"];875[label="Neg vwx3010",fontsize=16,color="green",shape="box"];876[label="Neg vwx4010",fontsize=16,color="green",shape="box"];877[label="vwx300",fontsize=16,color="green",shape="box"];878[label="vwx400",fontsize=16,color="green",shape="box"];879[label="Pos vwx3010",fontsize=16,color="green",shape="box"];880[label="Neg vwx4010",fontsize=16,color="green",shape="box"];881[label="vwx300",fontsize=16,color="green",shape="box"];882[label="vwx400",fontsize=16,color="green",shape="box"];883[label="Neg vwx3010",fontsize=16,color="green",shape="box"];884[label="vwx300",fontsize=16,color="green",shape="box"];885[label="vwx400",fontsize=16,color="green",shape="box"];886[label="vwx300",fontsize=16,color="green",shape="box"];887[label="vwx400",fontsize=16,color="green",shape="box"];888[label="vwx300",fontsize=16,color="green",shape="box"];889[label="vwx400",fontsize=16,color="green",shape="box"];890[label="vwx300",fontsize=16,color="green",shape="box"];891[label="vwx400",fontsize=16,color="green",shape="box"];892[label="vwx300",fontsize=16,color="green",shape="box"];893[label="vwx400",fontsize=16,color="green",shape="box"];894[label="vwx300",fontsize=16,color="green",shape="box"];895[label="vwx400",fontsize=16,color="green",shape="box"];896[label="vwx300",fontsize=16,color="green",shape="box"];897[label="vwx400",fontsize=16,color="green",shape="box"];898[label="vwx300",fontsize=16,color="green",shape="box"];899[label="vwx400",fontsize=16,color="green",shape="box"];900[label="vwx300",fontsize=16,color="green",shape="box"];901[label="vwx400",fontsize=16,color="green",shape="box"];902[label="vwx300",fontsize=16,color="green",shape="box"];903[label="vwx400",fontsize=16,color="green",shape="box"];904[label="vwx300",fontsize=16,color="green",shape="box"];905[label="vwx400",fontsize=16,color="green",shape="box"];906[label="vwx300",fontsize=16,color="green",shape="box"];907[label="vwx400",fontsize=16,color="green",shape="box"];908[label="vwx300",fontsize=16,color="green",shape="box"];909[label="vwx400",fontsize=16,color="green",shape="box"];910[label="vwx300",fontsize=16,color="green",shape="box"];911[label="vwx400",fontsize=16,color="green",shape="box"];912[label="LT",fontsize=16,color="green",shape="box"];913[label="vwx52",fontsize=16,color="green",shape="box"];914[label="GT",fontsize=16,color="green",shape="box"];915[label="primMulInt (Pos vwx3000) (Pos vwx4010)",fontsize=16,color="black",shape="box"];915 -> 999[label="",style="solid", color="black", weight=3]; 17.52/6.94 916[label="primMulInt (Pos vwx3000) (Neg vwx4010)",fontsize=16,color="black",shape="box"];916 -> 1000[label="",style="solid", color="black", weight=3]; 17.52/6.94 917[label="primMulInt (Neg vwx3000) (Pos vwx4010)",fontsize=16,color="black",shape="box"];917 -> 1001[label="",style="solid", color="black", weight=3]; 17.52/6.94 918[label="primMulInt (Neg vwx3000) (Neg vwx4010)",fontsize=16,color="black",shape="box"];918 -> 1002[label="",style="solid", color="black", weight=3]; 17.52/6.94 919[label="Integer (primMulInt vwx3000 vwx4010)",fontsize=16,color="green",shape="box"];919 -> 1003[label="",style="dashed", color="green", weight=3]; 17.52/6.94 920[label="Pos vwx4010",fontsize=16,color="green",shape="box"];921[label="vwx300",fontsize=16,color="green",shape="box"];922[label="vwx400",fontsize=16,color="green",shape="box"];923[label="Pos vwx3010",fontsize=16,color="green",shape="box"];924[label="Pos vwx4010",fontsize=16,color="green",shape="box"];925[label="vwx300",fontsize=16,color="green",shape="box"];926[label="vwx400",fontsize=16,color="green",shape="box"];927[label="Neg vwx3010",fontsize=16,color="green",shape="box"];928[label="Neg vwx4010",fontsize=16,color="green",shape="box"];929[label="vwx300",fontsize=16,color="green",shape="box"];930[label="vwx400",fontsize=16,color="green",shape="box"];931[label="Pos vwx3010",fontsize=16,color="green",shape="box"];932[label="Neg vwx4010",fontsize=16,color="green",shape="box"];933[label="vwx300",fontsize=16,color="green",shape="box"];934[label="vwx400",fontsize=16,color="green",shape="box"];935[label="Neg vwx3010",fontsize=16,color="green",shape="box"];936[label="vwx300",fontsize=16,color="green",shape="box"];937[label="vwx400",fontsize=16,color="green",shape="box"];938[label="compare2 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];938 -> 1004[label="",style="solid", color="black", weight=3]; 17.52/6.94 939[label="compare2 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];939 -> 1005[label="",style="solid", color="black", weight=3]; 17.52/6.94 940[label="vwx300",fontsize=16,color="green",shape="box"];941[label="vwx400",fontsize=16,color="green",shape="box"];942[label="compare2 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];942 -> 1006[label="",style="solid", color="black", weight=3]; 17.52/6.94 943[label="compare2 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];943 -> 1007[label="",style="solid", color="black", weight=3]; 17.52/6.94 944[label="vwx300",fontsize=16,color="green",shape="box"];945[label="vwx400",fontsize=16,color="green",shape="box"];946[label="compare2 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];946 -> 1008[label="",style="solid", color="black", weight=3]; 17.52/6.94 947[label="compare2 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];947 -> 1009[label="",style="solid", color="black", weight=3]; 17.52/6.94 948[label="vwx300",fontsize=16,color="green",shape="box"];949[label="vwx400",fontsize=16,color="green",shape="box"];950[label="compare2 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];950 -> 1010[label="",style="solid", color="black", weight=3]; 17.52/6.94 951[label="compare2 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];951 -> 1011[label="",style="solid", color="black", weight=3]; 17.52/6.94 952[label="vwx300",fontsize=16,color="green",shape="box"];953[label="vwx400",fontsize=16,color="green",shape="box"];954[label="compare2 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];954 -> 1012[label="",style="solid", color="black", weight=3]; 17.52/6.94 955[label="compare2 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];955 -> 1013[label="",style="solid", color="black", weight=3]; 17.52/6.94 956[label="vwx300",fontsize=16,color="green",shape="box"];957[label="vwx400",fontsize=16,color="green",shape="box"];958[label="compare2 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];958 -> 1014[label="",style="solid", color="black", weight=3]; 17.52/6.94 959[label="compare2 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];959 -> 1015[label="",style="solid", color="black", weight=3]; 17.52/6.94 960[label="primEqInt (Pos (Succ vwx2100)) vwx22",fontsize=16,color="burlywood",shape="box"];1936[label="vwx22/Pos vwx220",fontsize=10,color="white",style="solid",shape="box"];960 -> 1936[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1936 -> 1016[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1937[label="vwx22/Neg vwx220",fontsize=10,color="white",style="solid",shape="box"];960 -> 1937[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1937 -> 1017[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 961[label="primEqInt (Pos Zero) vwx22",fontsize=16,color="burlywood",shape="box"];1938[label="vwx22/Pos vwx220",fontsize=10,color="white",style="solid",shape="box"];961 -> 1938[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1938 -> 1018[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1939[label="vwx22/Neg vwx220",fontsize=10,color="white",style="solid",shape="box"];961 -> 1939[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1939 -> 1019[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 962[label="primEqInt (Neg (Succ vwx2100)) vwx22",fontsize=16,color="burlywood",shape="box"];1940[label="vwx22/Pos vwx220",fontsize=10,color="white",style="solid",shape="box"];962 -> 1940[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1940 -> 1020[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1941[label="vwx22/Neg vwx220",fontsize=10,color="white",style="solid",shape="box"];962 -> 1941[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1941 -> 1021[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 963[label="primEqInt (Neg Zero) vwx22",fontsize=16,color="burlywood",shape="box"];1942[label="vwx22/Pos vwx220",fontsize=10,color="white",style="solid",shape="box"];963 -> 1942[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1942 -> 1022[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1943[label="vwx22/Neg vwx220",fontsize=10,color="white",style="solid",shape="box"];963 -> 1943[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1943 -> 1023[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 964[label="True",fontsize=16,color="green",shape="box"];965[label="False",fontsize=16,color="green",shape="box"];966[label="False",fontsize=16,color="green",shape="box"];967[label="True",fontsize=16,color="green",shape="box"];968[label="primEqChar (Char vwx210) (Char vwx220)",fontsize=16,color="black",shape="box"];968 -> 1024[label="",style="solid", color="black", weight=3]; 17.52/6.94 969 -> 621[label="",style="dashed", color="red", weight=0]; 17.52/6.94 969[label="vwx210 == vwx220 && vwx211 == vwx221 && vwx212 == vwx222",fontsize=16,color="magenta"];969 -> 1025[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 969 -> 1026[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 970[label="primEqFloat (Float vwx210 vwx211) (Float vwx220 vwx221)",fontsize=16,color="black",shape="box"];970 -> 1027[label="",style="solid", color="black", weight=3]; 17.52/6.94 971 -> 621[label="",style="dashed", color="red", weight=0]; 17.52/6.94 971[label="vwx210 == vwx220 && vwx211 == vwx221",fontsize=16,color="magenta"];971 -> 1028[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 971 -> 1029[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 972 -> 621[label="",style="dashed", color="red", weight=0]; 17.52/6.94 972[label="vwx210 == vwx220 && vwx211 == vwx221",fontsize=16,color="magenta"];972 -> 1030[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 972 -> 1031[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 973 -> 739[label="",style="dashed", color="red", weight=0]; 17.52/6.94 973[label="primEqInt vwx210 vwx220",fontsize=16,color="magenta"];973 -> 1032[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 973 -> 1033[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 974[label="True",fontsize=16,color="green",shape="box"];975[label="False",fontsize=16,color="green",shape="box"];976[label="False",fontsize=16,color="green",shape="box"];977[label="vwx210 == vwx220",fontsize=16,color="blue",shape="box"];1944[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];977 -> 1944[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1944 -> 1034[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1945[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];977 -> 1945[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1945 -> 1035[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1946[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];977 -> 1946[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1946 -> 1036[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1947[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];977 -> 1947[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1947 -> 1037[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1948[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];977 -> 1948[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1948 -> 1038[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1949[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];977 -> 1949[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1949 -> 1039[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1950[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];977 -> 1950[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1950 -> 1040[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1951[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];977 -> 1951[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1951 -> 1041[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1952[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];977 -> 1952[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1952 -> 1042[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1953[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];977 -> 1953[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1953 -> 1043[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1954[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];977 -> 1954[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1954 -> 1044[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1955[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];977 -> 1955[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1955 -> 1045[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1956[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];977 -> 1956[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1956 -> 1046[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1957[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];977 -> 1957[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1957 -> 1047[label="",style="solid", color="blue", weight=3]; 17.52/6.94 978[label="vwx210 == vwx220",fontsize=16,color="blue",shape="box"];1958[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];978 -> 1958[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1958 -> 1048[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1959[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];978 -> 1959[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1959 -> 1049[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1960[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];978 -> 1960[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1960 -> 1050[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1961[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];978 -> 1961[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1961 -> 1051[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1962[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];978 -> 1962[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1962 -> 1052[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1963[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];978 -> 1963[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1963 -> 1053[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1964[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];978 -> 1964[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1964 -> 1054[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1965[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];978 -> 1965[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1965 -> 1055[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1966[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];978 -> 1966[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1966 -> 1056[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1967[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];978 -> 1967[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1967 -> 1057[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1968[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];978 -> 1968[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1968 -> 1058[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1969[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];978 -> 1969[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1969 -> 1059[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1970[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];978 -> 1970[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1970 -> 1060[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1971[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];978 -> 1971[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1971 -> 1061[label="",style="solid", color="blue", weight=3]; 17.52/6.94 979[label="False",fontsize=16,color="green",shape="box"];980[label="False",fontsize=16,color="green",shape="box"];981[label="vwx210 == vwx220",fontsize=16,color="blue",shape="box"];1972[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];981 -> 1972[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1972 -> 1062[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1973[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];981 -> 1973[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1973 -> 1063[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1974[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];981 -> 1974[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1974 -> 1064[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1975[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];981 -> 1975[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1975 -> 1065[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1976[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];981 -> 1976[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1976 -> 1066[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1977[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];981 -> 1977[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1977 -> 1067[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1978[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];981 -> 1978[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1978 -> 1068[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1979[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];981 -> 1979[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1979 -> 1069[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1980[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];981 -> 1980[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1980 -> 1070[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1981[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];981 -> 1981[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1981 -> 1071[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1982[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];981 -> 1982[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1982 -> 1072[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1983[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];981 -> 1983[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1983 -> 1073[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1984[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];981 -> 1984[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1984 -> 1074[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1985[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];981 -> 1985[label="",style="solid", color="blue", weight=9]; 17.52/6.94 1985 -> 1075[label="",style="solid", color="blue", weight=3]; 17.52/6.94 982[label="True",fontsize=16,color="green",shape="box"];983[label="False",fontsize=16,color="green",shape="box"];984[label="False",fontsize=16,color="green",shape="box"];985[label="False",fontsize=16,color="green",shape="box"];986[label="True",fontsize=16,color="green",shape="box"];987[label="False",fontsize=16,color="green",shape="box"];988[label="False",fontsize=16,color="green",shape="box"];989[label="False",fontsize=16,color="green",shape="box"];990[label="True",fontsize=16,color="green",shape="box"];991 -> 621[label="",style="dashed", color="red", weight=0]; 17.52/6.94 991[label="vwx210 == vwx220 && vwx211 == vwx221",fontsize=16,color="magenta"];991 -> 1076[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 991 -> 1077[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 992[label="False",fontsize=16,color="green",shape="box"];993[label="False",fontsize=16,color="green",shape="box"];994[label="True",fontsize=16,color="green",shape="box"];995[label="True",fontsize=16,color="green",shape="box"];996[label="primEqDouble (Double vwx210 vwx211) (Double vwx220 vwx221)",fontsize=16,color="black",shape="box"];996 -> 1078[label="",style="solid", color="black", weight=3]; 17.52/6.94 997[label="vwx3000",fontsize=16,color="green",shape="box"];998[label="vwx4000",fontsize=16,color="green",shape="box"];999[label="Pos (primMulNat vwx3000 vwx4010)",fontsize=16,color="green",shape="box"];999 -> 1079[label="",style="dashed", color="green", weight=3]; 17.52/6.94 1000[label="Neg (primMulNat vwx3000 vwx4010)",fontsize=16,color="green",shape="box"];1000 -> 1080[label="",style="dashed", color="green", weight=3]; 17.52/6.94 1001[label="Neg (primMulNat vwx3000 vwx4010)",fontsize=16,color="green",shape="box"];1001 -> 1081[label="",style="dashed", color="green", weight=3]; 17.52/6.94 1002[label="Pos (primMulNat vwx3000 vwx4010)",fontsize=16,color="green",shape="box"];1002 -> 1082[label="",style="dashed", color="green", weight=3]; 17.52/6.94 1003 -> 720[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1003[label="primMulInt vwx3000 vwx4010",fontsize=16,color="magenta"];1003 -> 1083[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1003 -> 1084[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1004 -> 1085[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1004[label="compare1 vwx300 vwx400 (vwx300 <= vwx400)",fontsize=16,color="magenta"];1004 -> 1086[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1005[label="EQ",fontsize=16,color="green",shape="box"];1006 -> 1087[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1006[label="compare1 vwx300 vwx400 (vwx300 <= vwx400)",fontsize=16,color="magenta"];1006 -> 1088[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1007[label="EQ",fontsize=16,color="green",shape="box"];1008 -> 1089[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1008[label="compare1 vwx300 vwx400 (vwx300 <= vwx400)",fontsize=16,color="magenta"];1008 -> 1090[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1009[label="EQ",fontsize=16,color="green",shape="box"];1010 -> 1091[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1010[label="compare1 vwx300 vwx400 (vwx300 <= vwx400)",fontsize=16,color="magenta"];1010 -> 1092[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1011[label="EQ",fontsize=16,color="green",shape="box"];1012 -> 1093[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1012[label="compare1 vwx300 vwx400 (vwx300 <= vwx400)",fontsize=16,color="magenta"];1012 -> 1094[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1013[label="EQ",fontsize=16,color="green",shape="box"];1014 -> 1095[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1014[label="compare1 vwx300 vwx400 (vwx300 <= vwx400)",fontsize=16,color="magenta"];1014 -> 1096[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1015[label="EQ",fontsize=16,color="green",shape="box"];1016[label="primEqInt (Pos (Succ vwx2100)) (Pos vwx220)",fontsize=16,color="burlywood",shape="box"];1986[label="vwx220/Succ vwx2200",fontsize=10,color="white",style="solid",shape="box"];1016 -> 1986[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1986 -> 1097[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1987[label="vwx220/Zero",fontsize=10,color="white",style="solid",shape="box"];1016 -> 1987[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1987 -> 1098[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1017[label="primEqInt (Pos (Succ vwx2100)) (Neg vwx220)",fontsize=16,color="black",shape="box"];1017 -> 1099[label="",style="solid", color="black", weight=3]; 17.52/6.94 1018[label="primEqInt (Pos Zero) (Pos vwx220)",fontsize=16,color="burlywood",shape="box"];1988[label="vwx220/Succ vwx2200",fontsize=10,color="white",style="solid",shape="box"];1018 -> 1988[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1988 -> 1100[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1989[label="vwx220/Zero",fontsize=10,color="white",style="solid",shape="box"];1018 -> 1989[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1989 -> 1101[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1019[label="primEqInt (Pos Zero) (Neg vwx220)",fontsize=16,color="burlywood",shape="box"];1990[label="vwx220/Succ vwx2200",fontsize=10,color="white",style="solid",shape="box"];1019 -> 1990[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1990 -> 1102[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1991[label="vwx220/Zero",fontsize=10,color="white",style="solid",shape="box"];1019 -> 1991[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1991 -> 1103[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1020[label="primEqInt (Neg (Succ vwx2100)) (Pos vwx220)",fontsize=16,color="black",shape="box"];1020 -> 1104[label="",style="solid", color="black", weight=3]; 17.52/6.94 1021[label="primEqInt (Neg (Succ vwx2100)) (Neg vwx220)",fontsize=16,color="burlywood",shape="box"];1992[label="vwx220/Succ vwx2200",fontsize=10,color="white",style="solid",shape="box"];1021 -> 1992[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1992 -> 1105[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1993[label="vwx220/Zero",fontsize=10,color="white",style="solid",shape="box"];1021 -> 1993[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1993 -> 1106[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1022[label="primEqInt (Neg Zero) (Pos vwx220)",fontsize=16,color="burlywood",shape="box"];1994[label="vwx220/Succ vwx2200",fontsize=10,color="white",style="solid",shape="box"];1022 -> 1994[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1994 -> 1107[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1995[label="vwx220/Zero",fontsize=10,color="white",style="solid",shape="box"];1022 -> 1995[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1995 -> 1108[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1023[label="primEqInt (Neg Zero) (Neg vwx220)",fontsize=16,color="burlywood",shape="box"];1996[label="vwx220/Succ vwx2200",fontsize=10,color="white",style="solid",shape="box"];1023 -> 1996[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1996 -> 1109[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1997[label="vwx220/Zero",fontsize=10,color="white",style="solid",shape="box"];1023 -> 1997[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1997 -> 1110[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1024[label="primEqNat vwx210 vwx220",fontsize=16,color="burlywood",shape="triangle"];1998[label="vwx210/Succ vwx2100",fontsize=10,color="white",style="solid",shape="box"];1024 -> 1998[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1998 -> 1111[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1999[label="vwx210/Zero",fontsize=10,color="white",style="solid",shape="box"];1024 -> 1999[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 1999 -> 1112[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1025 -> 621[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1025[label="vwx211 == vwx221 && vwx212 == vwx222",fontsize=16,color="magenta"];1025 -> 1113[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1025 -> 1114[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1026[label="vwx210 == vwx220",fontsize=16,color="blue",shape="box"];2000[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1026 -> 2000[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2000 -> 1115[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2001[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1026 -> 2001[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2001 -> 1116[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2002[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1026 -> 2002[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2002 -> 1117[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2003[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1026 -> 2003[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2003 -> 1118[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2004[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1026 -> 2004[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2004 -> 1119[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2005[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1026 -> 2005[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2005 -> 1120[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2006[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1026 -> 2006[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2006 -> 1121[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2007[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1026 -> 2007[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2007 -> 1122[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2008[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1026 -> 2008[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2008 -> 1123[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2009[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1026 -> 2009[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2009 -> 1124[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2010[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1026 -> 2010[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2010 -> 1125[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2011[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1026 -> 2011[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2011 -> 1126[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2012[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1026 -> 2012[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2012 -> 1127[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2013[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1026 -> 2013[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2013 -> 1128[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1027 -> 675[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1027[label="vwx210 * vwx221 == vwx211 * vwx220",fontsize=16,color="magenta"];1027 -> 1129[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1027 -> 1130[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1028[label="vwx211 == vwx221",fontsize=16,color="blue",shape="box"];2014[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1028 -> 2014[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2014 -> 1131[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2015[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1028 -> 2015[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2015 -> 1132[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2016[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1028 -> 2016[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2016 -> 1133[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2017[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1028 -> 2017[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2017 -> 1134[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2018[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1028 -> 2018[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2018 -> 1135[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2019[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1028 -> 2019[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2019 -> 1136[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2020[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1028 -> 2020[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2020 -> 1137[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2021[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1028 -> 2021[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2021 -> 1138[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2022[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1028 -> 2022[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2022 -> 1139[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2023[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1028 -> 2023[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2023 -> 1140[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2024[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1028 -> 2024[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2024 -> 1141[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2025[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1028 -> 2025[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2025 -> 1142[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2026[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1028 -> 2026[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2026 -> 1143[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2027[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1028 -> 2027[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2027 -> 1144[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1029[label="vwx210 == vwx220",fontsize=16,color="blue",shape="box"];2028[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1029 -> 2028[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2028 -> 1145[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2029[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1029 -> 2029[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2029 -> 1146[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2030[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1029 -> 2030[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2030 -> 1147[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2031[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1029 -> 2031[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2031 -> 1148[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2032[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1029 -> 2032[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2032 -> 1149[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2033[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1029 -> 2033[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2033 -> 1150[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2034[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1029 -> 2034[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2034 -> 1151[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2035[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1029 -> 2035[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2035 -> 1152[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2036[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1029 -> 2036[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2036 -> 1153[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2037[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1029 -> 2037[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2037 -> 1154[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2038[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1029 -> 2038[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2038 -> 1155[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2039[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1029 -> 2039[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2039 -> 1156[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2040[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1029 -> 2040[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2040 -> 1157[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2041[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1029 -> 2041[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2041 -> 1158[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1030[label="vwx211 == vwx221",fontsize=16,color="blue",shape="box"];2042[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1030 -> 2042[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2042 -> 1159[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2043[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1030 -> 2043[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2043 -> 1160[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1031[label="vwx210 == vwx220",fontsize=16,color="blue",shape="box"];2044[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1031 -> 2044[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2044 -> 1161[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2045[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1031 -> 2045[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2045 -> 1162[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1032[label="vwx210",fontsize=16,color="green",shape="box"];1033[label="vwx220",fontsize=16,color="green",shape="box"];1034 -> 675[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1034[label="vwx210 == vwx220",fontsize=16,color="magenta"];1034 -> 1163[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1034 -> 1164[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1035 -> 676[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1035[label="vwx210 == vwx220",fontsize=16,color="magenta"];1035 -> 1165[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1035 -> 1166[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1036 -> 677[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1036[label="vwx210 == vwx220",fontsize=16,color="magenta"];1036 -> 1167[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1036 -> 1168[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1037 -> 678[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1037[label="vwx210 == vwx220",fontsize=16,color="magenta"];1037 -> 1169[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1037 -> 1170[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1038 -> 679[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1038[label="vwx210 == vwx220",fontsize=16,color="magenta"];1038 -> 1171[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1038 -> 1172[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1039 -> 680[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1039[label="vwx210 == vwx220",fontsize=16,color="magenta"];1039 -> 1173[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1039 -> 1174[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1040 -> 681[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1040[label="vwx210 == vwx220",fontsize=16,color="magenta"];1040 -> 1175[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1040 -> 1176[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1041 -> 682[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1041[label="vwx210 == vwx220",fontsize=16,color="magenta"];1041 -> 1177[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1041 -> 1178[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1042 -> 683[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1042[label="vwx210 == vwx220",fontsize=16,color="magenta"];1042 -> 1179[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1042 -> 1180[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1043 -> 684[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1043[label="vwx210 == vwx220",fontsize=16,color="magenta"];1043 -> 1181[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1043 -> 1182[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1044 -> 685[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1044[label="vwx210 == vwx220",fontsize=16,color="magenta"];1044 -> 1183[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1044 -> 1184[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1045 -> 686[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1045[label="vwx210 == vwx220",fontsize=16,color="magenta"];1045 -> 1185[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1045 -> 1186[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1046 -> 687[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1046[label="vwx210 == vwx220",fontsize=16,color="magenta"];1046 -> 1187[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1046 -> 1188[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1047 -> 688[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1047[label="vwx210 == vwx220",fontsize=16,color="magenta"];1047 -> 1189[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1047 -> 1190[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1048 -> 675[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1048[label="vwx210 == vwx220",fontsize=16,color="magenta"];1048 -> 1191[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1048 -> 1192[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1049 -> 676[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1049[label="vwx210 == vwx220",fontsize=16,color="magenta"];1049 -> 1193[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1049 -> 1194[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1050 -> 677[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1050[label="vwx210 == vwx220",fontsize=16,color="magenta"];1050 -> 1195[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1050 -> 1196[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1051 -> 678[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1051[label="vwx210 == vwx220",fontsize=16,color="magenta"];1051 -> 1197[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1051 -> 1198[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1052 -> 679[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1052[label="vwx210 == vwx220",fontsize=16,color="magenta"];1052 -> 1199[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1052 -> 1200[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1053 -> 680[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1053[label="vwx210 == vwx220",fontsize=16,color="magenta"];1053 -> 1201[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1053 -> 1202[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1054 -> 681[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1054[label="vwx210 == vwx220",fontsize=16,color="magenta"];1054 -> 1203[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1054 -> 1204[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1055 -> 682[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1055[label="vwx210 == vwx220",fontsize=16,color="magenta"];1055 -> 1205[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1055 -> 1206[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1056 -> 683[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1056[label="vwx210 == vwx220",fontsize=16,color="magenta"];1056 -> 1207[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1056 -> 1208[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1057 -> 684[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1057[label="vwx210 == vwx220",fontsize=16,color="magenta"];1057 -> 1209[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1057 -> 1210[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1058 -> 685[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1058[label="vwx210 == vwx220",fontsize=16,color="magenta"];1058 -> 1211[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1058 -> 1212[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1059 -> 686[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1059[label="vwx210 == vwx220",fontsize=16,color="magenta"];1059 -> 1213[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1059 -> 1214[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1060 -> 687[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1060[label="vwx210 == vwx220",fontsize=16,color="magenta"];1060 -> 1215[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1060 -> 1216[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1061 -> 688[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1061[label="vwx210 == vwx220",fontsize=16,color="magenta"];1061 -> 1217[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1061 -> 1218[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1062 -> 675[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1062[label="vwx210 == vwx220",fontsize=16,color="magenta"];1062 -> 1219[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1062 -> 1220[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1063 -> 676[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1063[label="vwx210 == vwx220",fontsize=16,color="magenta"];1063 -> 1221[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1063 -> 1222[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1064 -> 677[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1064[label="vwx210 == vwx220",fontsize=16,color="magenta"];1064 -> 1223[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1064 -> 1224[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1065 -> 678[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1065[label="vwx210 == vwx220",fontsize=16,color="magenta"];1065 -> 1225[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1065 -> 1226[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1066 -> 679[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1066[label="vwx210 == vwx220",fontsize=16,color="magenta"];1066 -> 1227[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1066 -> 1228[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1067 -> 680[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1067[label="vwx210 == vwx220",fontsize=16,color="magenta"];1067 -> 1229[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1067 -> 1230[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1068 -> 681[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1068[label="vwx210 == vwx220",fontsize=16,color="magenta"];1068 -> 1231[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1068 -> 1232[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1069 -> 682[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1069[label="vwx210 == vwx220",fontsize=16,color="magenta"];1069 -> 1233[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1069 -> 1234[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1070 -> 683[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1070[label="vwx210 == vwx220",fontsize=16,color="magenta"];1070 -> 1235[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1070 -> 1236[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1071 -> 684[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1071[label="vwx210 == vwx220",fontsize=16,color="magenta"];1071 -> 1237[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1071 -> 1238[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1072 -> 685[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1072[label="vwx210 == vwx220",fontsize=16,color="magenta"];1072 -> 1239[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1072 -> 1240[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1073 -> 686[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1073[label="vwx210 == vwx220",fontsize=16,color="magenta"];1073 -> 1241[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1073 -> 1242[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1074 -> 687[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1074[label="vwx210 == vwx220",fontsize=16,color="magenta"];1074 -> 1243[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1074 -> 1244[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1075 -> 688[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1075[label="vwx210 == vwx220",fontsize=16,color="magenta"];1075 -> 1245[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1075 -> 1246[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1076 -> 686[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1076[label="vwx211 == vwx221",fontsize=16,color="magenta"];1076 -> 1247[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1076 -> 1248[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1077[label="vwx210 == vwx220",fontsize=16,color="blue",shape="box"];2046[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1077 -> 2046[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2046 -> 1249[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2047[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1077 -> 2047[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2047 -> 1250[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2048[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1077 -> 2048[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2048 -> 1251[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2049[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1077 -> 2049[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2049 -> 1252[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2050[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1077 -> 2050[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2050 -> 1253[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2051[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1077 -> 2051[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2051 -> 1254[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2052[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1077 -> 2052[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2052 -> 1255[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2053[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1077 -> 2053[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2053 -> 1256[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2054[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1077 -> 2054[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2054 -> 1257[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2055[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1077 -> 2055[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2055 -> 1258[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2056[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1077 -> 2056[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2056 -> 1259[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2057[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1077 -> 2057[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2057 -> 1260[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2058[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1077 -> 2058[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2058 -> 1261[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2059[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1077 -> 2059[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2059 -> 1262[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1078 -> 675[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1078[label="vwx210 * vwx221 == vwx211 * vwx220",fontsize=16,color="magenta"];1078 -> 1263[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1078 -> 1264[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1079[label="primMulNat vwx3000 vwx4010",fontsize=16,color="burlywood",shape="triangle"];2060[label="vwx3000/Succ vwx30000",fontsize=10,color="white",style="solid",shape="box"];1079 -> 2060[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 2060 -> 1265[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 2061[label="vwx3000/Zero",fontsize=10,color="white",style="solid",shape="box"];1079 -> 2061[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 2061 -> 1266[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1080 -> 1079[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1080[label="primMulNat vwx3000 vwx4010",fontsize=16,color="magenta"];1080 -> 1267[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1081 -> 1079[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1081[label="primMulNat vwx3000 vwx4010",fontsize=16,color="magenta"];1081 -> 1268[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1082 -> 1079[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1082[label="primMulNat vwx3000 vwx4010",fontsize=16,color="magenta"];1082 -> 1269[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1082 -> 1270[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1083[label="vwx4010",fontsize=16,color="green",shape="box"];1084[label="vwx3000",fontsize=16,color="green",shape="box"];1086 -> 25[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1086[label="vwx300 <= vwx400",fontsize=16,color="magenta"];1086 -> 1271[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1086 -> 1272[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1085[label="compare1 vwx300 vwx400 vwx60",fontsize=16,color="burlywood",shape="triangle"];2062[label="vwx60/False",fontsize=10,color="white",style="solid",shape="box"];1085 -> 2062[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 2062 -> 1273[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 2063[label="vwx60/True",fontsize=10,color="white",style="solid",shape="box"];1085 -> 2063[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 2063 -> 1274[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1088 -> 26[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1088[label="vwx300 <= vwx400",fontsize=16,color="magenta"];1088 -> 1275[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1088 -> 1276[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1087[label="compare1 vwx300 vwx400 vwx61",fontsize=16,color="burlywood",shape="triangle"];2064[label="vwx61/False",fontsize=10,color="white",style="solid",shape="box"];1087 -> 2064[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 2064 -> 1277[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 2065[label="vwx61/True",fontsize=10,color="white",style="solid",shape="box"];1087 -> 2065[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 2065 -> 1278[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1090 -> 27[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1090[label="vwx300 <= vwx400",fontsize=16,color="magenta"];1090 -> 1279[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1090 -> 1280[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1089[label="compare1 vwx300 vwx400 vwx62",fontsize=16,color="burlywood",shape="triangle"];2066[label="vwx62/False",fontsize=10,color="white",style="solid",shape="box"];1089 -> 2066[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 2066 -> 1281[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 2067[label="vwx62/True",fontsize=10,color="white",style="solid",shape="box"];1089 -> 2067[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 2067 -> 1282[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1092 -> 32[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1092[label="vwx300 <= vwx400",fontsize=16,color="magenta"];1092 -> 1283[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1092 -> 1284[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1091[label="compare1 vwx300 vwx400 vwx63",fontsize=16,color="burlywood",shape="triangle"];2068[label="vwx63/False",fontsize=10,color="white",style="solid",shape="box"];1091 -> 2068[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 2068 -> 1285[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 2069[label="vwx63/True",fontsize=10,color="white",style="solid",shape="box"];1091 -> 2069[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 2069 -> 1286[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1094 -> 37[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1094[label="vwx300 <= vwx400",fontsize=16,color="magenta"];1094 -> 1287[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1094 -> 1288[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1093[label="compare1 vwx300 vwx400 vwx64",fontsize=16,color="burlywood",shape="triangle"];2070[label="vwx64/False",fontsize=10,color="white",style="solid",shape="box"];1093 -> 2070[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 2070 -> 1289[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 2071[label="vwx64/True",fontsize=10,color="white",style="solid",shape="box"];1093 -> 2071[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 2071 -> 1290[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1096 -> 38[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1096[label="vwx300 <= vwx400",fontsize=16,color="magenta"];1096 -> 1291[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1096 -> 1292[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1095[label="compare1 vwx300 vwx400 vwx65",fontsize=16,color="burlywood",shape="triangle"];2072[label="vwx65/False",fontsize=10,color="white",style="solid",shape="box"];1095 -> 2072[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 2072 -> 1293[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 2073[label="vwx65/True",fontsize=10,color="white",style="solid",shape="box"];1095 -> 2073[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 2073 -> 1294[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1097[label="primEqInt (Pos (Succ vwx2100)) (Pos (Succ vwx2200))",fontsize=16,color="black",shape="box"];1097 -> 1295[label="",style="solid", color="black", weight=3]; 17.52/6.94 1098[label="primEqInt (Pos (Succ vwx2100)) (Pos Zero)",fontsize=16,color="black",shape="box"];1098 -> 1296[label="",style="solid", color="black", weight=3]; 17.52/6.94 1099[label="False",fontsize=16,color="green",shape="box"];1100[label="primEqInt (Pos Zero) (Pos (Succ vwx2200))",fontsize=16,color="black",shape="box"];1100 -> 1297[label="",style="solid", color="black", weight=3]; 17.52/6.94 1101[label="primEqInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];1101 -> 1298[label="",style="solid", color="black", weight=3]; 17.52/6.94 1102[label="primEqInt (Pos Zero) (Neg (Succ vwx2200))",fontsize=16,color="black",shape="box"];1102 -> 1299[label="",style="solid", color="black", weight=3]; 17.52/6.94 1103[label="primEqInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];1103 -> 1300[label="",style="solid", color="black", weight=3]; 17.52/6.94 1104[label="False",fontsize=16,color="green",shape="box"];1105[label="primEqInt (Neg (Succ vwx2100)) (Neg (Succ vwx2200))",fontsize=16,color="black",shape="box"];1105 -> 1301[label="",style="solid", color="black", weight=3]; 17.52/6.94 1106[label="primEqInt (Neg (Succ vwx2100)) (Neg Zero)",fontsize=16,color="black",shape="box"];1106 -> 1302[label="",style="solid", color="black", weight=3]; 17.52/6.94 1107[label="primEqInt (Neg Zero) (Pos (Succ vwx2200))",fontsize=16,color="black",shape="box"];1107 -> 1303[label="",style="solid", color="black", weight=3]; 17.52/6.94 1108[label="primEqInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];1108 -> 1304[label="",style="solid", color="black", weight=3]; 17.52/6.94 1109[label="primEqInt (Neg Zero) (Neg (Succ vwx2200))",fontsize=16,color="black",shape="box"];1109 -> 1305[label="",style="solid", color="black", weight=3]; 17.52/6.94 1110[label="primEqInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];1110 -> 1306[label="",style="solid", color="black", weight=3]; 17.52/6.94 1111[label="primEqNat (Succ vwx2100) vwx220",fontsize=16,color="burlywood",shape="box"];2074[label="vwx220/Succ vwx2200",fontsize=10,color="white",style="solid",shape="box"];1111 -> 2074[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 2074 -> 1307[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 2075[label="vwx220/Zero",fontsize=10,color="white",style="solid",shape="box"];1111 -> 2075[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 2075 -> 1308[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1112[label="primEqNat Zero vwx220",fontsize=16,color="burlywood",shape="box"];2076[label="vwx220/Succ vwx2200",fontsize=10,color="white",style="solid",shape="box"];1112 -> 2076[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 2076 -> 1309[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 2077[label="vwx220/Zero",fontsize=10,color="white",style="solid",shape="box"];1112 -> 2077[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 2077 -> 1310[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1113[label="vwx212 == vwx222",fontsize=16,color="blue",shape="box"];2078[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1113 -> 2078[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2078 -> 1311[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2079[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1113 -> 2079[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2079 -> 1312[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2080[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1113 -> 2080[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2080 -> 1313[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2081[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1113 -> 2081[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2081 -> 1314[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2082[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1113 -> 2082[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2082 -> 1315[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2083[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1113 -> 2083[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2083 -> 1316[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2084[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1113 -> 2084[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2084 -> 1317[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2085[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1113 -> 2085[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2085 -> 1318[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2086[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1113 -> 2086[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2086 -> 1319[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2087[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1113 -> 2087[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2087 -> 1320[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2088[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1113 -> 2088[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2088 -> 1321[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2089[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1113 -> 2089[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2089 -> 1322[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2090[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1113 -> 2090[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2090 -> 1323[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2091[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1113 -> 2091[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2091 -> 1324[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1114[label="vwx211 == vwx221",fontsize=16,color="blue",shape="box"];2092[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1114 -> 2092[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2092 -> 1325[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2093[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1114 -> 2093[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2093 -> 1326[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2094[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1114 -> 2094[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2094 -> 1327[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2095[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1114 -> 2095[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2095 -> 1328[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2096[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1114 -> 2096[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2096 -> 1329[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2097[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1114 -> 2097[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2097 -> 1330[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2098[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1114 -> 2098[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2098 -> 1331[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2099[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1114 -> 2099[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2099 -> 1332[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2100[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1114 -> 2100[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2100 -> 1333[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2101[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1114 -> 2101[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2101 -> 1334[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2102[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1114 -> 2102[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2102 -> 1335[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2103[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1114 -> 2103[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2103 -> 1336[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2104[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1114 -> 2104[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2104 -> 1337[label="",style="solid", color="blue", weight=3]; 17.52/6.94 2105[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1114 -> 2105[label="",style="solid", color="blue", weight=9]; 17.52/6.94 2105 -> 1338[label="",style="solid", color="blue", weight=3]; 17.52/6.94 1115 -> 675[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1115[label="vwx210 == vwx220",fontsize=16,color="magenta"];1115 -> 1339[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1115 -> 1340[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1116 -> 676[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1116[label="vwx210 == vwx220",fontsize=16,color="magenta"];1116 -> 1341[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1116 -> 1342[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1117 -> 677[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1117[label="vwx210 == vwx220",fontsize=16,color="magenta"];1117 -> 1343[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1117 -> 1344[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1118 -> 678[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1118[label="vwx210 == vwx220",fontsize=16,color="magenta"];1118 -> 1345[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1118 -> 1346[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1119 -> 679[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1119[label="vwx210 == vwx220",fontsize=16,color="magenta"];1119 -> 1347[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1119 -> 1348[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1120 -> 680[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1120[label="vwx210 == vwx220",fontsize=16,color="magenta"];1120 -> 1349[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1120 -> 1350[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1121 -> 681[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1121[label="vwx210 == vwx220",fontsize=16,color="magenta"];1121 -> 1351[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1121 -> 1352[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1122 -> 682[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1122[label="vwx210 == vwx220",fontsize=16,color="magenta"];1122 -> 1353[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1122 -> 1354[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1123 -> 683[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1123[label="vwx210 == vwx220",fontsize=16,color="magenta"];1123 -> 1355[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1123 -> 1356[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1124 -> 684[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1124[label="vwx210 == vwx220",fontsize=16,color="magenta"];1124 -> 1357[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1124 -> 1358[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1125 -> 685[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1125[label="vwx210 == vwx220",fontsize=16,color="magenta"];1125 -> 1359[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1125 -> 1360[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1126 -> 686[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1126[label="vwx210 == vwx220",fontsize=16,color="magenta"];1126 -> 1361[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1126 -> 1362[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1127 -> 687[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1127[label="vwx210 == vwx220",fontsize=16,color="magenta"];1127 -> 1363[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1127 -> 1364[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1128 -> 688[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1128[label="vwx210 == vwx220",fontsize=16,color="magenta"];1128 -> 1365[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1128 -> 1366[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1129 -> 691[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1129[label="vwx210 * vwx221",fontsize=16,color="magenta"];1129 -> 1367[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1129 -> 1368[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1130 -> 691[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1130[label="vwx211 * vwx220",fontsize=16,color="magenta"];1130 -> 1369[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1130 -> 1370[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1131 -> 675[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1131[label="vwx211 == vwx221",fontsize=16,color="magenta"];1131 -> 1371[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1131 -> 1372[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1132 -> 676[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1132[label="vwx211 == vwx221",fontsize=16,color="magenta"];1132 -> 1373[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1132 -> 1374[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1133 -> 677[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1133[label="vwx211 == vwx221",fontsize=16,color="magenta"];1133 -> 1375[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1133 -> 1376[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1134 -> 678[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1134[label="vwx211 == vwx221",fontsize=16,color="magenta"];1134 -> 1377[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1134 -> 1378[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1135 -> 679[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1135[label="vwx211 == vwx221",fontsize=16,color="magenta"];1135 -> 1379[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1135 -> 1380[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1136 -> 680[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1136[label="vwx211 == vwx221",fontsize=16,color="magenta"];1136 -> 1381[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1136 -> 1382[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1137 -> 681[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1137[label="vwx211 == vwx221",fontsize=16,color="magenta"];1137 -> 1383[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1137 -> 1384[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1138 -> 682[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1138[label="vwx211 == vwx221",fontsize=16,color="magenta"];1138 -> 1385[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1138 -> 1386[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1139 -> 683[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1139[label="vwx211 == vwx221",fontsize=16,color="magenta"];1139 -> 1387[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1139 -> 1388[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1140 -> 684[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1140[label="vwx211 == vwx221",fontsize=16,color="magenta"];1140 -> 1389[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1140 -> 1390[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1141 -> 685[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1141[label="vwx211 == vwx221",fontsize=16,color="magenta"];1141 -> 1391[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1141 -> 1392[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1142 -> 686[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1142[label="vwx211 == vwx221",fontsize=16,color="magenta"];1142 -> 1393[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1142 -> 1394[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1143 -> 687[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1143[label="vwx211 == vwx221",fontsize=16,color="magenta"];1143 -> 1395[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1143 -> 1396[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1144 -> 688[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1144[label="vwx211 == vwx221",fontsize=16,color="magenta"];1144 -> 1397[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1144 -> 1398[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1145 -> 675[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1145[label="vwx210 == vwx220",fontsize=16,color="magenta"];1145 -> 1399[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1145 -> 1400[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1146 -> 676[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1146[label="vwx210 == vwx220",fontsize=16,color="magenta"];1146 -> 1401[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1146 -> 1402[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1147 -> 677[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1147[label="vwx210 == vwx220",fontsize=16,color="magenta"];1147 -> 1403[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1147 -> 1404[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1148 -> 678[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1148[label="vwx210 == vwx220",fontsize=16,color="magenta"];1148 -> 1405[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1148 -> 1406[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1149 -> 679[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1149[label="vwx210 == vwx220",fontsize=16,color="magenta"];1149 -> 1407[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1149 -> 1408[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1150 -> 680[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1150[label="vwx210 == vwx220",fontsize=16,color="magenta"];1150 -> 1409[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1150 -> 1410[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1151 -> 681[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1151[label="vwx210 == vwx220",fontsize=16,color="magenta"];1151 -> 1411[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1151 -> 1412[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1152 -> 682[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1152[label="vwx210 == vwx220",fontsize=16,color="magenta"];1152 -> 1413[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1152 -> 1414[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1153 -> 683[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1153[label="vwx210 == vwx220",fontsize=16,color="magenta"];1153 -> 1415[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1153 -> 1416[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1154 -> 684[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1154[label="vwx210 == vwx220",fontsize=16,color="magenta"];1154 -> 1417[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1154 -> 1418[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1155 -> 685[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1155[label="vwx210 == vwx220",fontsize=16,color="magenta"];1155 -> 1419[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1155 -> 1420[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1156 -> 686[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1156[label="vwx210 == vwx220",fontsize=16,color="magenta"];1156 -> 1421[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1156 -> 1422[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1157 -> 687[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1157[label="vwx210 == vwx220",fontsize=16,color="magenta"];1157 -> 1423[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1157 -> 1424[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1158 -> 688[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1158[label="vwx210 == vwx220",fontsize=16,color="magenta"];1158 -> 1425[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1158 -> 1426[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1159 -> 675[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1159[label="vwx211 == vwx221",fontsize=16,color="magenta"];1159 -> 1427[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1159 -> 1428[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1160 -> 682[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1160[label="vwx211 == vwx221",fontsize=16,color="magenta"];1160 -> 1429[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1160 -> 1430[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1161 -> 675[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1161[label="vwx210 == vwx220",fontsize=16,color="magenta"];1161 -> 1431[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1161 -> 1432[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1162 -> 682[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1162[label="vwx210 == vwx220",fontsize=16,color="magenta"];1162 -> 1433[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1162 -> 1434[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1163[label="vwx210",fontsize=16,color="green",shape="box"];1164[label="vwx220",fontsize=16,color="green",shape="box"];1165[label="vwx210",fontsize=16,color="green",shape="box"];1166[label="vwx220",fontsize=16,color="green",shape="box"];1167[label="vwx210",fontsize=16,color="green",shape="box"];1168[label="vwx220",fontsize=16,color="green",shape="box"];1169[label="vwx210",fontsize=16,color="green",shape="box"];1170[label="vwx220",fontsize=16,color="green",shape="box"];1171[label="vwx210",fontsize=16,color="green",shape="box"];1172[label="vwx220",fontsize=16,color="green",shape="box"];1173[label="vwx210",fontsize=16,color="green",shape="box"];1174[label="vwx220",fontsize=16,color="green",shape="box"];1175[label="vwx210",fontsize=16,color="green",shape="box"];1176[label="vwx220",fontsize=16,color="green",shape="box"];1177[label="vwx210",fontsize=16,color="green",shape="box"];1178[label="vwx220",fontsize=16,color="green",shape="box"];1179[label="vwx210",fontsize=16,color="green",shape="box"];1180[label="vwx220",fontsize=16,color="green",shape="box"];1181[label="vwx210",fontsize=16,color="green",shape="box"];1182[label="vwx220",fontsize=16,color="green",shape="box"];1183[label="vwx210",fontsize=16,color="green",shape="box"];1184[label="vwx220",fontsize=16,color="green",shape="box"];1185[label="vwx210",fontsize=16,color="green",shape="box"];1186[label="vwx220",fontsize=16,color="green",shape="box"];1187[label="vwx210",fontsize=16,color="green",shape="box"];1188[label="vwx220",fontsize=16,color="green",shape="box"];1189[label="vwx210",fontsize=16,color="green",shape="box"];1190[label="vwx220",fontsize=16,color="green",shape="box"];1191[label="vwx210",fontsize=16,color="green",shape="box"];1192[label="vwx220",fontsize=16,color="green",shape="box"];1193[label="vwx210",fontsize=16,color="green",shape="box"];1194[label="vwx220",fontsize=16,color="green",shape="box"];1195[label="vwx210",fontsize=16,color="green",shape="box"];1196[label="vwx220",fontsize=16,color="green",shape="box"];1197[label="vwx210",fontsize=16,color="green",shape="box"];1198[label="vwx220",fontsize=16,color="green",shape="box"];1199[label="vwx210",fontsize=16,color="green",shape="box"];1200[label="vwx220",fontsize=16,color="green",shape="box"];1201[label="vwx210",fontsize=16,color="green",shape="box"];1202[label="vwx220",fontsize=16,color="green",shape="box"];1203[label="vwx210",fontsize=16,color="green",shape="box"];1204[label="vwx220",fontsize=16,color="green",shape="box"];1205[label="vwx210",fontsize=16,color="green",shape="box"];1206[label="vwx220",fontsize=16,color="green",shape="box"];1207[label="vwx210",fontsize=16,color="green",shape="box"];1208[label="vwx220",fontsize=16,color="green",shape="box"];1209[label="vwx210",fontsize=16,color="green",shape="box"];1210[label="vwx220",fontsize=16,color="green",shape="box"];1211[label="vwx210",fontsize=16,color="green",shape="box"];1212[label="vwx220",fontsize=16,color="green",shape="box"];1213[label="vwx210",fontsize=16,color="green",shape="box"];1214[label="vwx220",fontsize=16,color="green",shape="box"];1215[label="vwx210",fontsize=16,color="green",shape="box"];1216[label="vwx220",fontsize=16,color="green",shape="box"];1217[label="vwx210",fontsize=16,color="green",shape="box"];1218[label="vwx220",fontsize=16,color="green",shape="box"];1219[label="vwx210",fontsize=16,color="green",shape="box"];1220[label="vwx220",fontsize=16,color="green",shape="box"];1221[label="vwx210",fontsize=16,color="green",shape="box"];1222[label="vwx220",fontsize=16,color="green",shape="box"];1223[label="vwx210",fontsize=16,color="green",shape="box"];1224[label="vwx220",fontsize=16,color="green",shape="box"];1225[label="vwx210",fontsize=16,color="green",shape="box"];1226[label="vwx220",fontsize=16,color="green",shape="box"];1227[label="vwx210",fontsize=16,color="green",shape="box"];1228[label="vwx220",fontsize=16,color="green",shape="box"];1229[label="vwx210",fontsize=16,color="green",shape="box"];1230[label="vwx220",fontsize=16,color="green",shape="box"];1231[label="vwx210",fontsize=16,color="green",shape="box"];1232[label="vwx220",fontsize=16,color="green",shape="box"];1233[label="vwx210",fontsize=16,color="green",shape="box"];1234[label="vwx220",fontsize=16,color="green",shape="box"];1235[label="vwx210",fontsize=16,color="green",shape="box"];1236[label="vwx220",fontsize=16,color="green",shape="box"];1237[label="vwx210",fontsize=16,color="green",shape="box"];1238[label="vwx220",fontsize=16,color="green",shape="box"];1239[label="vwx210",fontsize=16,color="green",shape="box"];1240[label="vwx220",fontsize=16,color="green",shape="box"];1241[label="vwx210",fontsize=16,color="green",shape="box"];1242[label="vwx220",fontsize=16,color="green",shape="box"];1243[label="vwx210",fontsize=16,color="green",shape="box"];1244[label="vwx220",fontsize=16,color="green",shape="box"];1245[label="vwx210",fontsize=16,color="green",shape="box"];1246[label="vwx220",fontsize=16,color="green",shape="box"];1247[label="vwx211",fontsize=16,color="green",shape="box"];1248[label="vwx221",fontsize=16,color="green",shape="box"];1249 -> 675[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1249[label="vwx210 == vwx220",fontsize=16,color="magenta"];1249 -> 1435[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1249 -> 1436[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1250 -> 676[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1250[label="vwx210 == vwx220",fontsize=16,color="magenta"];1250 -> 1437[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1250 -> 1438[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1251 -> 677[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1251[label="vwx210 == vwx220",fontsize=16,color="magenta"];1251 -> 1439[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1251 -> 1440[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1252 -> 678[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1252[label="vwx210 == vwx220",fontsize=16,color="magenta"];1252 -> 1441[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1252 -> 1442[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1253 -> 679[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1253[label="vwx210 == vwx220",fontsize=16,color="magenta"];1253 -> 1443[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1253 -> 1444[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1254 -> 680[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1254[label="vwx210 == vwx220",fontsize=16,color="magenta"];1254 -> 1445[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1254 -> 1446[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1255 -> 681[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1255[label="vwx210 == vwx220",fontsize=16,color="magenta"];1255 -> 1447[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1255 -> 1448[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1256 -> 682[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1256[label="vwx210 == vwx220",fontsize=16,color="magenta"];1256 -> 1449[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1256 -> 1450[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1257 -> 683[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1257[label="vwx210 == vwx220",fontsize=16,color="magenta"];1257 -> 1451[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1257 -> 1452[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1258 -> 684[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1258[label="vwx210 == vwx220",fontsize=16,color="magenta"];1258 -> 1453[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1258 -> 1454[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1259 -> 685[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1259[label="vwx210 == vwx220",fontsize=16,color="magenta"];1259 -> 1455[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1259 -> 1456[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1260 -> 686[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1260[label="vwx210 == vwx220",fontsize=16,color="magenta"];1260 -> 1457[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1260 -> 1458[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1261 -> 687[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1261[label="vwx210 == vwx220",fontsize=16,color="magenta"];1261 -> 1459[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1261 -> 1460[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1262 -> 688[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1262[label="vwx210 == vwx220",fontsize=16,color="magenta"];1262 -> 1461[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1262 -> 1462[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1263 -> 691[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1263[label="vwx210 * vwx221",fontsize=16,color="magenta"];1263 -> 1463[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1263 -> 1464[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1264 -> 691[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1264[label="vwx211 * vwx220",fontsize=16,color="magenta"];1264 -> 1465[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1264 -> 1466[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1265[label="primMulNat (Succ vwx30000) vwx4010",fontsize=16,color="burlywood",shape="box"];2106[label="vwx4010/Succ vwx40100",fontsize=10,color="white",style="solid",shape="box"];1265 -> 2106[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 2106 -> 1467[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 2107[label="vwx4010/Zero",fontsize=10,color="white",style="solid",shape="box"];1265 -> 2107[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 2107 -> 1468[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1266[label="primMulNat Zero vwx4010",fontsize=16,color="burlywood",shape="box"];2108[label="vwx4010/Succ vwx40100",fontsize=10,color="white",style="solid",shape="box"];1266 -> 2108[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 2108 -> 1469[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 2109[label="vwx4010/Zero",fontsize=10,color="white",style="solid",shape="box"];1266 -> 2109[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 2109 -> 1470[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1267[label="vwx4010",fontsize=16,color="green",shape="box"];1268[label="vwx3000",fontsize=16,color="green",shape="box"];1269[label="vwx4010",fontsize=16,color="green",shape="box"];1270[label="vwx3000",fontsize=16,color="green",shape="box"];1271[label="vwx300",fontsize=16,color="green",shape="box"];1272[label="vwx400",fontsize=16,color="green",shape="box"];1273[label="compare1 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];1273 -> 1471[label="",style="solid", color="black", weight=3]; 17.52/6.94 1274[label="compare1 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1274 -> 1472[label="",style="solid", color="black", weight=3]; 17.52/6.94 1275[label="vwx300",fontsize=16,color="green",shape="box"];1276[label="vwx400",fontsize=16,color="green",shape="box"];1277[label="compare1 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];1277 -> 1473[label="",style="solid", color="black", weight=3]; 17.52/6.94 1278[label="compare1 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1278 -> 1474[label="",style="solid", color="black", weight=3]; 17.52/6.94 1279[label="vwx300",fontsize=16,color="green",shape="box"];1280[label="vwx400",fontsize=16,color="green",shape="box"];1281[label="compare1 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];1281 -> 1475[label="",style="solid", color="black", weight=3]; 17.52/6.94 1282[label="compare1 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1282 -> 1476[label="",style="solid", color="black", weight=3]; 17.52/6.94 1283[label="vwx300",fontsize=16,color="green",shape="box"];1284[label="vwx400",fontsize=16,color="green",shape="box"];1285[label="compare1 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];1285 -> 1477[label="",style="solid", color="black", weight=3]; 17.52/6.94 1286[label="compare1 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1286 -> 1478[label="",style="solid", color="black", weight=3]; 17.52/6.94 1287[label="vwx300",fontsize=16,color="green",shape="box"];1288[label="vwx400",fontsize=16,color="green",shape="box"];1289[label="compare1 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];1289 -> 1479[label="",style="solid", color="black", weight=3]; 17.52/6.94 1290[label="compare1 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1290 -> 1480[label="",style="solid", color="black", weight=3]; 17.52/6.94 1291[label="vwx300",fontsize=16,color="green",shape="box"];1292[label="vwx400",fontsize=16,color="green",shape="box"];1293[label="compare1 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];1293 -> 1481[label="",style="solid", color="black", weight=3]; 17.52/6.94 1294[label="compare1 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1294 -> 1482[label="",style="solid", color="black", weight=3]; 17.52/6.94 1295 -> 1024[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1295[label="primEqNat vwx2100 vwx2200",fontsize=16,color="magenta"];1295 -> 1483[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1295 -> 1484[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1296[label="False",fontsize=16,color="green",shape="box"];1297[label="False",fontsize=16,color="green",shape="box"];1298[label="True",fontsize=16,color="green",shape="box"];1299[label="False",fontsize=16,color="green",shape="box"];1300[label="True",fontsize=16,color="green",shape="box"];1301 -> 1024[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1301[label="primEqNat vwx2100 vwx2200",fontsize=16,color="magenta"];1301 -> 1485[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1301 -> 1486[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1302[label="False",fontsize=16,color="green",shape="box"];1303[label="False",fontsize=16,color="green",shape="box"];1304[label="True",fontsize=16,color="green",shape="box"];1305[label="False",fontsize=16,color="green",shape="box"];1306[label="True",fontsize=16,color="green",shape="box"];1307[label="primEqNat (Succ vwx2100) (Succ vwx2200)",fontsize=16,color="black",shape="box"];1307 -> 1487[label="",style="solid", color="black", weight=3]; 17.52/6.94 1308[label="primEqNat (Succ vwx2100) Zero",fontsize=16,color="black",shape="box"];1308 -> 1488[label="",style="solid", color="black", weight=3]; 17.52/6.94 1309[label="primEqNat Zero (Succ vwx2200)",fontsize=16,color="black",shape="box"];1309 -> 1489[label="",style="solid", color="black", weight=3]; 17.52/6.94 1310[label="primEqNat Zero Zero",fontsize=16,color="black",shape="box"];1310 -> 1490[label="",style="solid", color="black", weight=3]; 17.52/6.94 1311 -> 675[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1311[label="vwx212 == vwx222",fontsize=16,color="magenta"];1311 -> 1491[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1311 -> 1492[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1312 -> 676[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1312[label="vwx212 == vwx222",fontsize=16,color="magenta"];1312 -> 1493[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1312 -> 1494[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1313 -> 677[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1313[label="vwx212 == vwx222",fontsize=16,color="magenta"];1313 -> 1495[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1313 -> 1496[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1314 -> 678[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1314[label="vwx212 == vwx222",fontsize=16,color="magenta"];1314 -> 1497[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1314 -> 1498[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1315 -> 679[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1315[label="vwx212 == vwx222",fontsize=16,color="magenta"];1315 -> 1499[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1315 -> 1500[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1316 -> 680[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1316[label="vwx212 == vwx222",fontsize=16,color="magenta"];1316 -> 1501[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1316 -> 1502[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1317 -> 681[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1317[label="vwx212 == vwx222",fontsize=16,color="magenta"];1317 -> 1503[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1317 -> 1504[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1318 -> 682[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1318[label="vwx212 == vwx222",fontsize=16,color="magenta"];1318 -> 1505[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1318 -> 1506[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1319 -> 683[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1319[label="vwx212 == vwx222",fontsize=16,color="magenta"];1319 -> 1507[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1319 -> 1508[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1320 -> 684[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1320[label="vwx212 == vwx222",fontsize=16,color="magenta"];1320 -> 1509[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1320 -> 1510[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1321 -> 685[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1321[label="vwx212 == vwx222",fontsize=16,color="magenta"];1321 -> 1511[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1321 -> 1512[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1322 -> 686[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1322[label="vwx212 == vwx222",fontsize=16,color="magenta"];1322 -> 1513[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1322 -> 1514[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1323 -> 687[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1323[label="vwx212 == vwx222",fontsize=16,color="magenta"];1323 -> 1515[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1323 -> 1516[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1324 -> 688[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1324[label="vwx212 == vwx222",fontsize=16,color="magenta"];1324 -> 1517[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1324 -> 1518[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1325 -> 675[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1325[label="vwx211 == vwx221",fontsize=16,color="magenta"];1325 -> 1519[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1325 -> 1520[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1326 -> 676[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1326[label="vwx211 == vwx221",fontsize=16,color="magenta"];1326 -> 1521[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1326 -> 1522[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1327 -> 677[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1327[label="vwx211 == vwx221",fontsize=16,color="magenta"];1327 -> 1523[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1327 -> 1524[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1328 -> 678[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1328[label="vwx211 == vwx221",fontsize=16,color="magenta"];1328 -> 1525[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1328 -> 1526[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1329 -> 679[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1329[label="vwx211 == vwx221",fontsize=16,color="magenta"];1329 -> 1527[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1329 -> 1528[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1330 -> 680[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1330[label="vwx211 == vwx221",fontsize=16,color="magenta"];1330 -> 1529[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1330 -> 1530[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1331 -> 681[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1331[label="vwx211 == vwx221",fontsize=16,color="magenta"];1331 -> 1531[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1331 -> 1532[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1332 -> 682[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1332[label="vwx211 == vwx221",fontsize=16,color="magenta"];1332 -> 1533[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1332 -> 1534[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1333 -> 683[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1333[label="vwx211 == vwx221",fontsize=16,color="magenta"];1333 -> 1535[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1333 -> 1536[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1334 -> 684[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1334[label="vwx211 == vwx221",fontsize=16,color="magenta"];1334 -> 1537[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1334 -> 1538[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1335 -> 685[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1335[label="vwx211 == vwx221",fontsize=16,color="magenta"];1335 -> 1539[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1335 -> 1540[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1336 -> 686[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1336[label="vwx211 == vwx221",fontsize=16,color="magenta"];1336 -> 1541[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1336 -> 1542[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1337 -> 687[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1337[label="vwx211 == vwx221",fontsize=16,color="magenta"];1337 -> 1543[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1337 -> 1544[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1338 -> 688[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1338[label="vwx211 == vwx221",fontsize=16,color="magenta"];1338 -> 1545[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1338 -> 1546[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1339[label="vwx210",fontsize=16,color="green",shape="box"];1340[label="vwx220",fontsize=16,color="green",shape="box"];1341[label="vwx210",fontsize=16,color="green",shape="box"];1342[label="vwx220",fontsize=16,color="green",shape="box"];1343[label="vwx210",fontsize=16,color="green",shape="box"];1344[label="vwx220",fontsize=16,color="green",shape="box"];1345[label="vwx210",fontsize=16,color="green",shape="box"];1346[label="vwx220",fontsize=16,color="green",shape="box"];1347[label="vwx210",fontsize=16,color="green",shape="box"];1348[label="vwx220",fontsize=16,color="green",shape="box"];1349[label="vwx210",fontsize=16,color="green",shape="box"];1350[label="vwx220",fontsize=16,color="green",shape="box"];1351[label="vwx210",fontsize=16,color="green",shape="box"];1352[label="vwx220",fontsize=16,color="green",shape="box"];1353[label="vwx210",fontsize=16,color="green",shape="box"];1354[label="vwx220",fontsize=16,color="green",shape="box"];1355[label="vwx210",fontsize=16,color="green",shape="box"];1356[label="vwx220",fontsize=16,color="green",shape="box"];1357[label="vwx210",fontsize=16,color="green",shape="box"];1358[label="vwx220",fontsize=16,color="green",shape="box"];1359[label="vwx210",fontsize=16,color="green",shape="box"];1360[label="vwx220",fontsize=16,color="green",shape="box"];1361[label="vwx210",fontsize=16,color="green",shape="box"];1362[label="vwx220",fontsize=16,color="green",shape="box"];1363[label="vwx210",fontsize=16,color="green",shape="box"];1364[label="vwx220",fontsize=16,color="green",shape="box"];1365[label="vwx210",fontsize=16,color="green",shape="box"];1366[label="vwx220",fontsize=16,color="green",shape="box"];1367[label="vwx221",fontsize=16,color="green",shape="box"];1368[label="vwx210",fontsize=16,color="green",shape="box"];1369[label="vwx220",fontsize=16,color="green",shape="box"];1370[label="vwx211",fontsize=16,color="green",shape="box"];1371[label="vwx211",fontsize=16,color="green",shape="box"];1372[label="vwx221",fontsize=16,color="green",shape="box"];1373[label="vwx211",fontsize=16,color="green",shape="box"];1374[label="vwx221",fontsize=16,color="green",shape="box"];1375[label="vwx211",fontsize=16,color="green",shape="box"];1376[label="vwx221",fontsize=16,color="green",shape="box"];1377[label="vwx211",fontsize=16,color="green",shape="box"];1378[label="vwx221",fontsize=16,color="green",shape="box"];1379[label="vwx211",fontsize=16,color="green",shape="box"];1380[label="vwx221",fontsize=16,color="green",shape="box"];1381[label="vwx211",fontsize=16,color="green",shape="box"];1382[label="vwx221",fontsize=16,color="green",shape="box"];1383[label="vwx211",fontsize=16,color="green",shape="box"];1384[label="vwx221",fontsize=16,color="green",shape="box"];1385[label="vwx211",fontsize=16,color="green",shape="box"];1386[label="vwx221",fontsize=16,color="green",shape="box"];1387[label="vwx211",fontsize=16,color="green",shape="box"];1388[label="vwx221",fontsize=16,color="green",shape="box"];1389[label="vwx211",fontsize=16,color="green",shape="box"];1390[label="vwx221",fontsize=16,color="green",shape="box"];1391[label="vwx211",fontsize=16,color="green",shape="box"];1392[label="vwx221",fontsize=16,color="green",shape="box"];1393[label="vwx211",fontsize=16,color="green",shape="box"];1394[label="vwx221",fontsize=16,color="green",shape="box"];1395[label="vwx211",fontsize=16,color="green",shape="box"];1396[label="vwx221",fontsize=16,color="green",shape="box"];1397[label="vwx211",fontsize=16,color="green",shape="box"];1398[label="vwx221",fontsize=16,color="green",shape="box"];1399[label="vwx210",fontsize=16,color="green",shape="box"];1400[label="vwx220",fontsize=16,color="green",shape="box"];1401[label="vwx210",fontsize=16,color="green",shape="box"];1402[label="vwx220",fontsize=16,color="green",shape="box"];1403[label="vwx210",fontsize=16,color="green",shape="box"];1404[label="vwx220",fontsize=16,color="green",shape="box"];1405[label="vwx210",fontsize=16,color="green",shape="box"];1406[label="vwx220",fontsize=16,color="green",shape="box"];1407[label="vwx210",fontsize=16,color="green",shape="box"];1408[label="vwx220",fontsize=16,color="green",shape="box"];1409[label="vwx210",fontsize=16,color="green",shape="box"];1410[label="vwx220",fontsize=16,color="green",shape="box"];1411[label="vwx210",fontsize=16,color="green",shape="box"];1412[label="vwx220",fontsize=16,color="green",shape="box"];1413[label="vwx210",fontsize=16,color="green",shape="box"];1414[label="vwx220",fontsize=16,color="green",shape="box"];1415[label="vwx210",fontsize=16,color="green",shape="box"];1416[label="vwx220",fontsize=16,color="green",shape="box"];1417[label="vwx210",fontsize=16,color="green",shape="box"];1418[label="vwx220",fontsize=16,color="green",shape="box"];1419[label="vwx210",fontsize=16,color="green",shape="box"];1420[label="vwx220",fontsize=16,color="green",shape="box"];1421[label="vwx210",fontsize=16,color="green",shape="box"];1422[label="vwx220",fontsize=16,color="green",shape="box"];1423[label="vwx210",fontsize=16,color="green",shape="box"];1424[label="vwx220",fontsize=16,color="green",shape="box"];1425[label="vwx210",fontsize=16,color="green",shape="box"];1426[label="vwx220",fontsize=16,color="green",shape="box"];1427[label="vwx211",fontsize=16,color="green",shape="box"];1428[label="vwx221",fontsize=16,color="green",shape="box"];1429[label="vwx211",fontsize=16,color="green",shape="box"];1430[label="vwx221",fontsize=16,color="green",shape="box"];1431[label="vwx210",fontsize=16,color="green",shape="box"];1432[label="vwx220",fontsize=16,color="green",shape="box"];1433[label="vwx210",fontsize=16,color="green",shape="box"];1434[label="vwx220",fontsize=16,color="green",shape="box"];1435[label="vwx210",fontsize=16,color="green",shape="box"];1436[label="vwx220",fontsize=16,color="green",shape="box"];1437[label="vwx210",fontsize=16,color="green",shape="box"];1438[label="vwx220",fontsize=16,color="green",shape="box"];1439[label="vwx210",fontsize=16,color="green",shape="box"];1440[label="vwx220",fontsize=16,color="green",shape="box"];1441[label="vwx210",fontsize=16,color="green",shape="box"];1442[label="vwx220",fontsize=16,color="green",shape="box"];1443[label="vwx210",fontsize=16,color="green",shape="box"];1444[label="vwx220",fontsize=16,color="green",shape="box"];1445[label="vwx210",fontsize=16,color="green",shape="box"];1446[label="vwx220",fontsize=16,color="green",shape="box"];1447[label="vwx210",fontsize=16,color="green",shape="box"];1448[label="vwx220",fontsize=16,color="green",shape="box"];1449[label="vwx210",fontsize=16,color="green",shape="box"];1450[label="vwx220",fontsize=16,color="green",shape="box"];1451[label="vwx210",fontsize=16,color="green",shape="box"];1452[label="vwx220",fontsize=16,color="green",shape="box"];1453[label="vwx210",fontsize=16,color="green",shape="box"];1454[label="vwx220",fontsize=16,color="green",shape="box"];1455[label="vwx210",fontsize=16,color="green",shape="box"];1456[label="vwx220",fontsize=16,color="green",shape="box"];1457[label="vwx210",fontsize=16,color="green",shape="box"];1458[label="vwx220",fontsize=16,color="green",shape="box"];1459[label="vwx210",fontsize=16,color="green",shape="box"];1460[label="vwx220",fontsize=16,color="green",shape="box"];1461[label="vwx210",fontsize=16,color="green",shape="box"];1462[label="vwx220",fontsize=16,color="green",shape="box"];1463[label="vwx221",fontsize=16,color="green",shape="box"];1464[label="vwx210",fontsize=16,color="green",shape="box"];1465[label="vwx220",fontsize=16,color="green",shape="box"];1466[label="vwx211",fontsize=16,color="green",shape="box"];1467[label="primMulNat (Succ vwx30000) (Succ vwx40100)",fontsize=16,color="black",shape="box"];1467 -> 1547[label="",style="solid", color="black", weight=3]; 17.52/6.94 1468[label="primMulNat (Succ vwx30000) Zero",fontsize=16,color="black",shape="box"];1468 -> 1548[label="",style="solid", color="black", weight=3]; 17.52/6.94 1469[label="primMulNat Zero (Succ vwx40100)",fontsize=16,color="black",shape="box"];1469 -> 1549[label="",style="solid", color="black", weight=3]; 17.52/6.94 1470[label="primMulNat Zero Zero",fontsize=16,color="black",shape="box"];1470 -> 1550[label="",style="solid", color="black", weight=3]; 17.52/6.94 1471[label="compare0 vwx300 vwx400 otherwise",fontsize=16,color="black",shape="box"];1471 -> 1551[label="",style="solid", color="black", weight=3]; 17.52/6.94 1472[label="LT",fontsize=16,color="green",shape="box"];1473[label="compare0 vwx300 vwx400 otherwise",fontsize=16,color="black",shape="box"];1473 -> 1552[label="",style="solid", color="black", weight=3]; 17.52/6.94 1474[label="LT",fontsize=16,color="green",shape="box"];1475[label="compare0 vwx300 vwx400 otherwise",fontsize=16,color="black",shape="box"];1475 -> 1553[label="",style="solid", color="black", weight=3]; 17.52/6.94 1476[label="LT",fontsize=16,color="green",shape="box"];1477[label="compare0 vwx300 vwx400 otherwise",fontsize=16,color="black",shape="box"];1477 -> 1554[label="",style="solid", color="black", weight=3]; 17.52/6.94 1478[label="LT",fontsize=16,color="green",shape="box"];1479[label="compare0 vwx300 vwx400 otherwise",fontsize=16,color="black",shape="box"];1479 -> 1555[label="",style="solid", color="black", weight=3]; 17.52/6.94 1480[label="LT",fontsize=16,color="green",shape="box"];1481[label="compare0 vwx300 vwx400 otherwise",fontsize=16,color="black",shape="box"];1481 -> 1556[label="",style="solid", color="black", weight=3]; 17.52/6.94 1482[label="LT",fontsize=16,color="green",shape="box"];1483[label="vwx2200",fontsize=16,color="green",shape="box"];1484[label="vwx2100",fontsize=16,color="green",shape="box"];1485[label="vwx2200",fontsize=16,color="green",shape="box"];1486[label="vwx2100",fontsize=16,color="green",shape="box"];1487 -> 1024[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1487[label="primEqNat vwx2100 vwx2200",fontsize=16,color="magenta"];1487 -> 1557[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1487 -> 1558[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1488[label="False",fontsize=16,color="green",shape="box"];1489[label="False",fontsize=16,color="green",shape="box"];1490[label="True",fontsize=16,color="green",shape="box"];1491[label="vwx212",fontsize=16,color="green",shape="box"];1492[label="vwx222",fontsize=16,color="green",shape="box"];1493[label="vwx212",fontsize=16,color="green",shape="box"];1494[label="vwx222",fontsize=16,color="green",shape="box"];1495[label="vwx212",fontsize=16,color="green",shape="box"];1496[label="vwx222",fontsize=16,color="green",shape="box"];1497[label="vwx212",fontsize=16,color="green",shape="box"];1498[label="vwx222",fontsize=16,color="green",shape="box"];1499[label="vwx212",fontsize=16,color="green",shape="box"];1500[label="vwx222",fontsize=16,color="green",shape="box"];1501[label="vwx212",fontsize=16,color="green",shape="box"];1502[label="vwx222",fontsize=16,color="green",shape="box"];1503[label="vwx212",fontsize=16,color="green",shape="box"];1504[label="vwx222",fontsize=16,color="green",shape="box"];1505[label="vwx212",fontsize=16,color="green",shape="box"];1506[label="vwx222",fontsize=16,color="green",shape="box"];1507[label="vwx212",fontsize=16,color="green",shape="box"];1508[label="vwx222",fontsize=16,color="green",shape="box"];1509[label="vwx212",fontsize=16,color="green",shape="box"];1510[label="vwx222",fontsize=16,color="green",shape="box"];1511[label="vwx212",fontsize=16,color="green",shape="box"];1512[label="vwx222",fontsize=16,color="green",shape="box"];1513[label="vwx212",fontsize=16,color="green",shape="box"];1514[label="vwx222",fontsize=16,color="green",shape="box"];1515[label="vwx212",fontsize=16,color="green",shape="box"];1516[label="vwx222",fontsize=16,color="green",shape="box"];1517[label="vwx212",fontsize=16,color="green",shape="box"];1518[label="vwx222",fontsize=16,color="green",shape="box"];1519[label="vwx211",fontsize=16,color="green",shape="box"];1520[label="vwx221",fontsize=16,color="green",shape="box"];1521[label="vwx211",fontsize=16,color="green",shape="box"];1522[label="vwx221",fontsize=16,color="green",shape="box"];1523[label="vwx211",fontsize=16,color="green",shape="box"];1524[label="vwx221",fontsize=16,color="green",shape="box"];1525[label="vwx211",fontsize=16,color="green",shape="box"];1526[label="vwx221",fontsize=16,color="green",shape="box"];1527[label="vwx211",fontsize=16,color="green",shape="box"];1528[label="vwx221",fontsize=16,color="green",shape="box"];1529[label="vwx211",fontsize=16,color="green",shape="box"];1530[label="vwx221",fontsize=16,color="green",shape="box"];1531[label="vwx211",fontsize=16,color="green",shape="box"];1532[label="vwx221",fontsize=16,color="green",shape="box"];1533[label="vwx211",fontsize=16,color="green",shape="box"];1534[label="vwx221",fontsize=16,color="green",shape="box"];1535[label="vwx211",fontsize=16,color="green",shape="box"];1536[label="vwx221",fontsize=16,color="green",shape="box"];1537[label="vwx211",fontsize=16,color="green",shape="box"];1538[label="vwx221",fontsize=16,color="green",shape="box"];1539[label="vwx211",fontsize=16,color="green",shape="box"];1540[label="vwx221",fontsize=16,color="green",shape="box"];1541[label="vwx211",fontsize=16,color="green",shape="box"];1542[label="vwx221",fontsize=16,color="green",shape="box"];1543[label="vwx211",fontsize=16,color="green",shape="box"];1544[label="vwx221",fontsize=16,color="green",shape="box"];1545[label="vwx211",fontsize=16,color="green",shape="box"];1546[label="vwx221",fontsize=16,color="green",shape="box"];1547 -> 1559[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1547[label="primPlusNat (primMulNat vwx30000 (Succ vwx40100)) (Succ vwx40100)",fontsize=16,color="magenta"];1547 -> 1560[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1548[label="Zero",fontsize=16,color="green",shape="box"];1549[label="Zero",fontsize=16,color="green",shape="box"];1550[label="Zero",fontsize=16,color="green",shape="box"];1551[label="compare0 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1551 -> 1561[label="",style="solid", color="black", weight=3]; 17.52/6.94 1552[label="compare0 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1552 -> 1562[label="",style="solid", color="black", weight=3]; 17.52/6.94 1553[label="compare0 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1553 -> 1563[label="",style="solid", color="black", weight=3]; 17.52/6.94 1554[label="compare0 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1554 -> 1564[label="",style="solid", color="black", weight=3]; 17.52/6.94 1555[label="compare0 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1555 -> 1565[label="",style="solid", color="black", weight=3]; 17.52/6.94 1556[label="compare0 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1556 -> 1566[label="",style="solid", color="black", weight=3]; 17.52/6.94 1557[label="vwx2200",fontsize=16,color="green",shape="box"];1558[label="vwx2100",fontsize=16,color="green",shape="box"];1560 -> 1079[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1560[label="primMulNat vwx30000 (Succ vwx40100)",fontsize=16,color="magenta"];1560 -> 1567[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1560 -> 1568[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1559[label="primPlusNat vwx66 (Succ vwx40100)",fontsize=16,color="burlywood",shape="triangle"];2110[label="vwx66/Succ vwx660",fontsize=10,color="white",style="solid",shape="box"];1559 -> 2110[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 2110 -> 1569[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 2111[label="vwx66/Zero",fontsize=10,color="white",style="solid",shape="box"];1559 -> 2111[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 2111 -> 1570[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1561[label="GT",fontsize=16,color="green",shape="box"];1562[label="GT",fontsize=16,color="green",shape="box"];1563[label="GT",fontsize=16,color="green",shape="box"];1564[label="GT",fontsize=16,color="green",shape="box"];1565[label="GT",fontsize=16,color="green",shape="box"];1566[label="GT",fontsize=16,color="green",shape="box"];1567[label="Succ vwx40100",fontsize=16,color="green",shape="box"];1568[label="vwx30000",fontsize=16,color="green",shape="box"];1569[label="primPlusNat (Succ vwx660) (Succ vwx40100)",fontsize=16,color="black",shape="box"];1569 -> 1571[label="",style="solid", color="black", weight=3]; 17.52/6.94 1570[label="primPlusNat Zero (Succ vwx40100)",fontsize=16,color="black",shape="box"];1570 -> 1572[label="",style="solid", color="black", weight=3]; 17.52/6.94 1571[label="Succ (Succ (primPlusNat vwx660 vwx40100))",fontsize=16,color="green",shape="box"];1571 -> 1573[label="",style="dashed", color="green", weight=3]; 17.52/6.94 1572[label="Succ vwx40100",fontsize=16,color="green",shape="box"];1573[label="primPlusNat vwx660 vwx40100",fontsize=16,color="burlywood",shape="triangle"];2112[label="vwx660/Succ vwx6600",fontsize=10,color="white",style="solid",shape="box"];1573 -> 2112[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 2112 -> 1574[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 2113[label="vwx660/Zero",fontsize=10,color="white",style="solid",shape="box"];1573 -> 2113[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 2113 -> 1575[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1574[label="primPlusNat (Succ vwx6600) vwx40100",fontsize=16,color="burlywood",shape="box"];2114[label="vwx40100/Succ vwx401000",fontsize=10,color="white",style="solid",shape="box"];1574 -> 2114[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 2114 -> 1576[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 2115[label="vwx40100/Zero",fontsize=10,color="white",style="solid",shape="box"];1574 -> 2115[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 2115 -> 1577[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1575[label="primPlusNat Zero vwx40100",fontsize=16,color="burlywood",shape="box"];2116[label="vwx40100/Succ vwx401000",fontsize=10,color="white",style="solid",shape="box"];1575 -> 2116[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 2116 -> 1578[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 2117[label="vwx40100/Zero",fontsize=10,color="white",style="solid",shape="box"];1575 -> 2117[label="",style="solid", color="burlywood", weight=9]; 17.52/6.94 2117 -> 1579[label="",style="solid", color="burlywood", weight=3]; 17.52/6.94 1576[label="primPlusNat (Succ vwx6600) (Succ vwx401000)",fontsize=16,color="black",shape="box"];1576 -> 1580[label="",style="solid", color="black", weight=3]; 17.52/6.94 1577[label="primPlusNat (Succ vwx6600) Zero",fontsize=16,color="black",shape="box"];1577 -> 1581[label="",style="solid", color="black", weight=3]; 17.52/6.94 1578[label="primPlusNat Zero (Succ vwx401000)",fontsize=16,color="black",shape="box"];1578 -> 1582[label="",style="solid", color="black", weight=3]; 17.52/6.94 1579[label="primPlusNat Zero Zero",fontsize=16,color="black",shape="box"];1579 -> 1583[label="",style="solid", color="black", weight=3]; 17.52/6.94 1580[label="Succ (Succ (primPlusNat vwx6600 vwx401000))",fontsize=16,color="green",shape="box"];1580 -> 1584[label="",style="dashed", color="green", weight=3]; 17.52/6.94 1581[label="Succ vwx6600",fontsize=16,color="green",shape="box"];1582[label="Succ vwx401000",fontsize=16,color="green",shape="box"];1583[label="Zero",fontsize=16,color="green",shape="box"];1584 -> 1573[label="",style="dashed", color="red", weight=0]; 17.52/6.94 1584[label="primPlusNat vwx6600 vwx401000",fontsize=16,color="magenta"];1584 -> 1585[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1584 -> 1586[label="",style="dashed", color="magenta", weight=3]; 17.52/6.94 1585[label="vwx6600",fontsize=16,color="green",shape="box"];1586[label="vwx401000",fontsize=16,color="green",shape="box"];} 17.52/6.94 17.52/6.94 ---------------------------------------- 17.52/6.94 17.52/6.94 (14) 17.52/6.94 Complex Obligation (AND) 17.52/6.94 17.52/6.94 ---------------------------------------- 17.52/6.94 17.52/6.94 (15) 17.52/6.94 Obligation: 17.52/6.94 Q DP problem: 17.52/6.94 The TRS P consists of the following rules: 17.52/6.94 17.52/6.94 new_primCmpNat(Succ(vwx3000), Succ(vwx4000)) -> new_primCmpNat(vwx3000, vwx4000) 17.52/6.94 17.52/6.94 R is empty. 17.52/6.94 Q is empty. 17.52/6.94 We have to consider all minimal (P,Q,R)-chains. 17.52/6.94 ---------------------------------------- 17.52/6.94 17.52/6.94 (16) QDPSizeChangeProof (EQUIVALENT) 17.52/6.94 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 17.52/6.94 17.52/6.94 From the DPs we obtained the following set of size-change graphs: 17.52/6.94 *new_primCmpNat(Succ(vwx3000), Succ(vwx4000)) -> new_primCmpNat(vwx3000, vwx4000) 17.52/6.94 The graph contains the following edges 1 > 1, 2 > 2 17.52/6.94 17.52/6.94 17.52/6.94 ---------------------------------------- 17.52/6.94 17.52/6.94 (17) 17.52/6.94 YES 17.52/6.94 17.52/6.94 ---------------------------------------- 17.52/6.94 17.52/6.94 (18) 17.52/6.94 Obligation: 17.52/6.94 Q DP problem: 17.52/6.94 The TRS P consists of the following rules: 17.52/6.94 17.52/6.94 new_primMulNat(Succ(vwx30000), Succ(vwx40100)) -> new_primMulNat(vwx30000, Succ(vwx40100)) 17.52/6.94 17.52/6.94 R is empty. 17.52/6.94 Q is empty. 17.52/6.94 We have to consider all minimal (P,Q,R)-chains. 17.52/6.94 ---------------------------------------- 17.52/6.94 17.52/6.94 (19) QDPSizeChangeProof (EQUIVALENT) 17.52/6.94 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 17.52/6.94 17.52/6.94 From the DPs we obtained the following set of size-change graphs: 17.52/6.94 *new_primMulNat(Succ(vwx30000), Succ(vwx40100)) -> new_primMulNat(vwx30000, Succ(vwx40100)) 17.52/6.94 The graph contains the following edges 1 > 1, 2 >= 2 17.52/6.94 17.52/6.94 17.52/6.94 ---------------------------------------- 17.52/6.94 17.52/6.94 (20) 17.52/6.94 YES 17.52/6.94 17.52/6.94 ---------------------------------------- 17.52/6.94 17.52/6.94 (21) 17.52/6.94 Obligation: 17.52/6.94 Q DP problem: 17.52/6.94 The TRS P consists of the following rules: 17.52/6.94 17.52/6.94 new_esEs0(@2(vwx210, vwx211), @2(vwx220, vwx221), app(ty_Maybe, gh), ge) -> new_esEs1(vwx210, vwx220, gh) 17.52/6.94 new_esEs3(:(vwx210, vwx211), :(vwx220, vwx221), app(app(ty_Either, bdh), bea)) -> new_esEs2(vwx210, vwx220, bdh, bea) 17.52/6.94 new_esEs(@3(vwx210, vwx211, vwx212), @3(vwx220, vwx221, vwx222), h, ba, app(app(app(ty_@3, bb), bc), bd)) -> new_esEs(vwx212, vwx222, bb, bc, bd) 17.52/6.95 new_esEs0(@2(vwx210, vwx211), @2(vwx220, vwx221), eg, app(ty_Maybe, ff)) -> new_esEs1(vwx211, vwx221, ff) 17.52/6.95 new_esEs2(Left(vwx210), Left(vwx220), app(ty_Maybe, bbc), bah) -> new_esEs1(vwx210, vwx220, bbc) 17.52/6.95 new_esEs(@3(vwx210, vwx211, vwx212), @3(vwx220, vwx221, vwx222), h, ba, app(ty_[], cb)) -> new_esEs3(vwx212, vwx222, cb) 17.52/6.95 new_esEs2(Right(vwx210), Right(vwx220), bbg, app(app(ty_@2, bcc), bcd)) -> new_esEs0(vwx210, vwx220, bcc, bcd) 17.52/6.95 new_esEs(@3(vwx210, vwx211, vwx212), @3(vwx220, vwx221, vwx222), h, app(app(ty_@2, cg), da), cf) -> new_esEs0(vwx211, vwx221, cg, da) 17.52/6.95 new_esEs2(Right(vwx210), Right(vwx220), bbg, app(app(ty_Either, bcf), bcg)) -> new_esEs2(vwx210, vwx220, bcf, bcg) 17.52/6.95 new_esEs0(@2(vwx210, vwx211), @2(vwx220, vwx221), app(app(app(ty_@3, gb), gc), gd), ge) -> new_esEs(vwx210, vwx220, gb, gc, gd) 17.52/6.95 new_esEs0(@2(vwx210, vwx211), @2(vwx220, vwx221), eg, app(app(ty_@2, fc), fd)) -> new_esEs0(vwx211, vwx221, fc, fd) 17.52/6.95 new_esEs2(Right(vwx210), Right(vwx220), bbg, app(app(app(ty_@3, bbh), bca), bcb)) -> new_esEs(vwx210, vwx220, bbh, bca, bcb) 17.52/6.95 new_esEs2(Right(vwx210), Right(vwx220), bbg, app(ty_Maybe, bce)) -> new_esEs1(vwx210, vwx220, bce) 17.52/6.95 new_esEs1(Just(vwx210), Just(vwx220), app(app(ty_Either, bab), bac)) -> new_esEs2(vwx210, vwx220, bab, bac) 17.52/6.95 new_esEs0(@2(vwx210, vwx211), @2(vwx220, vwx221), eg, app(app(ty_Either, fg), fh)) -> new_esEs2(vwx211, vwx221, fg, fh) 17.52/6.95 new_esEs3(:(vwx210, vwx211), :(vwx220, vwx221), app(ty_Maybe, bdg)) -> new_esEs1(vwx210, vwx220, bdg) 17.52/6.95 new_esEs3(:(vwx210, vwx211), :(vwx220, vwx221), app(ty_[], beb)) -> new_esEs3(vwx210, vwx220, beb) 17.52/6.95 new_esEs(@3(vwx210, vwx211, vwx212), @3(vwx220, vwx221, vwx222), h, app(ty_[], de), cf) -> new_esEs3(vwx211, vwx221, de) 17.52/6.95 new_esEs(@3(vwx210, vwx211, vwx212), @3(vwx220, vwx221, vwx222), app(ty_Maybe, ec), ba, cf) -> new_esEs1(vwx210, vwx220, ec) 17.52/6.95 new_esEs2(Right(vwx210), Right(vwx220), bbg, app(ty_[], bch)) -> new_esEs3(vwx210, vwx220, bch) 17.52/6.95 new_esEs3(:(vwx210, vwx211), :(vwx220, vwx221), app(app(ty_@2, bde), bdf)) -> new_esEs0(vwx210, vwx220, bde, bdf) 17.52/6.95 new_esEs(@3(vwx210, vwx211, vwx212), @3(vwx220, vwx221, vwx222), h, app(ty_Maybe, db), cf) -> new_esEs1(vwx211, vwx221, db) 17.52/6.95 new_esEs(@3(vwx210, vwx211, vwx212), @3(vwx220, vwx221, vwx222), app(ty_[], ef), ba, cf) -> new_esEs3(vwx210, vwx220, ef) 17.52/6.95 new_esEs(@3(vwx210, vwx211, vwx212), @3(vwx220, vwx221, vwx222), h, app(app(app(ty_@3, cc), cd), ce), cf) -> new_esEs(vwx211, vwx221, cc, cd, ce) 17.52/6.95 new_esEs(@3(vwx210, vwx211, vwx212), @3(vwx220, vwx221, vwx222), h, ba, app(app(ty_Either, bh), ca)) -> new_esEs2(vwx212, vwx222, bh, ca) 17.52/6.95 new_esEs(@3(vwx210, vwx211, vwx212), @3(vwx220, vwx221, vwx222), h, ba, app(app(ty_@2, be), bf)) -> new_esEs0(vwx212, vwx222, be, bf) 17.52/6.95 new_esEs1(Just(vwx210), Just(vwx220), app(app(app(ty_@3, hd), he), hf)) -> new_esEs(vwx210, vwx220, hd, he, hf) 17.52/6.95 new_esEs2(Left(vwx210), Left(vwx220), app(app(ty_Either, bbd), bbe), bah) -> new_esEs2(vwx210, vwx220, bbd, bbe) 17.52/6.95 new_esEs0(@2(vwx210, vwx211), @2(vwx220, vwx221), app(ty_[], hc), ge) -> new_esEs3(vwx210, vwx220, hc) 17.52/6.95 new_esEs3(:(vwx210, vwx211), :(vwx220, vwx221), bda) -> new_esEs3(vwx211, vwx221, bda) 17.52/6.95 new_esEs2(Left(vwx210), Left(vwx220), app(ty_[], bbf), bah) -> new_esEs3(vwx210, vwx220, bbf) 17.52/6.95 new_esEs(@3(vwx210, vwx211, vwx212), @3(vwx220, vwx221, vwx222), h, ba, app(ty_Maybe, bg)) -> new_esEs1(vwx212, vwx222, bg) 17.52/6.95 new_esEs3(:(vwx210, vwx211), :(vwx220, vwx221), app(app(app(ty_@3, bdb), bdc), bdd)) -> new_esEs(vwx210, vwx220, bdb, bdc, bdd) 17.52/6.95 new_esEs(@3(vwx210, vwx211, vwx212), @3(vwx220, vwx221, vwx222), h, app(app(ty_Either, dc), dd), cf) -> new_esEs2(vwx211, vwx221, dc, dd) 17.52/6.95 new_esEs(@3(vwx210, vwx211, vwx212), @3(vwx220, vwx221, vwx222), app(app(app(ty_@3, df), dg), dh), ba, cf) -> new_esEs(vwx210, vwx220, df, dg, dh) 17.52/6.95 new_esEs1(Just(vwx210), Just(vwx220), app(app(ty_@2, hg), hh)) -> new_esEs0(vwx210, vwx220, hg, hh) 17.52/6.95 new_esEs2(Left(vwx210), Left(vwx220), app(app(ty_@2, bba), bbb), bah) -> new_esEs0(vwx210, vwx220, bba, bbb) 17.52/6.95 new_esEs2(Left(vwx210), Left(vwx220), app(app(app(ty_@3, bae), baf), bag), bah) -> new_esEs(vwx210, vwx220, bae, baf, bag) 17.52/6.95 new_esEs1(Just(vwx210), Just(vwx220), app(ty_[], bad)) -> new_esEs3(vwx210, vwx220, bad) 17.52/6.95 new_esEs1(Just(vwx210), Just(vwx220), app(ty_Maybe, baa)) -> new_esEs1(vwx210, vwx220, baa) 17.52/6.95 new_esEs(@3(vwx210, vwx211, vwx212), @3(vwx220, vwx221, vwx222), app(app(ty_Either, ed), ee), ba, cf) -> new_esEs2(vwx210, vwx220, ed, ee) 17.52/6.95 new_esEs0(@2(vwx210, vwx211), @2(vwx220, vwx221), eg, app(ty_[], ga)) -> new_esEs3(vwx211, vwx221, ga) 17.52/6.95 new_esEs0(@2(vwx210, vwx211), @2(vwx220, vwx221), app(app(ty_@2, gf), gg), ge) -> new_esEs0(vwx210, vwx220, gf, gg) 17.52/6.95 new_esEs0(@2(vwx210, vwx211), @2(vwx220, vwx221), app(app(ty_Either, ha), hb), ge) -> new_esEs2(vwx210, vwx220, ha, hb) 17.52/6.95 new_esEs(@3(vwx210, vwx211, vwx212), @3(vwx220, vwx221, vwx222), app(app(ty_@2, ea), eb), ba, cf) -> new_esEs0(vwx210, vwx220, ea, eb) 17.52/6.95 new_esEs0(@2(vwx210, vwx211), @2(vwx220, vwx221), eg, app(app(app(ty_@3, eh), fa), fb)) -> new_esEs(vwx211, vwx221, eh, fa, fb) 17.52/6.95 17.52/6.95 R is empty. 17.52/6.95 Q is empty. 17.52/6.95 We have to consider all minimal (P,Q,R)-chains. 17.52/6.95 ---------------------------------------- 17.52/6.95 17.52/6.95 (22) QDPSizeChangeProof (EQUIVALENT) 17.52/6.95 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 17.52/6.95 17.52/6.95 From the DPs we obtained the following set of size-change graphs: 17.52/6.95 *new_esEs1(Just(vwx210), Just(vwx220), app(app(ty_@2, hg), hh)) -> new_esEs0(vwx210, vwx220, hg, hh) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.52/6.95 17.52/6.95 17.52/6.95 *new_esEs1(Just(vwx210), Just(vwx220), app(ty_[], bad)) -> new_esEs3(vwx210, vwx220, bad) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.52/6.95 17.52/6.95 17.52/6.95 *new_esEs1(Just(vwx210), Just(vwx220), app(app(app(ty_@3, hd), he), hf)) -> new_esEs(vwx210, vwx220, hd, he, hf) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 17.52/6.95 17.52/6.95 17.52/6.95 *new_esEs1(Just(vwx210), Just(vwx220), app(app(ty_Either, bab), bac)) -> new_esEs2(vwx210, vwx220, bab, bac) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.52/6.95 17.52/6.95 17.52/6.95 *new_esEs1(Just(vwx210), Just(vwx220), app(ty_Maybe, baa)) -> new_esEs1(vwx210, vwx220, baa) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.52/6.95 17.52/6.95 17.52/6.95 *new_esEs3(:(vwx210, vwx211), :(vwx220, vwx221), app(app(ty_@2, bde), bdf)) -> new_esEs0(vwx210, vwx220, bde, bdf) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.52/6.95 17.52/6.95 17.52/6.95 *new_esEs3(:(vwx210, vwx211), :(vwx220, vwx221), app(app(app(ty_@3, bdb), bdc), bdd)) -> new_esEs(vwx210, vwx220, bdb, bdc, bdd) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 17.52/6.95 17.52/6.95 17.52/6.95 *new_esEs3(:(vwx210, vwx211), :(vwx220, vwx221), app(app(ty_Either, bdh), bea)) -> new_esEs2(vwx210, vwx220, bdh, bea) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.52/6.95 17.52/6.95 17.52/6.95 *new_esEs3(:(vwx210, vwx211), :(vwx220, vwx221), app(ty_Maybe, bdg)) -> new_esEs1(vwx210, vwx220, bdg) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.52/6.95 17.52/6.95 17.52/6.95 *new_esEs2(Right(vwx210), Right(vwx220), bbg, app(app(ty_@2, bcc), bcd)) -> new_esEs0(vwx210, vwx220, bcc, bcd) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 17.52/6.95 17.52/6.95 17.52/6.95 *new_esEs2(Left(vwx210), Left(vwx220), app(app(ty_@2, bba), bbb), bah) -> new_esEs0(vwx210, vwx220, bba, bbb) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.52/6.95 17.52/6.95 17.52/6.95 *new_esEs(@3(vwx210, vwx211, vwx212), @3(vwx220, vwx221, vwx222), h, app(app(ty_@2, cg), da), cf) -> new_esEs0(vwx211, vwx221, cg, da) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 17.52/6.95 17.52/6.95 17.52/6.95 *new_esEs(@3(vwx210, vwx211, vwx212), @3(vwx220, vwx221, vwx222), h, ba, app(app(ty_@2, be), bf)) -> new_esEs0(vwx212, vwx222, be, bf) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 17.52/6.95 17.52/6.95 17.52/6.95 *new_esEs(@3(vwx210, vwx211, vwx212), @3(vwx220, vwx221, vwx222), app(app(ty_@2, ea), eb), ba, cf) -> new_esEs0(vwx210, vwx220, ea, eb) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.52/6.95 17.52/6.95 17.52/6.95 *new_esEs0(@2(vwx210, vwx211), @2(vwx220, vwx221), eg, app(app(ty_@2, fc), fd)) -> new_esEs0(vwx211, vwx221, fc, fd) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 17.52/6.95 17.52/6.95 17.52/6.95 *new_esEs0(@2(vwx210, vwx211), @2(vwx220, vwx221), app(app(ty_@2, gf), gg), ge) -> new_esEs0(vwx210, vwx220, gf, gg) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.52/6.95 17.52/6.95 17.52/6.95 *new_esEs2(Right(vwx210), Right(vwx220), bbg, app(ty_[], bch)) -> new_esEs3(vwx210, vwx220, bch) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 17.52/6.95 17.52/6.95 17.52/6.95 *new_esEs2(Left(vwx210), Left(vwx220), app(ty_[], bbf), bah) -> new_esEs3(vwx210, vwx220, bbf) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.52/6.95 17.52/6.95 17.52/6.95 *new_esEs2(Right(vwx210), Right(vwx220), bbg, app(app(app(ty_@3, bbh), bca), bcb)) -> new_esEs(vwx210, vwx220, bbh, bca, bcb) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 17.52/6.95 17.52/6.95 17.52/6.95 *new_esEs2(Left(vwx210), Left(vwx220), app(app(app(ty_@3, bae), baf), bag), bah) -> new_esEs(vwx210, vwx220, bae, baf, bag) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 17.52/6.95 17.52/6.95 17.52/6.95 *new_esEs2(Right(vwx210), Right(vwx220), bbg, app(app(ty_Either, bcf), bcg)) -> new_esEs2(vwx210, vwx220, bcf, bcg) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 17.52/6.95 17.52/6.95 17.52/6.95 *new_esEs2(Left(vwx210), Left(vwx220), app(app(ty_Either, bbd), bbe), bah) -> new_esEs2(vwx210, vwx220, bbd, bbe) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.52/6.95 17.52/6.95 17.52/6.95 *new_esEs2(Left(vwx210), Left(vwx220), app(ty_Maybe, bbc), bah) -> new_esEs1(vwx210, vwx220, bbc) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.52/6.95 17.52/6.95 17.52/6.95 *new_esEs2(Right(vwx210), Right(vwx220), bbg, app(ty_Maybe, bce)) -> new_esEs1(vwx210, vwx220, bce) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 17.52/6.95 17.52/6.95 17.52/6.95 *new_esEs(@3(vwx210, vwx211, vwx212), @3(vwx220, vwx221, vwx222), h, ba, app(ty_[], cb)) -> new_esEs3(vwx212, vwx222, cb) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 17.52/6.95 17.52/6.95 17.52/6.95 *new_esEs(@3(vwx210, vwx211, vwx212), @3(vwx220, vwx221, vwx222), h, app(ty_[], de), cf) -> new_esEs3(vwx211, vwx221, de) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 17.52/6.95 17.52/6.95 17.52/6.95 *new_esEs(@3(vwx210, vwx211, vwx212), @3(vwx220, vwx221, vwx222), app(ty_[], ef), ba, cf) -> new_esEs3(vwx210, vwx220, ef) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.52/6.95 17.52/6.95 17.52/6.95 *new_esEs3(:(vwx210, vwx211), :(vwx220, vwx221), app(ty_[], beb)) -> new_esEs3(vwx210, vwx220, beb) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.52/6.95 17.52/6.95 17.52/6.95 *new_esEs3(:(vwx210, vwx211), :(vwx220, vwx221), bda) -> new_esEs3(vwx211, vwx221, bda) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 17.52/6.95 17.52/6.95 17.52/6.95 *new_esEs0(@2(vwx210, vwx211), @2(vwx220, vwx221), app(ty_[], hc), ge) -> new_esEs3(vwx210, vwx220, hc) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.52/6.95 17.52/6.95 17.52/6.95 *new_esEs0(@2(vwx210, vwx211), @2(vwx220, vwx221), eg, app(ty_[], ga)) -> new_esEs3(vwx211, vwx221, ga) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 17.52/6.95 17.52/6.95 17.52/6.95 *new_esEs(@3(vwx210, vwx211, vwx212), @3(vwx220, vwx221, vwx222), h, ba, app(app(app(ty_@3, bb), bc), bd)) -> new_esEs(vwx212, vwx222, bb, bc, bd) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 17.52/6.95 17.52/6.95 17.52/6.95 *new_esEs(@3(vwx210, vwx211, vwx212), @3(vwx220, vwx221, vwx222), h, app(app(app(ty_@3, cc), cd), ce), cf) -> new_esEs(vwx211, vwx221, cc, cd, ce) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 17.52/6.95 17.52/6.95 17.52/6.95 *new_esEs(@3(vwx210, vwx211, vwx212), @3(vwx220, vwx221, vwx222), app(app(app(ty_@3, df), dg), dh), ba, cf) -> new_esEs(vwx210, vwx220, df, dg, dh) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 17.52/6.95 17.52/6.95 17.52/6.95 *new_esEs(@3(vwx210, vwx211, vwx212), @3(vwx220, vwx221, vwx222), h, ba, app(app(ty_Either, bh), ca)) -> new_esEs2(vwx212, vwx222, bh, ca) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 17.52/6.95 17.52/6.95 17.52/6.95 *new_esEs(@3(vwx210, vwx211, vwx212), @3(vwx220, vwx221, vwx222), h, app(app(ty_Either, dc), dd), cf) -> new_esEs2(vwx211, vwx221, dc, dd) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 17.52/6.95 17.52/6.95 17.52/6.95 *new_esEs(@3(vwx210, vwx211, vwx212), @3(vwx220, vwx221, vwx222), app(app(ty_Either, ed), ee), ba, cf) -> new_esEs2(vwx210, vwx220, ed, ee) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.52/6.95 17.52/6.95 17.52/6.95 *new_esEs(@3(vwx210, vwx211, vwx212), @3(vwx220, vwx221, vwx222), app(ty_Maybe, ec), ba, cf) -> new_esEs1(vwx210, vwx220, ec) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.52/6.95 17.52/6.95 17.52/6.95 *new_esEs(@3(vwx210, vwx211, vwx212), @3(vwx220, vwx221, vwx222), h, app(ty_Maybe, db), cf) -> new_esEs1(vwx211, vwx221, db) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 17.52/6.95 17.52/6.95 17.52/6.95 *new_esEs(@3(vwx210, vwx211, vwx212), @3(vwx220, vwx221, vwx222), h, ba, app(ty_Maybe, bg)) -> new_esEs1(vwx212, vwx222, bg) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 17.52/6.95 17.52/6.95 17.52/6.95 *new_esEs0(@2(vwx210, vwx211), @2(vwx220, vwx221), app(app(app(ty_@3, gb), gc), gd), ge) -> new_esEs(vwx210, vwx220, gb, gc, gd) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 17.52/6.95 17.52/6.95 17.52/6.95 *new_esEs0(@2(vwx210, vwx211), @2(vwx220, vwx221), eg, app(app(app(ty_@3, eh), fa), fb)) -> new_esEs(vwx211, vwx221, eh, fa, fb) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 17.52/6.95 17.52/6.95 17.52/6.95 *new_esEs0(@2(vwx210, vwx211), @2(vwx220, vwx221), eg, app(app(ty_Either, fg), fh)) -> new_esEs2(vwx211, vwx221, fg, fh) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 17.52/6.95 17.52/6.95 17.52/6.95 *new_esEs0(@2(vwx210, vwx211), @2(vwx220, vwx221), app(app(ty_Either, ha), hb), ge) -> new_esEs2(vwx210, vwx220, ha, hb) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.52/6.95 17.52/6.95 17.52/6.95 *new_esEs0(@2(vwx210, vwx211), @2(vwx220, vwx221), app(ty_Maybe, gh), ge) -> new_esEs1(vwx210, vwx220, gh) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.52/6.95 17.52/6.95 17.52/6.95 *new_esEs0(@2(vwx210, vwx211), @2(vwx220, vwx221), eg, app(ty_Maybe, ff)) -> new_esEs1(vwx211, vwx221, ff) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 17.52/6.95 17.52/6.95 17.52/6.95 ---------------------------------------- 17.52/6.95 17.52/6.95 (23) 17.52/6.95 YES 17.52/6.95 17.52/6.95 ---------------------------------------- 17.52/6.95 17.52/6.95 (24) 17.52/6.95 Obligation: 17.52/6.95 Q DP problem: 17.52/6.95 The TRS P consists of the following rules: 17.52/6.95 17.52/6.95 new_primCompAux(vwx300, vwx400, vwx48, app(ty_[], cc)) -> new_compare0(vwx300, vwx400, cc) 17.52/6.95 new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_Maybe, dd), dh, ea) -> new_compare20(vwx300, vwx400, new_esEs4(vwx300, vwx400, dd), dd) 17.52/6.95 new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_[], eb), dh, ea) -> new_compare0(vwx300, vwx400, eb) 17.52/6.95 new_ltEs3(Left(vwx300), Left(vwx400), app(ty_Maybe, bbg), bbh) -> new_ltEs(vwx300, vwx400, bbg) 17.52/6.95 new_ltEs3(Left(vwx300), Left(vwx400), app(app(ty_Either, bcg), bch), bbh) -> new_ltEs3(vwx300, vwx400, bcg, bch) 17.52/6.95 new_compare3(vwx300, vwx400, ec, ed) -> new_compare22(vwx300, vwx400, new_esEs6(vwx300, vwx400, ec, ed), ec, ed) 17.52/6.95 new_primCompAux(vwx300, vwx400, vwx48, app(ty_Maybe, cb)) -> new_compare1(vwx300, vwx400, cb) 17.52/6.95 new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(app(ty_@3, hf), hg), hh), hd) -> new_lt1(vwx300, vwx400, hf, hg, hh) 17.52/6.95 new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), bae, app(app(app(ty_@3, bah), bba), bbb)) -> new_ltEs1(vwx301, vwx401, bah, bba, bbb) 17.52/6.95 new_ltEs3(Right(vwx300), Right(vwx400), bda, app(ty_[], bdc)) -> new_ltEs0(vwx300, vwx400, bdc) 17.52/6.95 new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), eg, app(app(app(ty_@3, fb), fc), fd), ea) -> new_lt1(vwx301, vwx401, fb, fc, fd) 17.52/6.95 new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), eg, app(app(ty_@2, ff), fg), ea) -> new_lt2(vwx301, vwx401, ff, fg) 17.52/6.95 new_compare20(vwx300, vwx400, False, dd) -> new_ltEs(vwx300, vwx400, dd) 17.52/6.95 new_ltEs3(Right(vwx300), Right(vwx400), bda, app(app(app(ty_@3, bdd), bde), bdf)) -> new_ltEs1(vwx300, vwx400, bdd, bde, bdf) 17.52/6.95 new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), eg, dh, app(ty_[], gc)) -> new_ltEs0(vwx302, vwx402, gc) 17.52/6.95 new_primCompAux(vwx300, vwx400, vwx48, app(app(ty_Either, db), dc)) -> new_compare4(vwx300, vwx400, db, dc) 17.52/6.95 new_compare21(vwx300, vwx400, False, de, df, dg) -> new_ltEs1(vwx300, vwx400, de, df, dg) 17.52/6.95 new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_[], he), hd) -> new_lt0(vwx300, vwx400, he) 17.52/6.95 new_compare22(vwx300, vwx400, False, ec, ed) -> new_ltEs2(vwx300, vwx400, ec, ed) 17.52/6.95 new_ltEs(Just(vwx300), Just(vwx400), app(app(ty_Either, bg), bh)) -> new_ltEs3(vwx300, vwx400, bg, bh) 17.52/6.95 new_ltEs3(Right(vwx300), Right(vwx400), bda, app(app(ty_Either, bea), beb)) -> new_ltEs3(vwx300, vwx400, bea, beb) 17.52/6.95 new_lt0(vwx300, vwx400, eb) -> new_compare0(vwx300, vwx400, eb) 17.52/6.95 new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_@2, ec), ed), dh, ea) -> new_compare22(vwx300, vwx400, new_esEs6(vwx300, vwx400, ec, ed), ec, ed) 17.52/6.95 new_compare1(vwx300, vwx400, dd) -> new_compare20(vwx300, vwx400, new_esEs4(vwx300, vwx400, dd), dd) 17.52/6.95 new_primCompAux(vwx300, vwx400, vwx48, app(app(app(ty_@3, cd), ce), cf)) -> new_compare2(vwx300, vwx400, cd, ce, cf) 17.52/6.95 new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), eg, dh, app(app(ty_Either, ha), hb)) -> new_ltEs3(vwx302, vwx402, ha, hb) 17.52/6.95 new_ltEs0(:(vwx300, vwx301), :(vwx400, vwx401), ca) -> new_compare0(vwx301, vwx401, ca) 17.52/6.95 new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_@2, baa), bab), hd) -> new_lt2(vwx300, vwx400, baa, bab) 17.52/6.95 new_ltEs3(Left(vwx300), Left(vwx400), app(app(ty_@2, bce), bcf), bbh) -> new_ltEs2(vwx300, vwx400, bce, bcf) 17.52/6.95 new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(app(ty_@3, de), df), dg), dh, ea) -> new_compare21(vwx300, vwx400, new_esEs5(vwx300, vwx400, de, df, dg), de, df, dg) 17.52/6.95 new_compare2(vwx300, vwx400, de, df, dg) -> new_compare21(vwx300, vwx400, new_esEs5(vwx300, vwx400, de, df, dg), de, df, dg) 17.52/6.95 new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), bae, app(app(ty_@2, bbc), bbd)) -> new_ltEs2(vwx301, vwx401, bbc, bbd) 17.52/6.95 new_ltEs(Just(vwx300), Just(vwx400), app(ty_[], ba)) -> new_ltEs0(vwx300, vwx400, ba) 17.52/6.95 new_lt1(vwx300, vwx400, de, df, dg) -> new_compare21(vwx300, vwx400, new_esEs5(vwx300, vwx400, de, df, dg), de, df, dg) 17.52/6.95 new_ltEs3(Left(vwx300), Left(vwx400), app(app(app(ty_@3, bcb), bcc), bcd), bbh) -> new_ltEs1(vwx300, vwx400, bcb, bcc, bcd) 17.52/6.95 new_compare0(:(vwx300, vwx301), :(vwx400, vwx401), ca) -> new_primCompAux(vwx300, vwx400, new_compare(vwx301, vwx401, ca), ca) 17.52/6.95 new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), eg, app(ty_Maybe, eh), ea) -> new_lt(vwx301, vwx401, eh) 17.52/6.95 new_compare23(vwx300, vwx400, False, ee, ef) -> new_ltEs3(vwx300, vwx400, ee, ef) 17.52/6.95 new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), bae, app(ty_[], bag)) -> new_ltEs0(vwx301, vwx401, bag) 17.52/6.95 new_primCompAux(vwx300, vwx400, vwx48, app(app(ty_@2, cg), da)) -> new_compare3(vwx300, vwx400, cg, da) 17.52/6.95 new_ltEs0(:(vwx300, vwx301), :(vwx400, vwx401), ca) -> new_primCompAux(vwx300, vwx400, new_compare(vwx301, vwx401, ca), ca) 17.52/6.95 new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), eg, app(ty_[], fa), ea) -> new_lt0(vwx301, vwx401, fa) 17.52/6.95 new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), eg, app(app(ty_Either, fh), ga), ea) -> new_lt3(vwx301, vwx401, fh, ga) 17.52/6.95 new_lt2(vwx300, vwx400, ec, ed) -> new_compare22(vwx300, vwx400, new_esEs6(vwx300, vwx400, ec, ed), ec, ed) 17.52/6.95 new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_Either, ee), ef), dh, ea) -> new_compare23(vwx300, vwx400, new_esEs7(vwx300, vwx400, ee, ef), ee, ef) 17.52/6.95 new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), eg, dh, app(app(app(ty_@3, gd), ge), gf)) -> new_ltEs1(vwx302, vwx402, gd, ge, gf) 17.52/6.95 new_ltEs(Just(vwx300), Just(vwx400), app(app(app(ty_@3, bb), bc), bd)) -> new_ltEs1(vwx300, vwx400, bb, bc, bd) 17.52/6.95 new_ltEs(Just(vwx300), Just(vwx400), app(ty_Maybe, h)) -> new_ltEs(vwx300, vwx400, h) 17.52/6.95 new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), bae, app(ty_Maybe, baf)) -> new_ltEs(vwx301, vwx401, baf) 17.52/6.95 new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_Maybe, hc), hd) -> new_lt(vwx300, vwx400, hc) 17.52/6.95 new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), eg, dh, app(app(ty_@2, gg), gh)) -> new_ltEs2(vwx302, vwx402, gg, gh) 17.52/6.95 new_ltEs3(Left(vwx300), Left(vwx400), app(ty_[], bca), bbh) -> new_ltEs0(vwx300, vwx400, bca) 17.52/6.95 new_compare4(vwx300, vwx400, ee, ef) -> new_compare23(vwx300, vwx400, new_esEs7(vwx300, vwx400, ee, ef), ee, ef) 17.52/6.95 new_compare0(:(vwx300, vwx301), :(vwx400, vwx401), ca) -> new_compare0(vwx301, vwx401, ca) 17.52/6.95 new_lt3(vwx300, vwx400, ee, ef) -> new_compare23(vwx300, vwx400, new_esEs7(vwx300, vwx400, ee, ef), ee, ef) 17.52/6.95 new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), bae, app(app(ty_Either, bbe), bbf)) -> new_ltEs3(vwx301, vwx401, bbe, bbf) 17.52/6.95 new_lt(vwx300, vwx400, dd) -> new_compare20(vwx300, vwx400, new_esEs4(vwx300, vwx400, dd), dd) 17.52/6.95 new_ltEs(Just(vwx300), Just(vwx400), app(app(ty_@2, be), bf)) -> new_ltEs2(vwx300, vwx400, be, bf) 17.52/6.95 new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_Either, bac), bad), hd) -> new_lt3(vwx300, vwx400, bac, bad) 17.52/6.95 new_ltEs3(Right(vwx300), Right(vwx400), bda, app(app(ty_@2, bdg), bdh)) -> new_ltEs2(vwx300, vwx400, bdg, bdh) 17.52/6.95 new_ltEs3(Right(vwx300), Right(vwx400), bda, app(ty_Maybe, bdb)) -> new_ltEs(vwx300, vwx400, bdb) 17.52/6.95 new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), eg, dh, app(ty_Maybe, gb)) -> new_ltEs(vwx302, vwx402, gb) 17.52/6.95 17.52/6.95 The TRS R consists of the following rules: 17.52/6.95 17.52/6.95 new_ltEs6(EQ, EQ) -> True 17.52/6.95 new_lt20(vwx301, vwx401, ty_Double) -> new_lt12(vwx301, vwx401) 17.52/6.95 new_ltEs5(Left(vwx300), Left(vwx400), app(app(app(ty_@3, bcb), bcc), bcd), bbh) -> new_ltEs12(vwx300, vwx400, bcb, bcc, bcd) 17.52/6.95 new_esEs20(vwx21, vwx22, ty_Int) -> new_esEs12(vwx21, vwx22) 17.52/6.95 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 17.52/6.95 new_primCmpInt(Neg(Succ(vwx3000)), Pos(vwx400)) -> LT 17.52/6.95 new_lt19(vwx300, vwx400, ty_Bool) -> new_lt5(vwx300, vwx400) 17.52/6.95 new_ltEs14(vwx30, vwx40) -> new_not(new_compare6(vwx30, vwx40)) 17.52/6.95 new_ltEs19(vwx302, vwx402, ty_Double) -> new_ltEs4(vwx302, vwx402) 17.52/6.95 new_compare11(vwx300, vwx400, True, dd) -> LT 17.52/6.95 new_esEs4(Just(vwx210), Just(vwx220), ty_Char) -> new_esEs13(vwx210, vwx220) 17.52/6.95 new_esEs4(Just(vwx210), Just(vwx220), app(app(ty_@2, bhh), caa)) -> new_esEs6(vwx210, vwx220, bhh, caa) 17.52/6.95 new_ltEs5(Right(vwx300), Right(vwx400), bda, ty_Char) -> new_ltEs15(vwx300, vwx400) 17.52/6.95 new_compare17(vwx300, vwx400, ty_@0) -> new_compare15(vwx300, vwx400) 17.52/6.95 new_ltEs6(GT, GT) -> True 17.52/6.95 new_compare(:(vwx300, vwx301), [], ca) -> GT 17.52/6.95 new_esEs7(Left(vwx210), Left(vwx220), ty_Bool, bhc) -> new_esEs9(vwx210, vwx220) 17.52/6.95 new_primCmpInt(Neg(Zero), Neg(Zero)) -> EQ 17.52/6.95 new_primCmpInt(Pos(Zero), Neg(Succ(vwx4000))) -> GT 17.52/6.95 new_esEs8(EQ) -> False 17.52/6.95 new_compare(:(vwx300, vwx301), :(vwx400, vwx401), ca) -> new_primCompAux0(vwx300, vwx400, new_compare(vwx301, vwx401, ca), ca) 17.52/6.95 new_esEs26(vwx211, vwx221, ty_Bool) -> new_esEs9(vwx211, vwx221) 17.52/6.95 new_esEs4(Just(vwx210), Just(vwx220), ty_Ordering) -> new_esEs17(vwx210, vwx220) 17.52/6.95 new_ltEs5(Left(vwx300), Left(vwx400), app(ty_Maybe, bbg), bbh) -> new_ltEs7(vwx300, vwx400, bbg) 17.52/6.95 new_esEs21(vwx212, vwx222, app(app(ty_@2, cbb), cbc)) -> new_esEs6(vwx212, vwx222, cbb, cbc) 17.52/6.95 new_esEs18(@0, @0) -> True 17.52/6.95 new_primCmpInt(Neg(Succ(vwx3000)), Neg(vwx400)) -> new_primCmpNat0(vwx400, Succ(vwx3000)) 17.52/6.95 new_lt6(vwx300, vwx400) -> new_esEs8(new_compare9(vwx300, vwx400)) 17.52/6.95 new_esEs27(vwx210, vwx220, ty_Integer) -> new_esEs16(vwx210, vwx220) 17.52/6.95 new_esEs23(vwx210, vwx220, ty_Integer) -> new_esEs16(vwx210, vwx220) 17.52/6.95 new_esEs9(False, False) -> True 17.52/6.95 new_ltEs5(Left(vwx300), Left(vwx400), ty_Double, bbh) -> new_ltEs4(vwx300, vwx400) 17.52/6.95 new_lt11(vwx300, vwx400, app(ty_Maybe, hc)) -> new_lt9(vwx300, vwx400, hc) 17.52/6.95 new_ltEs6(EQ, GT) -> True 17.52/6.95 new_lt9(vwx300, vwx400, dd) -> new_esEs8(new_compare16(vwx300, vwx400, dd)) 17.52/6.95 new_lt11(vwx300, vwx400, ty_Int) -> new_lt16(vwx300, vwx400) 17.52/6.95 new_ltEs5(Right(vwx300), Right(vwx400), bda, app(ty_Maybe, bdb)) -> new_ltEs7(vwx300, vwx400, bdb) 17.52/6.95 new_esEs11(vwx210, vwx220, ty_Bool) -> new_esEs9(vwx210, vwx220) 17.52/6.95 new_lt19(vwx300, vwx400, app(app(ty_Either, ee), ef)) -> new_lt18(vwx300, vwx400, ee, ef) 17.52/6.95 new_compare17(vwx300, vwx400, app(ty_[], cc)) -> new_compare(vwx300, vwx400, cc) 17.52/6.95 new_ltEs5(Left(vwx300), Right(vwx400), bda, bbh) -> True 17.52/6.95 new_compare26(vwx300, vwx400, True) -> EQ 17.52/6.95 new_primEqInt(Pos(Succ(vwx2100)), Pos(Zero)) -> False 17.52/6.95 new_primEqInt(Pos(Zero), Pos(Succ(vwx2200))) -> False 17.52/6.95 new_esEs4(Just(vwx210), Just(vwx220), ty_Double) -> new_esEs19(vwx210, vwx220) 17.52/6.95 new_compare17(vwx300, vwx400, app(ty_Ratio, bhd)) -> new_compare12(vwx300, vwx400, bhd) 17.52/6.95 new_esEs17(LT, LT) -> True 17.52/6.95 new_ltEs9(vwx30, vwx40, ca) -> new_not(new_compare(vwx30, vwx40, ca)) 17.52/6.95 new_compare210(vwx300, vwx400, True, ec, ed) -> EQ 17.52/6.95 new_compare13(Integer(vwx300), Integer(vwx400)) -> new_primCmpInt(vwx300, vwx400) 17.52/6.95 new_esEs8(GT) -> False 17.52/6.95 new_lt20(vwx301, vwx401, app(ty_[], fa)) -> new_lt13(vwx301, vwx401, fa) 17.52/6.95 new_esEs20(vwx21, vwx22, app(app(app(ty_@3, bgc), bgd), bge)) -> new_esEs5(vwx21, vwx22, bgc, bgd, bge) 17.52/6.95 new_esEs22(vwx211, vwx221, app(ty_Maybe, ccg)) -> new_esEs4(vwx211, vwx221, ccg) 17.52/6.95 new_compare5(Double(vwx300, Pos(vwx3010)), Double(vwx400, Pos(vwx4010))) -> new_compare6(new_sr(vwx300, Pos(vwx4010)), new_sr(Pos(vwx3010), vwx400)) 17.52/6.95 new_primEqNat0(Succ(vwx2100), Succ(vwx2200)) -> new_primEqNat0(vwx2100, vwx2200) 17.52/6.95 new_ltEs18(vwx301, vwx401, ty_Float) -> new_ltEs11(vwx301, vwx401) 17.52/6.95 new_not(LT) -> new_not0 17.52/6.95 new_ltEs18(vwx301, vwx401, app(ty_Maybe, baf)) -> new_ltEs7(vwx301, vwx401, baf) 17.52/6.95 new_lt20(vwx301, vwx401, app(ty_Ratio, chc)) -> new_lt7(vwx301, vwx401, chc) 17.52/6.95 new_ltEs18(vwx301, vwx401, ty_Integer) -> new_ltEs16(vwx301, vwx401) 17.52/6.95 new_lt19(vwx300, vwx400, app(ty_Ratio, bee)) -> new_lt7(vwx300, vwx400, bee) 17.52/6.95 new_primCompAux00(vwx52, LT) -> LT 17.52/6.95 new_primCmpNat0(Zero, Zero) -> EQ 17.52/6.95 new_lt19(vwx300, vwx400, app(ty_[], eb)) -> new_lt13(vwx300, vwx400, eb) 17.52/6.95 new_esEs5(@3(vwx210, vwx211, vwx212), @3(vwx220, vwx221, vwx222), bgc, bgd, bge) -> new_asAs(new_esEs23(vwx210, vwx220, bgc), new_asAs(new_esEs22(vwx211, vwx221, bgd), new_esEs21(vwx212, vwx222, bge))) 17.52/6.95 new_compare18(vwx300, vwx400, de, df, dg) -> new_compare28(vwx300, vwx400, new_esEs5(vwx300, vwx400, de, df, dg), de, df, dg) 17.52/6.95 new_ltEs19(vwx302, vwx402, ty_Bool) -> new_ltEs8(vwx302, vwx402) 17.52/6.95 new_esEs11(vwx210, vwx220, app(ty_Maybe, bfe)) -> new_esEs4(vwx210, vwx220, bfe) 17.52/6.95 new_esEs11(vwx210, vwx220, ty_Char) -> new_esEs13(vwx210, vwx220) 17.52/6.95 new_esEs20(vwx21, vwx22, app(app(ty_Either, bhb), bhc)) -> new_esEs7(vwx21, vwx22, bhb, bhc) 17.52/6.95 new_ltEs6(LT, GT) -> True 17.52/6.95 new_esEs25(vwx210, vwx220, ty_Int) -> new_esEs12(vwx210, vwx220) 17.52/6.95 new_esEs20(vwx21, vwx22, ty_Ordering) -> new_esEs17(vwx21, vwx22) 17.52/6.95 new_ltEs5(Left(vwx300), Left(vwx400), ty_Bool, bbh) -> new_ltEs8(vwx300, vwx400) 17.52/6.95 new_primEqNat0(Succ(vwx2100), Zero) -> False 17.52/6.95 new_primEqNat0(Zero, Succ(vwx2200)) -> False 17.52/6.95 new_esEs20(vwx21, vwx22, ty_Double) -> new_esEs19(vwx21, vwx22) 17.52/6.95 new_lt19(vwx300, vwx400, ty_Double) -> new_lt12(vwx300, vwx400) 17.52/6.95 new_compare112(vwx300, vwx400, False) -> GT 17.52/6.95 new_esEs21(vwx212, vwx222, ty_Bool) -> new_esEs9(vwx212, vwx222) 17.52/6.95 new_ltEs7(Nothing, Just(vwx400), dca) -> True 17.52/6.95 new_esEs23(vwx210, vwx220, ty_@0) -> new_esEs18(vwx210, vwx220) 17.52/6.95 new_compare10(vwx300, vwx400, True, ee, ef) -> LT 17.52/6.95 new_esEs11(vwx210, vwx220, app(app(ty_@2, bfb), bfc)) -> new_esEs6(vwx210, vwx220, bfb, bfc) 17.52/6.95 new_esEs21(vwx212, vwx222, ty_Ordering) -> new_esEs17(vwx212, vwx222) 17.52/6.95 new_lt19(vwx300, vwx400, ty_Float) -> new_lt4(vwx300, vwx400) 17.52/6.95 new_lt15(vwx300, vwx400) -> new_esEs8(new_compare15(vwx300, vwx400)) 17.52/6.95 new_primCompAux00(vwx52, GT) -> GT 17.52/6.95 new_compare7(Float(vwx300, Pos(vwx3010)), Float(vwx400, Neg(vwx4010))) -> new_compare6(new_sr(vwx300, Pos(vwx4010)), new_sr(Neg(vwx3010), vwx400)) 17.52/6.95 new_compare7(Float(vwx300, Neg(vwx3010)), Float(vwx400, Pos(vwx4010))) -> new_compare6(new_sr(vwx300, Neg(vwx4010)), new_sr(Pos(vwx3010), vwx400)) 17.52/6.95 new_ltEs5(Left(vwx300), Left(vwx400), app(app(ty_Either, bcg), bch), bbh) -> new_ltEs5(vwx300, vwx400, bcg, bch) 17.52/6.95 new_esEs17(EQ, GT) -> False 17.52/6.95 new_esEs17(GT, EQ) -> False 17.52/6.95 new_lt19(vwx300, vwx400, app(app(app(ty_@3, de), df), dg)) -> new_lt14(vwx300, vwx400, de, df, dg) 17.52/6.95 new_esEs26(vwx211, vwx221, ty_Ordering) -> new_esEs17(vwx211, vwx221) 17.52/6.95 new_ltEs7(Just(vwx300), Just(vwx400), ty_Double) -> new_ltEs4(vwx300, vwx400) 17.52/6.95 new_ltEs18(vwx301, vwx401, ty_Ordering) -> new_ltEs6(vwx301, vwx401) 17.52/6.95 new_compare5(Double(vwx300, Neg(vwx3010)), Double(vwx400, Neg(vwx4010))) -> new_compare6(new_sr(vwx300, Neg(vwx4010)), new_sr(Neg(vwx3010), vwx400)) 17.52/6.95 new_primCmpInt(Pos(Succ(vwx3000)), Neg(vwx400)) -> GT 17.52/6.95 new_esEs22(vwx211, vwx221, ty_Bool) -> new_esEs9(vwx211, vwx221) 17.52/6.95 new_esEs7(Right(vwx210), Right(vwx220), bhb, app(ty_Ratio, cgf)) -> new_esEs15(vwx210, vwx220, cgf) 17.52/6.95 new_ltEs7(Just(vwx300), Just(vwx400), ty_Bool) -> new_ltEs8(vwx300, vwx400) 17.52/6.95 new_esEs20(vwx21, vwx22, app(ty_Ratio, bgh)) -> new_esEs15(vwx21, vwx22, bgh) 17.52/6.95 new_lt18(vwx300, vwx400, ee, ef) -> new_esEs8(new_compare25(vwx300, vwx400, ee, ef)) 17.52/6.95 new_compare110(vwx300, vwx400, True, ec, ed) -> LT 17.52/6.95 new_esEs15(:%(vwx210, vwx211), :%(vwx220, vwx221), bgh) -> new_asAs(new_esEs25(vwx210, vwx220, bgh), new_esEs24(vwx211, vwx221, bgh)) 17.52/6.95 new_lt20(vwx301, vwx401, ty_Float) -> new_lt4(vwx301, vwx401) 17.52/6.95 new_esEs7(Left(vwx210), Left(vwx220), ty_Ordering, bhc) -> new_esEs17(vwx210, vwx220) 17.52/6.95 new_esEs7(Right(vwx210), Right(vwx220), bhb, app(app(app(ty_@3, cga), cgb), cgc)) -> new_esEs5(vwx210, vwx220, cga, cgb, cgc) 17.52/6.95 new_compare15(@0, @0) -> EQ 17.52/6.95 new_primPlusNat1(Succ(vwx6600), Succ(vwx401000)) -> Succ(Succ(new_primPlusNat1(vwx6600, vwx401000))) 17.52/6.95 new_esEs6(@2(vwx210, vwx211), @2(vwx220, vwx221), bgf, bgg) -> new_asAs(new_esEs27(vwx210, vwx220, bgf), new_esEs26(vwx211, vwx221, bgg)) 17.52/6.95 new_primCmpNat0(Zero, Succ(vwx4000)) -> LT 17.52/6.95 new_lt20(vwx301, vwx401, app(app(app(ty_@3, fb), fc), fd)) -> new_lt14(vwx301, vwx401, fb, fc, fd) 17.52/6.95 new_compare19(vwx300, vwx400, ec, ed) -> new_compare210(vwx300, vwx400, new_esEs6(vwx300, vwx400, ec, ed), ec, ed) 17.52/6.95 new_compare17(vwx300, vwx400, ty_Char) -> new_compare14(vwx300, vwx400) 17.52/6.95 new_esEs7(Right(vwx210), Right(vwx220), bhb, ty_Integer) -> new_esEs16(vwx210, vwx220) 17.52/6.95 new_esEs27(vwx210, vwx220, ty_Bool) -> new_esEs9(vwx210, vwx220) 17.52/6.95 new_ltEs19(vwx302, vwx402, app(app(app(ty_@3, gd), ge), gf)) -> new_ltEs12(vwx302, vwx402, gd, ge, gf) 17.52/6.95 new_ltEs7(Just(vwx300), Just(vwx400), app(app(app(ty_@3, bb), bc), bd)) -> new_ltEs12(vwx300, vwx400, bb, bc, bd) 17.52/6.95 new_esEs24(vwx211, vwx221, ty_Int) -> new_esEs12(vwx211, vwx221) 17.52/6.95 new_lt11(vwx300, vwx400, ty_@0) -> new_lt15(vwx300, vwx400) 17.52/6.95 new_esEs21(vwx212, vwx222, app(app(app(ty_@3, cag), cah), cba)) -> new_esEs5(vwx212, vwx222, cag, cah, cba) 17.52/6.95 new_primCmpNat0(Succ(vwx3000), Zero) -> GT 17.52/6.95 new_lt19(vwx300, vwx400, ty_Int) -> new_lt16(vwx300, vwx400) 17.52/6.95 new_ltEs7(Just(vwx300), Just(vwx400), app(app(ty_@2, be), bf)) -> new_ltEs17(vwx300, vwx400, be, bf) 17.52/6.95 new_esEs22(vwx211, vwx221, app(app(ty_@2, ccd), cce)) -> new_esEs6(vwx211, vwx221, ccd, cce) 17.52/6.95 new_compare7(Float(vwx300, Pos(vwx3010)), Float(vwx400, Pos(vwx4010))) -> new_compare6(new_sr(vwx300, Pos(vwx4010)), new_sr(Pos(vwx3010), vwx400)) 17.52/6.95 new_esEs11(vwx210, vwx220, ty_Float) -> new_esEs14(vwx210, vwx220) 17.52/6.95 new_compare17(vwx300, vwx400, ty_Integer) -> new_compare13(vwx300, vwx400) 17.52/6.95 new_esEs7(Right(vwx210), Right(vwx220), bhb, app(ty_[], chb)) -> new_esEs10(vwx210, vwx220, chb) 17.52/6.95 new_esEs21(vwx212, vwx222, ty_Int) -> new_esEs12(vwx212, vwx222) 17.52/6.95 new_pePe(False, vwx21, vwx22, vwx38, bgb) -> new_asAs(new_esEs20(vwx21, vwx22, bgb), vwx38) 17.52/6.95 new_ltEs19(vwx302, vwx402, ty_@0) -> new_ltEs13(vwx302, vwx402) 17.52/6.95 new_ltEs5(Right(vwx300), Right(vwx400), bda, ty_@0) -> new_ltEs13(vwx300, vwx400) 17.52/6.95 new_esEs7(Right(vwx210), Right(vwx220), bhb, app(app(ty_@2, cgd), cge)) -> new_esEs6(vwx210, vwx220, cgd, cge) 17.52/6.95 new_ltEs18(vwx301, vwx401, ty_Double) -> new_ltEs4(vwx301, vwx401) 17.52/6.95 new_lt11(vwx300, vwx400, ty_Bool) -> new_lt5(vwx300, vwx400) 17.52/6.95 new_lt11(vwx300, vwx400, app(app(app(ty_@3, hf), hg), hh)) -> new_lt14(vwx300, vwx400, hf, hg, hh) 17.52/6.95 new_lt11(vwx300, vwx400, app(app(ty_@2, baa), bab)) -> new_lt10(vwx300, vwx400, baa, bab) 17.52/6.95 new_ltEs6(LT, LT) -> True 17.52/6.95 new_esEs7(Right(vwx210), Right(vwx220), bhb, ty_Float) -> new_esEs14(vwx210, vwx220) 17.52/6.95 new_esEs11(vwx210, vwx220, ty_Double) -> new_esEs19(vwx210, vwx220) 17.52/6.95 new_lt20(vwx301, vwx401, app(ty_Maybe, eh)) -> new_lt9(vwx301, vwx401, eh) 17.52/6.95 new_lt19(vwx300, vwx400, app(ty_Maybe, dd)) -> new_lt9(vwx300, vwx400, dd) 17.52/6.95 new_primEqInt(Pos(Zero), Neg(Succ(vwx2200))) -> False 17.52/6.95 new_primEqInt(Neg(Zero), Pos(Succ(vwx2200))) -> False 17.52/6.95 new_esEs23(vwx210, vwx220, app(ty_Maybe, cea)) -> new_esEs4(vwx210, vwx220, cea) 17.52/6.95 new_ltEs18(vwx301, vwx401, app(ty_[], bag)) -> new_ltEs9(vwx301, vwx401, bag) 17.52/6.95 new_compare24(vwx300, vwx400, True, dd) -> EQ 17.52/6.95 new_esEs7(Right(vwx210), Right(vwx220), bhb, ty_Double) -> new_esEs19(vwx210, vwx220) 17.52/6.95 new_compare24(vwx300, vwx400, False, dd) -> new_compare11(vwx300, vwx400, new_ltEs7(vwx300, vwx400, dd), dd) 17.52/6.95 new_esEs7(Left(vwx210), Left(vwx220), app(ty_Ratio, cfd), bhc) -> new_esEs15(vwx210, vwx220, cfd) 17.52/6.95 new_esEs21(vwx212, vwx222, ty_Float) -> new_esEs14(vwx212, vwx222) 17.52/6.95 new_ltEs18(vwx301, vwx401, app(app(app(ty_@3, bah), bba), bbb)) -> new_ltEs12(vwx301, vwx401, bah, bba, bbb) 17.52/6.95 new_esEs23(vwx210, vwx220, app(app(ty_Either, ceb), cec)) -> new_esEs7(vwx210, vwx220, ceb, cec) 17.52/6.95 new_esEs17(EQ, EQ) -> True 17.52/6.95 new_ltEs5(Left(vwx300), Left(vwx400), app(ty_[], bca), bbh) -> new_ltEs9(vwx300, vwx400, bca) 17.52/6.95 new_esEs4(Just(vwx210), Just(vwx220), app(app(app(ty_@3, bhe), bhf), bhg)) -> new_esEs5(vwx210, vwx220, bhe, bhf, bhg) 17.52/6.95 new_esEs11(vwx210, vwx220, ty_Int) -> new_esEs12(vwx210, vwx220) 17.52/6.95 new_esEs22(vwx211, vwx221, app(ty_[], cdb)) -> new_esEs10(vwx211, vwx221, cdb) 17.52/6.95 new_primEqInt(Neg(Succ(vwx2100)), Neg(Succ(vwx2200))) -> new_primEqNat0(vwx2100, vwx2200) 17.52/6.95 new_esEs11(vwx210, vwx220, app(app(app(ty_@3, beg), beh), bfa)) -> new_esEs5(vwx210, vwx220, beg, beh, bfa) 17.52/6.95 new_esEs17(LT, EQ) -> False 17.52/6.95 new_esEs17(EQ, LT) -> False 17.52/6.95 new_esEs23(vwx210, vwx220, ty_Int) -> new_esEs12(vwx210, vwx220) 17.52/6.95 new_primCmpInt(Neg(Zero), Pos(Succ(vwx4000))) -> LT 17.52/6.95 new_primMulInt(Pos(vwx3000), Pos(vwx4010)) -> Pos(new_primMulNat0(vwx3000, vwx4010)) 17.52/6.95 new_lt11(vwx300, vwx400, app(ty_Ratio, cee)) -> new_lt7(vwx300, vwx400, cee) 17.52/6.95 new_ltEs8(True, False) -> False 17.52/6.95 new_ltEs19(vwx302, vwx402, app(ty_Ratio, chd)) -> new_ltEs10(vwx302, vwx402, chd) 17.52/6.95 new_esEs7(Left(vwx210), Left(vwx220), app(app(ty_Either, cff), cfg), bhc) -> new_esEs7(vwx210, vwx220, cff, cfg) 17.52/6.95 new_ltEs12(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), eg, dh, ea) -> new_pePe(new_lt19(vwx300, vwx400, eg), vwx300, vwx400, new_pePe(new_lt20(vwx301, vwx401, dh), vwx301, vwx401, new_ltEs19(vwx302, vwx402, ea), dh), eg) 17.52/6.95 new_esEs26(vwx211, vwx221, app(app(ty_@2, chh), daa)) -> new_esEs6(vwx211, vwx221, chh, daa) 17.52/6.95 new_esEs4(Just(vwx210), Just(vwx220), app(ty_Ratio, cab)) -> new_esEs15(vwx210, vwx220, cab) 17.52/6.95 new_primMulNat0(Succ(vwx30000), Zero) -> Zero 17.52/6.95 new_primMulNat0(Zero, Succ(vwx40100)) -> Zero 17.52/6.95 new_ltEs8(False, False) -> True 17.52/6.95 new_primPlusNat0(Zero, vwx40100) -> Succ(vwx40100) 17.52/6.95 new_ltEs7(Just(vwx300), Just(vwx400), ty_Ordering) -> new_ltEs6(vwx300, vwx400) 17.52/6.95 new_ltEs6(LT, EQ) -> True 17.52/6.95 new_lt11(vwx300, vwx400, app(ty_[], he)) -> new_lt13(vwx300, vwx400, he) 17.52/6.95 new_esEs23(vwx210, vwx220, ty_Bool) -> new_esEs9(vwx210, vwx220) 17.52/6.95 new_esEs23(vwx210, vwx220, app(app(app(ty_@3, cdc), cdd), cde)) -> new_esEs5(vwx210, vwx220, cdc, cdd, cde) 17.52/6.95 new_esEs17(LT, GT) -> False 17.52/6.95 new_esEs17(GT, LT) -> False 17.52/6.95 new_ltEs18(vwx301, vwx401, ty_Bool) -> new_ltEs8(vwx301, vwx401) 17.52/6.95 new_not(GT) -> False 17.52/6.95 new_esEs21(vwx212, vwx222, ty_Double) -> new_esEs19(vwx212, vwx222) 17.52/6.95 new_esEs22(vwx211, vwx221, ty_@0) -> new_esEs18(vwx211, vwx221) 17.52/6.95 new_ltEs4(vwx30, vwx40) -> new_not(new_compare5(vwx30, vwx40)) 17.52/6.95 new_ltEs19(vwx302, vwx402, ty_Integer) -> new_ltEs16(vwx302, vwx402) 17.52/6.95 new_compare111(vwx300, vwx400, True) -> LT 17.52/6.95 new_esEs22(vwx211, vwx221, app(ty_Ratio, ccf)) -> new_esEs15(vwx211, vwx221, ccf) 17.52/6.95 new_ltEs7(Just(vwx300), Just(vwx400), ty_Int) -> new_ltEs14(vwx300, vwx400) 17.52/6.95 new_esEs20(vwx21, vwx22, app(ty_Maybe, bha)) -> new_esEs4(vwx21, vwx22, bha) 17.52/6.95 new_lt12(vwx300, vwx400) -> new_esEs8(new_compare5(vwx300, vwx400)) 17.52/6.95 new_esEs20(vwx21, vwx22, ty_@0) -> new_esEs18(vwx21, vwx22) 17.52/6.95 new_lt10(vwx300, vwx400, ec, ed) -> new_esEs8(new_compare19(vwx300, vwx400, ec, ed)) 17.52/6.95 new_primPlusNat1(Succ(vwx6600), Zero) -> Succ(vwx6600) 17.52/6.95 new_primPlusNat1(Zero, Succ(vwx401000)) -> Succ(vwx401000) 17.52/6.95 new_lt20(vwx301, vwx401, ty_Int) -> new_lt16(vwx301, vwx401) 17.52/6.95 new_esEs27(vwx210, vwx220, ty_Char) -> new_esEs13(vwx210, vwx220) 17.52/6.95 new_esEs7(Left(vwx210), Left(vwx220), app(ty_Maybe, cfe), bhc) -> new_esEs4(vwx210, vwx220, cfe) 17.52/6.95 new_esEs23(vwx210, vwx220, app(ty_Ratio, cdh)) -> new_esEs15(vwx210, vwx220, cdh) 17.52/6.95 new_esEs4(Just(vwx210), Just(vwx220), ty_Float) -> new_esEs14(vwx210, vwx220) 17.52/6.95 new_ltEs18(vwx301, vwx401, ty_Char) -> new_ltEs15(vwx301, vwx401) 17.52/6.95 new_ltEs13(vwx30, vwx40) -> new_not(new_compare15(vwx30, vwx40)) 17.52/6.95 new_ltEs11(vwx30, vwx40) -> new_not(new_compare7(vwx30, vwx40)) 17.52/6.95 new_ltEs19(vwx302, vwx402, ty_Float) -> new_ltEs11(vwx302, vwx402) 17.52/6.95 new_esEs21(vwx212, vwx222, app(ty_Maybe, cbe)) -> new_esEs4(vwx212, vwx222, cbe) 17.52/6.95 new_esEs9(False, True) -> False 17.52/6.95 new_esEs9(True, False) -> False 17.52/6.95 new_primMulInt(Neg(vwx3000), Neg(vwx4010)) -> Pos(new_primMulNat0(vwx3000, vwx4010)) 17.52/6.95 new_primCmpInt(Pos(Zero), Pos(Succ(vwx4000))) -> new_primCmpNat0(Zero, Succ(vwx4000)) 17.52/6.95 new_esEs4(Just(vwx210), Just(vwx220), ty_Int) -> new_esEs12(vwx210, vwx220) 17.52/6.95 new_ltEs19(vwx302, vwx402, ty_Char) -> new_ltEs15(vwx302, vwx402) 17.52/6.95 new_esEs7(Right(vwx210), Right(vwx220), bhb, ty_Int) -> new_esEs12(vwx210, vwx220) 17.52/6.95 new_esEs11(vwx210, vwx220, app(ty_[], bfh)) -> new_esEs10(vwx210, vwx220, bfh) 17.52/6.95 new_ltEs5(Right(vwx300), Right(vwx400), bda, ty_Integer) -> new_ltEs16(vwx300, vwx400) 17.52/6.95 new_compare9(vwx300, vwx400) -> new_compare26(vwx300, vwx400, new_esEs17(vwx300, vwx400)) 17.52/6.95 new_ltEs17(@2(vwx300, vwx301), @2(vwx400, vwx401), bae, hd) -> new_pePe(new_lt11(vwx300, vwx400, bae), vwx300, vwx400, new_ltEs18(vwx301, vwx401, hd), bae) 17.52/6.95 new_compare([], :(vwx400, vwx401), ca) -> LT 17.52/6.95 new_lt11(vwx300, vwx400, ty_Double) -> new_lt12(vwx300, vwx400) 17.52/6.95 new_compare17(vwx300, vwx400, ty_Int) -> new_compare6(vwx300, vwx400) 17.52/6.95 new_ltEs5(Left(vwx300), Left(vwx400), ty_Int, bbh) -> new_ltEs14(vwx300, vwx400) 17.52/6.95 new_ltEs5(Right(vwx300), Right(vwx400), bda, ty_Float) -> new_ltEs11(vwx300, vwx400) 17.52/6.95 new_esEs20(vwx21, vwx22, ty_Float) -> new_esEs14(vwx21, vwx22) 17.52/6.95 new_esEs7(Right(vwx210), Right(vwx220), bhb, ty_@0) -> new_esEs18(vwx210, vwx220) 17.52/6.95 new_ltEs8(False, True) -> True 17.52/6.95 new_esEs11(vwx210, vwx220, app(ty_Ratio, bfd)) -> new_esEs15(vwx210, vwx220, bfd) 17.52/6.95 new_esEs4(Just(vwx210), Just(vwx220), ty_@0) -> new_esEs18(vwx210, vwx220) 17.52/6.95 new_esEs7(Left(vwx210), Left(vwx220), ty_Char, bhc) -> new_esEs13(vwx210, vwx220) 17.52/6.95 new_esEs4(Just(vwx210), Just(vwx220), app(ty_Maybe, cac)) -> new_esEs4(vwx210, vwx220, cac) 17.52/6.95 new_esEs22(vwx211, vwx221, ty_Double) -> new_esEs19(vwx211, vwx221) 17.52/6.95 new_esEs23(vwx210, vwx220, app(ty_[], ced)) -> new_esEs10(vwx210, vwx220, ced) 17.52/6.95 new_esEs26(vwx211, vwx221, ty_Char) -> new_esEs13(vwx211, vwx221) 17.52/6.95 new_compare6(vwx30, vwx40) -> new_primCmpInt(vwx30, vwx40) 17.52/6.95 new_esEs21(vwx212, vwx222, ty_@0) -> new_esEs18(vwx212, vwx222) 17.52/6.95 new_compare112(vwx300, vwx400, True) -> LT 17.52/6.95 new_esEs25(vwx210, vwx220, ty_Integer) -> new_esEs16(vwx210, vwx220) 17.52/6.95 new_esEs26(vwx211, vwx221, ty_@0) -> new_esEs18(vwx211, vwx221) 17.52/6.95 new_not0 -> True 17.52/6.95 new_ltEs19(vwx302, vwx402, app(app(ty_Either, ha), hb)) -> new_ltEs5(vwx302, vwx402, ha, hb) 17.52/6.95 new_compare11(vwx300, vwx400, False, dd) -> GT 17.52/6.95 new_primMulInt(Pos(vwx3000), Neg(vwx4010)) -> Neg(new_primMulNat0(vwx3000, vwx4010)) 17.52/6.95 new_primMulInt(Neg(vwx3000), Pos(vwx4010)) -> Neg(new_primMulNat0(vwx3000, vwx4010)) 17.52/6.95 new_esEs26(vwx211, vwx221, app(app(ty_Either, dad), dae)) -> new_esEs7(vwx211, vwx221, dad, dae) 17.52/6.95 new_esEs23(vwx210, vwx220, app(app(ty_@2, cdf), cdg)) -> new_esEs6(vwx210, vwx220, cdf, cdg) 17.52/6.95 new_ltEs19(vwx302, vwx402, app(ty_[], gc)) -> new_ltEs9(vwx302, vwx402, gc) 17.52/6.95 new_ltEs15(vwx30, vwx40) -> new_not(new_compare14(vwx30, vwx40)) 17.52/6.95 new_esEs23(vwx210, vwx220, ty_Char) -> new_esEs13(vwx210, vwx220) 17.52/6.95 new_esEs26(vwx211, vwx221, app(ty_Ratio, dab)) -> new_esEs15(vwx211, vwx221, dab) 17.52/6.95 new_esEs27(vwx210, vwx220, ty_Double) -> new_esEs19(vwx210, vwx220) 17.52/6.95 new_compare17(vwx300, vwx400, app(app(ty_Either, db), dc)) -> new_compare25(vwx300, vwx400, db, dc) 17.52/6.95 new_ltEs6(GT, EQ) -> False 17.52/6.95 new_ltEs7(Just(vwx300), Just(vwx400), ty_Char) -> new_ltEs15(vwx300, vwx400) 17.52/6.95 new_esEs21(vwx212, vwx222, app(ty_[], cbh)) -> new_esEs10(vwx212, vwx222, cbh) 17.52/6.95 new_esEs22(vwx211, vwx221, app(app(app(ty_@3, cca), ccb), ccc)) -> new_esEs5(vwx211, vwx221, cca, ccb, ccc) 17.52/6.95 new_esEs7(Left(vwx210), Left(vwx220), ty_@0, bhc) -> new_esEs18(vwx210, vwx220) 17.52/6.95 new_esEs7(Left(vwx210), Left(vwx220), app(app(ty_@2, cfb), cfc), bhc) -> new_esEs6(vwx210, vwx220, cfb, cfc) 17.52/6.95 new_sr0(Integer(vwx3000), Integer(vwx4010)) -> Integer(new_primMulInt(vwx3000, vwx4010)) 17.52/6.95 new_primCompAux0(vwx300, vwx400, vwx48, ca) -> new_primCompAux00(vwx48, new_compare17(vwx300, vwx400, ca)) 17.52/6.95 new_compare17(vwx300, vwx400, app(app(ty_@2, cg), da)) -> new_compare19(vwx300, vwx400, cg, da) 17.52/6.95 new_lt19(vwx300, vwx400, ty_Integer) -> new_lt17(vwx300, vwx400) 17.52/6.95 new_ltEs18(vwx301, vwx401, ty_@0) -> new_ltEs13(vwx301, vwx401) 17.52/6.95 new_compare28(vwx300, vwx400, False, de, df, dg) -> new_compare113(vwx300, vwx400, new_ltEs12(vwx300, vwx400, de, df, dg), de, df, dg) 17.52/6.95 new_lt19(vwx300, vwx400, app(app(ty_@2, ec), ed)) -> new_lt10(vwx300, vwx400, ec, ed) 17.52/6.95 new_esEs10(:(vwx210, vwx211), :(vwx220, vwx221), bef) -> new_asAs(new_esEs11(vwx210, vwx220, bef), new_esEs10(vwx211, vwx221, bef)) 17.52/6.95 new_esEs22(vwx211, vwx221, ty_Int) -> new_esEs12(vwx211, vwx221) 17.52/6.95 new_ltEs7(Just(vwx300), Just(vwx400), app(app(ty_Either, bg), bh)) -> new_ltEs5(vwx300, vwx400, bg, bh) 17.52/6.95 new_ltEs5(Left(vwx300), Left(vwx400), ty_Ordering, bbh) -> new_ltEs6(vwx300, vwx400) 17.52/6.95 new_ltEs5(Right(vwx300), Right(vwx400), bda, app(ty_Ratio, bed)) -> new_ltEs10(vwx300, vwx400, bed) 17.52/6.95 new_lt7(vwx300, vwx400, bee) -> new_esEs8(new_compare12(vwx300, vwx400, bee)) 17.52/6.95 new_asAs(True, vwx47) -> vwx47 17.52/6.95 new_ltEs5(Right(vwx300), Left(vwx400), bda, bbh) -> False 17.52/6.95 new_compare113(vwx300, vwx400, True, de, df, dg) -> LT 17.52/6.95 new_compare10(vwx300, vwx400, False, ee, ef) -> GT 17.52/6.95 new_ltEs7(Just(vwx300), Just(vwx400), app(ty_[], ba)) -> new_ltEs9(vwx300, vwx400, ba) 17.52/6.95 new_compare17(vwx300, vwx400, app(ty_Maybe, cb)) -> new_compare16(vwx300, vwx400, cb) 17.52/6.95 new_lt20(vwx301, vwx401, app(app(ty_@2, ff), fg)) -> new_lt10(vwx301, vwx401, ff, fg) 17.52/6.95 new_esEs7(Right(vwx210), Right(vwx220), bhb, app(ty_Maybe, cgg)) -> new_esEs4(vwx210, vwx220, cgg) 17.52/6.95 new_esEs21(vwx212, vwx222, app(ty_Ratio, cbd)) -> new_esEs15(vwx212, vwx222, cbd) 17.52/6.95 new_esEs27(vwx210, vwx220, ty_Float) -> new_esEs14(vwx210, vwx220) 17.52/6.95 new_ltEs5(Right(vwx300), Right(vwx400), bda, ty_Double) -> new_ltEs4(vwx300, vwx400) 17.52/6.95 new_esEs11(vwx210, vwx220, ty_@0) -> new_esEs18(vwx210, vwx220) 17.52/6.95 new_esEs23(vwx210, vwx220, ty_Double) -> new_esEs19(vwx210, vwx220) 17.52/6.95 new_esEs27(vwx210, vwx220, ty_Ordering) -> new_esEs17(vwx210, vwx220) 17.52/6.95 new_ltEs5(Left(vwx300), Left(vwx400), app(ty_Ratio, bec), bbh) -> new_ltEs10(vwx300, vwx400, bec) 17.52/6.95 new_ltEs8(True, True) -> True 17.52/6.95 new_ltEs19(vwx302, vwx402, ty_Ordering) -> new_ltEs6(vwx302, vwx402) 17.52/6.95 new_esEs10(:(vwx210, vwx211), [], bef) -> False 17.52/6.95 new_esEs10([], :(vwx220, vwx221), bef) -> False 17.52/6.95 new_primCmpInt(Pos(Succ(vwx3000)), Pos(vwx400)) -> new_primCmpNat0(Succ(vwx3000), vwx400) 17.52/6.95 new_ltEs5(Right(vwx300), Right(vwx400), bda, app(app(ty_Either, bea), beb)) -> new_ltEs5(vwx300, vwx400, bea, beb) 17.52/6.95 new_primCompAux00(vwx52, EQ) -> vwx52 17.52/6.95 new_esEs11(vwx210, vwx220, app(app(ty_Either, bff), bfg)) -> new_esEs7(vwx210, vwx220, bff, bfg) 17.52/6.95 new_ltEs18(vwx301, vwx401, ty_Int) -> new_ltEs14(vwx301, vwx401) 17.52/6.95 new_sr(vwx300, vwx401) -> new_primMulInt(vwx300, vwx401) 17.52/6.95 new_esEs14(Float(vwx210, vwx211), Float(vwx220, vwx221)) -> new_esEs12(new_sr(vwx210, vwx221), new_sr(vwx211, vwx220)) 17.52/6.95 new_esEs27(vwx210, vwx220, app(app(ty_@2, dbb), dbc)) -> new_esEs6(vwx210, vwx220, dbb, dbc) 17.52/6.95 new_ltEs7(Nothing, Nothing, dca) -> True 17.52/6.95 new_esEs9(True, True) -> True 17.52/6.95 new_esEs21(vwx212, vwx222, app(app(ty_Either, cbf), cbg)) -> new_esEs7(vwx212, vwx222, cbf, cbg) 17.52/6.95 new_ltEs5(Left(vwx300), Left(vwx400), app(app(ty_@2, bce), bcf), bbh) -> new_ltEs17(vwx300, vwx400, bce, bcf) 17.52/6.95 new_primMulNat0(Zero, Zero) -> Zero 17.52/6.95 new_esEs23(vwx210, vwx220, ty_Float) -> new_esEs14(vwx210, vwx220) 17.52/6.95 new_lt19(vwx300, vwx400, ty_Char) -> new_lt8(vwx300, vwx400) 17.52/6.95 new_compare111(vwx300, vwx400, False) -> GT 17.52/6.95 new_ltEs7(Just(vwx300), Nothing, dca) -> False 17.52/6.95 new_ltEs6(EQ, LT) -> False 17.52/6.95 new_esEs20(vwx21, vwx22, ty_Integer) -> new_esEs16(vwx21, vwx22) 17.52/6.95 new_esEs22(vwx211, vwx221, app(app(ty_Either, cch), cda)) -> new_esEs7(vwx211, vwx221, cch, cda) 17.52/6.95 new_compare28(vwx300, vwx400, True, de, df, dg) -> EQ 17.52/6.95 new_esEs4(Nothing, Nothing, bha) -> True 17.52/6.95 new_compare27(vwx300, vwx400, False) -> new_compare112(vwx300, vwx400, new_ltEs8(vwx300, vwx400)) 17.52/6.95 new_esEs26(vwx211, vwx221, app(ty_[], daf)) -> new_esEs10(vwx211, vwx221, daf) 17.52/6.95 new_ltEs5(Right(vwx300), Right(vwx400), bda, app(app(ty_@2, bdg), bdh)) -> new_ltEs17(vwx300, vwx400, bdg, bdh) 17.52/6.95 new_esEs4(Nothing, Just(vwx220), bha) -> False 17.52/6.95 new_esEs4(Just(vwx210), Nothing, bha) -> False 17.52/6.95 new_esEs7(Left(vwx210), Left(vwx220), app(app(app(ty_@3, ceg), ceh), cfa), bhc) -> new_esEs5(vwx210, vwx220, ceg, ceh, cfa) 17.52/6.95 new_esEs22(vwx211, vwx221, ty_Float) -> new_esEs14(vwx211, vwx221) 17.52/6.95 new_esEs7(Right(vwx210), Right(vwx220), bhb, ty_Ordering) -> new_esEs17(vwx210, vwx220) 17.52/6.95 new_compare14(Char(vwx300), Char(vwx400)) -> new_primCmpNat0(vwx300, vwx400) 17.52/6.95 new_esEs4(Just(vwx210), Just(vwx220), app(ty_[], caf)) -> new_esEs10(vwx210, vwx220, caf) 17.52/6.95 new_compare5(Double(vwx300, Pos(vwx3010)), Double(vwx400, Neg(vwx4010))) -> new_compare6(new_sr(vwx300, Pos(vwx4010)), new_sr(Neg(vwx3010), vwx400)) 17.52/6.95 new_compare5(Double(vwx300, Neg(vwx3010)), Double(vwx400, Pos(vwx4010))) -> new_compare6(new_sr(vwx300, Neg(vwx4010)), new_sr(Pos(vwx3010), vwx400)) 17.52/6.95 new_ltEs18(vwx301, vwx401, app(ty_Ratio, cef)) -> new_ltEs10(vwx301, vwx401, cef) 17.52/6.95 new_esEs8(LT) -> True 17.52/6.95 new_compare16(vwx300, vwx400, dd) -> new_compare24(vwx300, vwx400, new_esEs4(vwx300, vwx400, dd), dd) 17.52/6.95 new_compare12(:%(vwx300, vwx301), :%(vwx400, vwx401), ty_Integer) -> new_compare13(new_sr0(vwx300, vwx401), new_sr0(vwx400, vwx301)) 17.52/6.95 new_compare17(vwx300, vwx400, ty_Float) -> new_compare7(vwx300, vwx400) 17.52/6.95 new_esEs4(Just(vwx210), Just(vwx220), app(app(ty_Either, cad), cae)) -> new_esEs7(vwx210, vwx220, cad, cae) 17.52/6.95 new_compare210(vwx300, vwx400, False, ec, ed) -> new_compare110(vwx300, vwx400, new_ltEs17(vwx300, vwx400, ec, ed), ec, ed) 17.52/6.95 new_lt20(vwx301, vwx401, ty_Char) -> new_lt8(vwx301, vwx401) 17.52/6.95 new_compare7(Float(vwx300, Neg(vwx3010)), Float(vwx400, Neg(vwx4010))) -> new_compare6(new_sr(vwx300, Neg(vwx4010)), new_sr(Neg(vwx3010), vwx400)) 17.52/6.95 new_esEs4(Just(vwx210), Just(vwx220), ty_Integer) -> new_esEs16(vwx210, vwx220) 17.52/6.95 new_lt13(vwx300, vwx400, eb) -> new_esEs8(new_compare(vwx300, vwx400, eb)) 17.52/6.95 new_esEs17(GT, GT) -> True 17.52/6.95 new_esEs7(Right(vwx210), Right(vwx220), bhb, ty_Bool) -> new_esEs9(vwx210, vwx220) 17.52/6.95 new_ltEs19(vwx302, vwx402, app(ty_Maybe, gb)) -> new_ltEs7(vwx302, vwx402, gb) 17.52/6.95 new_primEqInt(Neg(Succ(vwx2100)), Neg(Zero)) -> False 17.52/6.95 new_primEqInt(Neg(Zero), Neg(Succ(vwx2200))) -> False 17.52/6.95 new_ltEs5(Right(vwx300), Right(vwx400), bda, ty_Bool) -> new_ltEs8(vwx300, vwx400) 17.52/6.95 new_compare([], [], ca) -> EQ 17.52/6.95 new_primEqInt(Pos(Succ(vwx2100)), Pos(Succ(vwx2200))) -> new_primEqNat0(vwx2100, vwx2200) 17.52/6.95 new_lt17(vwx300, vwx400) -> new_esEs8(new_compare13(vwx300, vwx400)) 17.52/6.95 new_esEs7(Right(vwx210), Right(vwx220), bhb, app(app(ty_Either, cgh), cha)) -> new_esEs7(vwx210, vwx220, cgh, cha) 17.52/6.95 new_ltEs18(vwx301, vwx401, app(app(ty_Either, bbe), bbf)) -> new_ltEs5(vwx301, vwx401, bbe, bbf) 17.52/6.95 new_primEqInt(Pos(Succ(vwx2100)), Neg(vwx220)) -> False 17.52/6.95 new_primEqInt(Neg(Succ(vwx2100)), Pos(vwx220)) -> False 17.52/6.95 new_primCmpInt(Neg(Zero), Neg(Succ(vwx4000))) -> new_primCmpNat0(Succ(vwx4000), Zero) 17.52/6.95 new_esEs7(Left(vwx210), Left(vwx220), app(ty_[], cfh), bhc) -> new_esEs10(vwx210, vwx220, cfh) 17.52/6.95 new_lt11(vwx300, vwx400, ty_Ordering) -> new_lt6(vwx300, vwx400) 17.52/6.95 new_primCmpInt(Pos(Zero), Pos(Zero)) -> EQ 17.52/6.95 new_esEs21(vwx212, vwx222, ty_Integer) -> new_esEs16(vwx212, vwx222) 17.52/6.95 new_esEs7(Left(vwx210), Left(vwx220), ty_Integer, bhc) -> new_esEs16(vwx210, vwx220) 17.52/6.95 new_ltEs5(Right(vwx300), Right(vwx400), bda, app(app(app(ty_@3, bdd), bde), bdf)) -> new_ltEs12(vwx300, vwx400, bdd, bde, bdf) 17.52/6.95 new_esEs26(vwx211, vwx221, ty_Double) -> new_esEs19(vwx211, vwx221) 17.52/6.95 new_compare17(vwx300, vwx400, app(app(app(ty_@3, cd), ce), cf)) -> new_compare18(vwx300, vwx400, cd, ce, cf) 17.52/6.95 new_ltEs7(Just(vwx300), Just(vwx400), ty_Float) -> new_ltEs11(vwx300, vwx400) 17.52/6.95 new_ltEs16(vwx30, vwx40) -> new_not(new_compare13(vwx30, vwx40)) 17.52/6.95 new_esEs20(vwx21, vwx22, app(ty_[], bef)) -> new_esEs10(vwx21, vwx22, bef) 17.52/6.95 new_esEs13(Char(vwx210), Char(vwx220)) -> new_primEqNat0(vwx210, vwx220) 17.52/6.95 new_ltEs7(Just(vwx300), Just(vwx400), app(ty_Maybe, h)) -> new_ltEs7(vwx300, vwx400, h) 17.52/6.95 new_esEs12(vwx21, vwx22) -> new_primEqInt(vwx21, vwx22) 17.52/6.95 new_compare25(vwx300, vwx400, ee, ef) -> new_compare29(vwx300, vwx400, new_esEs7(vwx300, vwx400, ee, ef), ee, ef) 17.52/6.95 new_ltEs7(Just(vwx300), Just(vwx400), app(ty_Ratio, dcb)) -> new_ltEs10(vwx300, vwx400, dcb) 17.52/6.95 new_compare26(vwx300, vwx400, False) -> new_compare111(vwx300, vwx400, new_ltEs6(vwx300, vwx400)) 17.52/6.95 new_esEs26(vwx211, vwx221, ty_Integer) -> new_esEs16(vwx211, vwx221) 17.52/6.95 new_esEs27(vwx210, vwx220, app(app(ty_Either, dbf), dbg)) -> new_esEs7(vwx210, vwx220, dbf, dbg) 17.52/6.95 new_esEs19(Double(vwx210, vwx211), Double(vwx220, vwx221)) -> new_esEs12(new_sr(vwx210, vwx221), new_sr(vwx211, vwx220)) 17.52/6.95 new_esEs16(Integer(vwx210), Integer(vwx220)) -> new_primEqInt(vwx210, vwx220) 17.52/6.95 new_esEs4(Just(vwx210), Just(vwx220), ty_Bool) -> new_esEs9(vwx210, vwx220) 17.52/6.95 new_lt11(vwx300, vwx400, ty_Integer) -> new_lt17(vwx300, vwx400) 17.52/6.95 new_esEs27(vwx210, vwx220, app(ty_Ratio, dbd)) -> new_esEs15(vwx210, vwx220, dbd) 17.52/6.95 new_esEs27(vwx210, vwx220, ty_@0) -> new_esEs18(vwx210, vwx220) 17.52/6.95 new_lt16(vwx300, vwx400) -> new_esEs8(new_compare6(vwx300, vwx400)) 17.52/6.95 new_esEs20(vwx21, vwx22, app(app(ty_@2, bgf), bgg)) -> new_esEs6(vwx21, vwx22, bgf, bgg) 17.52/6.95 new_esEs27(vwx210, vwx220, app(ty_[], dbh)) -> new_esEs10(vwx210, vwx220, dbh) 17.52/6.95 new_compare12(:%(vwx300, vwx301), :%(vwx400, vwx401), ty_Int) -> new_compare6(new_sr(vwx300, vwx401), new_sr(vwx400, vwx301)) 17.52/6.95 new_esEs11(vwx210, vwx220, ty_Integer) -> new_esEs16(vwx210, vwx220) 17.52/6.95 new_ltEs19(vwx302, vwx402, app(app(ty_@2, gg), gh)) -> new_ltEs17(vwx302, vwx402, gg, gh) 17.52/6.95 new_lt5(vwx300, vwx400) -> new_esEs8(new_compare8(vwx300, vwx400)) 17.52/6.95 new_primPlusNat0(Succ(vwx660), vwx40100) -> Succ(Succ(new_primPlusNat1(vwx660, vwx40100))) 17.52/6.95 new_esEs22(vwx211, vwx221, ty_Ordering) -> new_esEs17(vwx211, vwx221) 17.52/6.95 new_ltEs7(Just(vwx300), Just(vwx400), ty_Integer) -> new_ltEs16(vwx300, vwx400) 17.52/6.95 new_lt8(vwx300, vwx400) -> new_esEs8(new_compare14(vwx300, vwx400)) 17.52/6.95 new_esEs22(vwx211, vwx221, ty_Integer) -> new_esEs16(vwx211, vwx221) 17.52/6.95 new_lt14(vwx300, vwx400, de, df, dg) -> new_esEs8(new_compare18(vwx300, vwx400, de, df, dg)) 17.52/6.95 new_lt20(vwx301, vwx401, app(app(ty_Either, fh), ga)) -> new_lt18(vwx301, vwx401, fh, ga) 17.52/6.95 new_ltEs5(Right(vwx300), Right(vwx400), bda, app(ty_[], bdc)) -> new_ltEs9(vwx300, vwx400, bdc) 17.52/6.95 new_primCmpInt(Pos(Zero), Neg(Zero)) -> EQ 17.52/6.95 new_primCmpInt(Neg(Zero), Pos(Zero)) -> EQ 17.52/6.95 new_primPlusNat1(Zero, Zero) -> Zero 17.52/6.95 new_lt11(vwx300, vwx400, app(app(ty_Either, bac), bad)) -> new_lt18(vwx300, vwx400, bac, bad) 17.52/6.95 new_esEs10([], [], bef) -> True 17.52/6.95 new_esEs22(vwx211, vwx221, ty_Char) -> new_esEs13(vwx211, vwx221) 17.52/6.95 new_esEs7(Left(vwx210), Left(vwx220), ty_Double, bhc) -> new_esEs19(vwx210, vwx220) 17.52/6.95 new_ltEs10(vwx30, vwx40, bga) -> new_not(new_compare12(vwx30, vwx40, bga)) 17.52/6.95 new_lt11(vwx300, vwx400, ty_Float) -> new_lt4(vwx300, vwx400) 17.52/6.95 new_compare8(vwx300, vwx400) -> new_compare27(vwx300, vwx400, new_esEs9(vwx300, vwx400)) 17.52/6.95 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 17.52/6.95 new_esEs20(vwx21, vwx22, ty_Bool) -> new_esEs9(vwx21, vwx22) 17.52/6.95 new_esEs7(Left(vwx210), Left(vwx220), ty_Int, bhc) -> new_esEs12(vwx210, vwx220) 17.52/6.95 new_primMulNat0(Succ(vwx30000), Succ(vwx40100)) -> new_primPlusNat0(new_primMulNat0(vwx30000, Succ(vwx40100)), vwx40100) 17.52/6.95 new_compare29(vwx300, vwx400, True, ee, ef) -> EQ 17.52/6.95 new_ltEs5(Left(vwx300), Left(vwx400), ty_Integer, bbh) -> new_ltEs16(vwx300, vwx400) 17.52/6.95 new_lt11(vwx300, vwx400, ty_Char) -> new_lt8(vwx300, vwx400) 17.52/6.95 new_primCmpNat0(Succ(vwx3000), Succ(vwx4000)) -> new_primCmpNat0(vwx3000, vwx4000) 17.52/6.95 new_esEs26(vwx211, vwx221, app(app(app(ty_@3, che), chf), chg)) -> new_esEs5(vwx211, vwx221, che, chf, chg) 17.52/6.95 new_lt4(vwx300, vwx400) -> new_esEs8(new_compare7(vwx300, vwx400)) 17.52/6.95 new_esEs26(vwx211, vwx221, ty_Int) -> new_esEs12(vwx211, vwx221) 17.52/6.95 new_esEs11(vwx210, vwx220, ty_Ordering) -> new_esEs17(vwx210, vwx220) 17.52/6.95 new_esEs27(vwx210, vwx220, app(ty_Maybe, dbe)) -> new_esEs4(vwx210, vwx220, dbe) 17.52/6.95 new_esEs7(Right(vwx210), Right(vwx220), bhb, ty_Char) -> new_esEs13(vwx210, vwx220) 17.52/6.95 new_ltEs5(Left(vwx300), Left(vwx400), ty_Float, bbh) -> new_ltEs11(vwx300, vwx400) 17.52/6.95 new_ltEs18(vwx301, vwx401, app(app(ty_@2, bbc), bbd)) -> new_ltEs17(vwx301, vwx401, bbc, bbd) 17.52/6.95 new_compare17(vwx300, vwx400, ty_Bool) -> new_compare8(vwx300, vwx400) 17.52/6.95 new_compare17(vwx300, vwx400, ty_Double) -> new_compare5(vwx300, vwx400) 17.52/6.95 new_ltEs5(Right(vwx300), Right(vwx400), bda, ty_Ordering) -> new_ltEs6(vwx300, vwx400) 17.52/6.95 new_lt20(vwx301, vwx401, ty_Bool) -> new_lt5(vwx301, vwx401) 17.52/6.95 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 17.52/6.95 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 17.52/6.95 new_esEs20(vwx21, vwx22, ty_Char) -> new_esEs13(vwx21, vwx22) 17.52/6.95 new_compare110(vwx300, vwx400, False, ec, ed) -> GT 17.52/6.95 new_lt19(vwx300, vwx400, ty_@0) -> new_lt15(vwx300, vwx400) 17.52/6.95 new_esEs26(vwx211, vwx221, app(ty_Maybe, dac)) -> new_esEs4(vwx211, vwx221, dac) 17.52/6.95 new_esEs27(vwx210, vwx220, ty_Int) -> new_esEs12(vwx210, vwx220) 17.52/6.95 new_primEqNat0(Zero, Zero) -> True 17.52/6.95 new_lt19(vwx300, vwx400, ty_Ordering) -> new_lt6(vwx300, vwx400) 17.52/6.95 new_ltEs5(Left(vwx300), Left(vwx400), ty_Char, bbh) -> new_ltEs15(vwx300, vwx400) 17.52/6.95 new_ltEs5(Left(vwx300), Left(vwx400), ty_@0, bbh) -> new_ltEs13(vwx300, vwx400) 17.52/6.95 new_not(EQ) -> new_not0 17.52/6.95 new_compare29(vwx300, vwx400, False, ee, ef) -> new_compare10(vwx300, vwx400, new_ltEs5(vwx300, vwx400, ee, ef), ee, ef) 17.52/6.95 new_esEs26(vwx211, vwx221, ty_Float) -> new_esEs14(vwx211, vwx221) 17.52/6.95 new_lt20(vwx301, vwx401, ty_Integer) -> new_lt17(vwx301, vwx401) 17.52/6.95 new_compare113(vwx300, vwx400, False, de, df, dg) -> GT 17.52/6.95 new_asAs(False, vwx47) -> False 17.52/6.95 new_ltEs5(Right(vwx300), Right(vwx400), bda, ty_Int) -> new_ltEs14(vwx300, vwx400) 17.52/6.95 new_esEs21(vwx212, vwx222, ty_Char) -> new_esEs13(vwx212, vwx222) 17.52/6.95 new_esEs7(Left(vwx210), Left(vwx220), ty_Float, bhc) -> new_esEs14(vwx210, vwx220) 17.52/6.95 new_ltEs19(vwx302, vwx402, ty_Int) -> new_ltEs14(vwx302, vwx402) 17.52/6.95 new_ltEs7(Just(vwx300), Just(vwx400), ty_@0) -> new_ltEs13(vwx300, vwx400) 17.52/6.95 new_pePe(True, vwx21, vwx22, vwx38, bgb) -> True 17.52/6.95 new_lt20(vwx301, vwx401, ty_Ordering) -> new_lt6(vwx301, vwx401) 17.52/6.95 new_esEs24(vwx211, vwx221, ty_Integer) -> new_esEs16(vwx211, vwx221) 17.52/6.95 new_lt20(vwx301, vwx401, ty_@0) -> new_lt15(vwx301, vwx401) 17.52/6.95 new_compare27(vwx300, vwx400, True) -> EQ 17.52/6.95 new_esEs7(Left(vwx210), Right(vwx220), bhb, bhc) -> False 17.52/6.95 new_esEs7(Right(vwx210), Left(vwx220), bhb, bhc) -> False 17.52/6.95 new_ltEs6(GT, LT) -> False 17.52/6.95 new_esEs23(vwx210, vwx220, ty_Ordering) -> new_esEs17(vwx210, vwx220) 17.52/6.95 new_esEs27(vwx210, vwx220, app(app(app(ty_@3, dag), dah), dba)) -> new_esEs5(vwx210, vwx220, dag, dah, dba) 17.52/6.95 new_compare17(vwx300, vwx400, ty_Ordering) -> new_compare9(vwx300, vwx400) 17.52/6.95 17.52/6.95 The set Q consists of the following terms: 17.52/6.95 17.52/6.95 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 17.52/6.95 new_esEs23(x0, x1, ty_Integer) 17.52/6.95 new_ltEs19(x0, x1, ty_Ordering) 17.52/6.95 new_lt13(x0, x1, x2) 17.52/6.95 new_esEs11(x0, x1, ty_@0) 17.52/6.95 new_primPlusNat1(Succ(x0), Succ(x1)) 17.52/6.95 new_esEs25(x0, x1, ty_Integer) 17.52/6.95 new_compare11(x0, x1, False, x2) 17.52/6.95 new_compare13(Integer(x0), Integer(x1)) 17.52/6.95 new_ltEs5(Right(x0), Right(x1), x2, ty_Float) 17.52/6.95 new_compare17(x0, x1, ty_Char) 17.52/6.95 new_lt20(x0, x1, ty_Ordering) 17.52/6.95 new_lt17(x0, x1) 17.52/6.95 new_ltEs5(Right(x0), Right(x1), x2, app(ty_[], x3)) 17.52/6.95 new_compare17(x0, x1, ty_Int) 17.52/6.95 new_not0 17.52/6.95 new_esEs11(x0, x1, ty_Bool) 17.52/6.95 new_esEs10(:(x0, x1), [], x2) 17.52/6.95 new_lt20(x0, x1, ty_Int) 17.52/6.95 new_compare17(x0, x1, app(app(ty_Either, x2), x3)) 17.52/6.95 new_primPlusNat1(Zero, Zero) 17.52/6.95 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 17.52/6.95 new_compare18(x0, x1, x2, x3, x4) 17.52/6.95 new_ltEs19(x0, x1, ty_Int) 17.52/6.95 new_primEqNat0(Succ(x0), Zero) 17.52/6.95 new_ltEs6(LT, LT) 17.52/6.95 new_lt15(x0, x1) 17.52/6.95 new_esEs20(x0, x1, app(app(ty_Either, x2), x3)) 17.52/6.95 new_compare12(:%(x0, x1), :%(x2, x3), ty_Integer) 17.52/6.95 new_ltEs19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.52/6.95 new_ltEs5(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 17.52/6.95 new_primEqInt(Pos(Zero), Pos(Zero)) 17.52/6.95 new_compare10(x0, x1, False, x2, x3) 17.52/6.95 new_esEs4(Just(x0), Just(x1), app(ty_[], x2)) 17.52/6.95 new_ltEs18(x0, x1, ty_Double) 17.52/6.95 new_ltEs19(x0, x1, ty_Char) 17.52/6.95 new_esEs26(x0, x1, ty_Integer) 17.52/6.95 new_esEs10([], :(x0, x1), x2) 17.52/6.95 new_esEs11(x0, x1, app(ty_[], x2)) 17.52/6.95 new_ltEs19(x0, x1, ty_Double) 17.52/6.95 new_esEs7(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 17.52/6.95 new_lt19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.52/6.95 new_lt7(x0, x1, x2) 17.52/6.95 new_esEs21(x0, x1, ty_Float) 17.52/6.95 new_primEqInt(Neg(Zero), Neg(Zero)) 17.52/6.95 new_ltEs11(x0, x1) 17.52/6.95 new_ltEs18(x0, x1, app(ty_[], x2)) 17.52/6.95 new_compare([], :(x0, x1), x2) 17.52/6.95 new_not(GT) 17.52/6.95 new_esEs27(x0, x1, ty_Bool) 17.52/6.95 new_esEs20(x0, x1, ty_Float) 17.52/6.95 new_esEs20(x0, x1, ty_Integer) 17.52/6.95 new_esEs22(x0, x1, app(app(ty_@2, x2), x3)) 17.52/6.95 new_compare17(x0, x1, ty_@0) 17.52/6.95 new_primPlusNat0(Succ(x0), x1) 17.52/6.95 new_esEs26(x0, x1, ty_Bool) 17.52/6.95 new_esEs8(LT) 17.52/6.95 new_ltEs5(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 17.52/6.95 new_esEs11(x0, x1, ty_Integer) 17.52/6.95 new_esEs23(x0, x1, ty_@0) 17.52/6.95 new_esEs27(x0, x1, app(app(ty_Either, x2), x3)) 17.52/6.95 new_esEs7(Left(x0), Left(x1), ty_Float, x2) 17.52/6.95 new_ltEs8(False, False) 17.52/6.95 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 17.52/6.95 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 17.52/6.95 new_esEs7(Left(x0), Left(x1), ty_@0, x2) 17.52/6.95 new_ltEs7(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 17.52/6.95 new_esEs23(x0, x1, ty_Float) 17.52/6.95 new_esEs9(False, False) 17.52/6.95 new_compare27(x0, x1, True) 17.52/6.95 new_ltEs19(x0, x1, app(ty_Ratio, x2)) 17.52/6.95 new_esEs7(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 17.52/6.95 new_esEs27(x0, x1, app(ty_Maybe, x2)) 17.52/6.95 new_esEs23(x0, x1, ty_Bool) 17.52/6.95 new_esEs26(x0, x1, app(app(ty_Either, x2), x3)) 17.52/6.95 new_esEs27(x0, x1, app(ty_[], x2)) 17.52/6.95 new_esEs24(x0, x1, ty_Integer) 17.52/6.95 new_ltEs15(x0, x1) 17.52/6.95 new_esEs17(EQ, GT) 17.52/6.95 new_esEs17(GT, EQ) 17.52/6.95 new_esEs22(x0, x1, ty_Float) 17.52/6.95 new_lt11(x0, x1, ty_Double) 17.52/6.95 new_compare112(x0, x1, True) 17.52/6.95 new_primEqInt(Pos(Zero), Neg(Zero)) 17.52/6.95 new_primEqInt(Neg(Zero), Pos(Zero)) 17.52/6.95 new_primMulInt(Pos(x0), Pos(x1)) 17.52/6.95 new_ltEs7(Just(x0), Just(x1), app(ty_Maybe, x2)) 17.52/6.95 new_esEs7(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 17.52/6.95 new_primCmpInt(Pos(Zero), Pos(Succ(x0))) 17.52/6.95 new_ltEs19(x0, x1, ty_@0) 17.52/6.95 new_esEs4(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 17.52/6.95 new_lt5(x0, x1) 17.52/6.95 new_ltEs18(x0, x1, ty_Ordering) 17.52/6.95 new_esEs22(x0, x1, app(ty_Ratio, x2)) 17.52/6.95 new_esEs23(x0, x1, app(ty_[], x2)) 17.52/6.95 new_compare210(x0, x1, True, x2, x3) 17.52/6.95 new_compare17(x0, x1, ty_Bool) 17.52/6.95 new_esEs27(x0, x1, ty_Integer) 17.52/6.95 new_lt19(x0, x1, ty_Float) 17.52/6.95 new_compare17(x0, x1, ty_Double) 17.52/6.95 new_compare110(x0, x1, True, x2, x3) 17.52/6.95 new_esEs21(x0, x1, app(app(ty_Either, x2), x3)) 17.52/6.95 new_compare15(@0, @0) 17.52/6.95 new_primCmpInt(Pos(Succ(x0)), Pos(x1)) 17.52/6.95 new_esEs26(x0, x1, app(ty_Ratio, x2)) 17.52/6.95 new_esEs4(Just(x0), Just(x1), ty_Double) 17.52/6.95 new_esEs25(x0, x1, ty_Int) 17.52/6.95 new_lt20(x0, x1, app(ty_[], x2)) 17.52/6.95 new_primCompAux00(x0, LT) 17.52/6.95 new_esEs17(LT, GT) 17.52/6.95 new_esEs17(GT, LT) 17.52/6.95 new_esEs21(x0, x1, app(app(ty_@2, x2), x3)) 17.52/6.95 new_esEs21(x0, x1, app(ty_Ratio, x2)) 17.52/6.95 new_ltEs5(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 17.52/6.95 new_ltEs12(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 17.52/6.95 new_primCmpNat0(Zero, Succ(x0)) 17.52/6.95 new_compare(:(x0, x1), :(x2, x3), x4) 17.52/6.95 new_ltEs18(x0, x1, ty_@0) 17.52/6.95 new_esEs7(Right(x0), Right(x1), x2, ty_Double) 17.52/6.95 new_esEs20(x0, x1, app(ty_Maybe, x2)) 17.52/6.95 new_esEs26(x0, x1, ty_Char) 17.52/6.95 new_primCmpInt(Pos(Zero), Neg(Succ(x0))) 17.52/6.95 new_primCmpInt(Neg(Zero), Pos(Succ(x0))) 17.52/6.95 new_ltEs7(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 17.52/6.95 new_esEs11(x0, x1, ty_Float) 17.52/6.95 new_primCmpInt(Neg(Zero), Neg(Succ(x0))) 17.52/6.95 new_ltEs7(Nothing, Nothing, x0) 17.52/6.95 new_esEs11(x0, x1, ty_Ordering) 17.52/6.95 new_compare11(x0, x1, True, x2) 17.52/6.95 new_lt19(x0, x1, app(app(ty_Either, x2), x3)) 17.52/6.95 new_esEs4(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 17.52/6.95 new_lt11(x0, x1, ty_Ordering) 17.52/6.95 new_esEs21(x0, x1, app(ty_[], x2)) 17.52/6.95 new_ltEs5(Right(x0), Right(x1), x2, ty_Integer) 17.52/6.95 new_esEs21(x0, x1, ty_@0) 17.52/6.95 new_ltEs19(x0, x1, app(ty_Maybe, x2)) 17.52/6.95 new_esEs22(x0, x1, ty_Bool) 17.52/6.95 new_esEs27(x0, x1, ty_Double) 17.52/6.95 new_lt20(x0, x1, app(ty_Ratio, x2)) 17.52/6.95 new_esEs20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.52/6.95 new_esEs23(x0, x1, app(app(ty_@2, x2), x3)) 17.52/6.95 new_esEs26(x0, x1, ty_Int) 17.52/6.95 new_esEs7(Left(x0), Right(x1), x2, x3) 17.52/6.95 new_esEs7(Right(x0), Left(x1), x2, x3) 17.52/6.95 new_ltEs7(Just(x0), Just(x1), ty_Double) 17.52/6.95 new_primPlusNat0(Zero, x0) 17.52/6.95 new_ltEs5(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 17.52/6.95 new_lt19(x0, x1, ty_Double) 17.52/6.95 new_ltEs5(Right(x0), Right(x1), x2, ty_@0) 17.52/6.95 new_compare16(x0, x1, x2) 17.52/6.95 new_esEs16(Integer(x0), Integer(x1)) 17.52/6.95 new_ltEs7(Nothing, Just(x0), x1) 17.52/6.95 new_lt19(x0, x1, app(ty_Ratio, x2)) 17.52/6.95 new_ltEs19(x0, x1, ty_Bool) 17.52/6.95 new_ltEs14(x0, x1) 17.52/6.95 new_asAs(False, x0) 17.52/6.95 new_esEs22(x0, x1, ty_Char) 17.52/6.95 new_ltEs10(x0, x1, x2) 17.52/6.95 new_ltEs5(Left(x0), Left(x1), ty_Double, x2) 17.52/6.95 new_lt20(x0, x1, ty_Integer) 17.52/6.95 new_pePe(False, x0, x1, x2, x3) 17.52/6.95 new_primCmpInt(Neg(Zero), Neg(Zero)) 17.52/6.95 new_lt11(x0, x1, app(ty_Ratio, x2)) 17.52/6.95 new_compare113(x0, x1, True, x2, x3, x4) 17.52/6.95 new_sr(x0, x1) 17.52/6.95 new_esEs4(Just(x0), Nothing, x1) 17.52/6.95 new_ltEs17(@2(x0, x1), @2(x2, x3), x4, x5) 17.52/6.95 new_esEs26(x0, x1, ty_Float) 17.52/6.95 new_compare17(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.52/6.95 new_ltEs6(LT, GT) 17.52/6.95 new_esEs22(x0, x1, ty_Integer) 17.52/6.95 new_ltEs6(GT, LT) 17.52/6.95 new_primMulNat0(Succ(x0), Succ(x1)) 17.52/6.95 new_compare24(x0, x1, True, x2) 17.52/6.95 new_primCmpInt(Pos(Zero), Neg(Zero)) 17.52/6.95 new_primCmpInt(Neg(Zero), Pos(Zero)) 17.52/6.95 new_compare210(x0, x1, False, x2, x3) 17.52/6.95 new_ltEs13(x0, x1) 17.52/6.95 new_ltEs5(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 17.52/6.95 new_compare26(x0, x1, True) 17.52/6.95 new_ltEs6(EQ, GT) 17.52/6.95 new_ltEs6(GT, EQ) 17.52/6.95 new_compare19(x0, x1, x2, x3) 17.52/6.95 new_esEs27(x0, x1, app(app(ty_@2, x2), x3)) 17.52/6.95 new_esEs7(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 17.52/6.95 new_esEs20(x0, x1, ty_Int) 17.52/6.95 new_primCmpNat0(Succ(x0), Succ(x1)) 17.52/6.95 new_compare17(x0, x1, app(app(ty_@2, x2), x3)) 17.52/6.95 new_ltEs8(True, False) 17.52/6.95 new_ltEs8(False, True) 17.52/6.95 new_esEs22(x0, x1, ty_Ordering) 17.52/6.95 new_lt20(x0, x1, app(app(ty_Either, x2), x3)) 17.52/6.95 new_lt11(x0, x1, app(app(ty_Either, x2), x3)) 17.52/6.95 new_esEs22(x0, x1, app(ty_Maybe, x2)) 17.52/6.95 new_esEs5(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 17.52/6.95 new_esEs4(Just(x0), Just(x1), ty_Ordering) 17.52/6.95 new_esEs27(x0, x1, ty_@0) 17.52/6.95 new_ltEs5(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 17.52/6.95 new_ltEs7(Just(x0), Just(x1), app(ty_[], x2)) 17.52/6.95 new_ltEs7(Just(x0), Just(x1), app(ty_Ratio, x2)) 17.52/6.95 new_esEs8(EQ) 17.52/6.95 new_compare6(x0, x1) 17.52/6.95 new_ltEs7(Just(x0), Just(x1), ty_@0) 17.52/6.95 new_esEs20(x0, x1, ty_Char) 17.52/6.95 new_esEs22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.52/6.95 new_esEs4(Just(x0), Just(x1), app(ty_Maybe, x2)) 17.52/6.95 new_lt20(x0, x1, ty_Char) 17.52/6.95 new_primPlusNat1(Zero, Succ(x0)) 17.52/6.95 new_esEs11(x0, x1, ty_Int) 17.52/6.95 new_lt19(x0, x1, app(ty_Maybe, x2)) 17.52/6.95 new_compare7(Float(x0, Pos(x1)), Float(x2, Neg(x3))) 17.52/6.95 new_compare7(Float(x0, Neg(x1)), Float(x2, Pos(x3))) 17.52/6.95 new_lt20(x0, x1, ty_Bool) 17.52/6.95 new_esEs9(True, True) 17.52/6.95 new_compare17(x0, x1, app(ty_Maybe, x2)) 17.52/6.95 new_ltEs19(x0, x1, app(app(ty_@2, x2), x3)) 17.52/6.95 new_ltEs18(x0, x1, app(app(ty_@2, x2), x3)) 17.52/6.95 new_esEs26(x0, x1, app(ty_Maybe, x2)) 17.52/6.95 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 17.52/6.95 new_esEs21(x0, x1, ty_Double) 17.52/6.95 new_esEs7(Right(x0), Right(x1), x2, ty_@0) 17.52/6.95 new_esEs20(x0, x1, ty_Bool) 17.52/6.95 new_esEs11(x0, x1, ty_Char) 17.52/6.95 new_ltEs19(x0, x1, ty_Integer) 17.52/6.95 new_lt16(x0, x1) 17.52/6.95 new_ltEs18(x0, x1, app(ty_Maybe, x2)) 17.52/6.95 new_ltEs5(Left(x0), Right(x1), x2, x3) 17.52/6.95 new_ltEs5(Right(x0), Left(x1), x2, x3) 17.52/6.95 new_esEs14(Float(x0, x1), Float(x2, x3)) 17.52/6.95 new_esEs11(x0, x1, app(ty_Ratio, x2)) 17.52/6.95 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 17.52/6.95 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 17.52/6.95 new_esEs12(x0, x1) 17.52/6.95 new_ltEs5(Right(x0), Right(x1), x2, ty_Ordering) 17.52/6.95 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 17.52/6.95 new_compare14(Char(x0), Char(x1)) 17.52/6.95 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 17.52/6.95 new_compare5(Double(x0, Neg(x1)), Double(x2, Neg(x3))) 17.52/6.95 new_esEs4(Just(x0), Just(x1), ty_Integer) 17.52/6.95 new_esEs21(x0, x1, ty_Int) 17.52/6.95 new_compare5(Double(x0, Pos(x1)), Double(x2, Neg(x3))) 17.52/6.95 new_compare5(Double(x0, Neg(x1)), Double(x2, Pos(x3))) 17.52/6.95 new_primMulNat0(Zero, Succ(x0)) 17.52/6.95 new_lt18(x0, x1, x2, x3) 17.52/6.95 new_primMulNat0(Zero, Zero) 17.52/6.95 new_ltEs5(Left(x0), Left(x1), ty_Bool, x2) 17.52/6.95 new_compare7(Float(x0, Neg(x1)), Float(x2, Neg(x3))) 17.52/6.95 new_lt19(x0, x1, ty_@0) 17.52/6.95 new_not(LT) 17.52/6.95 new_esEs7(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 17.52/6.95 new_ltEs5(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 17.52/6.95 new_compare17(x0, x1, app(ty_Ratio, x2)) 17.52/6.95 new_esEs21(x0, x1, ty_Ordering) 17.52/6.95 new_ltEs5(Right(x0), Right(x1), x2, ty_Double) 17.52/6.95 new_lt8(x0, x1) 17.52/6.95 new_compare17(x0, x1, app(ty_[], x2)) 17.52/6.95 new_ltEs5(Left(x0), Left(x1), ty_@0, x2) 17.52/6.95 new_lt11(x0, x1, app(app(ty_@2, x2), x3)) 17.52/6.95 new_ltEs6(EQ, EQ) 17.52/6.95 new_primCompAux00(x0, EQ) 17.52/6.95 new_ltEs7(Just(x0), Just(x1), ty_Bool) 17.52/6.95 new_compare111(x0, x1, True) 17.52/6.95 new_lt11(x0, x1, app(ty_Maybe, x2)) 17.52/6.95 new_esEs23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.52/6.95 new_lt19(x0, x1, ty_Bool) 17.52/6.95 new_ltEs7(Just(x0), Just(x1), ty_Char) 17.52/6.95 new_lt12(x0, x1) 17.52/6.95 new_esEs4(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 17.52/6.95 new_ltEs7(Just(x0), Nothing, x1) 17.52/6.95 new_ltEs4(x0, x1) 17.52/6.95 new_esEs4(Nothing, Just(x0), x1) 17.52/6.95 new_compare28(x0, x1, True, x2, x3, x4) 17.52/6.95 new_ltEs5(Right(x0), Right(x1), x2, ty_Int) 17.52/6.95 new_compare(:(x0, x1), [], x2) 17.52/6.95 new_lt11(x0, x1, ty_Integer) 17.52/6.95 new_compare17(x0, x1, ty_Float) 17.52/6.95 new_lt19(x0, x1, ty_Char) 17.52/6.95 new_compare7(Float(x0, Pos(x1)), Float(x2, Pos(x3))) 17.52/6.95 new_lt10(x0, x1, x2, x3) 17.52/6.95 new_lt4(x0, x1) 17.52/6.95 new_esEs7(Right(x0), Right(x1), x2, ty_Bool) 17.52/6.95 new_esEs7(Left(x0), Left(x1), ty_Double, x2) 17.52/6.95 new_compare29(x0, x1, False, x2, x3) 17.52/6.95 new_ltEs5(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 17.52/6.95 new_esEs22(x0, x1, ty_Double) 17.52/6.95 new_lt20(x0, x1, ty_Float) 17.52/6.95 new_compare110(x0, x1, False, x2, x3) 17.52/6.95 new_esEs13(Char(x0), Char(x1)) 17.52/6.95 new_primPlusNat1(Succ(x0), Zero) 17.52/6.95 new_ltEs9(x0, x1, x2) 17.52/6.95 new_ltEs18(x0, x1, ty_Integer) 17.52/6.95 new_esEs7(Right(x0), Right(x1), x2, ty_Integer) 17.52/6.95 new_compare113(x0, x1, False, x2, x3, x4) 17.52/6.95 new_ltEs19(x0, x1, app(app(ty_Either, x2), x3)) 17.52/6.95 new_esEs7(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 17.52/6.95 new_lt20(x0, x1, app(ty_Maybe, x2)) 17.52/6.95 new_ltEs19(x0, x1, app(ty_[], x2)) 17.52/6.95 new_esEs20(x0, x1, ty_Ordering) 17.52/6.95 new_esEs11(x0, x1, app(ty_Maybe, x2)) 17.52/6.95 new_ltEs5(Left(x0), Left(x1), app(ty_[], x2), x3) 17.52/6.95 new_esEs22(x0, x1, ty_Int) 17.52/6.95 new_esEs26(x0, x1, app(app(ty_@2, x2), x3)) 17.52/6.95 new_esEs17(LT, EQ) 17.52/6.95 new_esEs17(EQ, LT) 17.52/6.95 new_ltEs5(Right(x0), Right(x1), x2, ty_Char) 17.52/6.95 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 17.52/6.95 new_esEs20(x0, x1, app(ty_Ratio, x2)) 17.52/6.95 new_esEs7(Right(x0), Right(x1), x2, app(ty_[], x3)) 17.52/6.95 new_esEs4(Just(x0), Just(x1), app(ty_Ratio, x2)) 17.52/6.95 new_esEs11(x0, x1, app(app(ty_@2, x2), x3)) 17.52/6.95 new_lt19(x0, x1, ty_Int) 17.52/6.95 new_esEs17(GT, GT) 17.52/6.95 new_esEs21(x0, x1, app(ty_Maybe, x2)) 17.52/6.95 new_esEs26(x0, x1, ty_Double) 17.52/6.95 new_esEs4(Just(x0), Just(x1), ty_@0) 17.52/6.95 new_lt11(x0, x1, ty_@0) 17.52/6.95 new_compare24(x0, x1, False, x2) 17.52/6.95 new_ltEs18(x0, x1, app(ty_Ratio, x2)) 17.52/6.95 new_lt11(x0, x1, ty_Char) 17.52/6.95 new_esEs10(:(x0, x1), :(x2, x3), x4) 17.52/6.95 new_esEs4(Just(x0), Just(x1), ty_Bool) 17.52/6.95 new_esEs22(x0, x1, app(app(ty_Either, x2), x3)) 17.52/6.95 new_esEs7(Right(x0), Right(x1), x2, ty_Ordering) 17.52/6.95 new_lt11(x0, x1, ty_Bool) 17.52/6.95 new_ltEs5(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 17.52/6.95 new_ltEs7(Just(x0), Just(x1), ty_Ordering) 17.52/6.95 new_esEs7(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 17.52/6.95 new_esEs17(EQ, EQ) 17.52/6.95 new_esEs15(:%(x0, x1), :%(x2, x3), x4) 17.52/6.95 new_esEs4(Just(x0), Just(x1), ty_Char) 17.52/6.95 new_esEs23(x0, x1, ty_Double) 17.52/6.95 new_ltEs5(Left(x0), Left(x1), ty_Float, x2) 17.52/6.95 new_primEqNat0(Succ(x0), Succ(x1)) 17.52/6.95 new_esEs23(x0, x1, ty_Int) 17.52/6.95 new_esEs27(x0, x1, ty_Ordering) 17.52/6.95 new_primCmpNat0(Succ(x0), Zero) 17.52/6.95 new_lt9(x0, x1, x2) 17.52/6.95 new_compare25(x0, x1, x2, x3) 17.52/6.95 new_esEs6(@2(x0, x1), @2(x2, x3), x4, x5) 17.52/6.95 new_compare28(x0, x1, False, x2, x3, x4) 17.52/6.95 new_primCmpInt(Pos(Zero), Pos(Zero)) 17.52/6.95 new_ltEs19(x0, x1, ty_Float) 17.52/6.95 new_ltEs7(Just(x0), Just(x1), ty_Integer) 17.52/6.95 new_esEs7(Left(x0), Left(x1), app(ty_[], x2), x3) 17.52/6.95 new_ltEs6(LT, EQ) 17.52/6.95 new_ltEs6(EQ, LT) 17.52/6.95 new_lt20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.52/6.95 new_ltEs5(Right(x0), Right(x1), x2, ty_Bool) 17.52/6.95 new_ltEs6(GT, GT) 17.52/6.95 new_lt11(x0, x1, ty_Int) 17.52/6.95 new_esEs23(x0, x1, ty_Char) 17.52/6.95 new_esEs4(Just(x0), Just(x1), ty_Int) 17.52/6.95 new_esEs7(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 17.52/6.95 new_esEs21(x0, x1, ty_Bool) 17.52/6.95 new_ltEs5(Left(x0), Left(x1), ty_Int, x2) 17.52/6.95 new_lt14(x0, x1, x2, x3, x4) 17.52/6.95 new_lt20(x0, x1, app(app(ty_@2, x2), x3)) 17.52/6.95 new_esEs20(x0, x1, app(app(ty_@2, x2), x3)) 17.52/6.95 new_esEs27(x0, x1, ty_Int) 17.52/6.95 new_compare12(:%(x0, x1), :%(x2, x3), ty_Int) 17.52/6.95 new_esEs22(x0, x1, ty_@0) 17.52/6.95 new_sr0(Integer(x0), Integer(x1)) 17.52/6.95 new_esEs27(x0, x1, app(ty_Ratio, x2)) 17.52/6.95 new_esEs27(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.52/6.95 new_compare10(x0, x1, True, x2, x3) 17.52/6.95 new_esEs20(x0, x1, app(ty_[], x2)) 17.52/6.95 new_ltEs5(Left(x0), Left(x1), ty_Ordering, x2) 17.52/6.95 new_compare112(x0, x1, False) 17.52/6.95 new_esEs27(x0, x1, ty_Char) 17.52/6.95 new_lt11(x0, x1, app(ty_[], x2)) 17.52/6.95 new_primEqNat0(Zero, Succ(x0)) 17.52/6.95 new_primCompAux0(x0, x1, x2, x3) 17.52/6.95 new_lt19(x0, x1, app(app(ty_@2, x2), x3)) 17.52/6.95 new_esEs26(x0, x1, app(ty_[], x2)) 17.52/6.95 new_not(EQ) 17.52/6.95 new_esEs23(x0, x1, app(ty_Maybe, x2)) 17.52/6.95 new_esEs22(x0, x1, app(ty_[], x2)) 17.52/6.95 new_esEs21(x0, x1, ty_Integer) 17.52/6.95 new_esEs4(Just(x0), Just(x1), ty_Float) 17.52/6.95 new_esEs8(GT) 17.52/6.95 new_primMulInt(Pos(x0), Neg(x1)) 17.52/6.95 new_primMulInt(Neg(x0), Pos(x1)) 17.52/6.95 new_ltEs7(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 17.52/6.95 new_lt19(x0, x1, app(ty_[], x2)) 17.52/6.95 new_lt11(x0, x1, ty_Float) 17.52/6.95 new_lt20(x0, x1, ty_@0) 17.52/6.95 new_esEs20(x0, x1, ty_@0) 17.52/6.95 new_esEs7(Left(x0), Left(x1), ty_Int, x2) 17.52/6.95 new_esEs9(False, True) 17.52/6.95 new_esEs9(True, False) 17.52/6.95 new_esEs11(x0, x1, app(app(ty_Either, x2), x3)) 17.52/6.95 new_lt11(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.52/6.95 new_compare17(x0, x1, ty_Integer) 17.52/6.95 new_compare([], [], x0) 17.52/6.95 new_esEs18(@0, @0) 17.52/6.95 new_esEs4(Nothing, Nothing, x0) 17.52/6.95 new_ltEs5(Left(x0), Left(x1), ty_Char, x2) 17.52/6.95 new_esEs21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.52/6.95 new_ltEs18(x0, x1, ty_Bool) 17.52/6.95 new_compare8(x0, x1) 17.52/6.95 new_esEs7(Left(x0), Left(x1), ty_Char, x2) 17.52/6.95 new_esEs26(x0, x1, ty_@0) 17.52/6.95 new_esEs10([], [], x0) 17.52/6.95 new_esEs26(x0, x1, ty_Ordering) 17.52/6.95 new_esEs7(Left(x0), Left(x1), ty_Bool, x2) 17.52/6.95 new_lt19(x0, x1, ty_Integer) 17.52/6.95 new_primEqNat0(Zero, Zero) 17.52/6.95 new_primCmpInt(Neg(Succ(x0)), Pos(x1)) 17.52/6.95 new_primCmpInt(Pos(Succ(x0)), Neg(x1)) 17.52/6.95 new_compare26(x0, x1, False) 17.52/6.95 new_esEs11(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.52/6.95 new_esEs7(Left(x0), Left(x1), ty_Ordering, x2) 17.52/6.95 new_ltEs18(x0, x1, ty_Int) 17.52/6.95 new_esEs23(x0, x1, app(ty_Ratio, x2)) 17.52/6.95 new_pePe(True, x0, x1, x2, x3) 17.52/6.95 new_esEs17(LT, LT) 17.52/6.95 new_esEs7(Right(x0), Right(x1), x2, ty_Int) 17.52/6.95 new_ltEs18(x0, x1, ty_Char) 17.52/6.95 new_esEs20(x0, x1, ty_Double) 17.52/6.95 new_esEs19(Double(x0, x1), Double(x2, x3)) 17.52/6.95 new_compare17(x0, x1, ty_Ordering) 17.52/6.95 new_esEs26(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.52/6.95 new_primCmpInt(Neg(Succ(x0)), Neg(x1)) 17.52/6.95 new_primMulNat0(Succ(x0), Zero) 17.52/6.95 new_ltEs8(True, True) 17.52/6.95 new_esEs23(x0, x1, app(app(ty_Either, x2), x3)) 17.52/6.95 new_ltEs7(Just(x0), Just(x1), ty_Int) 17.52/6.95 new_esEs7(Right(x0), Right(x1), x2, ty_Char) 17.52/6.95 new_compare27(x0, x1, False) 17.52/6.95 new_esEs7(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 17.52/6.95 new_ltEs7(Just(x0), Just(x1), ty_Float) 17.52/6.95 new_esEs7(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 17.52/6.95 new_lt6(x0, x1) 17.52/6.95 new_compare9(x0, x1) 17.52/6.95 new_lt19(x0, x1, ty_Ordering) 17.52/6.95 new_compare29(x0, x1, True, x2, x3) 17.52/6.95 new_esEs21(x0, x1, ty_Char) 17.52/6.95 new_ltEs5(Left(x0), Left(x1), ty_Integer, x2) 17.52/6.95 new_compare111(x0, x1, False) 17.52/6.95 new_ltEs18(x0, x1, app(app(ty_Either, x2), x3)) 17.52/6.95 new_esEs7(Left(x0), Left(x1), ty_Integer, x2) 17.52/6.95 new_compare5(Double(x0, Pos(x1)), Double(x2, Pos(x3))) 17.52/6.95 new_esEs7(Right(x0), Right(x1), x2, ty_Float) 17.52/6.95 new_esEs23(x0, x1, ty_Ordering) 17.52/6.95 new_lt20(x0, x1, ty_Double) 17.52/6.95 new_ltEs18(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.52/6.95 new_primCompAux00(x0, GT) 17.52/6.95 new_esEs24(x0, x1, ty_Int) 17.52/6.95 new_esEs27(x0, x1, ty_Float) 17.52/6.95 new_ltEs18(x0, x1, ty_Float) 17.52/6.95 new_ltEs16(x0, x1) 17.52/6.95 new_esEs11(x0, x1, ty_Double) 17.52/6.95 new_primCmpNat0(Zero, Zero) 17.52/6.95 new_asAs(True, x0) 17.52/6.95 new_ltEs5(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 17.52/6.95 new_primMulInt(Neg(x0), Neg(x1)) 17.52/6.95 17.52/6.95 We have to consider all minimal (P,Q,R)-chains. 17.52/6.95 ---------------------------------------- 17.52/6.95 17.52/6.95 (25) QDPSizeChangeProof (EQUIVALENT) 17.52/6.95 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 17.52/6.95 17.52/6.95 From the DPs we obtained the following set of size-change graphs: 17.52/6.95 *new_compare0(:(vwx300, vwx301), :(vwx400, vwx401), ca) -> new_primCompAux(vwx300, vwx400, new_compare(vwx301, vwx401, ca), ca) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 17.52/6.95 17.52/6.95 17.52/6.95 *new_compare0(:(vwx300, vwx301), :(vwx400, vwx401), ca) -> new_compare0(vwx301, vwx401, ca) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 17.52/6.95 17.52/6.95 17.52/6.95 *new_ltEs0(:(vwx300, vwx301), :(vwx400, vwx401), ca) -> new_primCompAux(vwx300, vwx400, new_compare(vwx301, vwx401, ca), ca) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 17.52/6.95 17.52/6.95 17.52/6.95 *new_compare20(vwx300, vwx400, False, dd) -> new_ltEs(vwx300, vwx400, dd) 17.52/6.95 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3 17.52/6.95 17.52/6.95 17.52/6.95 *new_ltEs(Just(vwx300), Just(vwx400), app(app(app(ty_@3, bb), bc), bd)) -> new_ltEs1(vwx300, vwx400, bb, bc, bd) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 17.52/6.95 17.52/6.95 17.52/6.95 *new_ltEs(Just(vwx300), Just(vwx400), app(app(ty_Either, bg), bh)) -> new_ltEs3(vwx300, vwx400, bg, bh) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.52/6.95 17.52/6.95 17.52/6.95 *new_compare22(vwx300, vwx400, False, ec, ed) -> new_ltEs2(vwx300, vwx400, ec, ed) 17.52/6.95 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4 17.52/6.95 17.52/6.95 17.52/6.95 *new_primCompAux(vwx300, vwx400, vwx48, app(app(ty_@2, cg), da)) -> new_compare3(vwx300, vwx400, cg, da) 17.52/6.95 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 17.52/6.95 17.52/6.95 17.52/6.95 *new_compare1(vwx300, vwx400, dd) -> new_compare20(vwx300, vwx400, new_esEs4(vwx300, vwx400, dd), dd) 17.52/6.95 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4 17.52/6.95 17.52/6.95 17.52/6.95 *new_ltEs(Just(vwx300), Just(vwx400), app(app(ty_@2, be), bf)) -> new_ltEs2(vwx300, vwx400, be, bf) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.52/6.95 17.52/6.95 17.52/6.95 *new_lt1(vwx300, vwx400, de, df, dg) -> new_compare21(vwx300, vwx400, new_esEs5(vwx300, vwx400, de, df, dg), de, df, dg) 17.52/6.95 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5, 5 >= 6 17.52/6.95 17.52/6.95 17.52/6.95 *new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), eg, dh, app(app(app(ty_@3, gd), ge), gf)) -> new_ltEs1(vwx302, vwx402, gd, ge, gf) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 17.52/6.95 17.52/6.95 17.52/6.95 *new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), eg, dh, app(app(ty_Either, ha), hb)) -> new_ltEs3(vwx302, vwx402, ha, hb) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 17.52/6.95 17.52/6.95 17.52/6.95 *new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), eg, dh, app(app(ty_@2, gg), gh)) -> new_ltEs2(vwx302, vwx402, gg, gh) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 17.52/6.95 17.52/6.95 17.52/6.95 *new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), bae, app(app(ty_@2, bbc), bbd)) -> new_ltEs2(vwx301, vwx401, bbc, bbd) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 17.52/6.95 17.52/6.95 17.52/6.95 *new_ltEs0(:(vwx300, vwx301), :(vwx400, vwx401), ca) -> new_compare0(vwx301, vwx401, ca) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 17.52/6.95 17.52/6.95 17.52/6.95 *new_lt2(vwx300, vwx400, ec, ed) -> new_compare22(vwx300, vwx400, new_esEs6(vwx300, vwx400, ec, ed), ec, ed) 17.52/6.95 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 17.52/6.95 17.52/6.95 17.52/6.95 *new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_Maybe, dd), dh, ea) -> new_compare20(vwx300, vwx400, new_esEs4(vwx300, vwx400, dd), dd) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4 17.52/6.95 17.52/6.95 17.52/6.95 *new_lt(vwx300, vwx400, dd) -> new_compare20(vwx300, vwx400, new_esEs4(vwx300, vwx400, dd), dd) 17.52/6.95 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4 17.52/6.95 17.52/6.95 17.52/6.95 *new_compare4(vwx300, vwx400, ee, ef) -> new_compare23(vwx300, vwx400, new_esEs7(vwx300, vwx400, ee, ef), ee, ef) 17.52/6.95 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 17.52/6.95 17.52/6.95 17.52/6.95 *new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(app(ty_@3, de), df), dg), dh, ea) -> new_compare21(vwx300, vwx400, new_esEs5(vwx300, vwx400, de, df, dg), de, df, dg) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4, 3 > 5, 3 > 6 17.52/6.95 17.52/6.95 17.52/6.95 *new_compare2(vwx300, vwx400, de, df, dg) -> new_compare21(vwx300, vwx400, new_esEs5(vwx300, vwx400, de, df, dg), de, df, dg) 17.52/6.95 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5, 5 >= 6 17.52/6.95 17.52/6.95 17.52/6.95 *new_lt0(vwx300, vwx400, eb) -> new_compare0(vwx300, vwx400, eb) 17.52/6.95 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3 17.52/6.95 17.52/6.95 17.52/6.95 *new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), bae, app(app(app(ty_@3, bah), bba), bbb)) -> new_ltEs1(vwx301, vwx401, bah, bba, bbb) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 17.52/6.95 17.52/6.95 17.52/6.95 *new_compare21(vwx300, vwx400, False, de, df, dg) -> new_ltEs1(vwx300, vwx400, de, df, dg) 17.52/6.95 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4, 6 >= 5 17.52/6.95 17.52/6.95 17.52/6.95 *new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), bae, app(app(ty_Either, bbe), bbf)) -> new_ltEs3(vwx301, vwx401, bbe, bbf) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 17.52/6.95 17.52/6.95 17.52/6.95 *new_compare23(vwx300, vwx400, False, ee, ef) -> new_ltEs3(vwx300, vwx400, ee, ef) 17.52/6.95 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4 17.52/6.95 17.52/6.95 17.52/6.95 *new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_@2, ec), ed), dh, ea) -> new_compare22(vwx300, vwx400, new_esEs6(vwx300, vwx400, ec, ed), ec, ed) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4, 3 > 5 17.52/6.95 17.52/6.95 17.52/6.95 *new_compare3(vwx300, vwx400, ec, ed) -> new_compare22(vwx300, vwx400, new_esEs6(vwx300, vwx400, ec, ed), ec, ed) 17.52/6.95 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 17.52/6.95 17.52/6.95 17.52/6.95 *new_ltEs(Just(vwx300), Just(vwx400), app(ty_Maybe, h)) -> new_ltEs(vwx300, vwx400, h) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.52/6.95 17.52/6.95 17.52/6.95 *new_ltEs(Just(vwx300), Just(vwx400), app(ty_[], ba)) -> new_ltEs0(vwx300, vwx400, ba) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.52/6.95 17.52/6.95 17.52/6.95 *new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), eg, dh, app(ty_Maybe, gb)) -> new_ltEs(vwx302, vwx402, gb) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 17.52/6.95 17.52/6.95 17.52/6.95 *new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), bae, app(ty_Maybe, baf)) -> new_ltEs(vwx301, vwx401, baf) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 17.52/6.95 17.52/6.95 17.52/6.95 *new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), eg, app(ty_[], fa), ea) -> new_lt0(vwx301, vwx401, fa) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 17.52/6.95 17.52/6.95 17.52/6.95 *new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_[], he), hd) -> new_lt0(vwx300, vwx400, he) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.52/6.95 17.52/6.95 17.52/6.95 *new_primCompAux(vwx300, vwx400, vwx48, app(ty_Maybe, cb)) -> new_compare1(vwx300, vwx400, cb) 17.52/6.95 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 17.52/6.95 17.52/6.95 17.52/6.95 *new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), eg, dh, app(ty_[], gc)) -> new_ltEs0(vwx302, vwx402, gc) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 17.52/6.95 17.52/6.95 17.52/6.95 *new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), bae, app(ty_[], bag)) -> new_ltEs0(vwx301, vwx401, bag) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 17.52/6.95 17.52/6.95 17.52/6.95 *new_primCompAux(vwx300, vwx400, vwx48, app(app(app(ty_@3, cd), ce), cf)) -> new_compare2(vwx300, vwx400, cd, ce, cf) 17.52/6.95 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4, 4 > 5 17.52/6.95 17.52/6.95 17.52/6.95 *new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), eg, app(app(app(ty_@3, fb), fc), fd), ea) -> new_lt1(vwx301, vwx401, fb, fc, fd) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 17.52/6.95 17.52/6.95 17.52/6.95 *new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(app(ty_@3, hf), hg), hh), hd) -> new_lt1(vwx300, vwx400, hf, hg, hh) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 17.52/6.95 17.52/6.95 17.52/6.95 *new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_[], eb), dh, ea) -> new_compare0(vwx300, vwx400, eb) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.52/6.95 17.52/6.95 17.52/6.95 *new_primCompAux(vwx300, vwx400, vwx48, app(ty_[], cc)) -> new_compare0(vwx300, vwx400, cc) 17.52/6.95 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 17.52/6.95 17.52/6.95 17.52/6.95 *new_primCompAux(vwx300, vwx400, vwx48, app(app(ty_Either, db), dc)) -> new_compare4(vwx300, vwx400, db, dc) 17.52/6.95 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 17.52/6.95 17.52/6.95 17.52/6.95 *new_lt3(vwx300, vwx400, ee, ef) -> new_compare23(vwx300, vwx400, new_esEs7(vwx300, vwx400, ee, ef), ee, ef) 17.52/6.95 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 17.52/6.95 17.52/6.95 17.52/6.95 *new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_Either, ee), ef), dh, ea) -> new_compare23(vwx300, vwx400, new_esEs7(vwx300, vwx400, ee, ef), ee, ef) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4, 3 > 5 17.52/6.95 17.52/6.95 17.52/6.95 *new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), eg, app(app(ty_@2, ff), fg), ea) -> new_lt2(vwx301, vwx401, ff, fg) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 17.52/6.95 17.52/6.95 17.52/6.95 *new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_@2, baa), bab), hd) -> new_lt2(vwx300, vwx400, baa, bab) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.52/6.95 17.52/6.95 17.52/6.95 *new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), eg, app(app(ty_Either, fh), ga), ea) -> new_lt3(vwx301, vwx401, fh, ga) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 17.52/6.95 17.52/6.95 17.52/6.95 *new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), eg, app(ty_Maybe, eh), ea) -> new_lt(vwx301, vwx401, eh) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 17.52/6.95 17.52/6.95 17.52/6.95 *new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_Either, bac), bad), hd) -> new_lt3(vwx300, vwx400, bac, bad) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.52/6.95 17.52/6.95 17.52/6.95 *new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_Maybe, hc), hd) -> new_lt(vwx300, vwx400, hc) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.52/6.95 17.52/6.95 17.52/6.95 *new_ltEs3(Right(vwx300), Right(vwx400), bda, app(app(app(ty_@3, bdd), bde), bdf)) -> new_ltEs1(vwx300, vwx400, bdd, bde, bdf) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 17.52/6.95 17.52/6.95 17.52/6.95 *new_ltEs3(Left(vwx300), Left(vwx400), app(app(app(ty_@3, bcb), bcc), bcd), bbh) -> new_ltEs1(vwx300, vwx400, bcb, bcc, bcd) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 17.52/6.95 17.52/6.95 17.52/6.95 *new_ltEs3(Left(vwx300), Left(vwx400), app(app(ty_Either, bcg), bch), bbh) -> new_ltEs3(vwx300, vwx400, bcg, bch) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.52/6.95 17.52/6.95 17.52/6.95 *new_ltEs3(Right(vwx300), Right(vwx400), bda, app(app(ty_Either, bea), beb)) -> new_ltEs3(vwx300, vwx400, bea, beb) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 17.52/6.95 17.52/6.95 17.52/6.95 *new_ltEs3(Left(vwx300), Left(vwx400), app(app(ty_@2, bce), bcf), bbh) -> new_ltEs2(vwx300, vwx400, bce, bcf) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.52/6.95 17.52/6.95 17.52/6.95 *new_ltEs3(Right(vwx300), Right(vwx400), bda, app(app(ty_@2, bdg), bdh)) -> new_ltEs2(vwx300, vwx400, bdg, bdh) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 17.52/6.95 17.52/6.95 17.52/6.95 *new_ltEs3(Left(vwx300), Left(vwx400), app(ty_Maybe, bbg), bbh) -> new_ltEs(vwx300, vwx400, bbg) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.52/6.95 17.52/6.95 17.52/6.95 *new_ltEs3(Right(vwx300), Right(vwx400), bda, app(ty_Maybe, bdb)) -> new_ltEs(vwx300, vwx400, bdb) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 17.52/6.95 17.52/6.95 17.52/6.95 *new_ltEs3(Right(vwx300), Right(vwx400), bda, app(ty_[], bdc)) -> new_ltEs0(vwx300, vwx400, bdc) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 17.52/6.95 17.52/6.95 17.52/6.95 *new_ltEs3(Left(vwx300), Left(vwx400), app(ty_[], bca), bbh) -> new_ltEs0(vwx300, vwx400, bca) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.52/6.95 17.52/6.95 17.52/6.95 ---------------------------------------- 17.52/6.95 17.52/6.95 (26) 17.52/6.95 YES 17.52/6.95 17.52/6.95 ---------------------------------------- 17.52/6.95 17.52/6.95 (27) 17.52/6.95 Obligation: 17.52/6.95 Q DP problem: 17.52/6.95 The TRS P consists of the following rules: 17.52/6.95 17.52/6.95 new_primEqNat(Succ(vwx2100), Succ(vwx2200)) -> new_primEqNat(vwx2100, vwx2200) 17.52/6.95 17.52/6.95 R is empty. 17.52/6.95 Q is empty. 17.52/6.95 We have to consider all minimal (P,Q,R)-chains. 17.52/6.95 ---------------------------------------- 17.52/6.95 17.52/6.95 (28) QDPSizeChangeProof (EQUIVALENT) 17.52/6.95 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 17.52/6.95 17.52/6.95 From the DPs we obtained the following set of size-change graphs: 17.52/6.95 *new_primEqNat(Succ(vwx2100), Succ(vwx2200)) -> new_primEqNat(vwx2100, vwx2200) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2 17.52/6.95 17.52/6.95 17.52/6.95 ---------------------------------------- 17.52/6.95 17.52/6.95 (29) 17.52/6.95 YES 17.52/6.95 17.52/6.95 ---------------------------------------- 17.52/6.95 17.52/6.95 (30) 17.52/6.95 Obligation: 17.52/6.95 Q DP problem: 17.52/6.95 The TRS P consists of the following rules: 17.52/6.95 17.52/6.95 new_primPlusNat(Succ(vwx6600), Succ(vwx401000)) -> new_primPlusNat(vwx6600, vwx401000) 17.52/6.95 17.52/6.95 R is empty. 17.52/6.95 Q is empty. 17.52/6.95 We have to consider all minimal (P,Q,R)-chains. 17.52/6.95 ---------------------------------------- 17.52/6.95 17.52/6.95 (31) QDPSizeChangeProof (EQUIVALENT) 17.52/6.95 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 17.52/6.95 17.52/6.95 From the DPs we obtained the following set of size-change graphs: 17.52/6.95 *new_primPlusNat(Succ(vwx6600), Succ(vwx401000)) -> new_primPlusNat(vwx6600, vwx401000) 17.52/6.95 The graph contains the following edges 1 > 1, 2 > 2 17.52/6.95 17.52/6.95 17.52/6.95 ---------------------------------------- 17.52/6.95 17.52/6.95 (32) 17.52/6.95 YES 17.72/7.31 EOF