10.25/4.16 YES 11.83/4.64 proof of /export/starexec/sandbox/benchmark/theBenchmark.hs 11.83/4.64 # AProVE Commit ID: 48fb2092695e11cc9f56e44b17a92a5f88ffb256 marcel 20180622 unpublished dirty 11.83/4.64 11.83/4.64 11.83/4.64 H-Termination with start terms of the given HASKELL could be proven: 11.83/4.64 11.83/4.64 (0) HASKELL 11.83/4.64 (1) BR [EQUIVALENT, 0 ms] 11.83/4.64 (2) HASKELL 11.83/4.64 (3) COR [EQUIVALENT, 0 ms] 11.83/4.64 (4) HASKELL 11.83/4.64 (5) Narrow [SOUND, 0 ms] 11.83/4.64 (6) AND 11.83/4.64 (7) QDP 11.83/4.64 (8) QDPSizeChangeProof [EQUIVALENT, 34 ms] 11.83/4.64 (9) YES 11.83/4.64 (10) QDP 11.83/4.64 (11) DependencyGraphProof [EQUIVALENT, 0 ms] 11.83/4.64 (12) AND 11.83/4.64 (13) QDP 11.83/4.64 (14) QDPSizeChangeProof [EQUIVALENT, 0 ms] 11.83/4.64 (15) YES 11.83/4.64 (16) QDP 11.83/4.64 (17) QDPSizeChangeProof [EQUIVALENT, 0 ms] 11.83/4.64 (18) YES 11.83/4.64 (19) QDP 11.83/4.64 (20) QDPSizeChangeProof [EQUIVALENT, 0 ms] 11.83/4.64 (21) YES 11.83/4.64 (22) QDP 11.83/4.64 (23) QDPSizeChangeProof [EQUIVALENT, 0 ms] 11.83/4.64 (24) YES 11.83/4.64 (25) QDP 11.83/4.64 (26) QDPSizeChangeProof [EQUIVALENT, 0 ms] 11.83/4.64 (27) YES 11.83/4.64 11.83/4.64 11.83/4.64 ---------------------------------------- 11.83/4.64 11.83/4.64 (0) 11.83/4.64 Obligation: 11.83/4.64 mainModule Main 11.83/4.64 module Main where { 11.83/4.64 import qualified Prelude; 11.83/4.64 } 11.83/4.64 11.83/4.64 ---------------------------------------- 11.83/4.64 11.83/4.64 (1) BR (EQUIVALENT) 11.83/4.64 Replaced joker patterns by fresh variables and removed binding patterns. 11.83/4.64 ---------------------------------------- 11.83/4.64 11.83/4.64 (2) 11.83/4.64 Obligation: 11.83/4.64 mainModule Main 11.83/4.64 module Main where { 11.83/4.64 import qualified Prelude; 11.83/4.64 } 11.83/4.64 11.83/4.64 ---------------------------------------- 11.83/4.64 11.83/4.64 (3) COR (EQUIVALENT) 11.83/4.64 Cond Reductions: 11.83/4.64 The following Function with conditions 11.83/4.64 "lookup k [] = Nothing; 11.83/4.64 lookup k ((x,y) : xys)|k == xJust y|otherwiselookup k xys; 11.83/4.64 " 11.83/4.64 is transformed to 11.83/4.64 "lookup k [] = lookup3 k []; 11.83/4.64 lookup k ((x,y) : xys) = lookup2 k ((x,y) : xys); 11.83/4.64 " 11.83/4.64 "lookup1 k x y xys True = Just y; 11.83/4.64 lookup1 k x y xys False = lookup0 k x y xys otherwise; 11.83/4.64 " 11.83/4.64 "lookup0 k x y xys True = lookup k xys; 11.83/4.64 " 11.83/4.64 "lookup2 k ((x,y) : xys) = lookup1 k x y xys (k == x); 11.83/4.64 " 11.83/4.64 "lookup3 k [] = Nothing; 11.83/4.64 lookup3 xy xz = lookup2 xy xz; 11.83/4.64 " 11.83/4.64 The following Function with conditions 11.83/4.64 "undefined |Falseundefined; 11.83/4.64 " 11.83/4.64 is transformed to 11.83/4.64 "undefined = undefined1; 11.83/4.64 " 11.83/4.64 "undefined0 True = undefined; 11.83/4.64 " 11.83/4.64 "undefined1 = undefined0 False; 11.83/4.64 " 11.83/4.64 11.83/4.64 ---------------------------------------- 11.83/4.64 11.83/4.64 (4) 11.83/4.64 Obligation: 11.83/4.64 mainModule Main 11.83/4.64 module Main where { 11.83/4.64 import qualified Prelude; 11.83/4.64 } 11.83/4.64 11.83/4.64 ---------------------------------------- 11.83/4.64 11.83/4.64 (5) Narrow (SOUND) 11.83/4.64 Haskell To QDPs 11.83/4.64 11.83/4.64 digraph dp_graph { 11.83/4.64 node [outthreshold=100, inthreshold=100];1[label="lookup",fontsize=16,color="grey",shape="box"];1 -> 3[label="",style="dashed", color="grey", weight=3]; 11.83/4.64 3[label="lookup yu3",fontsize=16,color="grey",shape="box"];3 -> 4[label="",style="dashed", color="grey", weight=3]; 11.83/4.64 4[label="lookup yu3 yu4",fontsize=16,color="burlywood",shape="triangle"];758[label="yu4/yu40 : yu41",fontsize=10,color="white",style="solid",shape="box"];4 -> 758[label="",style="solid", color="burlywood", weight=9]; 11.83/4.64 758 -> 5[label="",style="solid", color="burlywood", weight=3]; 11.83/4.64 759[label="yu4/[]",fontsize=10,color="white",style="solid",shape="box"];4 -> 759[label="",style="solid", color="burlywood", weight=9]; 11.83/4.64 759 -> 6[label="",style="solid", color="burlywood", weight=3]; 11.83/4.64 5[label="lookup yu3 (yu40 : yu41)",fontsize=16,color="burlywood",shape="box"];760[label="yu40/(yu400,yu401)",fontsize=10,color="white",style="solid",shape="box"];5 -> 760[label="",style="solid", color="burlywood", weight=9]; 11.83/4.64 760 -> 7[label="",style="solid", color="burlywood", weight=3]; 11.83/4.64 6[label="lookup yu3 []",fontsize=16,color="black",shape="box"];6 -> 8[label="",style="solid", color="black", weight=3]; 11.83/4.64 7[label="lookup yu3 ((yu400,yu401) : yu41)",fontsize=16,color="black",shape="box"];7 -> 9[label="",style="solid", color="black", weight=3]; 11.83/4.64 8[label="lookup3 yu3 []",fontsize=16,color="black",shape="box"];8 -> 10[label="",style="solid", color="black", weight=3]; 11.83/4.64 9[label="lookup2 yu3 ((yu400,yu401) : yu41)",fontsize=16,color="black",shape="box"];9 -> 11[label="",style="solid", color="black", weight=3]; 11.83/4.64 10[label="Nothing",fontsize=16,color="green",shape="box"];11[label="lookup1 yu3 yu400 yu401 yu41 (yu3 == yu400)",fontsize=16,color="burlywood",shape="box"];761[label="yu3/Left yu30",fontsize=10,color="white",style="solid",shape="box"];11 -> 761[label="",style="solid", color="burlywood", weight=9]; 11.83/4.64 761 -> 12[label="",style="solid", color="burlywood", weight=3]; 11.83/4.64 762[label="yu3/Right yu30",fontsize=10,color="white",style="solid",shape="box"];11 -> 762[label="",style="solid", color="burlywood", weight=9]; 11.83/4.64 762 -> 13[label="",style="solid", color="burlywood", weight=3]; 11.83/4.64 12[label="lookup1 (Left yu30) yu400 yu401 yu41 (Left yu30 == yu400)",fontsize=16,color="burlywood",shape="box"];763[label="yu400/Left yu4000",fontsize=10,color="white",style="solid",shape="box"];12 -> 763[label="",style="solid", color="burlywood", weight=9]; 11.83/4.64 763 -> 14[label="",style="solid", color="burlywood", weight=3]; 11.83/4.64 764[label="yu400/Right yu4000",fontsize=10,color="white",style="solid",shape="box"];12 -> 764[label="",style="solid", color="burlywood", weight=9]; 11.83/4.64 764 -> 15[label="",style="solid", color="burlywood", weight=3]; 11.83/4.64 13[label="lookup1 (Right yu30) yu400 yu401 yu41 (Right yu30 == yu400)",fontsize=16,color="burlywood",shape="box"];765[label="yu400/Left yu4000",fontsize=10,color="white",style="solid",shape="box"];13 -> 765[label="",style="solid", color="burlywood", weight=9]; 11.83/4.64 765 -> 16[label="",style="solid", color="burlywood", weight=3]; 11.83/4.64 766[label="yu400/Right yu4000",fontsize=10,color="white",style="solid",shape="box"];13 -> 766[label="",style="solid", color="burlywood", weight=9]; 11.83/4.64 766 -> 17[label="",style="solid", color="burlywood", weight=3]; 11.83/4.64 14[label="lookup1 (Left yu30) (Left yu4000) yu401 yu41 (Left yu30 == Left yu4000)",fontsize=16,color="black",shape="box"];14 -> 18[label="",style="solid", color="black", weight=3]; 11.83/4.64 15[label="lookup1 (Left yu30) (Right yu4000) yu401 yu41 (Left yu30 == Right yu4000)",fontsize=16,color="black",shape="box"];15 -> 19[label="",style="solid", color="black", weight=3]; 11.83/4.64 16[label="lookup1 (Right yu30) (Left yu4000) yu401 yu41 (Right yu30 == Left yu4000)",fontsize=16,color="black",shape="box"];16 -> 20[label="",style="solid", color="black", weight=3]; 11.83/4.64 17[label="lookup1 (Right yu30) (Right yu4000) yu401 yu41 (Right yu30 == Right yu4000)",fontsize=16,color="black",shape="box"];17 -> 21[label="",style="solid", color="black", weight=3]; 11.83/4.64 18 -> 22[label="",style="dashed", color="red", weight=0]; 11.83/4.64 18[label="lookup1 (Left yu30) (Left yu4000) yu401 yu41 (yu30 == yu4000)",fontsize=16,color="magenta"];18 -> 23[label="",style="dashed", color="magenta", weight=3]; 11.83/4.64 18 -> 24[label="",style="dashed", color="magenta", weight=3]; 11.83/4.64 18 -> 25[label="",style="dashed", color="magenta", weight=3]; 11.83/4.64 18 -> 26[label="",style="dashed", color="magenta", weight=3]; 11.83/4.64 18 -> 27[label="",style="dashed", color="magenta", weight=3]; 11.83/4.64 19[label="lookup1 (Left yu30) (Right yu4000) yu401 yu41 False",fontsize=16,color="black",shape="box"];19 -> 28[label="",style="solid", color="black", weight=3]; 11.83/4.64 20[label="lookup1 (Right yu30) (Left yu4000) yu401 yu41 False",fontsize=16,color="black",shape="box"];20 -> 29[label="",style="solid", color="black", weight=3]; 11.83/4.64 21 -> 30[label="",style="dashed", color="red", weight=0]; 11.83/4.64 21[label="lookup1 (Right yu30) (Right yu4000) yu401 yu41 (yu30 == yu4000)",fontsize=16,color="magenta"];21 -> 31[label="",style="dashed", color="magenta", weight=3]; 11.83/4.64 21 -> 32[label="",style="dashed", color="magenta", weight=3]; 11.83/4.64 21 -> 33[label="",style="dashed", color="magenta", weight=3]; 11.83/4.64 21 -> 34[label="",style="dashed", color="magenta", weight=3]; 11.83/4.64 21 -> 35[label="",style="dashed", color="magenta", weight=3]; 11.83/4.64 23[label="yu30 == yu4000",fontsize=16,color="blue",shape="box"];767[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 767[label="",style="solid", color="blue", weight=9]; 11.83/4.64 767 -> 36[label="",style="solid", color="blue", weight=3]; 11.83/4.64 768[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 768[label="",style="solid", color="blue", weight=9]; 11.83/4.64 768 -> 37[label="",style="solid", color="blue", weight=3]; 11.83/4.64 769[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 769[label="",style="solid", color="blue", weight=9]; 11.83/4.64 769 -> 38[label="",style="solid", color="blue", weight=3]; 11.83/4.64 770[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 770[label="",style="solid", color="blue", weight=9]; 11.83/4.64 770 -> 39[label="",style="solid", color="blue", weight=3]; 11.83/4.64 771[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 771[label="",style="solid", color="blue", weight=9]; 11.83/4.64 771 -> 40[label="",style="solid", color="blue", weight=3]; 11.83/4.64 772[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 772[label="",style="solid", color="blue", weight=9]; 11.83/4.64 772 -> 41[label="",style="solid", color="blue", weight=3]; 11.83/4.64 773[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 773[label="",style="solid", color="blue", weight=9]; 11.83/4.64 773 -> 42[label="",style="solid", color="blue", weight=3]; 11.83/4.64 774[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 774[label="",style="solid", color="blue", weight=9]; 11.83/4.64 774 -> 43[label="",style="solid", color="blue", weight=3]; 11.83/4.64 775[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 775[label="",style="solid", color="blue", weight=9]; 11.83/4.64 775 -> 44[label="",style="solid", color="blue", weight=3]; 11.83/4.64 776[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 776[label="",style="solid", color="blue", weight=9]; 11.83/4.64 776 -> 45[label="",style="solid", color="blue", weight=3]; 11.83/4.64 777[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 777[label="",style="solid", color="blue", weight=9]; 11.83/4.64 777 -> 46[label="",style="solid", color="blue", weight=3]; 11.83/4.64 778[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 778[label="",style="solid", color="blue", weight=9]; 11.83/4.64 778 -> 47[label="",style="solid", color="blue", weight=3]; 11.83/4.64 779[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 779[label="",style="solid", color="blue", weight=9]; 11.83/4.65 779 -> 48[label="",style="solid", color="blue", weight=3]; 11.83/4.65 780[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 780[label="",style="solid", color="blue", weight=9]; 11.83/4.65 780 -> 49[label="",style="solid", color="blue", weight=3]; 11.83/4.65 24[label="yu4000",fontsize=16,color="green",shape="box"];25[label="yu30",fontsize=16,color="green",shape="box"];26[label="yu401",fontsize=16,color="green",shape="box"];27[label="yu41",fontsize=16,color="green",shape="box"];22[label="lookup1 (Left yu11) (Left yu12) yu13 yu14 yu15",fontsize=16,color="burlywood",shape="triangle"];781[label="yu15/False",fontsize=10,color="white",style="solid",shape="box"];22 -> 781[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 781 -> 50[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 782[label="yu15/True",fontsize=10,color="white",style="solid",shape="box"];22 -> 782[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 782 -> 51[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 28[label="lookup0 (Left yu30) (Right yu4000) yu401 yu41 otherwise",fontsize=16,color="black",shape="box"];28 -> 52[label="",style="solid", color="black", weight=3]; 11.83/4.65 29[label="lookup0 (Right yu30) (Left yu4000) yu401 yu41 otherwise",fontsize=16,color="black",shape="box"];29 -> 53[label="",style="solid", color="black", weight=3]; 11.83/4.65 31[label="yu4000",fontsize=16,color="green",shape="box"];32[label="yu30",fontsize=16,color="green",shape="box"];33[label="yu30 == yu4000",fontsize=16,color="blue",shape="box"];783[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];33 -> 783[label="",style="solid", color="blue", weight=9]; 11.83/4.65 783 -> 54[label="",style="solid", color="blue", weight=3]; 11.83/4.65 784[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];33 -> 784[label="",style="solid", color="blue", weight=9]; 11.83/4.65 784 -> 55[label="",style="solid", color="blue", weight=3]; 11.83/4.65 785[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];33 -> 785[label="",style="solid", color="blue", weight=9]; 11.83/4.65 785 -> 56[label="",style="solid", color="blue", weight=3]; 11.83/4.65 786[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];33 -> 786[label="",style="solid", color="blue", weight=9]; 11.83/4.65 786 -> 57[label="",style="solid", color="blue", weight=3]; 11.83/4.65 787[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];33 -> 787[label="",style="solid", color="blue", weight=9]; 11.83/4.65 787 -> 58[label="",style="solid", color="blue", weight=3]; 11.83/4.65 788[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];33 -> 788[label="",style="solid", color="blue", weight=9]; 11.83/4.65 788 -> 59[label="",style="solid", color="blue", weight=3]; 11.83/4.65 789[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];33 -> 789[label="",style="solid", color="blue", weight=9]; 11.83/4.65 789 -> 60[label="",style="solid", color="blue", weight=3]; 11.83/4.65 790[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];33 -> 790[label="",style="solid", color="blue", weight=9]; 11.83/4.65 790 -> 61[label="",style="solid", color="blue", weight=3]; 11.83/4.65 791[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];33 -> 791[label="",style="solid", color="blue", weight=9]; 11.83/4.65 791 -> 62[label="",style="solid", color="blue", weight=3]; 11.83/4.65 792[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];33 -> 792[label="",style="solid", color="blue", weight=9]; 11.83/4.65 792 -> 63[label="",style="solid", color="blue", weight=3]; 11.83/4.65 793[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];33 -> 793[label="",style="solid", color="blue", weight=9]; 11.83/4.65 793 -> 64[label="",style="solid", color="blue", weight=3]; 11.83/4.65 794[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];33 -> 794[label="",style="solid", color="blue", weight=9]; 11.83/4.65 794 -> 65[label="",style="solid", color="blue", weight=3]; 11.83/4.65 795[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];33 -> 795[label="",style="solid", color="blue", weight=9]; 11.83/4.65 795 -> 66[label="",style="solid", color="blue", weight=3]; 11.83/4.65 796[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];33 -> 796[label="",style="solid", color="blue", weight=9]; 11.83/4.65 796 -> 67[label="",style="solid", color="blue", weight=3]; 11.83/4.65 34[label="yu41",fontsize=16,color="green",shape="box"];35[label="yu401",fontsize=16,color="green",shape="box"];30[label="lookup1 (Right yu22) (Right yu23) yu24 yu25 yu26",fontsize=16,color="burlywood",shape="triangle"];797[label="yu26/False",fontsize=10,color="white",style="solid",shape="box"];30 -> 797[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 797 -> 68[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 798[label="yu26/True",fontsize=10,color="white",style="solid",shape="box"];30 -> 798[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 798 -> 69[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 36[label="yu30 == yu4000",fontsize=16,color="burlywood",shape="triangle"];799[label="yu30/()",fontsize=10,color="white",style="solid",shape="box"];36 -> 799[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 799 -> 70[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 37[label="yu30 == yu4000",fontsize=16,color="black",shape="triangle"];37 -> 71[label="",style="solid", color="black", weight=3]; 11.83/4.65 38[label="yu30 == yu4000",fontsize=16,color="burlywood",shape="triangle"];800[label="yu30/False",fontsize=10,color="white",style="solid",shape="box"];38 -> 800[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 800 -> 72[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 801[label="yu30/True",fontsize=10,color="white",style="solid",shape="box"];38 -> 801[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 801 -> 73[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 39[label="yu30 == yu4000",fontsize=16,color="black",shape="triangle"];39 -> 74[label="",style="solid", color="black", weight=3]; 11.83/4.65 40[label="yu30 == yu4000",fontsize=16,color="burlywood",shape="triangle"];802[label="yu30/Integer yu300",fontsize=10,color="white",style="solid",shape="box"];40 -> 802[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 802 -> 75[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 41[label="yu30 == yu4000",fontsize=16,color="black",shape="triangle"];41 -> 76[label="",style="solid", color="black", weight=3]; 11.83/4.65 42[label="yu30 == yu4000",fontsize=16,color="burlywood",shape="triangle"];803[label="yu30/LT",fontsize=10,color="white",style="solid",shape="box"];42 -> 803[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 803 -> 77[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 804[label="yu30/EQ",fontsize=10,color="white",style="solid",shape="box"];42 -> 804[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 804 -> 78[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 805[label="yu30/GT",fontsize=10,color="white",style="solid",shape="box"];42 -> 805[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 805 -> 79[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 43[label="yu30 == yu4000",fontsize=16,color="burlywood",shape="triangle"];806[label="yu30/yu300 :% yu301",fontsize=10,color="white",style="solid",shape="box"];43 -> 806[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 806 -> 80[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 44[label="yu30 == yu4000",fontsize=16,color="burlywood",shape="triangle"];807[label="yu30/(yu300,yu301,yu302)",fontsize=10,color="white",style="solid",shape="box"];44 -> 807[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 807 -> 81[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 45[label="yu30 == yu4000",fontsize=16,color="burlywood",shape="triangle"];808[label="yu30/Nothing",fontsize=10,color="white",style="solid",shape="box"];45 -> 808[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 808 -> 82[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 809[label="yu30/Just yu300",fontsize=10,color="white",style="solid",shape="box"];45 -> 809[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 809 -> 83[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 46[label="yu30 == yu4000",fontsize=16,color="black",shape="triangle"];46 -> 84[label="",style="solid", color="black", weight=3]; 11.83/4.65 47[label="yu30 == yu4000",fontsize=16,color="burlywood",shape="triangle"];810[label="yu30/Left yu300",fontsize=10,color="white",style="solid",shape="box"];47 -> 810[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 810 -> 85[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 811[label="yu30/Right yu300",fontsize=10,color="white",style="solid",shape="box"];47 -> 811[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 811 -> 86[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 48[label="yu30 == yu4000",fontsize=16,color="burlywood",shape="triangle"];812[label="yu30/(yu300,yu301)",fontsize=10,color="white",style="solid",shape="box"];48 -> 812[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 812 -> 87[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 49[label="yu30 == yu4000",fontsize=16,color="burlywood",shape="triangle"];813[label="yu30/yu300 : yu301",fontsize=10,color="white",style="solid",shape="box"];49 -> 813[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 813 -> 88[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 814[label="yu30/[]",fontsize=10,color="white",style="solid",shape="box"];49 -> 814[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 814 -> 89[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 50[label="lookup1 (Left yu11) (Left yu12) yu13 yu14 False",fontsize=16,color="black",shape="box"];50 -> 90[label="",style="solid", color="black", weight=3]; 11.83/4.65 51[label="lookup1 (Left yu11) (Left yu12) yu13 yu14 True",fontsize=16,color="black",shape="box"];51 -> 91[label="",style="solid", color="black", weight=3]; 11.83/4.65 52[label="lookup0 (Left yu30) (Right yu4000) yu401 yu41 True",fontsize=16,color="black",shape="box"];52 -> 92[label="",style="solid", color="black", weight=3]; 11.83/4.65 53[label="lookup0 (Right yu30) (Left yu4000) yu401 yu41 True",fontsize=16,color="black",shape="box"];53 -> 93[label="",style="solid", color="black", weight=3]; 11.83/4.65 54 -> 36[label="",style="dashed", color="red", weight=0]; 11.83/4.65 54[label="yu30 == yu4000",fontsize=16,color="magenta"];54 -> 94[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 54 -> 95[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 55 -> 37[label="",style="dashed", color="red", weight=0]; 11.83/4.65 55[label="yu30 == yu4000",fontsize=16,color="magenta"];55 -> 96[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 55 -> 97[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 56 -> 38[label="",style="dashed", color="red", weight=0]; 11.83/4.65 56[label="yu30 == yu4000",fontsize=16,color="magenta"];56 -> 98[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 56 -> 99[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 57 -> 39[label="",style="dashed", color="red", weight=0]; 11.83/4.65 57[label="yu30 == yu4000",fontsize=16,color="magenta"];57 -> 100[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 57 -> 101[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 58 -> 40[label="",style="dashed", color="red", weight=0]; 11.83/4.65 58[label="yu30 == yu4000",fontsize=16,color="magenta"];58 -> 102[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 58 -> 103[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 59 -> 41[label="",style="dashed", color="red", weight=0]; 11.83/4.65 59[label="yu30 == yu4000",fontsize=16,color="magenta"];59 -> 104[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 59 -> 105[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 60 -> 42[label="",style="dashed", color="red", weight=0]; 11.83/4.65 60[label="yu30 == yu4000",fontsize=16,color="magenta"];60 -> 106[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 60 -> 107[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 61 -> 43[label="",style="dashed", color="red", weight=0]; 11.83/4.65 61[label="yu30 == yu4000",fontsize=16,color="magenta"];61 -> 108[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 61 -> 109[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 62 -> 44[label="",style="dashed", color="red", weight=0]; 11.83/4.65 62[label="yu30 == yu4000",fontsize=16,color="magenta"];62 -> 110[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 62 -> 111[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 63 -> 45[label="",style="dashed", color="red", weight=0]; 11.83/4.65 63[label="yu30 == yu4000",fontsize=16,color="magenta"];63 -> 112[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 63 -> 113[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 64 -> 46[label="",style="dashed", color="red", weight=0]; 11.83/4.65 64[label="yu30 == yu4000",fontsize=16,color="magenta"];64 -> 114[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 64 -> 115[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 65 -> 47[label="",style="dashed", color="red", weight=0]; 11.83/4.65 65[label="yu30 == yu4000",fontsize=16,color="magenta"];65 -> 116[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 65 -> 117[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 66 -> 48[label="",style="dashed", color="red", weight=0]; 11.83/4.65 66[label="yu30 == yu4000",fontsize=16,color="magenta"];66 -> 118[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 66 -> 119[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 67 -> 49[label="",style="dashed", color="red", weight=0]; 11.83/4.65 67[label="yu30 == yu4000",fontsize=16,color="magenta"];67 -> 120[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 67 -> 121[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 68[label="lookup1 (Right yu22) (Right yu23) yu24 yu25 False",fontsize=16,color="black",shape="box"];68 -> 122[label="",style="solid", color="black", weight=3]; 11.83/4.65 69[label="lookup1 (Right yu22) (Right yu23) yu24 yu25 True",fontsize=16,color="black",shape="box"];69 -> 123[label="",style="solid", color="black", weight=3]; 11.83/4.65 70[label="() == yu4000",fontsize=16,color="burlywood",shape="box"];815[label="yu4000/()",fontsize=10,color="white",style="solid",shape="box"];70 -> 815[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 815 -> 124[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 71[label="primEqChar yu30 yu4000",fontsize=16,color="burlywood",shape="box"];816[label="yu30/Char yu300",fontsize=10,color="white",style="solid",shape="box"];71 -> 816[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 816 -> 125[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 72[label="False == yu4000",fontsize=16,color="burlywood",shape="box"];817[label="yu4000/False",fontsize=10,color="white",style="solid",shape="box"];72 -> 817[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 817 -> 126[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 818[label="yu4000/True",fontsize=10,color="white",style="solid",shape="box"];72 -> 818[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 818 -> 127[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 73[label="True == yu4000",fontsize=16,color="burlywood",shape="box"];819[label="yu4000/False",fontsize=10,color="white",style="solid",shape="box"];73 -> 819[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 819 -> 128[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 820[label="yu4000/True",fontsize=10,color="white",style="solid",shape="box"];73 -> 820[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 820 -> 129[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 74[label="primEqInt yu30 yu4000",fontsize=16,color="burlywood",shape="triangle"];821[label="yu30/Pos yu300",fontsize=10,color="white",style="solid",shape="box"];74 -> 821[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 821 -> 130[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 822[label="yu30/Neg yu300",fontsize=10,color="white",style="solid",shape="box"];74 -> 822[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 822 -> 131[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 75[label="Integer yu300 == yu4000",fontsize=16,color="burlywood",shape="box"];823[label="yu4000/Integer yu40000",fontsize=10,color="white",style="solid",shape="box"];75 -> 823[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 823 -> 132[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 76[label="primEqFloat yu30 yu4000",fontsize=16,color="burlywood",shape="box"];824[label="yu30/Float yu300 yu301",fontsize=10,color="white",style="solid",shape="box"];76 -> 824[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 824 -> 133[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 77[label="LT == yu4000",fontsize=16,color="burlywood",shape="box"];825[label="yu4000/LT",fontsize=10,color="white",style="solid",shape="box"];77 -> 825[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 825 -> 134[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 826[label="yu4000/EQ",fontsize=10,color="white",style="solid",shape="box"];77 -> 826[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 826 -> 135[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 827[label="yu4000/GT",fontsize=10,color="white",style="solid",shape="box"];77 -> 827[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 827 -> 136[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 78[label="EQ == yu4000",fontsize=16,color="burlywood",shape="box"];828[label="yu4000/LT",fontsize=10,color="white",style="solid",shape="box"];78 -> 828[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 828 -> 137[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 829[label="yu4000/EQ",fontsize=10,color="white",style="solid",shape="box"];78 -> 829[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 829 -> 138[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 830[label="yu4000/GT",fontsize=10,color="white",style="solid",shape="box"];78 -> 830[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 830 -> 139[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 79[label="GT == yu4000",fontsize=16,color="burlywood",shape="box"];831[label="yu4000/LT",fontsize=10,color="white",style="solid",shape="box"];79 -> 831[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 831 -> 140[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 832[label="yu4000/EQ",fontsize=10,color="white",style="solid",shape="box"];79 -> 832[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 832 -> 141[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 833[label="yu4000/GT",fontsize=10,color="white",style="solid",shape="box"];79 -> 833[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 833 -> 142[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 80[label="yu300 :% yu301 == yu4000",fontsize=16,color="burlywood",shape="box"];834[label="yu4000/yu40000 :% yu40001",fontsize=10,color="white",style="solid",shape="box"];80 -> 834[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 834 -> 143[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 81[label="(yu300,yu301,yu302) == yu4000",fontsize=16,color="burlywood",shape="box"];835[label="yu4000/(yu40000,yu40001,yu40002)",fontsize=10,color="white",style="solid",shape="box"];81 -> 835[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 835 -> 144[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 82[label="Nothing == yu4000",fontsize=16,color="burlywood",shape="box"];836[label="yu4000/Nothing",fontsize=10,color="white",style="solid",shape="box"];82 -> 836[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 836 -> 145[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 837[label="yu4000/Just yu40000",fontsize=10,color="white",style="solid",shape="box"];82 -> 837[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 837 -> 146[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 83[label="Just yu300 == yu4000",fontsize=16,color="burlywood",shape="box"];838[label="yu4000/Nothing",fontsize=10,color="white",style="solid",shape="box"];83 -> 838[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 838 -> 147[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 839[label="yu4000/Just yu40000",fontsize=10,color="white",style="solid",shape="box"];83 -> 839[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 839 -> 148[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 84[label="primEqDouble yu30 yu4000",fontsize=16,color="burlywood",shape="box"];840[label="yu30/Double yu300 yu301",fontsize=10,color="white",style="solid",shape="box"];84 -> 840[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 840 -> 149[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 85[label="Left yu300 == yu4000",fontsize=16,color="burlywood",shape="box"];841[label="yu4000/Left yu40000",fontsize=10,color="white",style="solid",shape="box"];85 -> 841[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 841 -> 150[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 842[label="yu4000/Right yu40000",fontsize=10,color="white",style="solid",shape="box"];85 -> 842[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 842 -> 151[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 86[label="Right yu300 == yu4000",fontsize=16,color="burlywood",shape="box"];843[label="yu4000/Left yu40000",fontsize=10,color="white",style="solid",shape="box"];86 -> 843[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 843 -> 152[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 844[label="yu4000/Right yu40000",fontsize=10,color="white",style="solid",shape="box"];86 -> 844[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 844 -> 153[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 87[label="(yu300,yu301) == yu4000",fontsize=16,color="burlywood",shape="box"];845[label="yu4000/(yu40000,yu40001)",fontsize=10,color="white",style="solid",shape="box"];87 -> 845[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 845 -> 154[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 88[label="yu300 : yu301 == yu4000",fontsize=16,color="burlywood",shape="box"];846[label="yu4000/yu40000 : yu40001",fontsize=10,color="white",style="solid",shape="box"];88 -> 846[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 846 -> 155[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 847[label="yu4000/[]",fontsize=10,color="white",style="solid",shape="box"];88 -> 847[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 847 -> 156[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 89[label="[] == yu4000",fontsize=16,color="burlywood",shape="box"];848[label="yu4000/yu40000 : yu40001",fontsize=10,color="white",style="solid",shape="box"];89 -> 848[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 848 -> 157[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 849[label="yu4000/[]",fontsize=10,color="white",style="solid",shape="box"];89 -> 849[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 849 -> 158[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 90[label="lookup0 (Left yu11) (Left yu12) yu13 yu14 otherwise",fontsize=16,color="black",shape="box"];90 -> 159[label="",style="solid", color="black", weight=3]; 11.83/4.65 91[label="Just yu13",fontsize=16,color="green",shape="box"];92 -> 4[label="",style="dashed", color="red", weight=0]; 11.83/4.65 92[label="lookup (Left yu30) yu41",fontsize=16,color="magenta"];92 -> 160[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 92 -> 161[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 93 -> 4[label="",style="dashed", color="red", weight=0]; 11.83/4.65 93[label="lookup (Right yu30) yu41",fontsize=16,color="magenta"];93 -> 162[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 93 -> 163[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 94[label="yu30",fontsize=16,color="green",shape="box"];95[label="yu4000",fontsize=16,color="green",shape="box"];96[label="yu30",fontsize=16,color="green",shape="box"];97[label="yu4000",fontsize=16,color="green",shape="box"];98[label="yu30",fontsize=16,color="green",shape="box"];99[label="yu4000",fontsize=16,color="green",shape="box"];100[label="yu30",fontsize=16,color="green",shape="box"];101[label="yu4000",fontsize=16,color="green",shape="box"];102[label="yu30",fontsize=16,color="green",shape="box"];103[label="yu4000",fontsize=16,color="green",shape="box"];104[label="yu30",fontsize=16,color="green",shape="box"];105[label="yu4000",fontsize=16,color="green",shape="box"];106[label="yu30",fontsize=16,color="green",shape="box"];107[label="yu4000",fontsize=16,color="green",shape="box"];108[label="yu30",fontsize=16,color="green",shape="box"];109[label="yu4000",fontsize=16,color="green",shape="box"];110[label="yu30",fontsize=16,color="green",shape="box"];111[label="yu4000",fontsize=16,color="green",shape="box"];112[label="yu30",fontsize=16,color="green",shape="box"];113[label="yu4000",fontsize=16,color="green",shape="box"];114[label="yu30",fontsize=16,color="green",shape="box"];115[label="yu4000",fontsize=16,color="green",shape="box"];116[label="yu30",fontsize=16,color="green",shape="box"];117[label="yu4000",fontsize=16,color="green",shape="box"];118[label="yu30",fontsize=16,color="green",shape="box"];119[label="yu4000",fontsize=16,color="green",shape="box"];120[label="yu30",fontsize=16,color="green",shape="box"];121[label="yu4000",fontsize=16,color="green",shape="box"];122[label="lookup0 (Right yu22) (Right yu23) yu24 yu25 otherwise",fontsize=16,color="black",shape="box"];122 -> 164[label="",style="solid", color="black", weight=3]; 11.83/4.65 123[label="Just yu24",fontsize=16,color="green",shape="box"];124[label="() == ()",fontsize=16,color="black",shape="box"];124 -> 165[label="",style="solid", color="black", weight=3]; 11.83/4.65 125[label="primEqChar (Char yu300) yu4000",fontsize=16,color="burlywood",shape="box"];850[label="yu4000/Char yu40000",fontsize=10,color="white",style="solid",shape="box"];125 -> 850[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 850 -> 166[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 126[label="False == False",fontsize=16,color="black",shape="box"];126 -> 167[label="",style="solid", color="black", weight=3]; 11.83/4.65 127[label="False == True",fontsize=16,color="black",shape="box"];127 -> 168[label="",style="solid", color="black", weight=3]; 11.83/4.65 128[label="True == False",fontsize=16,color="black",shape="box"];128 -> 169[label="",style="solid", color="black", weight=3]; 11.83/4.65 129[label="True == True",fontsize=16,color="black",shape="box"];129 -> 170[label="",style="solid", color="black", weight=3]; 11.83/4.65 130[label="primEqInt (Pos yu300) yu4000",fontsize=16,color="burlywood",shape="box"];851[label="yu300/Succ yu3000",fontsize=10,color="white",style="solid",shape="box"];130 -> 851[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 851 -> 171[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 852[label="yu300/Zero",fontsize=10,color="white",style="solid",shape="box"];130 -> 852[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 852 -> 172[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 131[label="primEqInt (Neg yu300) yu4000",fontsize=16,color="burlywood",shape="box"];853[label="yu300/Succ yu3000",fontsize=10,color="white",style="solid",shape="box"];131 -> 853[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 853 -> 173[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 854[label="yu300/Zero",fontsize=10,color="white",style="solid",shape="box"];131 -> 854[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 854 -> 174[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 132[label="Integer yu300 == Integer yu40000",fontsize=16,color="black",shape="box"];132 -> 175[label="",style="solid", color="black", weight=3]; 11.83/4.65 133[label="primEqFloat (Float yu300 yu301) yu4000",fontsize=16,color="burlywood",shape="box"];855[label="yu4000/Float yu40000 yu40001",fontsize=10,color="white",style="solid",shape="box"];133 -> 855[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 855 -> 176[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 134[label="LT == LT",fontsize=16,color="black",shape="box"];134 -> 177[label="",style="solid", color="black", weight=3]; 11.83/4.65 135[label="LT == EQ",fontsize=16,color="black",shape="box"];135 -> 178[label="",style="solid", color="black", weight=3]; 11.83/4.65 136[label="LT == GT",fontsize=16,color="black",shape="box"];136 -> 179[label="",style="solid", color="black", weight=3]; 11.83/4.65 137[label="EQ == LT",fontsize=16,color="black",shape="box"];137 -> 180[label="",style="solid", color="black", weight=3]; 11.83/4.65 138[label="EQ == EQ",fontsize=16,color="black",shape="box"];138 -> 181[label="",style="solid", color="black", weight=3]; 11.83/4.65 139[label="EQ == GT",fontsize=16,color="black",shape="box"];139 -> 182[label="",style="solid", color="black", weight=3]; 11.83/4.65 140[label="GT == LT",fontsize=16,color="black",shape="box"];140 -> 183[label="",style="solid", color="black", weight=3]; 11.83/4.65 141[label="GT == EQ",fontsize=16,color="black",shape="box"];141 -> 184[label="",style="solid", color="black", weight=3]; 11.83/4.65 142[label="GT == GT",fontsize=16,color="black",shape="box"];142 -> 185[label="",style="solid", color="black", weight=3]; 11.83/4.65 143[label="yu300 :% yu301 == yu40000 :% yu40001",fontsize=16,color="black",shape="box"];143 -> 186[label="",style="solid", color="black", weight=3]; 11.83/4.65 144[label="(yu300,yu301,yu302) == (yu40000,yu40001,yu40002)",fontsize=16,color="black",shape="box"];144 -> 187[label="",style="solid", color="black", weight=3]; 11.83/4.65 145[label="Nothing == Nothing",fontsize=16,color="black",shape="box"];145 -> 188[label="",style="solid", color="black", weight=3]; 11.83/4.65 146[label="Nothing == Just yu40000",fontsize=16,color="black",shape="box"];146 -> 189[label="",style="solid", color="black", weight=3]; 11.83/4.65 147[label="Just yu300 == Nothing",fontsize=16,color="black",shape="box"];147 -> 190[label="",style="solid", color="black", weight=3]; 11.83/4.65 148[label="Just yu300 == Just yu40000",fontsize=16,color="black",shape="box"];148 -> 191[label="",style="solid", color="black", weight=3]; 11.83/4.65 149[label="primEqDouble (Double yu300 yu301) yu4000",fontsize=16,color="burlywood",shape="box"];856[label="yu4000/Double yu40000 yu40001",fontsize=10,color="white",style="solid",shape="box"];149 -> 856[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 856 -> 192[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 150[label="Left yu300 == Left yu40000",fontsize=16,color="black",shape="box"];150 -> 193[label="",style="solid", color="black", weight=3]; 11.83/4.65 151[label="Left yu300 == Right yu40000",fontsize=16,color="black",shape="box"];151 -> 194[label="",style="solid", color="black", weight=3]; 11.83/4.65 152[label="Right yu300 == Left yu40000",fontsize=16,color="black",shape="box"];152 -> 195[label="",style="solid", color="black", weight=3]; 11.83/4.65 153[label="Right yu300 == Right yu40000",fontsize=16,color="black",shape="box"];153 -> 196[label="",style="solid", color="black", weight=3]; 11.83/4.65 154[label="(yu300,yu301) == (yu40000,yu40001)",fontsize=16,color="black",shape="box"];154 -> 197[label="",style="solid", color="black", weight=3]; 11.83/4.65 155[label="yu300 : yu301 == yu40000 : yu40001",fontsize=16,color="black",shape="box"];155 -> 198[label="",style="solid", color="black", weight=3]; 11.83/4.65 156[label="yu300 : yu301 == []",fontsize=16,color="black",shape="box"];156 -> 199[label="",style="solid", color="black", weight=3]; 11.83/4.65 157[label="[] == yu40000 : yu40001",fontsize=16,color="black",shape="box"];157 -> 200[label="",style="solid", color="black", weight=3]; 11.83/4.65 158[label="[] == []",fontsize=16,color="black",shape="box"];158 -> 201[label="",style="solid", color="black", weight=3]; 11.83/4.65 159[label="lookup0 (Left yu11) (Left yu12) yu13 yu14 True",fontsize=16,color="black",shape="box"];159 -> 202[label="",style="solid", color="black", weight=3]; 11.83/4.65 160[label="yu41",fontsize=16,color="green",shape="box"];161[label="Left yu30",fontsize=16,color="green",shape="box"];162[label="yu41",fontsize=16,color="green",shape="box"];163[label="Right yu30",fontsize=16,color="green",shape="box"];164[label="lookup0 (Right yu22) (Right yu23) yu24 yu25 True",fontsize=16,color="black",shape="box"];164 -> 203[label="",style="solid", color="black", weight=3]; 11.83/4.65 165[label="True",fontsize=16,color="green",shape="box"];166[label="primEqChar (Char yu300) (Char yu40000)",fontsize=16,color="black",shape="box"];166 -> 204[label="",style="solid", color="black", weight=3]; 11.83/4.65 167[label="True",fontsize=16,color="green",shape="box"];168[label="False",fontsize=16,color="green",shape="box"];169[label="False",fontsize=16,color="green",shape="box"];170[label="True",fontsize=16,color="green",shape="box"];171[label="primEqInt (Pos (Succ yu3000)) yu4000",fontsize=16,color="burlywood",shape="box"];857[label="yu4000/Pos yu40000",fontsize=10,color="white",style="solid",shape="box"];171 -> 857[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 857 -> 205[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 858[label="yu4000/Neg yu40000",fontsize=10,color="white",style="solid",shape="box"];171 -> 858[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 858 -> 206[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 172[label="primEqInt (Pos Zero) yu4000",fontsize=16,color="burlywood",shape="box"];859[label="yu4000/Pos yu40000",fontsize=10,color="white",style="solid",shape="box"];172 -> 859[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 859 -> 207[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 860[label="yu4000/Neg yu40000",fontsize=10,color="white",style="solid",shape="box"];172 -> 860[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 860 -> 208[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 173[label="primEqInt (Neg (Succ yu3000)) yu4000",fontsize=16,color="burlywood",shape="box"];861[label="yu4000/Pos yu40000",fontsize=10,color="white",style="solid",shape="box"];173 -> 861[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 861 -> 209[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 862[label="yu4000/Neg yu40000",fontsize=10,color="white",style="solid",shape="box"];173 -> 862[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 862 -> 210[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 174[label="primEqInt (Neg Zero) yu4000",fontsize=16,color="burlywood",shape="box"];863[label="yu4000/Pos yu40000",fontsize=10,color="white",style="solid",shape="box"];174 -> 863[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 863 -> 211[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 864[label="yu4000/Neg yu40000",fontsize=10,color="white",style="solid",shape="box"];174 -> 864[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 864 -> 212[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 175 -> 74[label="",style="dashed", color="red", weight=0]; 11.83/4.65 175[label="primEqInt yu300 yu40000",fontsize=16,color="magenta"];175 -> 213[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 175 -> 214[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 176[label="primEqFloat (Float yu300 yu301) (Float yu40000 yu40001)",fontsize=16,color="black",shape="box"];176 -> 215[label="",style="solid", color="black", weight=3]; 11.83/4.65 177[label="True",fontsize=16,color="green",shape="box"];178[label="False",fontsize=16,color="green",shape="box"];179[label="False",fontsize=16,color="green",shape="box"];180[label="False",fontsize=16,color="green",shape="box"];181[label="True",fontsize=16,color="green",shape="box"];182[label="False",fontsize=16,color="green",shape="box"];183[label="False",fontsize=16,color="green",shape="box"];184[label="False",fontsize=16,color="green",shape="box"];185[label="True",fontsize=16,color="green",shape="box"];186 -> 304[label="",style="dashed", color="red", weight=0]; 11.83/4.65 186[label="yu300 == yu40000 && yu301 == yu40001",fontsize=16,color="magenta"];186 -> 305[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 186 -> 306[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 187 -> 304[label="",style="dashed", color="red", weight=0]; 11.83/4.65 187[label="yu300 == yu40000 && yu301 == yu40001 && yu302 == yu40002",fontsize=16,color="magenta"];187 -> 307[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 187 -> 308[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 188[label="True",fontsize=16,color="green",shape="box"];189[label="False",fontsize=16,color="green",shape="box"];190[label="False",fontsize=16,color="green",shape="box"];191[label="yu300 == yu40000",fontsize=16,color="blue",shape="box"];865[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];191 -> 865[label="",style="solid", color="blue", weight=9]; 11.83/4.65 865 -> 237[label="",style="solid", color="blue", weight=3]; 11.83/4.65 866[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];191 -> 866[label="",style="solid", color="blue", weight=9]; 11.83/4.65 866 -> 238[label="",style="solid", color="blue", weight=3]; 11.83/4.65 867[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];191 -> 867[label="",style="solid", color="blue", weight=9]; 11.83/4.65 867 -> 239[label="",style="solid", color="blue", weight=3]; 11.83/4.65 868[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];191 -> 868[label="",style="solid", color="blue", weight=9]; 11.83/4.65 868 -> 240[label="",style="solid", color="blue", weight=3]; 11.83/4.65 869[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];191 -> 869[label="",style="solid", color="blue", weight=9]; 11.83/4.65 869 -> 241[label="",style="solid", color="blue", weight=3]; 11.83/4.65 870[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];191 -> 870[label="",style="solid", color="blue", weight=9]; 11.83/4.65 870 -> 242[label="",style="solid", color="blue", weight=3]; 11.83/4.65 871[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];191 -> 871[label="",style="solid", color="blue", weight=9]; 11.83/4.65 871 -> 243[label="",style="solid", color="blue", weight=3]; 11.83/4.65 872[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];191 -> 872[label="",style="solid", color="blue", weight=9]; 11.83/4.65 872 -> 244[label="",style="solid", color="blue", weight=3]; 11.83/4.65 873[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];191 -> 873[label="",style="solid", color="blue", weight=9]; 11.83/4.65 873 -> 245[label="",style="solid", color="blue", weight=3]; 11.83/4.65 874[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];191 -> 874[label="",style="solid", color="blue", weight=9]; 11.83/4.65 874 -> 246[label="",style="solid", color="blue", weight=3]; 11.83/4.65 875[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];191 -> 875[label="",style="solid", color="blue", weight=9]; 11.83/4.65 875 -> 247[label="",style="solid", color="blue", weight=3]; 11.83/4.65 876[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];191 -> 876[label="",style="solid", color="blue", weight=9]; 11.83/4.65 876 -> 248[label="",style="solid", color="blue", weight=3]; 11.83/4.65 877[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];191 -> 877[label="",style="solid", color="blue", weight=9]; 11.83/4.65 877 -> 249[label="",style="solid", color="blue", weight=3]; 11.83/4.65 878[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];191 -> 878[label="",style="solid", color="blue", weight=9]; 11.83/4.65 878 -> 250[label="",style="solid", color="blue", weight=3]; 11.83/4.65 192[label="primEqDouble (Double yu300 yu301) (Double yu40000 yu40001)",fontsize=16,color="black",shape="box"];192 -> 251[label="",style="solid", color="black", weight=3]; 11.83/4.65 193[label="yu300 == yu40000",fontsize=16,color="blue",shape="box"];879[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];193 -> 879[label="",style="solid", color="blue", weight=9]; 11.83/4.65 879 -> 252[label="",style="solid", color="blue", weight=3]; 11.83/4.65 880[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];193 -> 880[label="",style="solid", color="blue", weight=9]; 11.83/4.65 880 -> 253[label="",style="solid", color="blue", weight=3]; 11.83/4.65 881[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];193 -> 881[label="",style="solid", color="blue", weight=9]; 11.83/4.65 881 -> 254[label="",style="solid", color="blue", weight=3]; 11.83/4.65 882[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];193 -> 882[label="",style="solid", color="blue", weight=9]; 11.83/4.65 882 -> 255[label="",style="solid", color="blue", weight=3]; 11.83/4.65 883[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];193 -> 883[label="",style="solid", color="blue", weight=9]; 11.83/4.65 883 -> 256[label="",style="solid", color="blue", weight=3]; 11.83/4.65 884[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];193 -> 884[label="",style="solid", color="blue", weight=9]; 11.83/4.65 884 -> 257[label="",style="solid", color="blue", weight=3]; 11.83/4.65 885[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];193 -> 885[label="",style="solid", color="blue", weight=9]; 11.83/4.65 885 -> 258[label="",style="solid", color="blue", weight=3]; 11.83/4.65 886[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];193 -> 886[label="",style="solid", color="blue", weight=9]; 11.83/4.65 886 -> 259[label="",style="solid", color="blue", weight=3]; 11.83/4.65 887[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];193 -> 887[label="",style="solid", color="blue", weight=9]; 11.83/4.65 887 -> 260[label="",style="solid", color="blue", weight=3]; 11.83/4.65 888[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];193 -> 888[label="",style="solid", color="blue", weight=9]; 11.83/4.65 888 -> 261[label="",style="solid", color="blue", weight=3]; 11.83/4.65 889[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];193 -> 889[label="",style="solid", color="blue", weight=9]; 11.83/4.65 889 -> 262[label="",style="solid", color="blue", weight=3]; 11.83/4.65 890[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];193 -> 890[label="",style="solid", color="blue", weight=9]; 11.83/4.65 890 -> 263[label="",style="solid", color="blue", weight=3]; 11.83/4.65 891[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];193 -> 891[label="",style="solid", color="blue", weight=9]; 11.83/4.65 891 -> 264[label="",style="solid", color="blue", weight=3]; 11.83/4.65 892[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];193 -> 892[label="",style="solid", color="blue", weight=9]; 11.83/4.65 892 -> 265[label="",style="solid", color="blue", weight=3]; 11.83/4.65 194[label="False",fontsize=16,color="green",shape="box"];195[label="False",fontsize=16,color="green",shape="box"];196[label="yu300 == yu40000",fontsize=16,color="blue",shape="box"];893[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];196 -> 893[label="",style="solid", color="blue", weight=9]; 11.83/4.65 893 -> 266[label="",style="solid", color="blue", weight=3]; 11.83/4.65 894[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];196 -> 894[label="",style="solid", color="blue", weight=9]; 11.83/4.65 894 -> 267[label="",style="solid", color="blue", weight=3]; 11.83/4.65 895[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];196 -> 895[label="",style="solid", color="blue", weight=9]; 11.83/4.65 895 -> 268[label="",style="solid", color="blue", weight=3]; 11.83/4.65 896[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];196 -> 896[label="",style="solid", color="blue", weight=9]; 11.83/4.65 896 -> 269[label="",style="solid", color="blue", weight=3]; 11.83/4.65 897[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];196 -> 897[label="",style="solid", color="blue", weight=9]; 11.83/4.65 897 -> 270[label="",style="solid", color="blue", weight=3]; 11.83/4.65 898[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];196 -> 898[label="",style="solid", color="blue", weight=9]; 11.83/4.65 898 -> 271[label="",style="solid", color="blue", weight=3]; 11.83/4.65 899[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];196 -> 899[label="",style="solid", color="blue", weight=9]; 11.83/4.65 899 -> 272[label="",style="solid", color="blue", weight=3]; 11.83/4.65 900[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];196 -> 900[label="",style="solid", color="blue", weight=9]; 11.83/4.65 900 -> 273[label="",style="solid", color="blue", weight=3]; 11.83/4.65 901[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];196 -> 901[label="",style="solid", color="blue", weight=9]; 11.83/4.65 901 -> 274[label="",style="solid", color="blue", weight=3]; 11.83/4.65 902[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];196 -> 902[label="",style="solid", color="blue", weight=9]; 11.83/4.65 902 -> 275[label="",style="solid", color="blue", weight=3]; 11.83/4.65 903[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];196 -> 903[label="",style="solid", color="blue", weight=9]; 11.83/4.65 903 -> 276[label="",style="solid", color="blue", weight=3]; 11.83/4.65 904[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];196 -> 904[label="",style="solid", color="blue", weight=9]; 11.83/4.65 904 -> 277[label="",style="solid", color="blue", weight=3]; 11.83/4.65 905[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];196 -> 905[label="",style="solid", color="blue", weight=9]; 11.83/4.65 905 -> 278[label="",style="solid", color="blue", weight=3]; 11.83/4.65 906[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];196 -> 906[label="",style="solid", color="blue", weight=9]; 11.83/4.65 906 -> 279[label="",style="solid", color="blue", weight=3]; 11.83/4.65 197 -> 304[label="",style="dashed", color="red", weight=0]; 11.83/4.65 197[label="yu300 == yu40000 && yu301 == yu40001",fontsize=16,color="magenta"];197 -> 309[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 197 -> 310[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 198 -> 304[label="",style="dashed", color="red", weight=0]; 11.83/4.65 198[label="yu300 == yu40000 && yu301 == yu40001",fontsize=16,color="magenta"];198 -> 311[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 198 -> 312[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 199[label="False",fontsize=16,color="green",shape="box"];200[label="False",fontsize=16,color="green",shape="box"];201[label="True",fontsize=16,color="green",shape="box"];202 -> 4[label="",style="dashed", color="red", weight=0]; 11.83/4.65 202[label="lookup (Left yu11) yu14",fontsize=16,color="magenta"];202 -> 280[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 202 -> 281[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 203 -> 4[label="",style="dashed", color="red", weight=0]; 11.83/4.65 203[label="lookup (Right yu22) yu25",fontsize=16,color="magenta"];203 -> 282[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 203 -> 283[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 204[label="primEqNat yu300 yu40000",fontsize=16,color="burlywood",shape="triangle"];907[label="yu300/Succ yu3000",fontsize=10,color="white",style="solid",shape="box"];204 -> 907[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 907 -> 284[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 908[label="yu300/Zero",fontsize=10,color="white",style="solid",shape="box"];204 -> 908[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 908 -> 285[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 205[label="primEqInt (Pos (Succ yu3000)) (Pos yu40000)",fontsize=16,color="burlywood",shape="box"];909[label="yu40000/Succ yu400000",fontsize=10,color="white",style="solid",shape="box"];205 -> 909[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 909 -> 286[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 910[label="yu40000/Zero",fontsize=10,color="white",style="solid",shape="box"];205 -> 910[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 910 -> 287[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 206[label="primEqInt (Pos (Succ yu3000)) (Neg yu40000)",fontsize=16,color="black",shape="box"];206 -> 288[label="",style="solid", color="black", weight=3]; 11.83/4.65 207[label="primEqInt (Pos Zero) (Pos yu40000)",fontsize=16,color="burlywood",shape="box"];911[label="yu40000/Succ yu400000",fontsize=10,color="white",style="solid",shape="box"];207 -> 911[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 911 -> 289[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 912[label="yu40000/Zero",fontsize=10,color="white",style="solid",shape="box"];207 -> 912[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 912 -> 290[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 208[label="primEqInt (Pos Zero) (Neg yu40000)",fontsize=16,color="burlywood",shape="box"];913[label="yu40000/Succ yu400000",fontsize=10,color="white",style="solid",shape="box"];208 -> 913[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 913 -> 291[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 914[label="yu40000/Zero",fontsize=10,color="white",style="solid",shape="box"];208 -> 914[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 914 -> 292[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 209[label="primEqInt (Neg (Succ yu3000)) (Pos yu40000)",fontsize=16,color="black",shape="box"];209 -> 293[label="",style="solid", color="black", weight=3]; 11.83/4.65 210[label="primEqInt (Neg (Succ yu3000)) (Neg yu40000)",fontsize=16,color="burlywood",shape="box"];915[label="yu40000/Succ yu400000",fontsize=10,color="white",style="solid",shape="box"];210 -> 915[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 915 -> 294[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 916[label="yu40000/Zero",fontsize=10,color="white",style="solid",shape="box"];210 -> 916[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 916 -> 295[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 211[label="primEqInt (Neg Zero) (Pos yu40000)",fontsize=16,color="burlywood",shape="box"];917[label="yu40000/Succ yu400000",fontsize=10,color="white",style="solid",shape="box"];211 -> 917[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 917 -> 296[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 918[label="yu40000/Zero",fontsize=10,color="white",style="solid",shape="box"];211 -> 918[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 918 -> 297[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 212[label="primEqInt (Neg Zero) (Neg yu40000)",fontsize=16,color="burlywood",shape="box"];919[label="yu40000/Succ yu400000",fontsize=10,color="white",style="solid",shape="box"];212 -> 919[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 919 -> 298[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 920[label="yu40000/Zero",fontsize=10,color="white",style="solid",shape="box"];212 -> 920[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 920 -> 299[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 213[label="yu300",fontsize=16,color="green",shape="box"];214[label="yu40000",fontsize=16,color="green",shape="box"];215 -> 39[label="",style="dashed", color="red", weight=0]; 11.83/4.65 215[label="yu300 * yu40001 == yu301 * yu40000",fontsize=16,color="magenta"];215 -> 300[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 215 -> 301[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 305[label="yu301 == yu40001",fontsize=16,color="blue",shape="box"];921[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];305 -> 921[label="",style="solid", color="blue", weight=9]; 11.83/4.65 921 -> 317[label="",style="solid", color="blue", weight=3]; 11.83/4.65 922[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];305 -> 922[label="",style="solid", color="blue", weight=9]; 11.83/4.65 922 -> 318[label="",style="solid", color="blue", weight=3]; 11.83/4.65 306[label="yu300 == yu40000",fontsize=16,color="blue",shape="box"];923[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];306 -> 923[label="",style="solid", color="blue", weight=9]; 11.83/4.65 923 -> 319[label="",style="solid", color="blue", weight=3]; 11.83/4.65 924[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];306 -> 924[label="",style="solid", color="blue", weight=9]; 11.83/4.65 924 -> 320[label="",style="solid", color="blue", weight=3]; 11.83/4.65 304[label="yu38 && yu39",fontsize=16,color="burlywood",shape="triangle"];925[label="yu38/False",fontsize=10,color="white",style="solid",shape="box"];304 -> 925[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 925 -> 321[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 926[label="yu38/True",fontsize=10,color="white",style="solid",shape="box"];304 -> 926[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 926 -> 322[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 307 -> 304[label="",style="dashed", color="red", weight=0]; 11.83/4.65 307[label="yu301 == yu40001 && yu302 == yu40002",fontsize=16,color="magenta"];307 -> 323[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 307 -> 324[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 308[label="yu300 == yu40000",fontsize=16,color="blue",shape="box"];927[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];308 -> 927[label="",style="solid", color="blue", weight=9]; 11.83/4.65 927 -> 325[label="",style="solid", color="blue", weight=3]; 11.83/4.65 928[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];308 -> 928[label="",style="solid", color="blue", weight=9]; 11.83/4.65 928 -> 326[label="",style="solid", color="blue", weight=3]; 11.83/4.65 929[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];308 -> 929[label="",style="solid", color="blue", weight=9]; 11.83/4.65 929 -> 327[label="",style="solid", color="blue", weight=3]; 11.83/4.65 930[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];308 -> 930[label="",style="solid", color="blue", weight=9]; 11.83/4.65 930 -> 328[label="",style="solid", color="blue", weight=3]; 11.83/4.65 931[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];308 -> 931[label="",style="solid", color="blue", weight=9]; 11.83/4.65 931 -> 329[label="",style="solid", color="blue", weight=3]; 11.83/4.65 932[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];308 -> 932[label="",style="solid", color="blue", weight=9]; 11.83/4.65 932 -> 330[label="",style="solid", color="blue", weight=3]; 11.83/4.65 933[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];308 -> 933[label="",style="solid", color="blue", weight=9]; 11.83/4.65 933 -> 331[label="",style="solid", color="blue", weight=3]; 11.83/4.65 934[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];308 -> 934[label="",style="solid", color="blue", weight=9]; 11.83/4.65 934 -> 332[label="",style="solid", color="blue", weight=3]; 11.83/4.65 935[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];308 -> 935[label="",style="solid", color="blue", weight=9]; 11.83/4.65 935 -> 333[label="",style="solid", color="blue", weight=3]; 11.83/4.65 936[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];308 -> 936[label="",style="solid", color="blue", weight=9]; 11.83/4.65 936 -> 334[label="",style="solid", color="blue", weight=3]; 11.83/4.65 937[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];308 -> 937[label="",style="solid", color="blue", weight=9]; 11.83/4.65 937 -> 335[label="",style="solid", color="blue", weight=3]; 11.83/4.65 938[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];308 -> 938[label="",style="solid", color="blue", weight=9]; 11.83/4.65 938 -> 336[label="",style="solid", color="blue", weight=3]; 11.83/4.65 939[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];308 -> 939[label="",style="solid", color="blue", weight=9]; 11.83/4.65 939 -> 337[label="",style="solid", color="blue", weight=3]; 11.83/4.65 940[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];308 -> 940[label="",style="solid", color="blue", weight=9]; 11.83/4.65 940 -> 338[label="",style="solid", color="blue", weight=3]; 11.83/4.65 237 -> 36[label="",style="dashed", color="red", weight=0]; 11.83/4.65 237[label="yu300 == yu40000",fontsize=16,color="magenta"];237 -> 339[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 237 -> 340[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 238 -> 37[label="",style="dashed", color="red", weight=0]; 11.83/4.65 238[label="yu300 == yu40000",fontsize=16,color="magenta"];238 -> 341[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 238 -> 342[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 239 -> 38[label="",style="dashed", color="red", weight=0]; 11.83/4.65 239[label="yu300 == yu40000",fontsize=16,color="magenta"];239 -> 343[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 239 -> 344[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 240 -> 39[label="",style="dashed", color="red", weight=0]; 11.83/4.65 240[label="yu300 == yu40000",fontsize=16,color="magenta"];240 -> 345[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 240 -> 346[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 241 -> 40[label="",style="dashed", color="red", weight=0]; 11.83/4.65 241[label="yu300 == yu40000",fontsize=16,color="magenta"];241 -> 347[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 241 -> 348[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 242 -> 41[label="",style="dashed", color="red", weight=0]; 11.83/4.65 242[label="yu300 == yu40000",fontsize=16,color="magenta"];242 -> 349[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 242 -> 350[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 243 -> 42[label="",style="dashed", color="red", weight=0]; 11.83/4.65 243[label="yu300 == yu40000",fontsize=16,color="magenta"];243 -> 351[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 243 -> 352[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 244 -> 43[label="",style="dashed", color="red", weight=0]; 11.83/4.65 244[label="yu300 == yu40000",fontsize=16,color="magenta"];244 -> 353[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 244 -> 354[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 245 -> 44[label="",style="dashed", color="red", weight=0]; 11.83/4.65 245[label="yu300 == yu40000",fontsize=16,color="magenta"];245 -> 355[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 245 -> 356[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 246 -> 45[label="",style="dashed", color="red", weight=0]; 11.83/4.65 246[label="yu300 == yu40000",fontsize=16,color="magenta"];246 -> 357[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 246 -> 358[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 247 -> 46[label="",style="dashed", color="red", weight=0]; 11.83/4.65 247[label="yu300 == yu40000",fontsize=16,color="magenta"];247 -> 359[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 247 -> 360[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 248 -> 47[label="",style="dashed", color="red", weight=0]; 11.83/4.65 248[label="yu300 == yu40000",fontsize=16,color="magenta"];248 -> 361[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 248 -> 362[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 249 -> 48[label="",style="dashed", color="red", weight=0]; 11.83/4.65 249[label="yu300 == yu40000",fontsize=16,color="magenta"];249 -> 363[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 249 -> 364[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 250 -> 49[label="",style="dashed", color="red", weight=0]; 11.83/4.65 250[label="yu300 == yu40000",fontsize=16,color="magenta"];250 -> 365[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 250 -> 366[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 251 -> 39[label="",style="dashed", color="red", weight=0]; 11.83/4.65 251[label="yu300 * yu40001 == yu301 * yu40000",fontsize=16,color="magenta"];251 -> 367[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 251 -> 368[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 252 -> 36[label="",style="dashed", color="red", weight=0]; 11.83/4.65 252[label="yu300 == yu40000",fontsize=16,color="magenta"];252 -> 369[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 252 -> 370[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 253 -> 37[label="",style="dashed", color="red", weight=0]; 11.83/4.65 253[label="yu300 == yu40000",fontsize=16,color="magenta"];253 -> 371[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 253 -> 372[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 254 -> 38[label="",style="dashed", color="red", weight=0]; 11.83/4.65 254[label="yu300 == yu40000",fontsize=16,color="magenta"];254 -> 373[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 254 -> 374[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 255 -> 39[label="",style="dashed", color="red", weight=0]; 11.83/4.65 255[label="yu300 == yu40000",fontsize=16,color="magenta"];255 -> 375[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 255 -> 376[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 256 -> 40[label="",style="dashed", color="red", weight=0]; 11.83/4.65 256[label="yu300 == yu40000",fontsize=16,color="magenta"];256 -> 377[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 256 -> 378[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 257 -> 41[label="",style="dashed", color="red", weight=0]; 11.83/4.65 257[label="yu300 == yu40000",fontsize=16,color="magenta"];257 -> 379[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 257 -> 380[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 258 -> 42[label="",style="dashed", color="red", weight=0]; 11.83/4.65 258[label="yu300 == yu40000",fontsize=16,color="magenta"];258 -> 381[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 258 -> 382[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 259 -> 43[label="",style="dashed", color="red", weight=0]; 11.83/4.65 259[label="yu300 == yu40000",fontsize=16,color="magenta"];259 -> 383[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 259 -> 384[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 260 -> 44[label="",style="dashed", color="red", weight=0]; 11.83/4.65 260[label="yu300 == yu40000",fontsize=16,color="magenta"];260 -> 385[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 260 -> 386[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 261 -> 45[label="",style="dashed", color="red", weight=0]; 11.83/4.65 261[label="yu300 == yu40000",fontsize=16,color="magenta"];261 -> 387[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 261 -> 388[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 262 -> 46[label="",style="dashed", color="red", weight=0]; 11.83/4.65 262[label="yu300 == yu40000",fontsize=16,color="magenta"];262 -> 389[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 262 -> 390[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 263 -> 47[label="",style="dashed", color="red", weight=0]; 11.83/4.65 263[label="yu300 == yu40000",fontsize=16,color="magenta"];263 -> 391[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 263 -> 392[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 264 -> 48[label="",style="dashed", color="red", weight=0]; 11.83/4.65 264[label="yu300 == yu40000",fontsize=16,color="magenta"];264 -> 393[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 264 -> 394[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 265 -> 49[label="",style="dashed", color="red", weight=0]; 11.83/4.65 265[label="yu300 == yu40000",fontsize=16,color="magenta"];265 -> 395[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 265 -> 396[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 266 -> 36[label="",style="dashed", color="red", weight=0]; 11.83/4.65 266[label="yu300 == yu40000",fontsize=16,color="magenta"];266 -> 397[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 266 -> 398[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 267 -> 37[label="",style="dashed", color="red", weight=0]; 11.83/4.65 267[label="yu300 == yu40000",fontsize=16,color="magenta"];267 -> 399[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 267 -> 400[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 268 -> 38[label="",style="dashed", color="red", weight=0]; 11.83/4.65 268[label="yu300 == yu40000",fontsize=16,color="magenta"];268 -> 401[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 268 -> 402[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 269 -> 39[label="",style="dashed", color="red", weight=0]; 11.83/4.65 269[label="yu300 == yu40000",fontsize=16,color="magenta"];269 -> 403[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 269 -> 404[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 270 -> 40[label="",style="dashed", color="red", weight=0]; 11.83/4.65 270[label="yu300 == yu40000",fontsize=16,color="magenta"];270 -> 405[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 270 -> 406[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 271 -> 41[label="",style="dashed", color="red", weight=0]; 11.83/4.65 271[label="yu300 == yu40000",fontsize=16,color="magenta"];271 -> 407[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 271 -> 408[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 272 -> 42[label="",style="dashed", color="red", weight=0]; 11.83/4.65 272[label="yu300 == yu40000",fontsize=16,color="magenta"];272 -> 409[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 272 -> 410[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 273 -> 43[label="",style="dashed", color="red", weight=0]; 11.83/4.65 273[label="yu300 == yu40000",fontsize=16,color="magenta"];273 -> 411[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 273 -> 412[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 274 -> 44[label="",style="dashed", color="red", weight=0]; 11.83/4.65 274[label="yu300 == yu40000",fontsize=16,color="magenta"];274 -> 413[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 274 -> 414[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 275 -> 45[label="",style="dashed", color="red", weight=0]; 11.83/4.65 275[label="yu300 == yu40000",fontsize=16,color="magenta"];275 -> 415[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 275 -> 416[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 276 -> 46[label="",style="dashed", color="red", weight=0]; 11.83/4.65 276[label="yu300 == yu40000",fontsize=16,color="magenta"];276 -> 417[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 276 -> 418[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 277 -> 47[label="",style="dashed", color="red", weight=0]; 11.83/4.65 277[label="yu300 == yu40000",fontsize=16,color="magenta"];277 -> 419[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 277 -> 420[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 278 -> 48[label="",style="dashed", color="red", weight=0]; 11.83/4.65 278[label="yu300 == yu40000",fontsize=16,color="magenta"];278 -> 421[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 278 -> 422[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 279 -> 49[label="",style="dashed", color="red", weight=0]; 11.83/4.65 279[label="yu300 == yu40000",fontsize=16,color="magenta"];279 -> 423[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 279 -> 424[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 309[label="yu301 == yu40001",fontsize=16,color="blue",shape="box"];941[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];309 -> 941[label="",style="solid", color="blue", weight=9]; 11.83/4.65 941 -> 425[label="",style="solid", color="blue", weight=3]; 11.83/4.65 942[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];309 -> 942[label="",style="solid", color="blue", weight=9]; 11.83/4.65 942 -> 426[label="",style="solid", color="blue", weight=3]; 11.83/4.65 943[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];309 -> 943[label="",style="solid", color="blue", weight=9]; 11.83/4.65 943 -> 427[label="",style="solid", color="blue", weight=3]; 11.83/4.65 944[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];309 -> 944[label="",style="solid", color="blue", weight=9]; 11.83/4.65 944 -> 428[label="",style="solid", color="blue", weight=3]; 11.83/4.65 945[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];309 -> 945[label="",style="solid", color="blue", weight=9]; 11.83/4.65 945 -> 429[label="",style="solid", color="blue", weight=3]; 11.83/4.65 946[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];309 -> 946[label="",style="solid", color="blue", weight=9]; 11.83/4.65 946 -> 430[label="",style="solid", color="blue", weight=3]; 11.83/4.65 947[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];309 -> 947[label="",style="solid", color="blue", weight=9]; 11.83/4.65 947 -> 431[label="",style="solid", color="blue", weight=3]; 11.83/4.65 948[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];309 -> 948[label="",style="solid", color="blue", weight=9]; 11.83/4.65 948 -> 432[label="",style="solid", color="blue", weight=3]; 11.83/4.65 949[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];309 -> 949[label="",style="solid", color="blue", weight=9]; 11.83/4.65 949 -> 433[label="",style="solid", color="blue", weight=3]; 11.83/4.65 950[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];309 -> 950[label="",style="solid", color="blue", weight=9]; 11.83/4.65 950 -> 434[label="",style="solid", color="blue", weight=3]; 11.83/4.65 951[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];309 -> 951[label="",style="solid", color="blue", weight=9]; 11.83/4.65 951 -> 435[label="",style="solid", color="blue", weight=3]; 11.83/4.65 952[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];309 -> 952[label="",style="solid", color="blue", weight=9]; 11.83/4.65 952 -> 436[label="",style="solid", color="blue", weight=3]; 11.83/4.65 953[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];309 -> 953[label="",style="solid", color="blue", weight=9]; 11.83/4.65 953 -> 437[label="",style="solid", color="blue", weight=3]; 11.83/4.65 954[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];309 -> 954[label="",style="solid", color="blue", weight=9]; 11.83/4.65 954 -> 438[label="",style="solid", color="blue", weight=3]; 11.83/4.65 310[label="yu300 == yu40000",fontsize=16,color="blue",shape="box"];955[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];310 -> 955[label="",style="solid", color="blue", weight=9]; 11.83/4.65 955 -> 439[label="",style="solid", color="blue", weight=3]; 11.83/4.65 956[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];310 -> 956[label="",style="solid", color="blue", weight=9]; 11.83/4.65 956 -> 440[label="",style="solid", color="blue", weight=3]; 11.83/4.65 957[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];310 -> 957[label="",style="solid", color="blue", weight=9]; 11.83/4.65 957 -> 441[label="",style="solid", color="blue", weight=3]; 11.83/4.65 958[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];310 -> 958[label="",style="solid", color="blue", weight=9]; 11.83/4.65 958 -> 442[label="",style="solid", color="blue", weight=3]; 11.83/4.65 959[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];310 -> 959[label="",style="solid", color="blue", weight=9]; 11.83/4.65 959 -> 443[label="",style="solid", color="blue", weight=3]; 11.83/4.65 960[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];310 -> 960[label="",style="solid", color="blue", weight=9]; 11.83/4.65 960 -> 444[label="",style="solid", color="blue", weight=3]; 11.83/4.65 961[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];310 -> 961[label="",style="solid", color="blue", weight=9]; 11.83/4.65 961 -> 445[label="",style="solid", color="blue", weight=3]; 11.83/4.65 962[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];310 -> 962[label="",style="solid", color="blue", weight=9]; 11.83/4.65 962 -> 446[label="",style="solid", color="blue", weight=3]; 11.83/4.65 963[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];310 -> 963[label="",style="solid", color="blue", weight=9]; 11.83/4.65 963 -> 447[label="",style="solid", color="blue", weight=3]; 11.83/4.65 964[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];310 -> 964[label="",style="solid", color="blue", weight=9]; 11.83/4.65 964 -> 448[label="",style="solid", color="blue", weight=3]; 11.83/4.65 965[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];310 -> 965[label="",style="solid", color="blue", weight=9]; 11.83/4.65 965 -> 449[label="",style="solid", color="blue", weight=3]; 11.83/4.65 966[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];310 -> 966[label="",style="solid", color="blue", weight=9]; 11.83/4.65 966 -> 450[label="",style="solid", color="blue", weight=3]; 11.83/4.65 967[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];310 -> 967[label="",style="solid", color="blue", weight=9]; 11.83/4.65 967 -> 451[label="",style="solid", color="blue", weight=3]; 11.83/4.65 968[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];310 -> 968[label="",style="solid", color="blue", weight=9]; 11.83/4.65 968 -> 452[label="",style="solid", color="blue", weight=3]; 11.83/4.65 311 -> 49[label="",style="dashed", color="red", weight=0]; 11.83/4.65 311[label="yu301 == yu40001",fontsize=16,color="magenta"];311 -> 453[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 311 -> 454[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 312[label="yu300 == yu40000",fontsize=16,color="blue",shape="box"];969[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];312 -> 969[label="",style="solid", color="blue", weight=9]; 11.83/4.65 969 -> 455[label="",style="solid", color="blue", weight=3]; 11.83/4.65 970[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];312 -> 970[label="",style="solid", color="blue", weight=9]; 11.83/4.65 970 -> 456[label="",style="solid", color="blue", weight=3]; 11.83/4.65 971[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];312 -> 971[label="",style="solid", color="blue", weight=9]; 11.83/4.65 971 -> 457[label="",style="solid", color="blue", weight=3]; 11.83/4.65 972[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];312 -> 972[label="",style="solid", color="blue", weight=9]; 11.83/4.65 972 -> 458[label="",style="solid", color="blue", weight=3]; 11.83/4.65 973[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];312 -> 973[label="",style="solid", color="blue", weight=9]; 11.83/4.65 973 -> 459[label="",style="solid", color="blue", weight=3]; 11.83/4.65 974[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];312 -> 974[label="",style="solid", color="blue", weight=9]; 11.83/4.65 974 -> 460[label="",style="solid", color="blue", weight=3]; 11.83/4.65 975[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];312 -> 975[label="",style="solid", color="blue", weight=9]; 11.83/4.65 975 -> 461[label="",style="solid", color="blue", weight=3]; 11.83/4.65 976[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];312 -> 976[label="",style="solid", color="blue", weight=9]; 11.83/4.65 976 -> 462[label="",style="solid", color="blue", weight=3]; 11.83/4.65 977[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];312 -> 977[label="",style="solid", color="blue", weight=9]; 11.83/4.65 977 -> 463[label="",style="solid", color="blue", weight=3]; 11.83/4.65 978[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];312 -> 978[label="",style="solid", color="blue", weight=9]; 11.83/4.65 978 -> 464[label="",style="solid", color="blue", weight=3]; 11.83/4.65 979[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];312 -> 979[label="",style="solid", color="blue", weight=9]; 11.83/4.65 979 -> 465[label="",style="solid", color="blue", weight=3]; 11.83/4.65 980[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];312 -> 980[label="",style="solid", color="blue", weight=9]; 11.83/4.65 980 -> 466[label="",style="solid", color="blue", weight=3]; 11.83/4.65 981[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];312 -> 981[label="",style="solid", color="blue", weight=9]; 11.83/4.65 981 -> 467[label="",style="solid", color="blue", weight=3]; 11.83/4.65 982[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];312 -> 982[label="",style="solid", color="blue", weight=9]; 11.83/4.65 982 -> 468[label="",style="solid", color="blue", weight=3]; 11.83/4.65 280[label="yu14",fontsize=16,color="green",shape="box"];281[label="Left yu11",fontsize=16,color="green",shape="box"];282[label="yu25",fontsize=16,color="green",shape="box"];283[label="Right yu22",fontsize=16,color="green",shape="box"];284[label="primEqNat (Succ yu3000) yu40000",fontsize=16,color="burlywood",shape="box"];983[label="yu40000/Succ yu400000",fontsize=10,color="white",style="solid",shape="box"];284 -> 983[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 983 -> 469[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 984[label="yu40000/Zero",fontsize=10,color="white",style="solid",shape="box"];284 -> 984[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 984 -> 470[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 285[label="primEqNat Zero yu40000",fontsize=16,color="burlywood",shape="box"];985[label="yu40000/Succ yu400000",fontsize=10,color="white",style="solid",shape="box"];285 -> 985[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 985 -> 471[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 986[label="yu40000/Zero",fontsize=10,color="white",style="solid",shape="box"];285 -> 986[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 986 -> 472[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 286[label="primEqInt (Pos (Succ yu3000)) (Pos (Succ yu400000))",fontsize=16,color="black",shape="box"];286 -> 473[label="",style="solid", color="black", weight=3]; 11.83/4.65 287[label="primEqInt (Pos (Succ yu3000)) (Pos Zero)",fontsize=16,color="black",shape="box"];287 -> 474[label="",style="solid", color="black", weight=3]; 11.83/4.65 288[label="False",fontsize=16,color="green",shape="box"];289[label="primEqInt (Pos Zero) (Pos (Succ yu400000))",fontsize=16,color="black",shape="box"];289 -> 475[label="",style="solid", color="black", weight=3]; 11.83/4.65 290[label="primEqInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];290 -> 476[label="",style="solid", color="black", weight=3]; 11.83/4.65 291[label="primEqInt (Pos Zero) (Neg (Succ yu400000))",fontsize=16,color="black",shape="box"];291 -> 477[label="",style="solid", color="black", weight=3]; 11.83/4.65 292[label="primEqInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];292 -> 478[label="",style="solid", color="black", weight=3]; 11.83/4.65 293[label="False",fontsize=16,color="green",shape="box"];294[label="primEqInt (Neg (Succ yu3000)) (Neg (Succ yu400000))",fontsize=16,color="black",shape="box"];294 -> 479[label="",style="solid", color="black", weight=3]; 11.83/4.65 295[label="primEqInt (Neg (Succ yu3000)) (Neg Zero)",fontsize=16,color="black",shape="box"];295 -> 480[label="",style="solid", color="black", weight=3]; 11.83/4.65 296[label="primEqInt (Neg Zero) (Pos (Succ yu400000))",fontsize=16,color="black",shape="box"];296 -> 481[label="",style="solid", color="black", weight=3]; 11.83/4.65 297[label="primEqInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];297 -> 482[label="",style="solid", color="black", weight=3]; 11.83/4.65 298[label="primEqInt (Neg Zero) (Neg (Succ yu400000))",fontsize=16,color="black",shape="box"];298 -> 483[label="",style="solid", color="black", weight=3]; 11.83/4.65 299[label="primEqInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];299 -> 484[label="",style="solid", color="black", weight=3]; 11.83/4.65 300[label="yu300 * yu40001",fontsize=16,color="black",shape="triangle"];300 -> 485[label="",style="solid", color="black", weight=3]; 11.83/4.65 301 -> 300[label="",style="dashed", color="red", weight=0]; 11.83/4.65 301[label="yu301 * yu40000",fontsize=16,color="magenta"];301 -> 486[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 301 -> 487[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 317 -> 39[label="",style="dashed", color="red", weight=0]; 11.83/4.65 317[label="yu301 == yu40001",fontsize=16,color="magenta"];317 -> 488[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 317 -> 489[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 318 -> 40[label="",style="dashed", color="red", weight=0]; 11.83/4.65 318[label="yu301 == yu40001",fontsize=16,color="magenta"];318 -> 490[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 318 -> 491[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 319 -> 39[label="",style="dashed", color="red", weight=0]; 11.83/4.65 319[label="yu300 == yu40000",fontsize=16,color="magenta"];319 -> 492[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 319 -> 493[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 320 -> 40[label="",style="dashed", color="red", weight=0]; 11.83/4.65 320[label="yu300 == yu40000",fontsize=16,color="magenta"];320 -> 494[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 320 -> 495[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 321[label="False && yu39",fontsize=16,color="black",shape="box"];321 -> 496[label="",style="solid", color="black", weight=3]; 11.83/4.65 322[label="True && yu39",fontsize=16,color="black",shape="box"];322 -> 497[label="",style="solid", color="black", weight=3]; 11.83/4.65 323[label="yu302 == yu40002",fontsize=16,color="blue",shape="box"];987[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];323 -> 987[label="",style="solid", color="blue", weight=9]; 11.83/4.65 987 -> 498[label="",style="solid", color="blue", weight=3]; 11.83/4.65 988[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];323 -> 988[label="",style="solid", color="blue", weight=9]; 11.83/4.65 988 -> 499[label="",style="solid", color="blue", weight=3]; 11.83/4.65 989[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];323 -> 989[label="",style="solid", color="blue", weight=9]; 11.83/4.65 989 -> 500[label="",style="solid", color="blue", weight=3]; 11.83/4.65 990[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];323 -> 990[label="",style="solid", color="blue", weight=9]; 11.83/4.65 990 -> 501[label="",style="solid", color="blue", weight=3]; 11.83/4.65 991[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];323 -> 991[label="",style="solid", color="blue", weight=9]; 11.83/4.65 991 -> 502[label="",style="solid", color="blue", weight=3]; 11.83/4.65 992[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];323 -> 992[label="",style="solid", color="blue", weight=9]; 11.83/4.65 992 -> 503[label="",style="solid", color="blue", weight=3]; 11.83/4.65 993[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];323 -> 993[label="",style="solid", color="blue", weight=9]; 11.83/4.65 993 -> 504[label="",style="solid", color="blue", weight=3]; 11.83/4.65 994[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];323 -> 994[label="",style="solid", color="blue", weight=9]; 11.83/4.65 994 -> 505[label="",style="solid", color="blue", weight=3]; 11.83/4.65 995[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];323 -> 995[label="",style="solid", color="blue", weight=9]; 11.83/4.65 995 -> 506[label="",style="solid", color="blue", weight=3]; 11.83/4.65 996[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];323 -> 996[label="",style="solid", color="blue", weight=9]; 11.83/4.65 996 -> 507[label="",style="solid", color="blue", weight=3]; 11.83/4.65 997[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];323 -> 997[label="",style="solid", color="blue", weight=9]; 11.83/4.65 997 -> 508[label="",style="solid", color="blue", weight=3]; 11.83/4.65 998[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];323 -> 998[label="",style="solid", color="blue", weight=9]; 11.83/4.65 998 -> 509[label="",style="solid", color="blue", weight=3]; 11.83/4.65 999[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];323 -> 999[label="",style="solid", color="blue", weight=9]; 11.83/4.65 999 -> 510[label="",style="solid", color="blue", weight=3]; 11.83/4.65 1000[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];323 -> 1000[label="",style="solid", color="blue", weight=9]; 11.83/4.65 1000 -> 511[label="",style="solid", color="blue", weight=3]; 11.83/4.65 324[label="yu301 == yu40001",fontsize=16,color="blue",shape="box"];1001[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];324 -> 1001[label="",style="solid", color="blue", weight=9]; 11.83/4.65 1001 -> 512[label="",style="solid", color="blue", weight=3]; 11.83/4.65 1002[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];324 -> 1002[label="",style="solid", color="blue", weight=9]; 11.83/4.65 1002 -> 513[label="",style="solid", color="blue", weight=3]; 11.83/4.65 1003[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];324 -> 1003[label="",style="solid", color="blue", weight=9]; 11.83/4.65 1003 -> 514[label="",style="solid", color="blue", weight=3]; 11.83/4.65 1004[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];324 -> 1004[label="",style="solid", color="blue", weight=9]; 11.83/4.65 1004 -> 515[label="",style="solid", color="blue", weight=3]; 11.83/4.65 1005[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];324 -> 1005[label="",style="solid", color="blue", weight=9]; 11.83/4.65 1005 -> 516[label="",style="solid", color="blue", weight=3]; 11.83/4.65 1006[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];324 -> 1006[label="",style="solid", color="blue", weight=9]; 11.83/4.65 1006 -> 517[label="",style="solid", color="blue", weight=3]; 11.83/4.65 1007[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];324 -> 1007[label="",style="solid", color="blue", weight=9]; 11.83/4.65 1007 -> 518[label="",style="solid", color="blue", weight=3]; 11.83/4.65 1008[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];324 -> 1008[label="",style="solid", color="blue", weight=9]; 11.83/4.65 1008 -> 519[label="",style="solid", color="blue", weight=3]; 11.83/4.65 1009[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];324 -> 1009[label="",style="solid", color="blue", weight=9]; 11.83/4.65 1009 -> 520[label="",style="solid", color="blue", weight=3]; 11.83/4.65 1010[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];324 -> 1010[label="",style="solid", color="blue", weight=9]; 11.83/4.65 1010 -> 521[label="",style="solid", color="blue", weight=3]; 11.83/4.65 1011[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];324 -> 1011[label="",style="solid", color="blue", weight=9]; 11.83/4.65 1011 -> 522[label="",style="solid", color="blue", weight=3]; 11.83/4.65 1012[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];324 -> 1012[label="",style="solid", color="blue", weight=9]; 11.83/4.65 1012 -> 523[label="",style="solid", color="blue", weight=3]; 11.83/4.65 1013[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];324 -> 1013[label="",style="solid", color="blue", weight=9]; 11.83/4.65 1013 -> 524[label="",style="solid", color="blue", weight=3]; 11.83/4.65 1014[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];324 -> 1014[label="",style="solid", color="blue", weight=9]; 11.83/4.65 1014 -> 525[label="",style="solid", color="blue", weight=3]; 11.83/4.65 325 -> 36[label="",style="dashed", color="red", weight=0]; 11.83/4.65 325[label="yu300 == yu40000",fontsize=16,color="magenta"];325 -> 526[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 325 -> 527[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 326 -> 37[label="",style="dashed", color="red", weight=0]; 11.83/4.65 326[label="yu300 == yu40000",fontsize=16,color="magenta"];326 -> 528[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 326 -> 529[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 327 -> 38[label="",style="dashed", color="red", weight=0]; 11.83/4.65 327[label="yu300 == yu40000",fontsize=16,color="magenta"];327 -> 530[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 327 -> 531[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 328 -> 39[label="",style="dashed", color="red", weight=0]; 11.83/4.65 328[label="yu300 == yu40000",fontsize=16,color="magenta"];328 -> 532[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 328 -> 533[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 329 -> 40[label="",style="dashed", color="red", weight=0]; 11.83/4.65 329[label="yu300 == yu40000",fontsize=16,color="magenta"];329 -> 534[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 329 -> 535[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 330 -> 41[label="",style="dashed", color="red", weight=0]; 11.83/4.65 330[label="yu300 == yu40000",fontsize=16,color="magenta"];330 -> 536[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 330 -> 537[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 331 -> 42[label="",style="dashed", color="red", weight=0]; 11.83/4.65 331[label="yu300 == yu40000",fontsize=16,color="magenta"];331 -> 538[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 331 -> 539[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 332 -> 43[label="",style="dashed", color="red", weight=0]; 11.83/4.65 332[label="yu300 == yu40000",fontsize=16,color="magenta"];332 -> 540[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 332 -> 541[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 333 -> 44[label="",style="dashed", color="red", weight=0]; 11.83/4.65 333[label="yu300 == yu40000",fontsize=16,color="magenta"];333 -> 542[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 333 -> 543[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 334 -> 45[label="",style="dashed", color="red", weight=0]; 11.83/4.65 334[label="yu300 == yu40000",fontsize=16,color="magenta"];334 -> 544[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 334 -> 545[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 335 -> 46[label="",style="dashed", color="red", weight=0]; 11.83/4.65 335[label="yu300 == yu40000",fontsize=16,color="magenta"];335 -> 546[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 335 -> 547[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 336 -> 47[label="",style="dashed", color="red", weight=0]; 11.83/4.65 336[label="yu300 == yu40000",fontsize=16,color="magenta"];336 -> 548[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 336 -> 549[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 337 -> 48[label="",style="dashed", color="red", weight=0]; 11.83/4.65 337[label="yu300 == yu40000",fontsize=16,color="magenta"];337 -> 550[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 337 -> 551[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 338 -> 49[label="",style="dashed", color="red", weight=0]; 11.83/4.65 338[label="yu300 == yu40000",fontsize=16,color="magenta"];338 -> 552[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 338 -> 553[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 339[label="yu300",fontsize=16,color="green",shape="box"];340[label="yu40000",fontsize=16,color="green",shape="box"];341[label="yu300",fontsize=16,color="green",shape="box"];342[label="yu40000",fontsize=16,color="green",shape="box"];343[label="yu300",fontsize=16,color="green",shape="box"];344[label="yu40000",fontsize=16,color="green",shape="box"];345[label="yu300",fontsize=16,color="green",shape="box"];346[label="yu40000",fontsize=16,color="green",shape="box"];347[label="yu300",fontsize=16,color="green",shape="box"];348[label="yu40000",fontsize=16,color="green",shape="box"];349[label="yu300",fontsize=16,color="green",shape="box"];350[label="yu40000",fontsize=16,color="green",shape="box"];351[label="yu300",fontsize=16,color="green",shape="box"];352[label="yu40000",fontsize=16,color="green",shape="box"];353[label="yu300",fontsize=16,color="green",shape="box"];354[label="yu40000",fontsize=16,color="green",shape="box"];355[label="yu300",fontsize=16,color="green",shape="box"];356[label="yu40000",fontsize=16,color="green",shape="box"];357[label="yu300",fontsize=16,color="green",shape="box"];358[label="yu40000",fontsize=16,color="green",shape="box"];359[label="yu300",fontsize=16,color="green",shape="box"];360[label="yu40000",fontsize=16,color="green",shape="box"];361[label="yu300",fontsize=16,color="green",shape="box"];362[label="yu40000",fontsize=16,color="green",shape="box"];363[label="yu300",fontsize=16,color="green",shape="box"];364[label="yu40000",fontsize=16,color="green",shape="box"];365[label="yu300",fontsize=16,color="green",shape="box"];366[label="yu40000",fontsize=16,color="green",shape="box"];367 -> 300[label="",style="dashed", color="red", weight=0]; 11.83/4.65 367[label="yu300 * yu40001",fontsize=16,color="magenta"];367 -> 554[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 367 -> 555[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 368 -> 300[label="",style="dashed", color="red", weight=0]; 11.83/4.65 368[label="yu301 * yu40000",fontsize=16,color="magenta"];368 -> 556[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 368 -> 557[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 369[label="yu300",fontsize=16,color="green",shape="box"];370[label="yu40000",fontsize=16,color="green",shape="box"];371[label="yu300",fontsize=16,color="green",shape="box"];372[label="yu40000",fontsize=16,color="green",shape="box"];373[label="yu300",fontsize=16,color="green",shape="box"];374[label="yu40000",fontsize=16,color="green",shape="box"];375[label="yu300",fontsize=16,color="green",shape="box"];376[label="yu40000",fontsize=16,color="green",shape="box"];377[label="yu300",fontsize=16,color="green",shape="box"];378[label="yu40000",fontsize=16,color="green",shape="box"];379[label="yu300",fontsize=16,color="green",shape="box"];380[label="yu40000",fontsize=16,color="green",shape="box"];381[label="yu300",fontsize=16,color="green",shape="box"];382[label="yu40000",fontsize=16,color="green",shape="box"];383[label="yu300",fontsize=16,color="green",shape="box"];384[label="yu40000",fontsize=16,color="green",shape="box"];385[label="yu300",fontsize=16,color="green",shape="box"];386[label="yu40000",fontsize=16,color="green",shape="box"];387[label="yu300",fontsize=16,color="green",shape="box"];388[label="yu40000",fontsize=16,color="green",shape="box"];389[label="yu300",fontsize=16,color="green",shape="box"];390[label="yu40000",fontsize=16,color="green",shape="box"];391[label="yu300",fontsize=16,color="green",shape="box"];392[label="yu40000",fontsize=16,color="green",shape="box"];393[label="yu300",fontsize=16,color="green",shape="box"];394[label="yu40000",fontsize=16,color="green",shape="box"];395[label="yu300",fontsize=16,color="green",shape="box"];396[label="yu40000",fontsize=16,color="green",shape="box"];397[label="yu300",fontsize=16,color="green",shape="box"];398[label="yu40000",fontsize=16,color="green",shape="box"];399[label="yu300",fontsize=16,color="green",shape="box"];400[label="yu40000",fontsize=16,color="green",shape="box"];401[label="yu300",fontsize=16,color="green",shape="box"];402[label="yu40000",fontsize=16,color="green",shape="box"];403[label="yu300",fontsize=16,color="green",shape="box"];404[label="yu40000",fontsize=16,color="green",shape="box"];405[label="yu300",fontsize=16,color="green",shape="box"];406[label="yu40000",fontsize=16,color="green",shape="box"];407[label="yu300",fontsize=16,color="green",shape="box"];408[label="yu40000",fontsize=16,color="green",shape="box"];409[label="yu300",fontsize=16,color="green",shape="box"];410[label="yu40000",fontsize=16,color="green",shape="box"];411[label="yu300",fontsize=16,color="green",shape="box"];412[label="yu40000",fontsize=16,color="green",shape="box"];413[label="yu300",fontsize=16,color="green",shape="box"];414[label="yu40000",fontsize=16,color="green",shape="box"];415[label="yu300",fontsize=16,color="green",shape="box"];416[label="yu40000",fontsize=16,color="green",shape="box"];417[label="yu300",fontsize=16,color="green",shape="box"];418[label="yu40000",fontsize=16,color="green",shape="box"];419[label="yu300",fontsize=16,color="green",shape="box"];420[label="yu40000",fontsize=16,color="green",shape="box"];421[label="yu300",fontsize=16,color="green",shape="box"];422[label="yu40000",fontsize=16,color="green",shape="box"];423[label="yu300",fontsize=16,color="green",shape="box"];424[label="yu40000",fontsize=16,color="green",shape="box"];425 -> 36[label="",style="dashed", color="red", weight=0]; 11.83/4.65 425[label="yu301 == yu40001",fontsize=16,color="magenta"];425 -> 558[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 425 -> 559[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 426 -> 37[label="",style="dashed", color="red", weight=0]; 11.83/4.65 426[label="yu301 == yu40001",fontsize=16,color="magenta"];426 -> 560[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 426 -> 561[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 427 -> 38[label="",style="dashed", color="red", weight=0]; 11.83/4.65 427[label="yu301 == yu40001",fontsize=16,color="magenta"];427 -> 562[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 427 -> 563[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 428 -> 39[label="",style="dashed", color="red", weight=0]; 11.83/4.65 428[label="yu301 == yu40001",fontsize=16,color="magenta"];428 -> 564[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 428 -> 565[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 429 -> 40[label="",style="dashed", color="red", weight=0]; 11.83/4.65 429[label="yu301 == yu40001",fontsize=16,color="magenta"];429 -> 566[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 429 -> 567[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 430 -> 41[label="",style="dashed", color="red", weight=0]; 11.83/4.65 430[label="yu301 == yu40001",fontsize=16,color="magenta"];430 -> 568[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 430 -> 569[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 431 -> 42[label="",style="dashed", color="red", weight=0]; 11.83/4.65 431[label="yu301 == yu40001",fontsize=16,color="magenta"];431 -> 570[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 431 -> 571[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 432 -> 43[label="",style="dashed", color="red", weight=0]; 11.83/4.65 432[label="yu301 == yu40001",fontsize=16,color="magenta"];432 -> 572[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 432 -> 573[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 433 -> 44[label="",style="dashed", color="red", weight=0]; 11.83/4.65 433[label="yu301 == yu40001",fontsize=16,color="magenta"];433 -> 574[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 433 -> 575[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 434 -> 45[label="",style="dashed", color="red", weight=0]; 11.83/4.65 434[label="yu301 == yu40001",fontsize=16,color="magenta"];434 -> 576[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 434 -> 577[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 435 -> 46[label="",style="dashed", color="red", weight=0]; 11.83/4.65 435[label="yu301 == yu40001",fontsize=16,color="magenta"];435 -> 578[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 435 -> 579[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 436 -> 47[label="",style="dashed", color="red", weight=0]; 11.83/4.65 436[label="yu301 == yu40001",fontsize=16,color="magenta"];436 -> 580[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 436 -> 581[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 437 -> 48[label="",style="dashed", color="red", weight=0]; 11.83/4.65 437[label="yu301 == yu40001",fontsize=16,color="magenta"];437 -> 582[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 437 -> 583[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 438 -> 49[label="",style="dashed", color="red", weight=0]; 11.83/4.65 438[label="yu301 == yu40001",fontsize=16,color="magenta"];438 -> 584[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 438 -> 585[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 439 -> 36[label="",style="dashed", color="red", weight=0]; 11.83/4.65 439[label="yu300 == yu40000",fontsize=16,color="magenta"];439 -> 586[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 439 -> 587[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 440 -> 37[label="",style="dashed", color="red", weight=0]; 11.83/4.65 440[label="yu300 == yu40000",fontsize=16,color="magenta"];440 -> 588[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 440 -> 589[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 441 -> 38[label="",style="dashed", color="red", weight=0]; 11.83/4.65 441[label="yu300 == yu40000",fontsize=16,color="magenta"];441 -> 590[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 441 -> 591[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 442 -> 39[label="",style="dashed", color="red", weight=0]; 11.83/4.65 442[label="yu300 == yu40000",fontsize=16,color="magenta"];442 -> 592[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 442 -> 593[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 443 -> 40[label="",style="dashed", color="red", weight=0]; 11.83/4.65 443[label="yu300 == yu40000",fontsize=16,color="magenta"];443 -> 594[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 443 -> 595[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 444 -> 41[label="",style="dashed", color="red", weight=0]; 11.83/4.65 444[label="yu300 == yu40000",fontsize=16,color="magenta"];444 -> 596[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 444 -> 597[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 445 -> 42[label="",style="dashed", color="red", weight=0]; 11.83/4.65 445[label="yu300 == yu40000",fontsize=16,color="magenta"];445 -> 598[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 445 -> 599[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 446 -> 43[label="",style="dashed", color="red", weight=0]; 11.83/4.65 446[label="yu300 == yu40000",fontsize=16,color="magenta"];446 -> 600[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 446 -> 601[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 447 -> 44[label="",style="dashed", color="red", weight=0]; 11.83/4.65 447[label="yu300 == yu40000",fontsize=16,color="magenta"];447 -> 602[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 447 -> 603[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 448 -> 45[label="",style="dashed", color="red", weight=0]; 11.83/4.65 448[label="yu300 == yu40000",fontsize=16,color="magenta"];448 -> 604[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 448 -> 605[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 449 -> 46[label="",style="dashed", color="red", weight=0]; 11.83/4.65 449[label="yu300 == yu40000",fontsize=16,color="magenta"];449 -> 606[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 449 -> 607[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 450 -> 47[label="",style="dashed", color="red", weight=0]; 11.83/4.65 450[label="yu300 == yu40000",fontsize=16,color="magenta"];450 -> 608[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 450 -> 609[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 451 -> 48[label="",style="dashed", color="red", weight=0]; 11.83/4.65 451[label="yu300 == yu40000",fontsize=16,color="magenta"];451 -> 610[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 451 -> 611[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 452 -> 49[label="",style="dashed", color="red", weight=0]; 11.83/4.65 452[label="yu300 == yu40000",fontsize=16,color="magenta"];452 -> 612[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 452 -> 613[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 453[label="yu301",fontsize=16,color="green",shape="box"];454[label="yu40001",fontsize=16,color="green",shape="box"];455 -> 36[label="",style="dashed", color="red", weight=0]; 11.83/4.65 455[label="yu300 == yu40000",fontsize=16,color="magenta"];455 -> 614[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 455 -> 615[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 456 -> 37[label="",style="dashed", color="red", weight=0]; 11.83/4.65 456[label="yu300 == yu40000",fontsize=16,color="magenta"];456 -> 616[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 456 -> 617[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 457 -> 38[label="",style="dashed", color="red", weight=0]; 11.83/4.65 457[label="yu300 == yu40000",fontsize=16,color="magenta"];457 -> 618[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 457 -> 619[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 458 -> 39[label="",style="dashed", color="red", weight=0]; 11.83/4.65 458[label="yu300 == yu40000",fontsize=16,color="magenta"];458 -> 620[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 458 -> 621[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 459 -> 40[label="",style="dashed", color="red", weight=0]; 11.83/4.65 459[label="yu300 == yu40000",fontsize=16,color="magenta"];459 -> 622[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 459 -> 623[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 460 -> 41[label="",style="dashed", color="red", weight=0]; 11.83/4.65 460[label="yu300 == yu40000",fontsize=16,color="magenta"];460 -> 624[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 460 -> 625[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 461 -> 42[label="",style="dashed", color="red", weight=0]; 11.83/4.65 461[label="yu300 == yu40000",fontsize=16,color="magenta"];461 -> 626[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 461 -> 627[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 462 -> 43[label="",style="dashed", color="red", weight=0]; 11.83/4.65 462[label="yu300 == yu40000",fontsize=16,color="magenta"];462 -> 628[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 462 -> 629[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 463 -> 44[label="",style="dashed", color="red", weight=0]; 11.83/4.65 463[label="yu300 == yu40000",fontsize=16,color="magenta"];463 -> 630[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 463 -> 631[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 464 -> 45[label="",style="dashed", color="red", weight=0]; 11.83/4.65 464[label="yu300 == yu40000",fontsize=16,color="magenta"];464 -> 632[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 464 -> 633[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 465 -> 46[label="",style="dashed", color="red", weight=0]; 11.83/4.65 465[label="yu300 == yu40000",fontsize=16,color="magenta"];465 -> 634[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 465 -> 635[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 466 -> 47[label="",style="dashed", color="red", weight=0]; 11.83/4.65 466[label="yu300 == yu40000",fontsize=16,color="magenta"];466 -> 636[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 466 -> 637[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 467 -> 48[label="",style="dashed", color="red", weight=0]; 11.83/4.65 467[label="yu300 == yu40000",fontsize=16,color="magenta"];467 -> 638[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 467 -> 639[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 468 -> 49[label="",style="dashed", color="red", weight=0]; 11.83/4.65 468[label="yu300 == yu40000",fontsize=16,color="magenta"];468 -> 640[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 468 -> 641[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 469[label="primEqNat (Succ yu3000) (Succ yu400000)",fontsize=16,color="black",shape="box"];469 -> 642[label="",style="solid", color="black", weight=3]; 11.83/4.65 470[label="primEqNat (Succ yu3000) Zero",fontsize=16,color="black",shape="box"];470 -> 643[label="",style="solid", color="black", weight=3]; 11.83/4.65 471[label="primEqNat Zero (Succ yu400000)",fontsize=16,color="black",shape="box"];471 -> 644[label="",style="solid", color="black", weight=3]; 11.83/4.65 472[label="primEqNat Zero Zero",fontsize=16,color="black",shape="box"];472 -> 645[label="",style="solid", color="black", weight=3]; 11.83/4.65 473 -> 204[label="",style="dashed", color="red", weight=0]; 11.83/4.65 473[label="primEqNat yu3000 yu400000",fontsize=16,color="magenta"];473 -> 646[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 473 -> 647[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 474[label="False",fontsize=16,color="green",shape="box"];475[label="False",fontsize=16,color="green",shape="box"];476[label="True",fontsize=16,color="green",shape="box"];477[label="False",fontsize=16,color="green",shape="box"];478[label="True",fontsize=16,color="green",shape="box"];479 -> 204[label="",style="dashed", color="red", weight=0]; 11.83/4.65 479[label="primEqNat yu3000 yu400000",fontsize=16,color="magenta"];479 -> 648[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 479 -> 649[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 480[label="False",fontsize=16,color="green",shape="box"];481[label="False",fontsize=16,color="green",shape="box"];482[label="True",fontsize=16,color="green",shape="box"];483[label="False",fontsize=16,color="green",shape="box"];484[label="True",fontsize=16,color="green",shape="box"];485[label="primMulInt yu300 yu40001",fontsize=16,color="burlywood",shape="box"];1015[label="yu300/Pos yu3000",fontsize=10,color="white",style="solid",shape="box"];485 -> 1015[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 1015 -> 650[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 1016[label="yu300/Neg yu3000",fontsize=10,color="white",style="solid",shape="box"];485 -> 1016[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 1016 -> 651[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 486[label="yu301",fontsize=16,color="green",shape="box"];487[label="yu40000",fontsize=16,color="green",shape="box"];488[label="yu301",fontsize=16,color="green",shape="box"];489[label="yu40001",fontsize=16,color="green",shape="box"];490[label="yu301",fontsize=16,color="green",shape="box"];491[label="yu40001",fontsize=16,color="green",shape="box"];492[label="yu300",fontsize=16,color="green",shape="box"];493[label="yu40000",fontsize=16,color="green",shape="box"];494[label="yu300",fontsize=16,color="green",shape="box"];495[label="yu40000",fontsize=16,color="green",shape="box"];496[label="False",fontsize=16,color="green",shape="box"];497[label="yu39",fontsize=16,color="green",shape="box"];498 -> 36[label="",style="dashed", color="red", weight=0]; 11.83/4.65 498[label="yu302 == yu40002",fontsize=16,color="magenta"];498 -> 652[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 498 -> 653[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 499 -> 37[label="",style="dashed", color="red", weight=0]; 11.83/4.65 499[label="yu302 == yu40002",fontsize=16,color="magenta"];499 -> 654[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 499 -> 655[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 500 -> 38[label="",style="dashed", color="red", weight=0]; 11.83/4.65 500[label="yu302 == yu40002",fontsize=16,color="magenta"];500 -> 656[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 500 -> 657[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 501 -> 39[label="",style="dashed", color="red", weight=0]; 11.83/4.65 501[label="yu302 == yu40002",fontsize=16,color="magenta"];501 -> 658[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 501 -> 659[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 502 -> 40[label="",style="dashed", color="red", weight=0]; 11.83/4.65 502[label="yu302 == yu40002",fontsize=16,color="magenta"];502 -> 660[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 502 -> 661[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 503 -> 41[label="",style="dashed", color="red", weight=0]; 11.83/4.65 503[label="yu302 == yu40002",fontsize=16,color="magenta"];503 -> 662[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 503 -> 663[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 504 -> 42[label="",style="dashed", color="red", weight=0]; 11.83/4.65 504[label="yu302 == yu40002",fontsize=16,color="magenta"];504 -> 664[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 504 -> 665[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 505 -> 43[label="",style="dashed", color="red", weight=0]; 11.83/4.65 505[label="yu302 == yu40002",fontsize=16,color="magenta"];505 -> 666[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 505 -> 667[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 506 -> 44[label="",style="dashed", color="red", weight=0]; 11.83/4.65 506[label="yu302 == yu40002",fontsize=16,color="magenta"];506 -> 668[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 506 -> 669[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 507 -> 45[label="",style="dashed", color="red", weight=0]; 11.83/4.65 507[label="yu302 == yu40002",fontsize=16,color="magenta"];507 -> 670[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 507 -> 671[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 508 -> 46[label="",style="dashed", color="red", weight=0]; 11.83/4.65 508[label="yu302 == yu40002",fontsize=16,color="magenta"];508 -> 672[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 508 -> 673[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 509 -> 47[label="",style="dashed", color="red", weight=0]; 11.83/4.65 509[label="yu302 == yu40002",fontsize=16,color="magenta"];509 -> 674[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 509 -> 675[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 510 -> 48[label="",style="dashed", color="red", weight=0]; 11.83/4.65 510[label="yu302 == yu40002",fontsize=16,color="magenta"];510 -> 676[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 510 -> 677[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 511 -> 49[label="",style="dashed", color="red", weight=0]; 11.83/4.65 511[label="yu302 == yu40002",fontsize=16,color="magenta"];511 -> 678[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 511 -> 679[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 512 -> 36[label="",style="dashed", color="red", weight=0]; 11.83/4.65 512[label="yu301 == yu40001",fontsize=16,color="magenta"];512 -> 680[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 512 -> 681[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 513 -> 37[label="",style="dashed", color="red", weight=0]; 11.83/4.65 513[label="yu301 == yu40001",fontsize=16,color="magenta"];513 -> 682[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 513 -> 683[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 514 -> 38[label="",style="dashed", color="red", weight=0]; 11.83/4.65 514[label="yu301 == yu40001",fontsize=16,color="magenta"];514 -> 684[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 514 -> 685[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 515 -> 39[label="",style="dashed", color="red", weight=0]; 11.83/4.65 515[label="yu301 == yu40001",fontsize=16,color="magenta"];515 -> 686[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 515 -> 687[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 516 -> 40[label="",style="dashed", color="red", weight=0]; 11.83/4.65 516[label="yu301 == yu40001",fontsize=16,color="magenta"];516 -> 688[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 516 -> 689[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 517 -> 41[label="",style="dashed", color="red", weight=0]; 11.83/4.65 517[label="yu301 == yu40001",fontsize=16,color="magenta"];517 -> 690[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 517 -> 691[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 518 -> 42[label="",style="dashed", color="red", weight=0]; 11.83/4.65 518[label="yu301 == yu40001",fontsize=16,color="magenta"];518 -> 692[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 518 -> 693[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 519 -> 43[label="",style="dashed", color="red", weight=0]; 11.83/4.65 519[label="yu301 == yu40001",fontsize=16,color="magenta"];519 -> 694[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 519 -> 695[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 520 -> 44[label="",style="dashed", color="red", weight=0]; 11.83/4.65 520[label="yu301 == yu40001",fontsize=16,color="magenta"];520 -> 696[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 520 -> 697[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 521 -> 45[label="",style="dashed", color="red", weight=0]; 11.83/4.65 521[label="yu301 == yu40001",fontsize=16,color="magenta"];521 -> 698[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 521 -> 699[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 522 -> 46[label="",style="dashed", color="red", weight=0]; 11.83/4.65 522[label="yu301 == yu40001",fontsize=16,color="magenta"];522 -> 700[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 522 -> 701[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 523 -> 47[label="",style="dashed", color="red", weight=0]; 11.83/4.65 523[label="yu301 == yu40001",fontsize=16,color="magenta"];523 -> 702[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 523 -> 703[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 524 -> 48[label="",style="dashed", color="red", weight=0]; 11.83/4.65 524[label="yu301 == yu40001",fontsize=16,color="magenta"];524 -> 704[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 524 -> 705[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 525 -> 49[label="",style="dashed", color="red", weight=0]; 11.83/4.65 525[label="yu301 == yu40001",fontsize=16,color="magenta"];525 -> 706[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 525 -> 707[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 526[label="yu300",fontsize=16,color="green",shape="box"];527[label="yu40000",fontsize=16,color="green",shape="box"];528[label="yu300",fontsize=16,color="green",shape="box"];529[label="yu40000",fontsize=16,color="green",shape="box"];530[label="yu300",fontsize=16,color="green",shape="box"];531[label="yu40000",fontsize=16,color="green",shape="box"];532[label="yu300",fontsize=16,color="green",shape="box"];533[label="yu40000",fontsize=16,color="green",shape="box"];534[label="yu300",fontsize=16,color="green",shape="box"];535[label="yu40000",fontsize=16,color="green",shape="box"];536[label="yu300",fontsize=16,color="green",shape="box"];537[label="yu40000",fontsize=16,color="green",shape="box"];538[label="yu300",fontsize=16,color="green",shape="box"];539[label="yu40000",fontsize=16,color="green",shape="box"];540[label="yu300",fontsize=16,color="green",shape="box"];541[label="yu40000",fontsize=16,color="green",shape="box"];542[label="yu300",fontsize=16,color="green",shape="box"];543[label="yu40000",fontsize=16,color="green",shape="box"];544[label="yu300",fontsize=16,color="green",shape="box"];545[label="yu40000",fontsize=16,color="green",shape="box"];546[label="yu300",fontsize=16,color="green",shape="box"];547[label="yu40000",fontsize=16,color="green",shape="box"];548[label="yu300",fontsize=16,color="green",shape="box"];549[label="yu40000",fontsize=16,color="green",shape="box"];550[label="yu300",fontsize=16,color="green",shape="box"];551[label="yu40000",fontsize=16,color="green",shape="box"];552[label="yu300",fontsize=16,color="green",shape="box"];553[label="yu40000",fontsize=16,color="green",shape="box"];554[label="yu300",fontsize=16,color="green",shape="box"];555[label="yu40001",fontsize=16,color="green",shape="box"];556[label="yu301",fontsize=16,color="green",shape="box"];557[label="yu40000",fontsize=16,color="green",shape="box"];558[label="yu301",fontsize=16,color="green",shape="box"];559[label="yu40001",fontsize=16,color="green",shape="box"];560[label="yu301",fontsize=16,color="green",shape="box"];561[label="yu40001",fontsize=16,color="green",shape="box"];562[label="yu301",fontsize=16,color="green",shape="box"];563[label="yu40001",fontsize=16,color="green",shape="box"];564[label="yu301",fontsize=16,color="green",shape="box"];565[label="yu40001",fontsize=16,color="green",shape="box"];566[label="yu301",fontsize=16,color="green",shape="box"];567[label="yu40001",fontsize=16,color="green",shape="box"];568[label="yu301",fontsize=16,color="green",shape="box"];569[label="yu40001",fontsize=16,color="green",shape="box"];570[label="yu301",fontsize=16,color="green",shape="box"];571[label="yu40001",fontsize=16,color="green",shape="box"];572[label="yu301",fontsize=16,color="green",shape="box"];573[label="yu40001",fontsize=16,color="green",shape="box"];574[label="yu301",fontsize=16,color="green",shape="box"];575[label="yu40001",fontsize=16,color="green",shape="box"];576[label="yu301",fontsize=16,color="green",shape="box"];577[label="yu40001",fontsize=16,color="green",shape="box"];578[label="yu301",fontsize=16,color="green",shape="box"];579[label="yu40001",fontsize=16,color="green",shape="box"];580[label="yu301",fontsize=16,color="green",shape="box"];581[label="yu40001",fontsize=16,color="green",shape="box"];582[label="yu301",fontsize=16,color="green",shape="box"];583[label="yu40001",fontsize=16,color="green",shape="box"];584[label="yu301",fontsize=16,color="green",shape="box"];585[label="yu40001",fontsize=16,color="green",shape="box"];586[label="yu300",fontsize=16,color="green",shape="box"];587[label="yu40000",fontsize=16,color="green",shape="box"];588[label="yu300",fontsize=16,color="green",shape="box"];589[label="yu40000",fontsize=16,color="green",shape="box"];590[label="yu300",fontsize=16,color="green",shape="box"];591[label="yu40000",fontsize=16,color="green",shape="box"];592[label="yu300",fontsize=16,color="green",shape="box"];593[label="yu40000",fontsize=16,color="green",shape="box"];594[label="yu300",fontsize=16,color="green",shape="box"];595[label="yu40000",fontsize=16,color="green",shape="box"];596[label="yu300",fontsize=16,color="green",shape="box"];597[label="yu40000",fontsize=16,color="green",shape="box"];598[label="yu300",fontsize=16,color="green",shape="box"];599[label="yu40000",fontsize=16,color="green",shape="box"];600[label="yu300",fontsize=16,color="green",shape="box"];601[label="yu40000",fontsize=16,color="green",shape="box"];602[label="yu300",fontsize=16,color="green",shape="box"];603[label="yu40000",fontsize=16,color="green",shape="box"];604[label="yu300",fontsize=16,color="green",shape="box"];605[label="yu40000",fontsize=16,color="green",shape="box"];606[label="yu300",fontsize=16,color="green",shape="box"];607[label="yu40000",fontsize=16,color="green",shape="box"];608[label="yu300",fontsize=16,color="green",shape="box"];609[label="yu40000",fontsize=16,color="green",shape="box"];610[label="yu300",fontsize=16,color="green",shape="box"];611[label="yu40000",fontsize=16,color="green",shape="box"];612[label="yu300",fontsize=16,color="green",shape="box"];613[label="yu40000",fontsize=16,color="green",shape="box"];614[label="yu300",fontsize=16,color="green",shape="box"];615[label="yu40000",fontsize=16,color="green",shape="box"];616[label="yu300",fontsize=16,color="green",shape="box"];617[label="yu40000",fontsize=16,color="green",shape="box"];618[label="yu300",fontsize=16,color="green",shape="box"];619[label="yu40000",fontsize=16,color="green",shape="box"];620[label="yu300",fontsize=16,color="green",shape="box"];621[label="yu40000",fontsize=16,color="green",shape="box"];622[label="yu300",fontsize=16,color="green",shape="box"];623[label="yu40000",fontsize=16,color="green",shape="box"];624[label="yu300",fontsize=16,color="green",shape="box"];625[label="yu40000",fontsize=16,color="green",shape="box"];626[label="yu300",fontsize=16,color="green",shape="box"];627[label="yu40000",fontsize=16,color="green",shape="box"];628[label="yu300",fontsize=16,color="green",shape="box"];629[label="yu40000",fontsize=16,color="green",shape="box"];630[label="yu300",fontsize=16,color="green",shape="box"];631[label="yu40000",fontsize=16,color="green",shape="box"];632[label="yu300",fontsize=16,color="green",shape="box"];633[label="yu40000",fontsize=16,color="green",shape="box"];634[label="yu300",fontsize=16,color="green",shape="box"];635[label="yu40000",fontsize=16,color="green",shape="box"];636[label="yu300",fontsize=16,color="green",shape="box"];637[label="yu40000",fontsize=16,color="green",shape="box"];638[label="yu300",fontsize=16,color="green",shape="box"];639[label="yu40000",fontsize=16,color="green",shape="box"];640[label="yu300",fontsize=16,color="green",shape="box"];641[label="yu40000",fontsize=16,color="green",shape="box"];642 -> 204[label="",style="dashed", color="red", weight=0]; 11.83/4.65 642[label="primEqNat yu3000 yu400000",fontsize=16,color="magenta"];642 -> 708[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 642 -> 709[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 643[label="False",fontsize=16,color="green",shape="box"];644[label="False",fontsize=16,color="green",shape="box"];645[label="True",fontsize=16,color="green",shape="box"];646[label="yu400000",fontsize=16,color="green",shape="box"];647[label="yu3000",fontsize=16,color="green",shape="box"];648[label="yu400000",fontsize=16,color="green",shape="box"];649[label="yu3000",fontsize=16,color="green",shape="box"];650[label="primMulInt (Pos yu3000) yu40001",fontsize=16,color="burlywood",shape="box"];1017[label="yu40001/Pos yu400010",fontsize=10,color="white",style="solid",shape="box"];650 -> 1017[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 1017 -> 710[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 1018[label="yu40001/Neg yu400010",fontsize=10,color="white",style="solid",shape="box"];650 -> 1018[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 1018 -> 711[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 651[label="primMulInt (Neg yu3000) yu40001",fontsize=16,color="burlywood",shape="box"];1019[label="yu40001/Pos yu400010",fontsize=10,color="white",style="solid",shape="box"];651 -> 1019[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 1019 -> 712[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 1020[label="yu40001/Neg yu400010",fontsize=10,color="white",style="solid",shape="box"];651 -> 1020[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 1020 -> 713[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 652[label="yu302",fontsize=16,color="green",shape="box"];653[label="yu40002",fontsize=16,color="green",shape="box"];654[label="yu302",fontsize=16,color="green",shape="box"];655[label="yu40002",fontsize=16,color="green",shape="box"];656[label="yu302",fontsize=16,color="green",shape="box"];657[label="yu40002",fontsize=16,color="green",shape="box"];658[label="yu302",fontsize=16,color="green",shape="box"];659[label="yu40002",fontsize=16,color="green",shape="box"];660[label="yu302",fontsize=16,color="green",shape="box"];661[label="yu40002",fontsize=16,color="green",shape="box"];662[label="yu302",fontsize=16,color="green",shape="box"];663[label="yu40002",fontsize=16,color="green",shape="box"];664[label="yu302",fontsize=16,color="green",shape="box"];665[label="yu40002",fontsize=16,color="green",shape="box"];666[label="yu302",fontsize=16,color="green",shape="box"];667[label="yu40002",fontsize=16,color="green",shape="box"];668[label="yu302",fontsize=16,color="green",shape="box"];669[label="yu40002",fontsize=16,color="green",shape="box"];670[label="yu302",fontsize=16,color="green",shape="box"];671[label="yu40002",fontsize=16,color="green",shape="box"];672[label="yu302",fontsize=16,color="green",shape="box"];673[label="yu40002",fontsize=16,color="green",shape="box"];674[label="yu302",fontsize=16,color="green",shape="box"];675[label="yu40002",fontsize=16,color="green",shape="box"];676[label="yu302",fontsize=16,color="green",shape="box"];677[label="yu40002",fontsize=16,color="green",shape="box"];678[label="yu302",fontsize=16,color="green",shape="box"];679[label="yu40002",fontsize=16,color="green",shape="box"];680[label="yu301",fontsize=16,color="green",shape="box"];681[label="yu40001",fontsize=16,color="green",shape="box"];682[label="yu301",fontsize=16,color="green",shape="box"];683[label="yu40001",fontsize=16,color="green",shape="box"];684[label="yu301",fontsize=16,color="green",shape="box"];685[label="yu40001",fontsize=16,color="green",shape="box"];686[label="yu301",fontsize=16,color="green",shape="box"];687[label="yu40001",fontsize=16,color="green",shape="box"];688[label="yu301",fontsize=16,color="green",shape="box"];689[label="yu40001",fontsize=16,color="green",shape="box"];690[label="yu301",fontsize=16,color="green",shape="box"];691[label="yu40001",fontsize=16,color="green",shape="box"];692[label="yu301",fontsize=16,color="green",shape="box"];693[label="yu40001",fontsize=16,color="green",shape="box"];694[label="yu301",fontsize=16,color="green",shape="box"];695[label="yu40001",fontsize=16,color="green",shape="box"];696[label="yu301",fontsize=16,color="green",shape="box"];697[label="yu40001",fontsize=16,color="green",shape="box"];698[label="yu301",fontsize=16,color="green",shape="box"];699[label="yu40001",fontsize=16,color="green",shape="box"];700[label="yu301",fontsize=16,color="green",shape="box"];701[label="yu40001",fontsize=16,color="green",shape="box"];702[label="yu301",fontsize=16,color="green",shape="box"];703[label="yu40001",fontsize=16,color="green",shape="box"];704[label="yu301",fontsize=16,color="green",shape="box"];705[label="yu40001",fontsize=16,color="green",shape="box"];706[label="yu301",fontsize=16,color="green",shape="box"];707[label="yu40001",fontsize=16,color="green",shape="box"];708[label="yu400000",fontsize=16,color="green",shape="box"];709[label="yu3000",fontsize=16,color="green",shape="box"];710[label="primMulInt (Pos yu3000) (Pos yu400010)",fontsize=16,color="black",shape="box"];710 -> 714[label="",style="solid", color="black", weight=3]; 11.83/4.65 711[label="primMulInt (Pos yu3000) (Neg yu400010)",fontsize=16,color="black",shape="box"];711 -> 715[label="",style="solid", color="black", weight=3]; 11.83/4.65 712[label="primMulInt (Neg yu3000) (Pos yu400010)",fontsize=16,color="black",shape="box"];712 -> 716[label="",style="solid", color="black", weight=3]; 11.83/4.65 713[label="primMulInt (Neg yu3000) (Neg yu400010)",fontsize=16,color="black",shape="box"];713 -> 717[label="",style="solid", color="black", weight=3]; 11.83/4.65 714[label="Pos (primMulNat yu3000 yu400010)",fontsize=16,color="green",shape="box"];714 -> 718[label="",style="dashed", color="green", weight=3]; 11.83/4.65 715[label="Neg (primMulNat yu3000 yu400010)",fontsize=16,color="green",shape="box"];715 -> 719[label="",style="dashed", color="green", weight=3]; 11.83/4.65 716[label="Neg (primMulNat yu3000 yu400010)",fontsize=16,color="green",shape="box"];716 -> 720[label="",style="dashed", color="green", weight=3]; 11.83/4.65 717[label="Pos (primMulNat yu3000 yu400010)",fontsize=16,color="green",shape="box"];717 -> 721[label="",style="dashed", color="green", weight=3]; 11.83/4.65 718[label="primMulNat yu3000 yu400010",fontsize=16,color="burlywood",shape="triangle"];1021[label="yu3000/Succ yu30000",fontsize=10,color="white",style="solid",shape="box"];718 -> 1021[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 1021 -> 722[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 1022[label="yu3000/Zero",fontsize=10,color="white",style="solid",shape="box"];718 -> 1022[label="",style="solid", color="burlywood", weight=9]; 11.83/4.65 1022 -> 723[label="",style="solid", color="burlywood", weight=3]; 11.83/4.65 719 -> 718[label="",style="dashed", color="red", weight=0]; 11.83/4.65 719[label="primMulNat yu3000 yu400010",fontsize=16,color="magenta"];719 -> 724[label="",style="dashed", color="magenta", weight=3]; 11.83/4.65 720 -> 718[label="",style="dashed", color="red", weight=0]; 11.83/4.65 720[label="primMulNat yu3000 yu400010",fontsize=16,color="magenta"];720 -> 725[label="",style="dashed", color="magenta", weight=3]; 12.10/4.65 721 -> 718[label="",style="dashed", color="red", weight=0]; 12.10/4.65 721[label="primMulNat yu3000 yu400010",fontsize=16,color="magenta"];721 -> 726[label="",style="dashed", color="magenta", weight=3]; 12.10/4.65 721 -> 727[label="",style="dashed", color="magenta", weight=3]; 12.10/4.65 722[label="primMulNat (Succ yu30000) yu400010",fontsize=16,color="burlywood",shape="box"];1023[label="yu400010/Succ yu4000100",fontsize=10,color="white",style="solid",shape="box"];722 -> 1023[label="",style="solid", color="burlywood", weight=9]; 12.10/4.65 1023 -> 728[label="",style="solid", color="burlywood", weight=3]; 12.10/4.65 1024[label="yu400010/Zero",fontsize=10,color="white",style="solid",shape="box"];722 -> 1024[label="",style="solid", color="burlywood", weight=9]; 12.10/4.65 1024 -> 729[label="",style="solid", color="burlywood", weight=3]; 12.10/4.65 723[label="primMulNat Zero yu400010",fontsize=16,color="burlywood",shape="box"];1025[label="yu400010/Succ yu4000100",fontsize=10,color="white",style="solid",shape="box"];723 -> 1025[label="",style="solid", color="burlywood", weight=9]; 12.10/4.65 1025 -> 730[label="",style="solid", color="burlywood", weight=3]; 12.10/4.65 1026[label="yu400010/Zero",fontsize=10,color="white",style="solid",shape="box"];723 -> 1026[label="",style="solid", color="burlywood", weight=9]; 12.10/4.65 1026 -> 731[label="",style="solid", color="burlywood", weight=3]; 12.10/4.65 724[label="yu400010",fontsize=16,color="green",shape="box"];725[label="yu3000",fontsize=16,color="green",shape="box"];726[label="yu3000",fontsize=16,color="green",shape="box"];727[label="yu400010",fontsize=16,color="green",shape="box"];728[label="primMulNat (Succ yu30000) (Succ yu4000100)",fontsize=16,color="black",shape="box"];728 -> 732[label="",style="solid", color="black", weight=3]; 12.10/4.65 729[label="primMulNat (Succ yu30000) Zero",fontsize=16,color="black",shape="box"];729 -> 733[label="",style="solid", color="black", weight=3]; 12.10/4.65 730[label="primMulNat Zero (Succ yu4000100)",fontsize=16,color="black",shape="box"];730 -> 734[label="",style="solid", color="black", weight=3]; 12.10/4.65 731[label="primMulNat Zero Zero",fontsize=16,color="black",shape="box"];731 -> 735[label="",style="solid", color="black", weight=3]; 12.10/4.65 732 -> 736[label="",style="dashed", color="red", weight=0]; 12.10/4.65 732[label="primPlusNat (primMulNat yu30000 (Succ yu4000100)) (Succ yu4000100)",fontsize=16,color="magenta"];732 -> 737[label="",style="dashed", color="magenta", weight=3]; 12.10/4.65 733[label="Zero",fontsize=16,color="green",shape="box"];734[label="Zero",fontsize=16,color="green",shape="box"];735[label="Zero",fontsize=16,color="green",shape="box"];737 -> 718[label="",style="dashed", color="red", weight=0]; 12.10/4.65 737[label="primMulNat yu30000 (Succ yu4000100)",fontsize=16,color="magenta"];737 -> 738[label="",style="dashed", color="magenta", weight=3]; 12.10/4.65 737 -> 739[label="",style="dashed", color="magenta", weight=3]; 12.10/4.65 736[label="primPlusNat yu40 (Succ yu4000100)",fontsize=16,color="burlywood",shape="triangle"];1027[label="yu40/Succ yu400",fontsize=10,color="white",style="solid",shape="box"];736 -> 1027[label="",style="solid", color="burlywood", weight=9]; 12.10/4.65 1027 -> 740[label="",style="solid", color="burlywood", weight=3]; 12.10/4.65 1028[label="yu40/Zero",fontsize=10,color="white",style="solid",shape="box"];736 -> 1028[label="",style="solid", color="burlywood", weight=9]; 12.10/4.65 1028 -> 741[label="",style="solid", color="burlywood", weight=3]; 12.10/4.65 738[label="yu30000",fontsize=16,color="green",shape="box"];739[label="Succ yu4000100",fontsize=16,color="green",shape="box"];740[label="primPlusNat (Succ yu400) (Succ yu4000100)",fontsize=16,color="black",shape="box"];740 -> 742[label="",style="solid", color="black", weight=3]; 12.10/4.65 741[label="primPlusNat Zero (Succ yu4000100)",fontsize=16,color="black",shape="box"];741 -> 743[label="",style="solid", color="black", weight=3]; 12.10/4.65 742[label="Succ (Succ (primPlusNat yu400 yu4000100))",fontsize=16,color="green",shape="box"];742 -> 744[label="",style="dashed", color="green", weight=3]; 12.10/4.65 743[label="Succ yu4000100",fontsize=16,color="green",shape="box"];744[label="primPlusNat yu400 yu4000100",fontsize=16,color="burlywood",shape="triangle"];1029[label="yu400/Succ yu4000",fontsize=10,color="white",style="solid",shape="box"];744 -> 1029[label="",style="solid", color="burlywood", weight=9]; 12.10/4.65 1029 -> 745[label="",style="solid", color="burlywood", weight=3]; 12.10/4.65 1030[label="yu400/Zero",fontsize=10,color="white",style="solid",shape="box"];744 -> 1030[label="",style="solid", color="burlywood", weight=9]; 12.10/4.65 1030 -> 746[label="",style="solid", color="burlywood", weight=3]; 12.10/4.65 745[label="primPlusNat (Succ yu4000) yu4000100",fontsize=16,color="burlywood",shape="box"];1031[label="yu4000100/Succ yu40001000",fontsize=10,color="white",style="solid",shape="box"];745 -> 1031[label="",style="solid", color="burlywood", weight=9]; 12.10/4.65 1031 -> 747[label="",style="solid", color="burlywood", weight=3]; 12.10/4.65 1032[label="yu4000100/Zero",fontsize=10,color="white",style="solid",shape="box"];745 -> 1032[label="",style="solid", color="burlywood", weight=9]; 12.10/4.65 1032 -> 748[label="",style="solid", color="burlywood", weight=3]; 12.10/4.65 746[label="primPlusNat Zero yu4000100",fontsize=16,color="burlywood",shape="box"];1033[label="yu4000100/Succ yu40001000",fontsize=10,color="white",style="solid",shape="box"];746 -> 1033[label="",style="solid", color="burlywood", weight=9]; 12.10/4.65 1033 -> 749[label="",style="solid", color="burlywood", weight=3]; 12.10/4.65 1034[label="yu4000100/Zero",fontsize=10,color="white",style="solid",shape="box"];746 -> 1034[label="",style="solid", color="burlywood", weight=9]; 12.10/4.65 1034 -> 750[label="",style="solid", color="burlywood", weight=3]; 12.10/4.65 747[label="primPlusNat (Succ yu4000) (Succ yu40001000)",fontsize=16,color="black",shape="box"];747 -> 751[label="",style="solid", color="black", weight=3]; 12.10/4.65 748[label="primPlusNat (Succ yu4000) Zero",fontsize=16,color="black",shape="box"];748 -> 752[label="",style="solid", color="black", weight=3]; 12.10/4.65 749[label="primPlusNat Zero (Succ yu40001000)",fontsize=16,color="black",shape="box"];749 -> 753[label="",style="solid", color="black", weight=3]; 12.10/4.65 750[label="primPlusNat Zero Zero",fontsize=16,color="black",shape="box"];750 -> 754[label="",style="solid", color="black", weight=3]; 12.10/4.65 751[label="Succ (Succ (primPlusNat yu4000 yu40001000))",fontsize=16,color="green",shape="box"];751 -> 755[label="",style="dashed", color="green", weight=3]; 12.10/4.65 752[label="Succ yu4000",fontsize=16,color="green",shape="box"];753[label="Succ yu40001000",fontsize=16,color="green",shape="box"];754[label="Zero",fontsize=16,color="green",shape="box"];755 -> 744[label="",style="dashed", color="red", weight=0]; 12.10/4.65 755[label="primPlusNat yu4000 yu40001000",fontsize=16,color="magenta"];755 -> 756[label="",style="dashed", color="magenta", weight=3]; 12.10/4.65 755 -> 757[label="",style="dashed", color="magenta", weight=3]; 12.10/4.65 756[label="yu40001000",fontsize=16,color="green",shape="box"];757[label="yu4000",fontsize=16,color="green",shape="box"];} 12.10/4.65 12.10/4.65 ---------------------------------------- 12.10/4.65 12.10/4.65 (6) 12.10/4.65 Complex Obligation (AND) 12.10/4.65 12.10/4.65 ---------------------------------------- 12.10/4.65 12.10/4.65 (7) 12.10/4.65 Obligation: 12.10/4.65 Q DP problem: 12.10/4.65 The TRS P consists of the following rules: 12.10/4.65 12.10/4.65 new_esEs(@3(yu300, yu301, yu302), @3(yu40000, yu40001, yu40002), h, app(app(ty_@2, dc), dd), cf) -> new_esEs2(yu301, yu40001, dc, dd) 12.10/4.65 new_esEs1(Left(yu300), Left(yu40000), app(app(ty_Either, gf), gg), gd) -> new_esEs1(yu300, yu40000, gf, gg) 12.10/4.65 new_esEs(@3(yu300, yu301, yu302), @3(yu40000, yu40001, yu40002), h, ba, app(app(ty_@2, bh), ca)) -> new_esEs2(yu302, yu40002, bh, ca) 12.10/4.65 new_esEs3(:(yu300, yu301), :(yu40000, yu40001), app(app(ty_Either, bdf), bdg)) -> new_esEs1(yu300, yu40000, bdf, bdg) 12.10/4.65 new_esEs1(Left(yu300), Left(yu40000), app(ty_[], hb), gd) -> new_esEs3(yu300, yu40000, hb) 12.10/4.65 new_esEs(@3(yu300, yu301, yu302), @3(yu40000, yu40001, yu40002), h, ba, app(app(app(ty_@3, bb), bc), bd)) -> new_esEs(yu302, yu40002, bb, bc, bd) 12.10/4.65 new_esEs(@3(yu300, yu301, yu302), @3(yu40000, yu40001, yu40002), h, ba, app(ty_[], cb)) -> new_esEs3(yu302, yu40002, cb) 12.10/4.65 new_esEs2(@2(yu300, yu301), @2(yu40000, yu40001), bae, app(app(ty_@2, bbd), bbe)) -> new_esEs2(yu301, yu40001, bbd, bbe) 12.10/4.65 new_esEs2(@2(yu300, yu301), @2(yu40000, yu40001), app(app(app(ty_@3, bbg), bbh), bca), bcb) -> new_esEs(yu300, yu40000, bbg, bbh, bca) 12.10/4.65 new_esEs3(:(yu300, yu301), :(yu40000, yu40001), app(ty_[], beb)) -> new_esEs3(yu300, yu40000, beb) 12.10/4.65 new_esEs(@3(yu300, yu301, yu302), @3(yu40000, yu40001, yu40002), h, app(ty_[], de), cf) -> new_esEs3(yu301, yu40001, de) 12.10/4.65 new_esEs(@3(yu300, yu301, yu302), @3(yu40000, yu40001, yu40002), app(ty_Maybe, ea), ba, cf) -> new_esEs0(yu300, yu40000, ea) 12.10/4.65 new_esEs0(Just(yu300), Just(yu40000), app(ty_[], fh)) -> new_esEs3(yu300, yu40000, fh) 12.10/4.65 new_esEs(@3(yu300, yu301, yu302), @3(yu40000, yu40001, yu40002), app(ty_[], ef), ba, cf) -> new_esEs3(yu300, yu40000, ef) 12.10/4.65 new_esEs0(Just(yu300), Just(yu40000), app(app(ty_@2, ff), fg)) -> new_esEs2(yu300, yu40000, ff, fg) 12.10/4.65 new_esEs2(@2(yu300, yu301), @2(yu40000, yu40001), app(ty_Maybe, bcc), bcb) -> new_esEs0(yu300, yu40000, bcc) 12.10/4.65 new_esEs(@3(yu300, yu301, yu302), @3(yu40000, yu40001, yu40002), h, app(ty_Maybe, cg), cf) -> new_esEs0(yu301, yu40001, cg) 12.10/4.65 new_esEs2(@2(yu300, yu301), @2(yu40000, yu40001), app(app(ty_@2, bcf), bcg), bcb) -> new_esEs2(yu300, yu40000, bcf, bcg) 12.10/4.65 new_esEs(@3(yu300, yu301, yu302), @3(yu40000, yu40001, yu40002), h, app(app(app(ty_@3, cc), cd), ce), cf) -> new_esEs(yu301, yu40001, cc, cd, ce) 12.10/4.65 new_esEs1(Right(yu300), Right(yu40000), hc, app(app(ty_@2, bab), bac)) -> new_esEs2(yu300, yu40000, bab, bac) 12.10/4.65 new_esEs1(Left(yu300), Left(yu40000), app(app(app(ty_@3, ga), gb), gc), gd) -> new_esEs(yu300, yu40000, ga, gb, gc) 12.10/4.65 new_esEs(@3(yu300, yu301, yu302), @3(yu40000, yu40001, yu40002), h, ba, app(ty_Maybe, be)) -> new_esEs0(yu302, yu40002, be) 12.10/4.65 new_esEs1(Right(yu300), Right(yu40000), hc, app(ty_Maybe, hg)) -> new_esEs0(yu300, yu40000, hg) 12.10/4.65 new_esEs(@3(yu300, yu301, yu302), @3(yu40000, yu40001, yu40002), app(app(ty_@2, ed), ee), ba, cf) -> new_esEs2(yu300, yu40000, ed, ee) 12.10/4.65 new_esEs(@3(yu300, yu301, yu302), @3(yu40000, yu40001, yu40002), h, app(app(ty_Either, da), db), cf) -> new_esEs1(yu301, yu40001, da, db) 12.10/4.65 new_esEs(@3(yu300, yu301, yu302), @3(yu40000, yu40001, yu40002), h, ba, app(app(ty_Either, bf), bg)) -> new_esEs1(yu302, yu40002, bf, bg) 12.10/4.65 new_esEs2(@2(yu300, yu301), @2(yu40000, yu40001), bae, app(app(app(ty_@3, baf), bag), bah)) -> new_esEs(yu301, yu40001, baf, bag, bah) 12.10/4.65 new_esEs(@3(yu300, yu301, yu302), @3(yu40000, yu40001, yu40002), app(app(ty_Either, eb), ec), ba, cf) -> new_esEs1(yu300, yu40000, eb, ec) 12.10/4.65 new_esEs3(:(yu300, yu301), :(yu40000, yu40001), bda) -> new_esEs3(yu301, yu40001, bda) 12.10/4.65 new_esEs3(:(yu300, yu301), :(yu40000, yu40001), app(app(app(ty_@3, bdb), bdc), bdd)) -> new_esEs(yu300, yu40000, bdb, bdc, bdd) 12.10/4.65 new_esEs2(@2(yu300, yu301), @2(yu40000, yu40001), bae, app(ty_Maybe, bba)) -> new_esEs0(yu301, yu40001, bba) 12.10/4.65 new_esEs(@3(yu300, yu301, yu302), @3(yu40000, yu40001, yu40002), app(app(app(ty_@3, df), dg), dh), ba, cf) -> new_esEs(yu300, yu40000, df, dg, dh) 12.10/4.65 new_esEs3(:(yu300, yu301), :(yu40000, yu40001), app(ty_Maybe, bde)) -> new_esEs0(yu300, yu40000, bde) 12.10/4.65 new_esEs3(:(yu300, yu301), :(yu40000, yu40001), app(app(ty_@2, bdh), bea)) -> new_esEs2(yu300, yu40000, bdh, bea) 12.10/4.65 new_esEs1(Left(yu300), Left(yu40000), app(app(ty_@2, gh), ha), gd) -> new_esEs2(yu300, yu40000, gh, ha) 12.10/4.65 new_esEs2(@2(yu300, yu301), @2(yu40000, yu40001), bae, app(ty_[], bbf)) -> new_esEs3(yu301, yu40001, bbf) 12.10/4.65 new_esEs0(Just(yu300), Just(yu40000), app(app(ty_Either, fc), fd)) -> new_esEs1(yu300, yu40000, fc, fd) 12.10/4.65 new_esEs1(Right(yu300), Right(yu40000), hc, app(ty_[], bad)) -> new_esEs3(yu300, yu40000, bad) 12.10/4.65 new_esEs1(Right(yu300), Right(yu40000), hc, app(app(app(ty_@3, hd), he), hf)) -> new_esEs(yu300, yu40000, hd, he, hf) 12.10/4.65 new_esEs2(@2(yu300, yu301), @2(yu40000, yu40001), app(ty_[], bch), bcb) -> new_esEs3(yu300, yu40000, bch) 12.10/4.65 new_esEs0(Just(yu300), Just(yu40000), app(ty_Maybe, fb)) -> new_esEs0(yu300, yu40000, fb) 12.10/4.65 new_esEs2(@2(yu300, yu301), @2(yu40000, yu40001), app(app(ty_Either, bcd), bce), bcb) -> new_esEs1(yu300, yu40000, bcd, bce) 12.10/4.65 new_esEs1(Left(yu300), Left(yu40000), app(ty_Maybe, ge), gd) -> new_esEs0(yu300, yu40000, ge) 12.10/4.65 new_esEs1(Right(yu300), Right(yu40000), hc, app(app(ty_Either, hh), baa)) -> new_esEs1(yu300, yu40000, hh, baa) 12.10/4.65 new_esEs2(@2(yu300, yu301), @2(yu40000, yu40001), bae, app(app(ty_Either, bbb), bbc)) -> new_esEs1(yu301, yu40001, bbb, bbc) 12.10/4.65 new_esEs0(Just(yu300), Just(yu40000), app(app(app(ty_@3, eg), eh), fa)) -> new_esEs(yu300, yu40000, eg, eh, fa) 12.10/4.65 12.10/4.65 R is empty. 12.10/4.65 Q is empty. 12.10/4.65 We have to consider all minimal (P,Q,R)-chains. 12.10/4.65 ---------------------------------------- 12.10/4.65 12.10/4.65 (8) QDPSizeChangeProof (EQUIVALENT) 12.10/4.65 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 12.10/4.65 12.10/4.65 From the DPs we obtained the following set of size-change graphs: 12.10/4.65 *new_esEs3(:(yu300, yu301), :(yu40000, yu40001), app(app(app(ty_@3, bdb), bdc), bdd)) -> new_esEs(yu300, yu40000, bdb, bdc, bdd) 12.10/4.65 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 12.10/4.65 12.10/4.65 12.10/4.65 *new_esEs3(:(yu300, yu301), :(yu40000, yu40001), app(app(ty_Either, bdf), bdg)) -> new_esEs1(yu300, yu40000, bdf, bdg) 12.10/4.65 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 12.10/4.65 12.10/4.65 12.10/4.65 *new_esEs0(Just(yu300), Just(yu40000), app(app(app(ty_@3, eg), eh), fa)) -> new_esEs(yu300, yu40000, eg, eh, fa) 12.10/4.65 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 12.10/4.65 12.10/4.65 12.10/4.65 *new_esEs0(Just(yu300), Just(yu40000), app(app(ty_Either, fc), fd)) -> new_esEs1(yu300, yu40000, fc, fd) 12.10/4.65 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 12.10/4.65 12.10/4.65 12.10/4.65 *new_esEs0(Just(yu300), Just(yu40000), app(ty_[], fh)) -> new_esEs3(yu300, yu40000, fh) 12.10/4.65 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 12.10/4.65 12.10/4.65 12.10/4.65 *new_esEs3(:(yu300, yu301), :(yu40000, yu40001), app(app(ty_@2, bdh), bea)) -> new_esEs2(yu300, yu40000, bdh, bea) 12.10/4.65 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 12.10/4.65 12.10/4.65 12.10/4.65 *new_esEs3(:(yu300, yu301), :(yu40000, yu40001), app(ty_Maybe, bde)) -> new_esEs0(yu300, yu40000, bde) 12.10/4.65 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 12.10/4.65 12.10/4.65 12.10/4.65 *new_esEs0(Just(yu300), Just(yu40000), app(app(ty_@2, ff), fg)) -> new_esEs2(yu300, yu40000, ff, fg) 12.10/4.65 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 12.10/4.65 12.10/4.65 12.10/4.65 *new_esEs0(Just(yu300), Just(yu40000), app(ty_Maybe, fb)) -> new_esEs0(yu300, yu40000, fb) 12.10/4.65 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 12.10/4.65 12.10/4.65 12.10/4.65 *new_esEs2(@2(yu300, yu301), @2(yu40000, yu40001), app(app(app(ty_@3, bbg), bbh), bca), bcb) -> new_esEs(yu300, yu40000, bbg, bbh, bca) 12.10/4.65 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 12.10/4.65 12.10/4.65 12.10/4.65 *new_esEs2(@2(yu300, yu301), @2(yu40000, yu40001), bae, app(app(app(ty_@3, baf), bag), bah)) -> new_esEs(yu301, yu40001, baf, bag, bah) 12.10/4.65 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 12.10/4.65 12.10/4.65 12.10/4.65 *new_esEs2(@2(yu300, yu301), @2(yu40000, yu40001), app(app(ty_Either, bcd), bce), bcb) -> new_esEs1(yu300, yu40000, bcd, bce) 12.10/4.65 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 12.10/4.65 12.10/4.65 12.10/4.65 *new_esEs2(@2(yu300, yu301), @2(yu40000, yu40001), bae, app(app(ty_Either, bbb), bbc)) -> new_esEs1(yu301, yu40001, bbb, bbc) 12.10/4.65 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 12.10/4.65 12.10/4.65 12.10/4.65 *new_esEs2(@2(yu300, yu301), @2(yu40000, yu40001), bae, app(ty_[], bbf)) -> new_esEs3(yu301, yu40001, bbf) 12.10/4.65 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 12.10/4.65 12.10/4.65 12.10/4.65 *new_esEs2(@2(yu300, yu301), @2(yu40000, yu40001), app(ty_[], bch), bcb) -> new_esEs3(yu300, yu40000, bch) 12.10/4.65 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 12.10/4.65 12.10/4.65 12.10/4.65 *new_esEs2(@2(yu300, yu301), @2(yu40000, yu40001), bae, app(app(ty_@2, bbd), bbe)) -> new_esEs2(yu301, yu40001, bbd, bbe) 12.10/4.65 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 12.10/4.65 12.10/4.65 12.10/4.65 *new_esEs2(@2(yu300, yu301), @2(yu40000, yu40001), app(app(ty_@2, bcf), bcg), bcb) -> new_esEs2(yu300, yu40000, bcf, bcg) 12.10/4.65 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 12.10/4.65 12.10/4.65 12.10/4.65 *new_esEs2(@2(yu300, yu301), @2(yu40000, yu40001), app(ty_Maybe, bcc), bcb) -> new_esEs0(yu300, yu40000, bcc) 12.10/4.65 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 12.10/4.65 12.10/4.65 12.10/4.65 *new_esEs2(@2(yu300, yu301), @2(yu40000, yu40001), bae, app(ty_Maybe, bba)) -> new_esEs0(yu301, yu40001, bba) 12.10/4.65 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 12.10/4.65 12.10/4.65 12.10/4.65 *new_esEs1(Left(yu300), Left(yu40000), app(app(app(ty_@3, ga), gb), gc), gd) -> new_esEs(yu300, yu40000, ga, gb, gc) 12.10/4.65 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 12.10/4.65 12.10/4.65 12.10/4.65 *new_esEs1(Right(yu300), Right(yu40000), hc, app(app(app(ty_@3, hd), he), hf)) -> new_esEs(yu300, yu40000, hd, he, hf) 12.10/4.65 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 12.10/4.65 12.10/4.65 12.10/4.65 *new_esEs(@3(yu300, yu301, yu302), @3(yu40000, yu40001, yu40002), h, ba, app(app(app(ty_@3, bb), bc), bd)) -> new_esEs(yu302, yu40002, bb, bc, bd) 12.10/4.65 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 12.10/4.65 12.10/4.65 12.10/4.65 *new_esEs(@3(yu300, yu301, yu302), @3(yu40000, yu40001, yu40002), h, app(app(app(ty_@3, cc), cd), ce), cf) -> new_esEs(yu301, yu40001, cc, cd, ce) 12.10/4.65 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 12.10/4.65 12.10/4.65 12.10/4.65 *new_esEs(@3(yu300, yu301, yu302), @3(yu40000, yu40001, yu40002), app(app(app(ty_@3, df), dg), dh), ba, cf) -> new_esEs(yu300, yu40000, df, dg, dh) 12.10/4.65 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 12.10/4.65 12.10/4.65 12.10/4.65 *new_esEs1(Left(yu300), Left(yu40000), app(app(ty_Either, gf), gg), gd) -> new_esEs1(yu300, yu40000, gf, gg) 12.10/4.65 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 12.10/4.65 12.10/4.65 12.10/4.65 *new_esEs1(Right(yu300), Right(yu40000), hc, app(app(ty_Either, hh), baa)) -> new_esEs1(yu300, yu40000, hh, baa) 12.10/4.65 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 12.10/4.65 12.10/4.65 12.10/4.65 *new_esEs1(Left(yu300), Left(yu40000), app(ty_[], hb), gd) -> new_esEs3(yu300, yu40000, hb) 12.10/4.65 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 12.10/4.65 12.10/4.65 12.10/4.65 *new_esEs1(Right(yu300), Right(yu40000), hc, app(ty_[], bad)) -> new_esEs3(yu300, yu40000, bad) 12.10/4.65 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 12.10/4.65 12.10/4.65 12.10/4.65 *new_esEs1(Right(yu300), Right(yu40000), hc, app(app(ty_@2, bab), bac)) -> new_esEs2(yu300, yu40000, bab, bac) 12.10/4.65 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 12.10/4.65 12.10/4.65 12.10/4.65 *new_esEs1(Left(yu300), Left(yu40000), app(app(ty_@2, gh), ha), gd) -> new_esEs2(yu300, yu40000, gh, ha) 12.10/4.65 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 12.10/4.65 12.10/4.65 12.10/4.65 *new_esEs1(Right(yu300), Right(yu40000), hc, app(ty_Maybe, hg)) -> new_esEs0(yu300, yu40000, hg) 12.10/4.65 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 12.10/4.65 12.10/4.65 12.10/4.65 *new_esEs1(Left(yu300), Left(yu40000), app(ty_Maybe, ge), gd) -> new_esEs0(yu300, yu40000, ge) 12.10/4.65 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 12.10/4.65 12.10/4.65 12.10/4.65 *new_esEs(@3(yu300, yu301, yu302), @3(yu40000, yu40001, yu40002), h, app(app(ty_Either, da), db), cf) -> new_esEs1(yu301, yu40001, da, db) 12.10/4.65 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 12.10/4.65 12.10/4.65 12.10/4.65 *new_esEs(@3(yu300, yu301, yu302), @3(yu40000, yu40001, yu40002), h, ba, app(app(ty_Either, bf), bg)) -> new_esEs1(yu302, yu40002, bf, bg) 12.10/4.65 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 12.10/4.65 12.10/4.65 12.10/4.65 *new_esEs(@3(yu300, yu301, yu302), @3(yu40000, yu40001, yu40002), app(app(ty_Either, eb), ec), ba, cf) -> new_esEs1(yu300, yu40000, eb, ec) 12.10/4.65 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 12.10/4.65 12.10/4.65 12.10/4.65 *new_esEs3(:(yu300, yu301), :(yu40000, yu40001), app(ty_[], beb)) -> new_esEs3(yu300, yu40000, beb) 12.10/4.65 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 12.10/4.65 12.10/4.65 12.10/4.65 *new_esEs3(:(yu300, yu301), :(yu40000, yu40001), bda) -> new_esEs3(yu301, yu40001, bda) 12.10/4.65 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 12.10/4.65 12.10/4.65 12.10/4.65 *new_esEs(@3(yu300, yu301, yu302), @3(yu40000, yu40001, yu40002), h, ba, app(ty_[], cb)) -> new_esEs3(yu302, yu40002, cb) 12.10/4.65 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 12.10/4.65 12.10/4.65 12.10/4.65 *new_esEs(@3(yu300, yu301, yu302), @3(yu40000, yu40001, yu40002), h, app(ty_[], de), cf) -> new_esEs3(yu301, yu40001, de) 12.10/4.65 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 12.10/4.65 12.10/4.65 12.10/4.65 *new_esEs(@3(yu300, yu301, yu302), @3(yu40000, yu40001, yu40002), app(ty_[], ef), ba, cf) -> new_esEs3(yu300, yu40000, ef) 12.10/4.65 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 12.10/4.65 12.10/4.65 12.10/4.65 *new_esEs(@3(yu300, yu301, yu302), @3(yu40000, yu40001, yu40002), h, app(app(ty_@2, dc), dd), cf) -> new_esEs2(yu301, yu40001, dc, dd) 12.10/4.65 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 12.10/4.65 12.10/4.65 12.10/4.65 *new_esEs(@3(yu300, yu301, yu302), @3(yu40000, yu40001, yu40002), h, ba, app(app(ty_@2, bh), ca)) -> new_esEs2(yu302, yu40002, bh, ca) 12.10/4.65 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 12.10/4.65 12.10/4.65 12.10/4.65 *new_esEs(@3(yu300, yu301, yu302), @3(yu40000, yu40001, yu40002), app(app(ty_@2, ed), ee), ba, cf) -> new_esEs2(yu300, yu40000, ed, ee) 12.10/4.65 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 12.10/4.65 12.10/4.65 12.10/4.65 *new_esEs(@3(yu300, yu301, yu302), @3(yu40000, yu40001, yu40002), app(ty_Maybe, ea), ba, cf) -> new_esEs0(yu300, yu40000, ea) 12.10/4.65 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 12.10/4.65 12.10/4.65 12.10/4.65 *new_esEs(@3(yu300, yu301, yu302), @3(yu40000, yu40001, yu40002), h, app(ty_Maybe, cg), cf) -> new_esEs0(yu301, yu40001, cg) 12.10/4.65 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 12.10/4.65 12.10/4.65 12.10/4.65 *new_esEs(@3(yu300, yu301, yu302), @3(yu40000, yu40001, yu40002), h, ba, app(ty_Maybe, be)) -> new_esEs0(yu302, yu40002, be) 12.10/4.65 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 12.10/4.65 12.10/4.65 12.10/4.65 ---------------------------------------- 12.10/4.65 12.10/4.65 (9) 12.10/4.65 YES 12.10/4.65 12.10/4.65 ---------------------------------------- 12.10/4.65 12.10/4.65 (10) 12.10/4.65 Obligation: 12.10/4.65 Q DP problem: 12.10/4.65 The TRS P consists of the following rules: 12.10/4.65 12.10/4.65 new_lookup(Left(yu30), :(@2(Left(yu4000), yu401), yu41), bc, bd, be) -> new_lookup1(yu30, yu4000, yu401, yu41, new_esEs4(yu30, yu4000, bd), bc, bd, be) 12.10/4.65 new_lookup(Right(yu30), :(@2(Right(yu4000), yu401), yu41), bc, bd, be) -> new_lookup10(yu30, yu4000, yu401, yu41, new_esEs5(yu30, yu4000, be), bc, bd, be) 12.10/4.65 new_lookup10(yu22, yu23, yu24, yu25, False, bf, bg, bh) -> new_lookup(Right(yu22), yu25, bf, bg, bh) 12.10/4.65 new_lookup1(yu11, yu12, yu13, yu14, False, h, ba, bb) -> new_lookup(Left(yu11), yu14, h, ba, bb) 12.10/4.65 new_lookup(Left(yu30), :(@2(Right(yu4000), yu401), yu41), bc, bd, be) -> new_lookup(Left(yu30), yu41, bc, bd, be) 12.10/4.65 new_lookup(Right(yu30), :(@2(Left(yu4000), yu401), yu41), bc, bd, be) -> new_lookup(Right(yu30), yu41, bc, bd, be) 12.10/4.65 12.10/4.65 The TRS R consists of the following rules: 12.10/4.65 12.10/4.65 new_esEs17(Right(yu300), Right(yu40000), eg, ty_Float) -> new_esEs11(yu300, yu40000) 12.10/4.65 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 12.10/4.65 new_esEs26(yu301, yu40001, ty_Integer) -> new_esEs10(yu301, yu40001) 12.10/4.65 new_esEs27(yu300, yu40000, ty_Int) -> new_esEs9(yu300, yu40000) 12.10/4.65 new_esEs17(Left(yu300), Left(yu40000), ty_Double, dd) -> new_esEs16(yu300, yu40000) 12.10/4.65 new_esEs4(yu30, yu4000, ty_Float) -> new_esEs11(yu30, yu4000) 12.10/4.65 new_esEs5(yu30, yu4000, app(ty_Maybe, ce)) -> new_esEs15(yu30, yu4000, ce) 12.10/4.65 new_esEs24(yu301, yu40001, app(ty_Maybe, beg)) -> new_esEs15(yu301, yu40001, beg) 12.10/4.65 new_esEs15(Just(yu300), Just(yu40000), app(app(ty_Either, bhd), bhe)) -> new_esEs17(yu300, yu40000, bhd, bhe) 12.10/4.65 new_esEs18(@2(yu300, yu301), @2(yu40000, yu40001), gh, ha) -> new_asAs(new_esEs25(yu300, yu40000, gh), new_esEs24(yu301, yu40001, ha)) 12.10/4.65 new_esEs17(Right(yu300), Right(yu40000), eg, app(app(ty_@2, fh), ga)) -> new_esEs18(yu300, yu40000, fh, ga) 12.10/4.65 new_esEs20(yu302, yu40002, ty_Ordering) -> new_esEs12(yu302, yu40002) 12.10/4.65 new_esEs16(Double(yu300, yu301), Double(yu40000, yu40001)) -> new_esEs9(new_sr(yu300, yu40001), new_sr(yu301, yu40000)) 12.10/4.65 new_esEs6(False, True) -> False 12.10/4.65 new_esEs6(True, False) -> False 12.10/4.65 new_esEs24(yu301, yu40001, app(ty_[], bfd)) -> new_esEs19(yu301, yu40001, bfd) 12.10/4.65 new_esEs19(:(yu300, yu301), [], hb) -> False 12.10/4.65 new_esEs19([], :(yu40000, yu40001), hb) -> False 12.10/4.65 new_esEs24(yu301, yu40001, ty_@0) -> new_esEs7(yu301, yu40001) 12.10/4.65 new_esEs9(yu30, yu4000) -> new_primEqInt(yu30, yu4000) 12.10/4.65 new_esEs21(yu301, yu40001, app(app(app(ty_@3, baf), bag), bah)) -> new_esEs14(yu301, yu40001, baf, bag, bah) 12.10/4.65 new_esEs5(yu30, yu4000, ty_Integer) -> new_esEs10(yu30, yu4000) 12.10/4.65 new_esEs20(yu302, yu40002, ty_Bool) -> new_esEs6(yu302, yu40002) 12.10/4.65 new_esEs21(yu301, yu40001, app(app(ty_Either, bbb), bbc)) -> new_esEs17(yu301, yu40001, bbb, bbc) 12.10/4.65 new_esEs23(yu300, yu40000, ty_Double) -> new_esEs16(yu300, yu40000) 12.10/4.65 new_esEs25(yu300, yu40000, ty_Float) -> new_esEs11(yu300, yu40000) 12.10/4.65 new_esEs17(Left(yu300), Left(yu40000), ty_Float, dd) -> new_esEs11(yu300, yu40000) 12.10/4.65 new_esEs22(yu300, yu40000, ty_Char) -> new_esEs8(yu300, yu40000) 12.10/4.65 new_esEs4(yu30, yu4000, app(app(app(ty_@3, gd), ge), gf)) -> new_esEs14(yu30, yu4000, gd, ge, gf) 12.10/4.65 new_esEs17(Right(yu300), Right(yu40000), eg, ty_Double) -> new_esEs16(yu300, yu40000) 12.10/4.65 new_esEs20(yu302, yu40002, app(ty_Ratio, hc)) -> new_esEs13(yu302, yu40002, hc) 12.10/4.65 new_esEs15(Just(yu300), Just(yu40000), app(app(app(ty_@3, bgh), bha), bhb)) -> new_esEs14(yu300, yu40000, bgh, bha, bhb) 12.10/4.65 new_esEs20(yu302, yu40002, ty_Int) -> new_esEs9(yu302, yu40002) 12.10/4.65 new_esEs25(yu300, yu40000, app(ty_Ratio, bfe)) -> new_esEs13(yu300, yu40000, bfe) 12.10/4.65 new_esEs12(GT, GT) -> True 12.10/4.65 new_esEs19(:(yu300, yu301), :(yu40000, yu40001), hb) -> new_asAs(new_esEs23(yu300, yu40000, hb), new_esEs19(yu301, yu40001, hb)) 12.10/4.65 new_esEs25(yu300, yu40000, ty_Int) -> new_esEs9(yu300, yu40000) 12.10/4.65 new_asAs(True, yu39) -> yu39 12.10/4.65 new_esEs15(Just(yu300), Just(yu40000), ty_Float) -> new_esEs11(yu300, yu40000) 12.10/4.65 new_esEs10(Integer(yu300), Integer(yu40000)) -> new_primEqInt(yu300, yu40000) 12.10/4.65 new_esEs5(yu30, yu4000, app(ty_[], dc)) -> new_esEs19(yu30, yu4000, dc) 12.10/4.65 new_esEs17(Left(yu300), Left(yu40000), app(ty_Maybe, ea), dd) -> new_esEs15(yu300, yu40000, ea) 12.10/4.65 new_primEqInt(Pos(Succ(yu3000)), Pos(Zero)) -> False 12.10/4.65 new_primEqInt(Pos(Zero), Pos(Succ(yu400000))) -> False 12.10/4.65 new_esEs5(yu30, yu4000, app(app(ty_@2, da), db)) -> new_esEs18(yu30, yu4000, da, db) 12.10/4.65 new_esEs4(yu30, yu4000, app(ty_Ratio, gc)) -> new_esEs13(yu30, yu4000, gc) 12.10/4.65 new_esEs21(yu301, yu40001, ty_Double) -> new_esEs16(yu301, yu40001) 12.10/4.65 new_esEs23(yu300, yu40000, app(app(ty_Either, bdf), bdg)) -> new_esEs17(yu300, yu40000, bdf, bdg) 12.10/4.65 new_esEs20(yu302, yu40002, ty_Char) -> new_esEs8(yu302, yu40002) 12.10/4.65 new_esEs4(yu30, yu4000, ty_Int) -> new_esEs9(yu30, yu4000) 12.10/4.65 new_primEqNat0(Succ(yu3000), Succ(yu400000)) -> new_primEqNat0(yu3000, yu400000) 12.10/4.65 new_esEs5(yu30, yu4000, ty_Bool) -> new_esEs6(yu30, yu4000) 12.10/4.65 new_esEs22(yu300, yu40000, app(ty_Ratio, bbg)) -> new_esEs13(yu300, yu40000, bbg) 12.10/4.65 new_esEs23(yu300, yu40000, app(app(app(ty_@3, bdb), bdc), bdd)) -> new_esEs14(yu300, yu40000, bdb, bdc, bdd) 12.10/4.65 new_esEs5(yu30, yu4000, ty_@0) -> new_esEs7(yu30, yu4000) 12.10/4.65 new_esEs17(Left(yu300), Left(yu40000), app(ty_[], ef), dd) -> new_esEs19(yu300, yu40000, ef) 12.10/4.65 new_esEs12(EQ, EQ) -> True 12.10/4.65 new_esEs17(Left(yu300), Left(yu40000), app(app(app(ty_@3, df), dg), dh), dd) -> new_esEs14(yu300, yu40000, df, dg, dh) 12.10/4.65 new_esEs23(yu300, yu40000, app(app(ty_@2, bdh), bea)) -> new_esEs18(yu300, yu40000, bdh, bea) 12.10/4.65 new_esEs17(Left(yu300), Left(yu40000), ty_Int, dd) -> new_esEs9(yu300, yu40000) 12.10/4.65 new_esEs15(Nothing, Just(yu40000), gg) -> False 12.10/4.65 new_esEs15(Just(yu300), Nothing, gg) -> False 12.10/4.65 new_primMulNat0(Zero, Zero) -> Zero 12.10/4.65 new_esEs20(yu302, yu40002, app(ty_Maybe, hg)) -> new_esEs15(yu302, yu40002, hg) 12.10/4.65 new_esEs15(Nothing, Nothing, gg) -> True 12.10/4.65 new_esEs22(yu300, yu40000, ty_Integer) -> new_esEs10(yu300, yu40000) 12.10/4.65 new_esEs21(yu301, yu40001, ty_Integer) -> new_esEs10(yu301, yu40001) 12.10/4.65 new_esEs25(yu300, yu40000, ty_Bool) -> new_esEs6(yu300, yu40000) 12.10/4.65 new_esEs17(Right(yu300), Right(yu40000), eg, app(ty_[], gb)) -> new_esEs19(yu300, yu40000, gb) 12.10/4.65 new_esEs21(yu301, yu40001, ty_@0) -> new_esEs7(yu301, yu40001) 12.10/4.65 new_esEs23(yu300, yu40000, app(ty_Ratio, bda)) -> new_esEs13(yu300, yu40000, bda) 12.10/4.65 new_esEs20(yu302, yu40002, ty_Float) -> new_esEs11(yu302, yu40002) 12.10/4.65 new_esEs24(yu301, yu40001, app(app(ty_@2, bfb), bfc)) -> new_esEs18(yu301, yu40001, bfb, bfc) 12.10/4.65 new_esEs12(LT, LT) -> True 12.10/4.65 new_esEs4(yu30, yu4000, ty_Ordering) -> new_esEs12(yu30, yu4000) 12.10/4.65 new_primEqNat0(Succ(yu3000), Zero) -> False 12.10/4.65 new_primEqNat0(Zero, Succ(yu400000)) -> False 12.10/4.65 new_esEs24(yu301, yu40001, ty_Bool) -> new_esEs6(yu301, yu40001) 12.10/4.65 new_esEs21(yu301, yu40001, ty_Float) -> new_esEs11(yu301, yu40001) 12.10/4.65 new_esEs17(Right(yu300), Right(yu40000), eg, ty_Int) -> new_esEs9(yu300, yu40000) 12.10/4.65 new_esEs23(yu300, yu40000, ty_Int) -> new_esEs9(yu300, yu40000) 12.10/4.65 new_esEs24(yu301, yu40001, app(ty_Ratio, bec)) -> new_esEs13(yu301, yu40001, bec) 12.10/4.65 new_esEs25(yu300, yu40000, app(app(app(ty_@3, bff), bfg), bfh)) -> new_esEs14(yu300, yu40000, bff, bfg, bfh) 12.10/4.65 new_esEs25(yu300, yu40000, app(app(ty_@2, bgd), bge)) -> new_esEs18(yu300, yu40000, bgd, bge) 12.10/4.65 new_esEs15(Just(yu300), Just(yu40000), app(app(ty_@2, bhf), bhg)) -> new_esEs18(yu300, yu40000, bhf, bhg) 12.10/4.65 new_esEs5(yu30, yu4000, ty_Int) -> new_esEs9(yu30, yu4000) 12.10/4.65 new_esEs5(yu30, yu4000, app(ty_Ratio, ca)) -> new_esEs13(yu30, yu4000, ca) 12.10/4.65 new_esEs7(@0, @0) -> True 12.10/4.65 new_esEs4(yu30, yu4000, app(app(ty_Either, eg), dd)) -> new_esEs17(yu30, yu4000, eg, dd) 12.10/4.65 new_primEqInt(Neg(Succ(yu3000)), Neg(Zero)) -> False 12.10/4.65 new_primEqInt(Neg(Zero), Neg(Succ(yu400000))) -> False 12.10/4.65 new_esEs24(yu301, yu40001, ty_Int) -> new_esEs9(yu301, yu40001) 12.10/4.65 new_esEs24(yu301, yu40001, app(app(app(ty_@3, bed), bee), bef)) -> new_esEs14(yu301, yu40001, bed, bee, bef) 12.10/4.65 new_esEs15(Just(yu300), Just(yu40000), app(ty_Maybe, bhc)) -> new_esEs15(yu300, yu40000, bhc) 12.10/4.65 new_esEs22(yu300, yu40000, ty_Ordering) -> new_esEs12(yu300, yu40000) 12.10/4.65 new_primEqInt(Pos(Succ(yu3000)), Pos(Succ(yu400000))) -> new_primEqNat0(yu3000, yu400000) 12.10/4.65 new_esEs17(Right(yu300), Right(yu40000), eg, ty_Bool) -> new_esEs6(yu300, yu40000) 12.10/4.65 new_esEs17(Left(yu300), Right(yu40000), eg, dd) -> False 12.10/4.65 new_esEs17(Right(yu300), Left(yu40000), eg, dd) -> False 12.10/4.65 new_esEs4(yu30, yu4000, ty_@0) -> new_esEs7(yu30, yu4000) 12.10/4.65 new_sr(Pos(yu3000), Neg(yu400010)) -> Neg(new_primMulNat0(yu3000, yu400010)) 12.10/4.65 new_sr(Neg(yu3000), Pos(yu400010)) -> Neg(new_primMulNat0(yu3000, yu400010)) 12.10/4.65 new_esEs22(yu300, yu40000, app(ty_[], bch)) -> new_esEs19(yu300, yu40000, bch) 12.10/4.65 new_esEs4(yu30, yu4000, app(ty_[], hb)) -> new_esEs19(yu30, yu4000, hb) 12.10/4.65 new_primPlusNat1(Succ(yu4000), Succ(yu40001000)) -> Succ(Succ(new_primPlusNat1(yu4000, yu40001000))) 12.10/4.65 new_esEs4(yu30, yu4000, ty_Double) -> new_esEs16(yu30, yu4000) 12.10/4.65 new_primEqInt(Pos(Succ(yu3000)), Neg(yu40000)) -> False 12.10/4.65 new_primEqInt(Neg(Succ(yu3000)), Pos(yu40000)) -> False 12.10/4.65 new_esEs22(yu300, yu40000, ty_@0) -> new_esEs7(yu300, yu40000) 12.10/4.65 new_esEs27(yu300, yu40000, ty_Integer) -> new_esEs10(yu300, yu40000) 12.10/4.65 new_esEs12(EQ, GT) -> False 12.10/4.65 new_esEs12(GT, EQ) -> False 12.10/4.65 new_esEs14(@3(yu300, yu301, yu302), @3(yu40000, yu40001, yu40002), gd, ge, gf) -> new_asAs(new_esEs22(yu300, yu40000, gd), new_asAs(new_esEs21(yu301, yu40001, ge), new_esEs20(yu302, yu40002, gf))) 12.10/4.65 new_esEs17(Left(yu300), Left(yu40000), app(ty_Ratio, de), dd) -> new_esEs13(yu300, yu40000, de) 12.10/4.65 new_esEs22(yu300, yu40000, ty_Double) -> new_esEs16(yu300, yu40000) 12.10/4.65 new_esEs22(yu300, yu40000, app(app(ty_Either, bcd), bce)) -> new_esEs17(yu300, yu40000, bcd, bce) 12.10/4.65 new_esEs21(yu301, yu40001, ty_Bool) -> new_esEs6(yu301, yu40001) 12.10/4.65 new_esEs22(yu300, yu40000, app(app(app(ty_@3, bbh), bca), bcb)) -> new_esEs14(yu300, yu40000, bbh, bca, bcb) 12.10/4.65 new_esEs25(yu300, yu40000, ty_@0) -> new_esEs7(yu300, yu40000) 12.10/4.65 new_esEs21(yu301, yu40001, ty_Char) -> new_esEs8(yu301, yu40001) 12.10/4.65 new_esEs23(yu300, yu40000, app(ty_[], beb)) -> new_esEs19(yu300, yu40000, beb) 12.10/4.65 new_esEs24(yu301, yu40001, ty_Float) -> new_esEs11(yu301, yu40001) 12.10/4.65 new_esEs19([], [], hb) -> True 12.10/4.65 new_esEs25(yu300, yu40000, app(ty_Maybe, bga)) -> new_esEs15(yu300, yu40000, bga) 12.10/4.65 new_esEs15(Just(yu300), Just(yu40000), ty_Bool) -> new_esEs6(yu300, yu40000) 12.10/4.65 new_esEs17(Right(yu300), Right(yu40000), eg, app(ty_Ratio, eh)) -> new_esEs13(yu300, yu40000, eh) 12.10/4.65 new_sr(Neg(yu3000), Neg(yu400010)) -> Pos(new_primMulNat0(yu3000, yu400010)) 12.10/4.65 new_esEs15(Just(yu300), Just(yu40000), ty_Char) -> new_esEs8(yu300, yu40000) 12.10/4.65 new_esEs25(yu300, yu40000, ty_Integer) -> new_esEs10(yu300, yu40000) 12.10/4.65 new_esEs15(Just(yu300), Just(yu40000), ty_Ordering) -> new_esEs12(yu300, yu40000) 12.10/4.65 new_esEs23(yu300, yu40000, app(ty_Maybe, bde)) -> new_esEs15(yu300, yu40000, bde) 12.10/4.65 new_esEs17(Right(yu300), Right(yu40000), eg, ty_@0) -> new_esEs7(yu300, yu40000) 12.10/4.65 new_esEs17(Left(yu300), Left(yu40000), ty_Bool, dd) -> new_esEs6(yu300, yu40000) 12.10/4.65 new_primEqInt(Pos(Zero), Neg(Succ(yu400000))) -> False 12.10/4.65 new_primEqInt(Neg(Zero), Pos(Succ(yu400000))) -> False 12.10/4.65 new_esEs12(LT, EQ) -> False 12.10/4.65 new_esEs12(EQ, LT) -> False 12.10/4.65 new_esEs21(yu301, yu40001, ty_Ordering) -> new_esEs12(yu301, yu40001) 12.10/4.65 new_esEs6(True, True) -> True 12.10/4.65 new_esEs4(yu30, yu4000, ty_Char) -> new_esEs8(yu30, yu4000) 12.10/4.65 new_esEs4(yu30, yu4000, ty_Integer) -> new_esEs10(yu30, yu4000) 12.10/4.65 new_esEs20(yu302, yu40002, app(app(app(ty_@3, hd), he), hf)) -> new_esEs14(yu302, yu40002, hd, he, hf) 12.10/4.65 new_esEs17(Left(yu300), Left(yu40000), app(app(ty_@2, ed), ee), dd) -> new_esEs18(yu300, yu40000, ed, ee) 12.10/4.65 new_esEs17(Left(yu300), Left(yu40000), ty_Ordering, dd) -> new_esEs12(yu300, yu40000) 12.10/4.65 new_esEs20(yu302, yu40002, app(app(ty_Either, hh), baa)) -> new_esEs17(yu302, yu40002, hh, baa) 12.10/4.65 new_esEs22(yu300, yu40000, ty_Float) -> new_esEs11(yu300, yu40000) 12.10/4.65 new_esEs24(yu301, yu40001, ty_Double) -> new_esEs16(yu301, yu40001) 12.10/4.65 new_primEqInt(Neg(Succ(yu3000)), Neg(Succ(yu400000))) -> new_primEqNat0(yu3000, yu400000) 12.10/4.65 new_esEs23(yu300, yu40000, ty_Bool) -> new_esEs6(yu300, yu40000) 12.10/4.65 new_esEs5(yu30, yu4000, ty_Double) -> new_esEs16(yu30, yu4000) 12.10/4.65 new_esEs23(yu300, yu40000, ty_Char) -> new_esEs8(yu300, yu40000) 12.10/4.65 new_esEs12(LT, GT) -> False 12.10/4.65 new_esEs12(GT, LT) -> False 12.10/4.65 new_esEs20(yu302, yu40002, app(app(ty_@2, bab), bac)) -> new_esEs18(yu302, yu40002, bab, bac) 12.10/4.65 new_esEs21(yu301, yu40001, app(ty_[], bbf)) -> new_esEs19(yu301, yu40001, bbf) 12.10/4.65 new_primPlusNat0(Succ(yu400), yu4000100) -> Succ(Succ(new_primPlusNat1(yu400, yu4000100))) 12.10/4.65 new_esEs17(Left(yu300), Left(yu40000), ty_@0, dd) -> new_esEs7(yu300, yu40000) 12.10/4.65 new_esEs6(False, False) -> True 12.10/4.65 new_esEs23(yu300, yu40000, ty_@0) -> new_esEs7(yu300, yu40000) 12.10/4.65 new_esEs5(yu30, yu4000, app(app(app(ty_@3, cb), cc), cd)) -> new_esEs14(yu30, yu4000, cb, cc, cd) 12.10/4.65 new_esEs15(Just(yu300), Just(yu40000), app(ty_Ratio, bgg)) -> new_esEs13(yu300, yu40000, bgg) 12.10/4.65 new_esEs17(Left(yu300), Left(yu40000), app(app(ty_Either, eb), ec), dd) -> new_esEs17(yu300, yu40000, eb, ec) 12.10/4.65 new_esEs21(yu301, yu40001, app(ty_Maybe, bba)) -> new_esEs15(yu301, yu40001, bba) 12.10/4.65 new_esEs15(Just(yu300), Just(yu40000), ty_Int) -> new_esEs9(yu300, yu40000) 12.10/4.65 new_primPlusNat1(Zero, Zero) -> Zero 12.10/4.65 new_esEs23(yu300, yu40000, ty_Integer) -> new_esEs10(yu300, yu40000) 12.10/4.65 new_primMulNat0(Succ(yu30000), Zero) -> Zero 12.10/4.65 new_primMulNat0(Zero, Succ(yu4000100)) -> Zero 12.10/4.65 new_sr(Pos(yu3000), Pos(yu400010)) -> Pos(new_primMulNat0(yu3000, yu400010)) 12.10/4.65 new_esEs20(yu302, yu40002, ty_Integer) -> new_esEs10(yu302, yu40002) 12.10/4.65 new_primPlusNat0(Zero, yu4000100) -> Succ(yu4000100) 12.10/4.65 new_esEs23(yu300, yu40000, ty_Ordering) -> new_esEs12(yu300, yu40000) 12.10/4.65 new_esEs5(yu30, yu4000, app(app(ty_Either, cf), cg)) -> new_esEs17(yu30, yu4000, cf, cg) 12.10/4.65 new_esEs15(Just(yu300), Just(yu40000), ty_Integer) -> new_esEs10(yu300, yu40000) 12.10/4.65 new_esEs25(yu300, yu40000, ty_Ordering) -> new_esEs12(yu300, yu40000) 12.10/4.65 new_esEs5(yu30, yu4000, ty_Ordering) -> new_esEs12(yu30, yu4000) 12.10/4.65 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 12.10/4.65 new_esEs22(yu300, yu40000, ty_Int) -> new_esEs9(yu300, yu40000) 12.10/4.65 new_primMulNat0(Succ(yu30000), Succ(yu4000100)) -> new_primPlusNat0(new_primMulNat0(yu30000, Succ(yu4000100)), yu4000100) 12.10/4.65 new_esEs24(yu301, yu40001, ty_Ordering) -> new_esEs12(yu301, yu40001) 12.10/4.65 new_esEs25(yu300, yu40000, ty_Char) -> new_esEs8(yu300, yu40000) 12.10/4.65 new_esEs5(yu30, yu4000, ty_Char) -> new_esEs8(yu30, yu4000) 12.10/4.65 new_esEs22(yu300, yu40000, app(app(ty_@2, bcf), bcg)) -> new_esEs18(yu300, yu40000, bcf, bcg) 12.10/4.65 new_primPlusNat1(Succ(yu4000), Zero) -> Succ(yu4000) 12.10/4.65 new_primPlusNat1(Zero, Succ(yu40001000)) -> Succ(yu40001000) 12.10/4.65 new_esEs17(Left(yu300), Left(yu40000), ty_Integer, dd) -> new_esEs10(yu300, yu40000) 12.10/4.65 new_esEs11(Float(yu300, yu301), Float(yu40000, yu40001)) -> new_esEs9(new_sr(yu300, yu40001), new_sr(yu301, yu40000)) 12.10/4.65 new_esEs4(yu30, yu4000, app(app(ty_@2, gh), ha)) -> new_esEs18(yu30, yu4000, gh, ha) 12.10/4.65 new_esEs17(Right(yu300), Right(yu40000), eg, app(app(ty_Either, ff), fg)) -> new_esEs17(yu300, yu40000, ff, fg) 12.10/4.65 new_esEs20(yu302, yu40002, app(ty_[], bad)) -> new_esEs19(yu302, yu40002, bad) 12.10/4.65 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 12.10/4.65 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 12.10/4.65 new_esEs21(yu301, yu40001, app(app(ty_@2, bbd), bbe)) -> new_esEs18(yu301, yu40001, bbd, bbe) 12.10/4.65 new_esEs20(yu302, yu40002, ty_@0) -> new_esEs7(yu302, yu40002) 12.10/4.65 new_esEs22(yu300, yu40000, app(ty_Maybe, bcc)) -> new_esEs15(yu300, yu40000, bcc) 12.10/4.65 new_esEs24(yu301, yu40001, ty_Integer) -> new_esEs10(yu301, yu40001) 12.10/4.65 new_primEqNat0(Zero, Zero) -> True 12.10/4.65 new_esEs17(Right(yu300), Right(yu40000), eg, app(app(app(ty_@3, fa), fb), fc)) -> new_esEs14(yu300, yu40000, fa, fb, fc) 12.10/4.65 new_esEs20(yu302, yu40002, ty_Double) -> new_esEs16(yu302, yu40002) 12.10/4.65 new_esEs24(yu301, yu40001, app(app(ty_Either, beh), bfa)) -> new_esEs17(yu301, yu40001, beh, bfa) 12.10/4.65 new_esEs17(Right(yu300), Right(yu40000), eg, app(ty_Maybe, fd)) -> new_esEs15(yu300, yu40000, fd) 12.10/4.65 new_esEs4(yu30, yu4000, ty_Bool) -> new_esEs6(yu30, yu4000) 12.10/4.65 new_esEs25(yu300, yu40000, app(ty_[], bgf)) -> new_esEs19(yu300, yu40000, bgf) 12.10/4.65 new_esEs13(:%(yu300, yu301), :%(yu40000, yu40001), gc) -> new_asAs(new_esEs27(yu300, yu40000, gc), new_esEs26(yu301, yu40001, gc)) 12.10/4.65 new_esEs17(Right(yu300), Right(yu40000), eg, ty_Char) -> new_esEs8(yu300, yu40000) 12.10/4.65 new_esEs25(yu300, yu40000, app(app(ty_Either, bgb), bgc)) -> new_esEs17(yu300, yu40000, bgb, bgc) 12.10/4.65 new_esEs21(yu301, yu40001, app(ty_Ratio, bae)) -> new_esEs13(yu301, yu40001, bae) 12.10/4.65 new_asAs(False, yu39) -> False 12.10/4.65 new_esEs8(Char(yu300), Char(yu40000)) -> new_primEqNat0(yu300, yu40000) 12.10/4.65 new_esEs22(yu300, yu40000, ty_Bool) -> new_esEs6(yu300, yu40000) 12.10/4.65 new_esEs17(Left(yu300), Left(yu40000), ty_Char, dd) -> new_esEs8(yu300, yu40000) 12.10/4.65 new_esEs26(yu301, yu40001, ty_Int) -> new_esEs9(yu301, yu40001) 12.10/4.65 new_esEs23(yu300, yu40000, ty_Float) -> new_esEs11(yu300, yu40000) 12.10/4.65 new_esEs15(Just(yu300), Just(yu40000), app(ty_[], bhh)) -> new_esEs19(yu300, yu40000, bhh) 12.10/4.65 new_esEs15(Just(yu300), Just(yu40000), ty_@0) -> new_esEs7(yu300, yu40000) 12.10/4.65 new_esEs4(yu30, yu4000, app(ty_Maybe, gg)) -> new_esEs15(yu30, yu4000, gg) 12.10/4.65 new_esEs15(Just(yu300), Just(yu40000), ty_Double) -> new_esEs16(yu300, yu40000) 12.10/4.65 new_esEs17(Right(yu300), Right(yu40000), eg, ty_Ordering) -> new_esEs12(yu300, yu40000) 12.10/4.65 new_esEs5(yu30, yu4000, ty_Float) -> new_esEs11(yu30, yu4000) 12.10/4.65 new_esEs21(yu301, yu40001, ty_Int) -> new_esEs9(yu301, yu40001) 12.10/4.65 new_esEs25(yu300, yu40000, ty_Double) -> new_esEs16(yu300, yu40000) 12.10/4.65 new_esEs24(yu301, yu40001, ty_Char) -> new_esEs8(yu301, yu40001) 12.10/4.65 new_esEs17(Right(yu300), Right(yu40000), eg, ty_Integer) -> new_esEs10(yu300, yu40000) 12.10/4.65 12.10/4.65 The set Q consists of the following terms: 12.10/4.65 12.10/4.65 new_esEs20(x0, x1, app(ty_Ratio, x2)) 12.10/4.65 new_esEs20(x0, x1, ty_Int) 12.10/4.65 new_esEs15(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 12.10/4.65 new_esEs25(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 12.10/4.65 new_esEs17(Right(x0), Right(x1), x2, ty_Double) 12.10/4.65 new_esEs12(EQ, EQ) 12.10/4.65 new_esEs25(x0, x1, ty_Integer) 12.10/4.65 new_esEs17(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 12.10/4.65 new_esEs24(x0, x1, app(app(ty_Either, x2), x3)) 12.10/4.65 new_esEs20(x0, x1, app(app(ty_@2, x2), x3)) 12.10/4.65 new_esEs17(Right(x0), Right(x1), x2, ty_Ordering) 12.10/4.65 new_esEs21(x0, x1, app(ty_Maybe, x2)) 12.10/4.65 new_esEs23(x0, x1, ty_Integer) 12.10/4.65 new_esEs20(x0, x1, ty_Char) 12.10/4.65 new_primMulNat0(Zero, Zero) 12.10/4.65 new_primPlusNat1(Zero, Zero) 12.10/4.65 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 12.10/4.65 new_esEs15(Just(x0), Just(x1), app(ty_Ratio, x2)) 12.10/4.65 new_esEs15(Nothing, Just(x0), x1) 12.10/4.65 new_esEs21(x0, x1, ty_Double) 12.10/4.65 new_esEs24(x0, x1, ty_Double) 12.10/4.65 new_esEs17(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 12.10/4.65 new_esEs4(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 12.10/4.65 new_esEs4(x0, x1, ty_Ordering) 12.10/4.65 new_esEs23(x0, x1, app(ty_[], x2)) 12.10/4.65 new_esEs17(Right(x0), Right(x1), x2, ty_Float) 12.10/4.65 new_esEs15(Just(x0), Just(x1), ty_Double) 12.10/4.65 new_esEs5(x0, x1, ty_Double) 12.10/4.65 new_esEs15(Just(x0), Just(x1), ty_Float) 12.10/4.65 new_esEs17(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 12.10/4.65 new_esEs24(x0, x1, ty_Float) 12.10/4.65 new_esEs19(:(x0, x1), :(x2, x3), x4) 12.10/4.65 new_primEqInt(Pos(Zero), Pos(Zero)) 12.10/4.65 new_primPlusNat1(Succ(x0), Succ(x1)) 12.10/4.65 new_esEs17(Left(x0), Left(x1), ty_Float, x2) 12.10/4.65 new_esEs17(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 12.10/4.65 new_esEs8(Char(x0), Char(x1)) 12.10/4.65 new_esEs19([], :(x0, x1), x2) 12.10/4.65 new_esEs21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 12.10/4.65 new_asAs(False, x0) 12.10/4.65 new_esEs21(x0, x1, ty_Float) 12.10/4.65 new_esEs4(x0, x1, ty_Float) 12.10/4.65 new_esEs25(x0, x1, ty_Bool) 12.10/4.65 new_esEs14(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 12.10/4.65 new_esEs21(x0, x1, app(ty_Ratio, x2)) 12.10/4.65 new_esEs23(x0, x1, app(app(ty_Either, x2), x3)) 12.10/4.65 new_esEs23(x0, x1, app(app(ty_@2, x2), x3)) 12.10/4.65 new_esEs21(x0, x1, ty_Ordering) 12.10/4.65 new_primEqInt(Neg(Zero), Neg(Zero)) 12.10/4.65 new_esEs24(x0, x1, ty_Ordering) 12.10/4.65 new_esEs17(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 12.10/4.65 new_esEs15(Just(x0), Just(x1), ty_Ordering) 12.10/4.65 new_esEs27(x0, x1, ty_Integer) 12.10/4.65 new_esEs23(x0, x1, ty_Double) 12.10/4.65 new_esEs15(Just(x0), Just(x1), ty_Int) 12.10/4.65 new_esEs17(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 12.10/4.65 new_esEs24(x0, x1, app(ty_Maybe, x2)) 12.10/4.65 new_esEs6(False, True) 12.10/4.65 new_esEs6(True, False) 12.10/4.65 new_esEs25(x0, x1, ty_@0) 12.10/4.65 new_esEs21(x0, x1, app(ty_[], x2)) 12.10/4.65 new_esEs12(EQ, GT) 12.10/4.65 new_esEs12(GT, EQ) 12.10/4.65 new_primPlusNat0(Succ(x0), x1) 12.10/4.65 new_esEs25(x0, x1, app(ty_Maybe, x2)) 12.10/4.65 new_esEs5(x0, x1, app(app(ty_Either, x2), x3)) 12.10/4.65 new_esEs23(x0, x1, ty_Bool) 12.10/4.65 new_esEs17(Right(x0), Right(x1), x2, ty_Char) 12.10/4.65 new_esEs5(x0, x1, ty_Int) 12.10/4.65 new_esEs22(x0, x1, ty_@0) 12.10/4.65 new_esEs22(x0, x1, ty_Double) 12.10/4.65 new_esEs15(Just(x0), Just(x1), ty_Integer) 12.10/4.65 new_primPlusNat1(Succ(x0), Zero) 12.10/4.65 new_esEs17(Left(x0), Left(x1), ty_Integer, x2) 12.10/4.65 new_esEs17(Left(x0), Left(x1), ty_Ordering, x2) 12.10/4.65 new_esEs25(x0, x1, ty_Double) 12.10/4.65 new_esEs5(x0, x1, app(ty_[], x2)) 12.10/4.65 new_esEs25(x0, x1, app(app(ty_@2, x2), x3)) 12.10/4.65 new_esEs5(x0, x1, ty_Char) 12.10/4.65 new_esEs20(x0, x1, app(app(ty_Either, x2), x3)) 12.10/4.65 new_esEs6(False, False) 12.10/4.65 new_esEs15(Just(x0), Just(x1), ty_Char) 12.10/4.65 new_esEs22(x0, x1, ty_Int) 12.10/4.65 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 12.10/4.65 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 12.10/4.65 new_esEs17(Right(x0), Right(x1), x2, ty_Int) 12.10/4.65 new_primEqInt(Pos(Zero), Neg(Zero)) 12.10/4.65 new_primEqInt(Neg(Zero), Pos(Zero)) 12.10/4.65 new_esEs15(Just(x0), Just(x1), ty_Bool) 12.10/4.65 new_esEs12(LT, GT) 12.10/4.65 new_esEs12(GT, LT) 12.10/4.65 new_sr(Pos(x0), Neg(x1)) 12.10/4.65 new_sr(Neg(x0), Pos(x1)) 12.10/4.65 new_esEs5(x0, x1, ty_Float) 12.10/4.65 new_esEs22(x0, x1, app(app(ty_@2, x2), x3)) 12.10/4.65 new_esEs12(LT, LT) 12.10/4.65 new_esEs25(x0, x1, ty_Float) 12.10/4.65 new_esEs26(x0, x1, ty_Integer) 12.10/4.65 new_esEs20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 12.10/4.65 new_esEs23(x0, x1, app(ty_Ratio, x2)) 12.10/4.65 new_esEs5(x0, x1, app(ty_Maybe, x2)) 12.10/4.65 new_esEs5(x0, x1, ty_@0) 12.10/4.65 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 12.10/4.65 new_esEs17(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 12.10/4.65 new_esEs19(:(x0, x1), [], x2) 12.10/4.65 new_esEs24(x0, x1, app(app(ty_@2, x2), x3)) 12.10/4.65 new_esEs20(x0, x1, ty_Ordering) 12.10/4.65 new_esEs25(x0, x1, app(ty_Ratio, x2)) 12.10/4.65 new_primMulNat0(Succ(x0), Zero) 12.10/4.65 new_esEs15(Just(x0), Nothing, x1) 12.10/4.65 new_esEs22(x0, x1, ty_Float) 12.10/4.65 new_esEs17(Right(x0), Right(x1), x2, ty_Bool) 12.10/4.65 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 12.10/4.65 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 12.10/4.65 new_esEs5(x0, x1, app(app(ty_@2, x2), x3)) 12.10/4.65 new_esEs25(x0, x1, app(ty_[], x2)) 12.10/4.65 new_esEs4(x0, x1, ty_@0) 12.10/4.65 new_esEs21(x0, x1, app(app(ty_@2, x2), x3)) 12.10/4.65 new_esEs24(x0, x1, app(ty_Ratio, x2)) 12.10/4.65 new_esEs21(x0, x1, ty_@0) 12.10/4.65 new_esEs22(x0, x1, ty_Char) 12.10/4.65 new_esEs4(x0, x1, app(ty_Maybe, x2)) 12.10/4.65 new_esEs23(x0, x1, ty_Char) 12.10/4.65 new_esEs20(x0, x1, ty_Integer) 12.10/4.65 new_esEs25(x0, x1, ty_Int) 12.10/4.65 new_esEs17(Right(x0), Right(x1), x2, ty_@0) 12.10/4.65 new_esEs4(x0, x1, ty_Bool) 12.10/4.65 new_esEs24(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 12.10/4.65 new_esEs5(x0, x1, app(ty_Ratio, x2)) 12.10/4.65 new_esEs4(x0, x1, app(ty_[], x2)) 12.10/4.65 new_primMulNat0(Succ(x0), Succ(x1)) 12.10/4.65 new_esEs25(x0, x1, app(app(ty_Either, x2), x3)) 12.10/4.65 new_esEs7(@0, @0) 12.10/4.65 new_primEqNat0(Succ(x0), Succ(x1)) 12.10/4.65 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 12.10/4.65 new_esEs16(Double(x0, x1), Double(x2, x3)) 12.10/4.65 new_esEs25(x0, x1, ty_Char) 12.10/4.65 new_esEs17(Left(x0), Left(x1), ty_@0, x2) 12.10/4.65 new_esEs4(x0, x1, app(app(ty_@2, x2), x3)) 12.10/4.65 new_esEs17(Right(x0), Right(x1), x2, app(ty_[], x3)) 12.10/4.65 new_esEs12(GT, GT) 12.10/4.65 new_esEs12(LT, EQ) 12.10/4.65 new_esEs12(EQ, LT) 12.10/4.65 new_esEs27(x0, x1, ty_Int) 12.10/4.65 new_primEqNat0(Succ(x0), Zero) 12.10/4.65 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 12.10/4.65 new_esEs17(Left(x0), Left(x1), app(ty_[], x2), x3) 12.10/4.65 new_esEs20(x0, x1, app(ty_[], x2)) 12.10/4.65 new_esEs20(x0, x1, ty_Bool) 12.10/4.65 new_esEs22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 12.10/4.65 new_esEs23(x0, x1, app(ty_Maybe, x2)) 12.10/4.65 new_primEqNat0(Zero, Succ(x0)) 12.10/4.65 new_esEs4(x0, x1, app(ty_Ratio, x2)) 12.10/4.65 new_esEs5(x0, x1, ty_Bool) 12.10/4.65 new_esEs15(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 12.10/4.65 new_esEs4(x0, x1, ty_Integer) 12.10/4.65 new_esEs23(x0, x1, ty_Ordering) 12.10/4.65 new_esEs22(x0, x1, app(ty_Maybe, x2)) 12.10/4.65 new_esEs23(x0, x1, ty_Int) 12.10/4.65 new_esEs15(Just(x0), Just(x1), ty_@0) 12.10/4.65 new_esEs9(x0, x1) 12.10/4.65 new_esEs24(x0, x1, ty_@0) 12.10/4.65 new_esEs15(Just(x0), Just(x1), app(ty_[], x2)) 12.10/4.65 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 12.10/4.65 new_esEs17(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 12.10/4.65 new_primMulNat0(Zero, Succ(x0)) 12.10/4.65 new_sr(Pos(x0), Pos(x1)) 12.10/4.65 new_esEs13(:%(x0, x1), :%(x2, x3), x4) 12.10/4.65 new_esEs15(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 12.10/4.65 new_esEs24(x0, x1, ty_Int) 12.10/4.65 new_esEs23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 12.10/4.65 new_primEqNat0(Zero, Zero) 12.10/4.65 new_esEs6(True, True) 12.10/4.65 new_esEs22(x0, x1, ty_Bool) 12.10/4.65 new_esEs21(x0, x1, ty_Char) 12.10/4.65 new_esEs23(x0, x1, ty_Float) 12.10/4.65 new_esEs21(x0, x1, app(app(ty_Either, x2), x3)) 12.10/4.65 new_esEs4(x0, x1, ty_Char) 12.10/4.65 new_esEs23(x0, x1, ty_@0) 12.10/4.65 new_esEs24(x0, x1, ty_Integer) 12.10/4.65 new_esEs22(x0, x1, ty_Ordering) 12.10/4.65 new_esEs21(x0, x1, ty_Integer) 12.10/4.65 new_esEs17(Left(x0), Left(x1), ty_Int, x2) 12.10/4.65 new_esEs4(x0, x1, app(app(ty_Either, x2), x3)) 12.10/4.65 new_esEs11(Float(x0, x1), Float(x2, x3)) 12.10/4.65 new_esEs5(x0, x1, ty_Integer) 12.10/4.65 new_esEs15(Just(x0), Just(x1), app(ty_Maybe, x2)) 12.10/4.65 new_esEs21(x0, x1, ty_Int) 12.10/4.65 new_esEs22(x0, x1, app(ty_[], x2)) 12.10/4.65 new_sr(Neg(x0), Neg(x1)) 12.10/4.65 new_esEs26(x0, x1, ty_Int) 12.10/4.65 new_asAs(True, x0) 12.10/4.65 new_esEs4(x0, x1, ty_Int) 12.10/4.65 new_esEs24(x0, x1, ty_Char) 12.10/4.65 new_esEs17(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 12.10/4.65 new_esEs17(Left(x0), Left(x1), ty_Bool, x2) 12.10/4.66 new_esEs17(Right(x0), Right(x1), x2, ty_Integer) 12.10/4.66 new_esEs20(x0, x1, ty_Double) 12.10/4.66 new_esEs18(@2(x0, x1), @2(x2, x3), x4, x5) 12.10/4.66 new_esEs17(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 12.10/4.66 new_esEs5(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 12.10/4.66 new_esEs17(Left(x0), Right(x1), x2, x3) 12.10/4.66 new_esEs17(Right(x0), Left(x1), x2, x3) 12.10/4.66 new_esEs17(Left(x0), Left(x1), ty_Double, x2) 12.10/4.66 new_esEs20(x0, x1, ty_Float) 12.10/4.66 new_esEs15(Nothing, Nothing, x0) 12.10/4.66 new_esEs22(x0, x1, app(ty_Ratio, x2)) 12.10/4.66 new_esEs24(x0, x1, ty_Bool) 12.10/4.66 new_esEs20(x0, x1, ty_@0) 12.10/4.66 new_primPlusNat0(Zero, x0) 12.10/4.66 new_esEs21(x0, x1, ty_Bool) 12.10/4.66 new_primPlusNat1(Zero, Succ(x0)) 12.10/4.66 new_esEs10(Integer(x0), Integer(x1)) 12.10/4.66 new_esEs19([], [], x0) 12.10/4.66 new_esEs22(x0, x1, ty_Integer) 12.10/4.66 new_esEs24(x0, x1, app(ty_[], x2)) 12.10/4.66 new_esEs25(x0, x1, ty_Ordering) 12.10/4.66 new_esEs4(x0, x1, ty_Double) 12.10/4.66 new_esEs20(x0, x1, app(ty_Maybe, x2)) 12.10/4.66 new_esEs5(x0, x1, ty_Ordering) 12.10/4.66 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 12.10/4.66 new_esEs17(Left(x0), Left(x1), ty_Char, x2) 12.10/4.66 new_esEs22(x0, x1, app(app(ty_Either, x2), x3)) 12.10/4.66 12.10/4.66 We have to consider all minimal (P,Q,R)-chains. 12.10/4.66 ---------------------------------------- 12.10/4.66 12.10/4.66 (11) DependencyGraphProof (EQUIVALENT) 12.10/4.66 The approximation of the Dependency Graph [LPAR04,FROCOS05,EDGSTAR] contains 2 SCCs. 12.10/4.66 ---------------------------------------- 12.10/4.66 12.10/4.66 (12) 12.10/4.66 Complex Obligation (AND) 12.10/4.66 12.10/4.66 ---------------------------------------- 12.10/4.66 12.10/4.66 (13) 12.10/4.66 Obligation: 12.10/4.66 Q DP problem: 12.10/4.66 The TRS P consists of the following rules: 12.10/4.66 12.10/4.66 new_lookup10(yu22, yu23, yu24, yu25, False, bf, bg, bh) -> new_lookup(Right(yu22), yu25, bf, bg, bh) 12.10/4.66 new_lookup(Right(yu30), :(@2(Right(yu4000), yu401), yu41), bc, bd, be) -> new_lookup10(yu30, yu4000, yu401, yu41, new_esEs5(yu30, yu4000, be), bc, bd, be) 12.10/4.66 new_lookup(Right(yu30), :(@2(Left(yu4000), yu401), yu41), bc, bd, be) -> new_lookup(Right(yu30), yu41, bc, bd, be) 12.10/4.66 12.10/4.66 The TRS R consists of the following rules: 12.10/4.66 12.10/4.66 new_esEs17(Right(yu300), Right(yu40000), eg, ty_Float) -> new_esEs11(yu300, yu40000) 12.10/4.66 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 12.10/4.66 new_esEs26(yu301, yu40001, ty_Integer) -> new_esEs10(yu301, yu40001) 12.10/4.66 new_esEs27(yu300, yu40000, ty_Int) -> new_esEs9(yu300, yu40000) 12.10/4.66 new_esEs17(Left(yu300), Left(yu40000), ty_Double, dd) -> new_esEs16(yu300, yu40000) 12.10/4.66 new_esEs4(yu30, yu4000, ty_Float) -> new_esEs11(yu30, yu4000) 12.10/4.66 new_esEs5(yu30, yu4000, app(ty_Maybe, ce)) -> new_esEs15(yu30, yu4000, ce) 12.10/4.66 new_esEs24(yu301, yu40001, app(ty_Maybe, beg)) -> new_esEs15(yu301, yu40001, beg) 12.10/4.66 new_esEs15(Just(yu300), Just(yu40000), app(app(ty_Either, bhd), bhe)) -> new_esEs17(yu300, yu40000, bhd, bhe) 12.10/4.66 new_esEs18(@2(yu300, yu301), @2(yu40000, yu40001), gh, ha) -> new_asAs(new_esEs25(yu300, yu40000, gh), new_esEs24(yu301, yu40001, ha)) 12.10/4.66 new_esEs17(Right(yu300), Right(yu40000), eg, app(app(ty_@2, fh), ga)) -> new_esEs18(yu300, yu40000, fh, ga) 12.10/4.66 new_esEs20(yu302, yu40002, ty_Ordering) -> new_esEs12(yu302, yu40002) 12.10/4.66 new_esEs16(Double(yu300, yu301), Double(yu40000, yu40001)) -> new_esEs9(new_sr(yu300, yu40001), new_sr(yu301, yu40000)) 12.10/4.66 new_esEs6(False, True) -> False 12.10/4.66 new_esEs6(True, False) -> False 12.10/4.66 new_esEs24(yu301, yu40001, app(ty_[], bfd)) -> new_esEs19(yu301, yu40001, bfd) 12.10/4.66 new_esEs19(:(yu300, yu301), [], hb) -> False 12.10/4.66 new_esEs19([], :(yu40000, yu40001), hb) -> False 12.10/4.66 new_esEs24(yu301, yu40001, ty_@0) -> new_esEs7(yu301, yu40001) 12.10/4.66 new_esEs9(yu30, yu4000) -> new_primEqInt(yu30, yu4000) 12.10/4.66 new_esEs21(yu301, yu40001, app(app(app(ty_@3, baf), bag), bah)) -> new_esEs14(yu301, yu40001, baf, bag, bah) 12.10/4.66 new_esEs5(yu30, yu4000, ty_Integer) -> new_esEs10(yu30, yu4000) 12.10/4.66 new_esEs20(yu302, yu40002, ty_Bool) -> new_esEs6(yu302, yu40002) 12.10/4.66 new_esEs21(yu301, yu40001, app(app(ty_Either, bbb), bbc)) -> new_esEs17(yu301, yu40001, bbb, bbc) 12.10/4.66 new_esEs23(yu300, yu40000, ty_Double) -> new_esEs16(yu300, yu40000) 12.10/4.66 new_esEs25(yu300, yu40000, ty_Float) -> new_esEs11(yu300, yu40000) 12.10/4.66 new_esEs17(Left(yu300), Left(yu40000), ty_Float, dd) -> new_esEs11(yu300, yu40000) 12.10/4.66 new_esEs22(yu300, yu40000, ty_Char) -> new_esEs8(yu300, yu40000) 12.10/4.66 new_esEs4(yu30, yu4000, app(app(app(ty_@3, gd), ge), gf)) -> new_esEs14(yu30, yu4000, gd, ge, gf) 12.10/4.66 new_esEs17(Right(yu300), Right(yu40000), eg, ty_Double) -> new_esEs16(yu300, yu40000) 12.10/4.66 new_esEs20(yu302, yu40002, app(ty_Ratio, hc)) -> new_esEs13(yu302, yu40002, hc) 12.10/4.66 new_esEs15(Just(yu300), Just(yu40000), app(app(app(ty_@3, bgh), bha), bhb)) -> new_esEs14(yu300, yu40000, bgh, bha, bhb) 12.10/4.66 new_esEs20(yu302, yu40002, ty_Int) -> new_esEs9(yu302, yu40002) 12.10/4.66 new_esEs25(yu300, yu40000, app(ty_Ratio, bfe)) -> new_esEs13(yu300, yu40000, bfe) 12.10/4.66 new_esEs12(GT, GT) -> True 12.10/4.66 new_esEs19(:(yu300, yu301), :(yu40000, yu40001), hb) -> new_asAs(new_esEs23(yu300, yu40000, hb), new_esEs19(yu301, yu40001, hb)) 12.10/4.66 new_esEs25(yu300, yu40000, ty_Int) -> new_esEs9(yu300, yu40000) 12.10/4.66 new_asAs(True, yu39) -> yu39 12.10/4.66 new_esEs15(Just(yu300), Just(yu40000), ty_Float) -> new_esEs11(yu300, yu40000) 12.10/4.66 new_esEs10(Integer(yu300), Integer(yu40000)) -> new_primEqInt(yu300, yu40000) 12.10/4.66 new_esEs5(yu30, yu4000, app(ty_[], dc)) -> new_esEs19(yu30, yu4000, dc) 12.10/4.66 new_esEs17(Left(yu300), Left(yu40000), app(ty_Maybe, ea), dd) -> new_esEs15(yu300, yu40000, ea) 12.10/4.66 new_primEqInt(Pos(Succ(yu3000)), Pos(Zero)) -> False 12.10/4.66 new_primEqInt(Pos(Zero), Pos(Succ(yu400000))) -> False 12.10/4.66 new_esEs5(yu30, yu4000, app(app(ty_@2, da), db)) -> new_esEs18(yu30, yu4000, da, db) 12.10/4.66 new_esEs4(yu30, yu4000, app(ty_Ratio, gc)) -> new_esEs13(yu30, yu4000, gc) 12.10/4.66 new_esEs21(yu301, yu40001, ty_Double) -> new_esEs16(yu301, yu40001) 12.10/4.66 new_esEs23(yu300, yu40000, app(app(ty_Either, bdf), bdg)) -> new_esEs17(yu300, yu40000, bdf, bdg) 12.10/4.66 new_esEs20(yu302, yu40002, ty_Char) -> new_esEs8(yu302, yu40002) 12.10/4.66 new_esEs4(yu30, yu4000, ty_Int) -> new_esEs9(yu30, yu4000) 12.10/4.66 new_primEqNat0(Succ(yu3000), Succ(yu400000)) -> new_primEqNat0(yu3000, yu400000) 12.10/4.66 new_esEs5(yu30, yu4000, ty_Bool) -> new_esEs6(yu30, yu4000) 12.10/4.66 new_esEs22(yu300, yu40000, app(ty_Ratio, bbg)) -> new_esEs13(yu300, yu40000, bbg) 12.10/4.66 new_esEs23(yu300, yu40000, app(app(app(ty_@3, bdb), bdc), bdd)) -> new_esEs14(yu300, yu40000, bdb, bdc, bdd) 12.10/4.66 new_esEs5(yu30, yu4000, ty_@0) -> new_esEs7(yu30, yu4000) 12.10/4.66 new_esEs17(Left(yu300), Left(yu40000), app(ty_[], ef), dd) -> new_esEs19(yu300, yu40000, ef) 12.10/4.66 new_esEs12(EQ, EQ) -> True 12.10/4.66 new_esEs17(Left(yu300), Left(yu40000), app(app(app(ty_@3, df), dg), dh), dd) -> new_esEs14(yu300, yu40000, df, dg, dh) 12.10/4.66 new_esEs23(yu300, yu40000, app(app(ty_@2, bdh), bea)) -> new_esEs18(yu300, yu40000, bdh, bea) 12.10/4.66 new_esEs17(Left(yu300), Left(yu40000), ty_Int, dd) -> new_esEs9(yu300, yu40000) 12.10/4.66 new_esEs15(Nothing, Just(yu40000), gg) -> False 12.10/4.66 new_esEs15(Just(yu300), Nothing, gg) -> False 12.10/4.66 new_primMulNat0(Zero, Zero) -> Zero 12.10/4.66 new_esEs20(yu302, yu40002, app(ty_Maybe, hg)) -> new_esEs15(yu302, yu40002, hg) 12.10/4.66 new_esEs15(Nothing, Nothing, gg) -> True 12.10/4.66 new_esEs22(yu300, yu40000, ty_Integer) -> new_esEs10(yu300, yu40000) 12.10/4.66 new_esEs21(yu301, yu40001, ty_Integer) -> new_esEs10(yu301, yu40001) 12.10/4.66 new_esEs25(yu300, yu40000, ty_Bool) -> new_esEs6(yu300, yu40000) 12.10/4.66 new_esEs17(Right(yu300), Right(yu40000), eg, app(ty_[], gb)) -> new_esEs19(yu300, yu40000, gb) 12.10/4.66 new_esEs21(yu301, yu40001, ty_@0) -> new_esEs7(yu301, yu40001) 12.10/4.66 new_esEs23(yu300, yu40000, app(ty_Ratio, bda)) -> new_esEs13(yu300, yu40000, bda) 12.10/4.66 new_esEs20(yu302, yu40002, ty_Float) -> new_esEs11(yu302, yu40002) 12.10/4.66 new_esEs24(yu301, yu40001, app(app(ty_@2, bfb), bfc)) -> new_esEs18(yu301, yu40001, bfb, bfc) 12.10/4.66 new_esEs12(LT, LT) -> True 12.10/4.66 new_esEs4(yu30, yu4000, ty_Ordering) -> new_esEs12(yu30, yu4000) 12.10/4.66 new_primEqNat0(Succ(yu3000), Zero) -> False 12.10/4.66 new_primEqNat0(Zero, Succ(yu400000)) -> False 12.10/4.66 new_esEs24(yu301, yu40001, ty_Bool) -> new_esEs6(yu301, yu40001) 12.10/4.66 new_esEs21(yu301, yu40001, ty_Float) -> new_esEs11(yu301, yu40001) 12.10/4.66 new_esEs17(Right(yu300), Right(yu40000), eg, ty_Int) -> new_esEs9(yu300, yu40000) 12.10/4.66 new_esEs23(yu300, yu40000, ty_Int) -> new_esEs9(yu300, yu40000) 12.10/4.66 new_esEs24(yu301, yu40001, app(ty_Ratio, bec)) -> new_esEs13(yu301, yu40001, bec) 12.10/4.66 new_esEs25(yu300, yu40000, app(app(app(ty_@3, bff), bfg), bfh)) -> new_esEs14(yu300, yu40000, bff, bfg, bfh) 12.10/4.66 new_esEs25(yu300, yu40000, app(app(ty_@2, bgd), bge)) -> new_esEs18(yu300, yu40000, bgd, bge) 12.10/4.66 new_esEs15(Just(yu300), Just(yu40000), app(app(ty_@2, bhf), bhg)) -> new_esEs18(yu300, yu40000, bhf, bhg) 12.10/4.66 new_esEs5(yu30, yu4000, ty_Int) -> new_esEs9(yu30, yu4000) 12.10/4.66 new_esEs5(yu30, yu4000, app(ty_Ratio, ca)) -> new_esEs13(yu30, yu4000, ca) 12.10/4.66 new_esEs7(@0, @0) -> True 12.10/4.66 new_esEs4(yu30, yu4000, app(app(ty_Either, eg), dd)) -> new_esEs17(yu30, yu4000, eg, dd) 12.10/4.66 new_primEqInt(Neg(Succ(yu3000)), Neg(Zero)) -> False 12.10/4.66 new_primEqInt(Neg(Zero), Neg(Succ(yu400000))) -> False 12.10/4.66 new_esEs24(yu301, yu40001, ty_Int) -> new_esEs9(yu301, yu40001) 12.10/4.66 new_esEs24(yu301, yu40001, app(app(app(ty_@3, bed), bee), bef)) -> new_esEs14(yu301, yu40001, bed, bee, bef) 12.10/4.66 new_esEs15(Just(yu300), Just(yu40000), app(ty_Maybe, bhc)) -> new_esEs15(yu300, yu40000, bhc) 12.10/4.66 new_esEs22(yu300, yu40000, ty_Ordering) -> new_esEs12(yu300, yu40000) 12.10/4.66 new_primEqInt(Pos(Succ(yu3000)), Pos(Succ(yu400000))) -> new_primEqNat0(yu3000, yu400000) 12.10/4.66 new_esEs17(Right(yu300), Right(yu40000), eg, ty_Bool) -> new_esEs6(yu300, yu40000) 12.10/4.66 new_esEs17(Left(yu300), Right(yu40000), eg, dd) -> False 12.10/4.66 new_esEs17(Right(yu300), Left(yu40000), eg, dd) -> False 12.10/4.66 new_esEs4(yu30, yu4000, ty_@0) -> new_esEs7(yu30, yu4000) 12.10/4.66 new_sr(Pos(yu3000), Neg(yu400010)) -> Neg(new_primMulNat0(yu3000, yu400010)) 12.10/4.66 new_sr(Neg(yu3000), Pos(yu400010)) -> Neg(new_primMulNat0(yu3000, yu400010)) 12.10/4.66 new_esEs22(yu300, yu40000, app(ty_[], bch)) -> new_esEs19(yu300, yu40000, bch) 12.10/4.66 new_esEs4(yu30, yu4000, app(ty_[], hb)) -> new_esEs19(yu30, yu4000, hb) 12.10/4.66 new_primPlusNat1(Succ(yu4000), Succ(yu40001000)) -> Succ(Succ(new_primPlusNat1(yu4000, yu40001000))) 12.10/4.66 new_esEs4(yu30, yu4000, ty_Double) -> new_esEs16(yu30, yu4000) 12.10/4.66 new_primEqInt(Pos(Succ(yu3000)), Neg(yu40000)) -> False 12.10/4.66 new_primEqInt(Neg(Succ(yu3000)), Pos(yu40000)) -> False 12.10/4.66 new_esEs22(yu300, yu40000, ty_@0) -> new_esEs7(yu300, yu40000) 12.10/4.66 new_esEs27(yu300, yu40000, ty_Integer) -> new_esEs10(yu300, yu40000) 12.10/4.66 new_esEs12(EQ, GT) -> False 12.10/4.66 new_esEs12(GT, EQ) -> False 12.10/4.66 new_esEs14(@3(yu300, yu301, yu302), @3(yu40000, yu40001, yu40002), gd, ge, gf) -> new_asAs(new_esEs22(yu300, yu40000, gd), new_asAs(new_esEs21(yu301, yu40001, ge), new_esEs20(yu302, yu40002, gf))) 12.10/4.66 new_esEs17(Left(yu300), Left(yu40000), app(ty_Ratio, de), dd) -> new_esEs13(yu300, yu40000, de) 12.10/4.66 new_esEs22(yu300, yu40000, ty_Double) -> new_esEs16(yu300, yu40000) 12.10/4.66 new_esEs22(yu300, yu40000, app(app(ty_Either, bcd), bce)) -> new_esEs17(yu300, yu40000, bcd, bce) 12.10/4.66 new_esEs21(yu301, yu40001, ty_Bool) -> new_esEs6(yu301, yu40001) 12.10/4.66 new_esEs22(yu300, yu40000, app(app(app(ty_@3, bbh), bca), bcb)) -> new_esEs14(yu300, yu40000, bbh, bca, bcb) 12.10/4.66 new_esEs25(yu300, yu40000, ty_@0) -> new_esEs7(yu300, yu40000) 12.10/4.66 new_esEs21(yu301, yu40001, ty_Char) -> new_esEs8(yu301, yu40001) 12.10/4.66 new_esEs23(yu300, yu40000, app(ty_[], beb)) -> new_esEs19(yu300, yu40000, beb) 12.10/4.66 new_esEs24(yu301, yu40001, ty_Float) -> new_esEs11(yu301, yu40001) 12.10/4.66 new_esEs19([], [], hb) -> True 12.10/4.66 new_esEs25(yu300, yu40000, app(ty_Maybe, bga)) -> new_esEs15(yu300, yu40000, bga) 12.10/4.66 new_esEs15(Just(yu300), Just(yu40000), ty_Bool) -> new_esEs6(yu300, yu40000) 12.10/4.66 new_esEs17(Right(yu300), Right(yu40000), eg, app(ty_Ratio, eh)) -> new_esEs13(yu300, yu40000, eh) 12.10/4.66 new_sr(Neg(yu3000), Neg(yu400010)) -> Pos(new_primMulNat0(yu3000, yu400010)) 12.10/4.66 new_esEs15(Just(yu300), Just(yu40000), ty_Char) -> new_esEs8(yu300, yu40000) 12.10/4.66 new_esEs25(yu300, yu40000, ty_Integer) -> new_esEs10(yu300, yu40000) 12.10/4.66 new_esEs15(Just(yu300), Just(yu40000), ty_Ordering) -> new_esEs12(yu300, yu40000) 12.10/4.66 new_esEs23(yu300, yu40000, app(ty_Maybe, bde)) -> new_esEs15(yu300, yu40000, bde) 12.10/4.66 new_esEs17(Right(yu300), Right(yu40000), eg, ty_@0) -> new_esEs7(yu300, yu40000) 12.10/4.66 new_esEs17(Left(yu300), Left(yu40000), ty_Bool, dd) -> new_esEs6(yu300, yu40000) 12.10/4.66 new_primEqInt(Pos(Zero), Neg(Succ(yu400000))) -> False 12.10/4.66 new_primEqInt(Neg(Zero), Pos(Succ(yu400000))) -> False 12.10/4.66 new_esEs12(LT, EQ) -> False 12.10/4.66 new_esEs12(EQ, LT) -> False 12.10/4.66 new_esEs21(yu301, yu40001, ty_Ordering) -> new_esEs12(yu301, yu40001) 12.10/4.66 new_esEs6(True, True) -> True 12.10/4.66 new_esEs4(yu30, yu4000, ty_Char) -> new_esEs8(yu30, yu4000) 12.10/4.66 new_esEs4(yu30, yu4000, ty_Integer) -> new_esEs10(yu30, yu4000) 12.10/4.66 new_esEs20(yu302, yu40002, app(app(app(ty_@3, hd), he), hf)) -> new_esEs14(yu302, yu40002, hd, he, hf) 12.10/4.66 new_esEs17(Left(yu300), Left(yu40000), app(app(ty_@2, ed), ee), dd) -> new_esEs18(yu300, yu40000, ed, ee) 12.10/4.66 new_esEs17(Left(yu300), Left(yu40000), ty_Ordering, dd) -> new_esEs12(yu300, yu40000) 12.10/4.66 new_esEs20(yu302, yu40002, app(app(ty_Either, hh), baa)) -> new_esEs17(yu302, yu40002, hh, baa) 12.10/4.66 new_esEs22(yu300, yu40000, ty_Float) -> new_esEs11(yu300, yu40000) 12.10/4.66 new_esEs24(yu301, yu40001, ty_Double) -> new_esEs16(yu301, yu40001) 12.10/4.66 new_primEqInt(Neg(Succ(yu3000)), Neg(Succ(yu400000))) -> new_primEqNat0(yu3000, yu400000) 12.10/4.66 new_esEs23(yu300, yu40000, ty_Bool) -> new_esEs6(yu300, yu40000) 12.10/4.66 new_esEs5(yu30, yu4000, ty_Double) -> new_esEs16(yu30, yu4000) 12.10/4.66 new_esEs23(yu300, yu40000, ty_Char) -> new_esEs8(yu300, yu40000) 12.10/4.66 new_esEs12(LT, GT) -> False 12.10/4.66 new_esEs12(GT, LT) -> False 12.10/4.66 new_esEs20(yu302, yu40002, app(app(ty_@2, bab), bac)) -> new_esEs18(yu302, yu40002, bab, bac) 12.10/4.66 new_esEs21(yu301, yu40001, app(ty_[], bbf)) -> new_esEs19(yu301, yu40001, bbf) 12.10/4.66 new_primPlusNat0(Succ(yu400), yu4000100) -> Succ(Succ(new_primPlusNat1(yu400, yu4000100))) 12.10/4.66 new_esEs17(Left(yu300), Left(yu40000), ty_@0, dd) -> new_esEs7(yu300, yu40000) 12.10/4.66 new_esEs6(False, False) -> True 12.10/4.66 new_esEs23(yu300, yu40000, ty_@0) -> new_esEs7(yu300, yu40000) 12.10/4.66 new_esEs5(yu30, yu4000, app(app(app(ty_@3, cb), cc), cd)) -> new_esEs14(yu30, yu4000, cb, cc, cd) 12.10/4.66 new_esEs15(Just(yu300), Just(yu40000), app(ty_Ratio, bgg)) -> new_esEs13(yu300, yu40000, bgg) 12.10/4.66 new_esEs17(Left(yu300), Left(yu40000), app(app(ty_Either, eb), ec), dd) -> new_esEs17(yu300, yu40000, eb, ec) 12.10/4.66 new_esEs21(yu301, yu40001, app(ty_Maybe, bba)) -> new_esEs15(yu301, yu40001, bba) 12.10/4.66 new_esEs15(Just(yu300), Just(yu40000), ty_Int) -> new_esEs9(yu300, yu40000) 12.10/4.66 new_primPlusNat1(Zero, Zero) -> Zero 12.10/4.66 new_esEs23(yu300, yu40000, ty_Integer) -> new_esEs10(yu300, yu40000) 12.10/4.66 new_primMulNat0(Succ(yu30000), Zero) -> Zero 12.10/4.66 new_primMulNat0(Zero, Succ(yu4000100)) -> Zero 12.10/4.66 new_sr(Pos(yu3000), Pos(yu400010)) -> Pos(new_primMulNat0(yu3000, yu400010)) 12.10/4.66 new_esEs20(yu302, yu40002, ty_Integer) -> new_esEs10(yu302, yu40002) 12.10/4.66 new_primPlusNat0(Zero, yu4000100) -> Succ(yu4000100) 12.10/4.66 new_esEs23(yu300, yu40000, ty_Ordering) -> new_esEs12(yu300, yu40000) 12.10/4.66 new_esEs5(yu30, yu4000, app(app(ty_Either, cf), cg)) -> new_esEs17(yu30, yu4000, cf, cg) 12.10/4.66 new_esEs15(Just(yu300), Just(yu40000), ty_Integer) -> new_esEs10(yu300, yu40000) 12.10/4.66 new_esEs25(yu300, yu40000, ty_Ordering) -> new_esEs12(yu300, yu40000) 12.10/4.66 new_esEs5(yu30, yu4000, ty_Ordering) -> new_esEs12(yu30, yu4000) 12.10/4.66 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 12.10/4.66 new_esEs22(yu300, yu40000, ty_Int) -> new_esEs9(yu300, yu40000) 12.10/4.66 new_primMulNat0(Succ(yu30000), Succ(yu4000100)) -> new_primPlusNat0(new_primMulNat0(yu30000, Succ(yu4000100)), yu4000100) 12.10/4.66 new_esEs24(yu301, yu40001, ty_Ordering) -> new_esEs12(yu301, yu40001) 12.10/4.66 new_esEs25(yu300, yu40000, ty_Char) -> new_esEs8(yu300, yu40000) 12.10/4.66 new_esEs5(yu30, yu4000, ty_Char) -> new_esEs8(yu30, yu4000) 12.10/4.66 new_esEs22(yu300, yu40000, app(app(ty_@2, bcf), bcg)) -> new_esEs18(yu300, yu40000, bcf, bcg) 12.10/4.66 new_primPlusNat1(Succ(yu4000), Zero) -> Succ(yu4000) 12.10/4.66 new_primPlusNat1(Zero, Succ(yu40001000)) -> Succ(yu40001000) 12.10/4.66 new_esEs17(Left(yu300), Left(yu40000), ty_Integer, dd) -> new_esEs10(yu300, yu40000) 12.10/4.66 new_esEs11(Float(yu300, yu301), Float(yu40000, yu40001)) -> new_esEs9(new_sr(yu300, yu40001), new_sr(yu301, yu40000)) 12.10/4.66 new_esEs4(yu30, yu4000, app(app(ty_@2, gh), ha)) -> new_esEs18(yu30, yu4000, gh, ha) 12.10/4.66 new_esEs17(Right(yu300), Right(yu40000), eg, app(app(ty_Either, ff), fg)) -> new_esEs17(yu300, yu40000, ff, fg) 12.10/4.66 new_esEs20(yu302, yu40002, app(ty_[], bad)) -> new_esEs19(yu302, yu40002, bad) 12.10/4.66 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 12.10/4.66 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 12.10/4.66 new_esEs21(yu301, yu40001, app(app(ty_@2, bbd), bbe)) -> new_esEs18(yu301, yu40001, bbd, bbe) 12.10/4.66 new_esEs20(yu302, yu40002, ty_@0) -> new_esEs7(yu302, yu40002) 12.10/4.66 new_esEs22(yu300, yu40000, app(ty_Maybe, bcc)) -> new_esEs15(yu300, yu40000, bcc) 12.10/4.66 new_esEs24(yu301, yu40001, ty_Integer) -> new_esEs10(yu301, yu40001) 12.10/4.66 new_primEqNat0(Zero, Zero) -> True 12.10/4.66 new_esEs17(Right(yu300), Right(yu40000), eg, app(app(app(ty_@3, fa), fb), fc)) -> new_esEs14(yu300, yu40000, fa, fb, fc) 12.10/4.66 new_esEs20(yu302, yu40002, ty_Double) -> new_esEs16(yu302, yu40002) 12.10/4.66 new_esEs24(yu301, yu40001, app(app(ty_Either, beh), bfa)) -> new_esEs17(yu301, yu40001, beh, bfa) 12.10/4.66 new_esEs17(Right(yu300), Right(yu40000), eg, app(ty_Maybe, fd)) -> new_esEs15(yu300, yu40000, fd) 12.10/4.66 new_esEs4(yu30, yu4000, ty_Bool) -> new_esEs6(yu30, yu4000) 12.10/4.66 new_esEs25(yu300, yu40000, app(ty_[], bgf)) -> new_esEs19(yu300, yu40000, bgf) 12.10/4.66 new_esEs13(:%(yu300, yu301), :%(yu40000, yu40001), gc) -> new_asAs(new_esEs27(yu300, yu40000, gc), new_esEs26(yu301, yu40001, gc)) 12.10/4.66 new_esEs17(Right(yu300), Right(yu40000), eg, ty_Char) -> new_esEs8(yu300, yu40000) 12.10/4.66 new_esEs25(yu300, yu40000, app(app(ty_Either, bgb), bgc)) -> new_esEs17(yu300, yu40000, bgb, bgc) 12.10/4.66 new_esEs21(yu301, yu40001, app(ty_Ratio, bae)) -> new_esEs13(yu301, yu40001, bae) 12.10/4.66 new_asAs(False, yu39) -> False 12.10/4.66 new_esEs8(Char(yu300), Char(yu40000)) -> new_primEqNat0(yu300, yu40000) 12.10/4.66 new_esEs22(yu300, yu40000, ty_Bool) -> new_esEs6(yu300, yu40000) 12.10/4.66 new_esEs17(Left(yu300), Left(yu40000), ty_Char, dd) -> new_esEs8(yu300, yu40000) 12.10/4.66 new_esEs26(yu301, yu40001, ty_Int) -> new_esEs9(yu301, yu40001) 12.10/4.66 new_esEs23(yu300, yu40000, ty_Float) -> new_esEs11(yu300, yu40000) 12.10/4.66 new_esEs15(Just(yu300), Just(yu40000), app(ty_[], bhh)) -> new_esEs19(yu300, yu40000, bhh) 12.10/4.66 new_esEs15(Just(yu300), Just(yu40000), ty_@0) -> new_esEs7(yu300, yu40000) 12.10/4.66 new_esEs4(yu30, yu4000, app(ty_Maybe, gg)) -> new_esEs15(yu30, yu4000, gg) 12.10/4.66 new_esEs15(Just(yu300), Just(yu40000), ty_Double) -> new_esEs16(yu300, yu40000) 12.10/4.66 new_esEs17(Right(yu300), Right(yu40000), eg, ty_Ordering) -> new_esEs12(yu300, yu40000) 12.10/4.66 new_esEs5(yu30, yu4000, ty_Float) -> new_esEs11(yu30, yu4000) 12.10/4.66 new_esEs21(yu301, yu40001, ty_Int) -> new_esEs9(yu301, yu40001) 12.10/4.66 new_esEs25(yu300, yu40000, ty_Double) -> new_esEs16(yu300, yu40000) 12.10/4.66 new_esEs24(yu301, yu40001, ty_Char) -> new_esEs8(yu301, yu40001) 12.10/4.66 new_esEs17(Right(yu300), Right(yu40000), eg, ty_Integer) -> new_esEs10(yu300, yu40000) 12.10/4.66 12.10/4.66 The set Q consists of the following terms: 12.10/4.66 12.10/4.66 new_esEs20(x0, x1, app(ty_Ratio, x2)) 12.10/4.66 new_esEs20(x0, x1, ty_Int) 12.10/4.66 new_esEs15(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 12.10/4.66 new_esEs25(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 12.10/4.66 new_esEs17(Right(x0), Right(x1), x2, ty_Double) 12.10/4.66 new_esEs12(EQ, EQ) 12.10/4.66 new_esEs25(x0, x1, ty_Integer) 12.10/4.66 new_esEs17(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 12.10/4.66 new_esEs24(x0, x1, app(app(ty_Either, x2), x3)) 12.10/4.66 new_esEs20(x0, x1, app(app(ty_@2, x2), x3)) 12.10/4.66 new_esEs17(Right(x0), Right(x1), x2, ty_Ordering) 12.10/4.66 new_esEs21(x0, x1, app(ty_Maybe, x2)) 12.10/4.66 new_esEs23(x0, x1, ty_Integer) 12.10/4.66 new_esEs20(x0, x1, ty_Char) 12.10/4.66 new_primMulNat0(Zero, Zero) 12.10/4.66 new_primPlusNat1(Zero, Zero) 12.10/4.66 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 12.10/4.66 new_esEs15(Just(x0), Just(x1), app(ty_Ratio, x2)) 12.10/4.66 new_esEs15(Nothing, Just(x0), x1) 12.10/4.66 new_esEs21(x0, x1, ty_Double) 12.10/4.66 new_esEs24(x0, x1, ty_Double) 12.10/4.66 new_esEs17(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 12.10/4.66 new_esEs4(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 12.10/4.66 new_esEs4(x0, x1, ty_Ordering) 12.10/4.66 new_esEs23(x0, x1, app(ty_[], x2)) 12.10/4.66 new_esEs17(Right(x0), Right(x1), x2, ty_Float) 12.10/4.66 new_esEs15(Just(x0), Just(x1), ty_Double) 12.10/4.66 new_esEs5(x0, x1, ty_Double) 12.10/4.66 new_esEs15(Just(x0), Just(x1), ty_Float) 12.10/4.66 new_esEs17(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 12.10/4.66 new_esEs24(x0, x1, ty_Float) 12.10/4.66 new_esEs19(:(x0, x1), :(x2, x3), x4) 12.10/4.66 new_primEqInt(Pos(Zero), Pos(Zero)) 12.10/4.66 new_primPlusNat1(Succ(x0), Succ(x1)) 12.10/4.66 new_esEs17(Left(x0), Left(x1), ty_Float, x2) 12.10/4.66 new_esEs17(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 12.10/4.66 new_esEs8(Char(x0), Char(x1)) 12.10/4.66 new_esEs19([], :(x0, x1), x2) 12.10/4.66 new_esEs21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 12.10/4.66 new_asAs(False, x0) 12.10/4.66 new_esEs21(x0, x1, ty_Float) 12.10/4.66 new_esEs4(x0, x1, ty_Float) 12.10/4.66 new_esEs25(x0, x1, ty_Bool) 12.10/4.66 new_esEs14(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 12.10/4.66 new_esEs21(x0, x1, app(ty_Ratio, x2)) 12.10/4.66 new_esEs23(x0, x1, app(app(ty_Either, x2), x3)) 12.10/4.66 new_esEs23(x0, x1, app(app(ty_@2, x2), x3)) 12.10/4.66 new_esEs21(x0, x1, ty_Ordering) 12.10/4.66 new_primEqInt(Neg(Zero), Neg(Zero)) 12.10/4.66 new_esEs24(x0, x1, ty_Ordering) 12.10/4.66 new_esEs17(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 12.10/4.66 new_esEs15(Just(x0), Just(x1), ty_Ordering) 12.10/4.66 new_esEs27(x0, x1, ty_Integer) 12.10/4.66 new_esEs23(x0, x1, ty_Double) 12.10/4.66 new_esEs15(Just(x0), Just(x1), ty_Int) 12.10/4.66 new_esEs17(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 12.10/4.66 new_esEs24(x0, x1, app(ty_Maybe, x2)) 12.10/4.66 new_esEs6(False, True) 12.10/4.66 new_esEs6(True, False) 12.10/4.66 new_esEs25(x0, x1, ty_@0) 12.10/4.66 new_esEs21(x0, x1, app(ty_[], x2)) 12.10/4.66 new_esEs12(EQ, GT) 12.10/4.66 new_esEs12(GT, EQ) 12.10/4.66 new_primPlusNat0(Succ(x0), x1) 12.10/4.66 new_esEs25(x0, x1, app(ty_Maybe, x2)) 12.10/4.66 new_esEs5(x0, x1, app(app(ty_Either, x2), x3)) 12.10/4.66 new_esEs23(x0, x1, ty_Bool) 12.10/4.66 new_esEs17(Right(x0), Right(x1), x2, ty_Char) 12.10/4.66 new_esEs5(x0, x1, ty_Int) 12.10/4.66 new_esEs22(x0, x1, ty_@0) 12.10/4.66 new_esEs22(x0, x1, ty_Double) 12.10/4.66 new_esEs15(Just(x0), Just(x1), ty_Integer) 12.10/4.66 new_primPlusNat1(Succ(x0), Zero) 12.10/4.66 new_esEs17(Left(x0), Left(x1), ty_Integer, x2) 12.10/4.66 new_esEs17(Left(x0), Left(x1), ty_Ordering, x2) 12.10/4.66 new_esEs25(x0, x1, ty_Double) 12.10/4.66 new_esEs5(x0, x1, app(ty_[], x2)) 12.10/4.66 new_esEs25(x0, x1, app(app(ty_@2, x2), x3)) 12.10/4.66 new_esEs5(x0, x1, ty_Char) 12.10/4.66 new_esEs20(x0, x1, app(app(ty_Either, x2), x3)) 12.10/4.66 new_esEs6(False, False) 12.10/4.66 new_esEs15(Just(x0), Just(x1), ty_Char) 12.10/4.66 new_esEs22(x0, x1, ty_Int) 12.10/4.66 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 12.10/4.66 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 12.10/4.66 new_esEs17(Right(x0), Right(x1), x2, ty_Int) 12.10/4.66 new_primEqInt(Pos(Zero), Neg(Zero)) 12.10/4.66 new_primEqInt(Neg(Zero), Pos(Zero)) 12.10/4.66 new_esEs15(Just(x0), Just(x1), ty_Bool) 12.10/4.66 new_esEs12(LT, GT) 12.10/4.66 new_esEs12(GT, LT) 12.10/4.66 new_sr(Pos(x0), Neg(x1)) 12.10/4.66 new_sr(Neg(x0), Pos(x1)) 12.10/4.66 new_esEs5(x0, x1, ty_Float) 12.10/4.66 new_esEs22(x0, x1, app(app(ty_@2, x2), x3)) 12.10/4.66 new_esEs12(LT, LT) 12.10/4.66 new_esEs25(x0, x1, ty_Float) 12.10/4.66 new_esEs26(x0, x1, ty_Integer) 12.10/4.66 new_esEs20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 12.10/4.66 new_esEs23(x0, x1, app(ty_Ratio, x2)) 12.10/4.66 new_esEs5(x0, x1, app(ty_Maybe, x2)) 12.10/4.66 new_esEs5(x0, x1, ty_@0) 12.10/4.66 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 12.10/4.66 new_esEs17(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 12.10/4.66 new_esEs19(:(x0, x1), [], x2) 12.10/4.66 new_esEs24(x0, x1, app(app(ty_@2, x2), x3)) 12.10/4.66 new_esEs20(x0, x1, ty_Ordering) 12.10/4.66 new_esEs25(x0, x1, app(ty_Ratio, x2)) 12.10/4.66 new_primMulNat0(Succ(x0), Zero) 12.10/4.66 new_esEs15(Just(x0), Nothing, x1) 12.10/4.66 new_esEs22(x0, x1, ty_Float) 12.10/4.66 new_esEs17(Right(x0), Right(x1), x2, ty_Bool) 12.10/4.66 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 12.10/4.66 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 12.10/4.66 new_esEs5(x0, x1, app(app(ty_@2, x2), x3)) 12.10/4.66 new_esEs25(x0, x1, app(ty_[], x2)) 12.10/4.66 new_esEs4(x0, x1, ty_@0) 12.10/4.66 new_esEs21(x0, x1, app(app(ty_@2, x2), x3)) 12.10/4.66 new_esEs24(x0, x1, app(ty_Ratio, x2)) 12.10/4.66 new_esEs21(x0, x1, ty_@0) 12.10/4.66 new_esEs22(x0, x1, ty_Char) 12.10/4.66 new_esEs4(x0, x1, app(ty_Maybe, x2)) 12.10/4.66 new_esEs23(x0, x1, ty_Char) 12.10/4.66 new_esEs20(x0, x1, ty_Integer) 12.10/4.66 new_esEs25(x0, x1, ty_Int) 12.10/4.66 new_esEs17(Right(x0), Right(x1), x2, ty_@0) 12.10/4.66 new_esEs4(x0, x1, ty_Bool) 12.10/4.66 new_esEs24(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 12.10/4.66 new_esEs5(x0, x1, app(ty_Ratio, x2)) 12.10/4.66 new_esEs4(x0, x1, app(ty_[], x2)) 12.10/4.66 new_primMulNat0(Succ(x0), Succ(x1)) 12.10/4.66 new_esEs25(x0, x1, app(app(ty_Either, x2), x3)) 12.10/4.66 new_esEs7(@0, @0) 12.10/4.66 new_primEqNat0(Succ(x0), Succ(x1)) 12.10/4.66 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 12.10/4.66 new_esEs16(Double(x0, x1), Double(x2, x3)) 12.10/4.66 new_esEs25(x0, x1, ty_Char) 12.10/4.66 new_esEs17(Left(x0), Left(x1), ty_@0, x2) 12.10/4.66 new_esEs4(x0, x1, app(app(ty_@2, x2), x3)) 12.10/4.66 new_esEs17(Right(x0), Right(x1), x2, app(ty_[], x3)) 12.10/4.66 new_esEs12(GT, GT) 12.10/4.66 new_esEs12(LT, EQ) 12.10/4.66 new_esEs12(EQ, LT) 12.10/4.66 new_esEs27(x0, x1, ty_Int) 12.10/4.66 new_primEqNat0(Succ(x0), Zero) 12.10/4.66 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 12.10/4.66 new_esEs17(Left(x0), Left(x1), app(ty_[], x2), x3) 12.10/4.66 new_esEs20(x0, x1, app(ty_[], x2)) 12.10/4.66 new_esEs20(x0, x1, ty_Bool) 12.10/4.66 new_esEs22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 12.10/4.66 new_esEs23(x0, x1, app(ty_Maybe, x2)) 12.10/4.66 new_primEqNat0(Zero, Succ(x0)) 12.10/4.66 new_esEs4(x0, x1, app(ty_Ratio, x2)) 12.10/4.66 new_esEs5(x0, x1, ty_Bool) 12.10/4.66 new_esEs15(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 12.10/4.66 new_esEs4(x0, x1, ty_Integer) 12.10/4.66 new_esEs23(x0, x1, ty_Ordering) 12.10/4.66 new_esEs22(x0, x1, app(ty_Maybe, x2)) 12.10/4.66 new_esEs23(x0, x1, ty_Int) 12.10/4.66 new_esEs15(Just(x0), Just(x1), ty_@0) 12.10/4.66 new_esEs9(x0, x1) 12.10/4.66 new_esEs24(x0, x1, ty_@0) 12.10/4.66 new_esEs15(Just(x0), Just(x1), app(ty_[], x2)) 12.10/4.66 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 12.10/4.66 new_esEs17(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 12.10/4.66 new_primMulNat0(Zero, Succ(x0)) 12.10/4.66 new_sr(Pos(x0), Pos(x1)) 12.10/4.66 new_esEs13(:%(x0, x1), :%(x2, x3), x4) 12.10/4.66 new_esEs15(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 12.10/4.66 new_esEs24(x0, x1, ty_Int) 12.10/4.66 new_esEs23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 12.10/4.66 new_primEqNat0(Zero, Zero) 12.10/4.66 new_esEs6(True, True) 12.10/4.66 new_esEs22(x0, x1, ty_Bool) 12.10/4.66 new_esEs21(x0, x1, ty_Char) 12.10/4.66 new_esEs23(x0, x1, ty_Float) 12.10/4.66 new_esEs21(x0, x1, app(app(ty_Either, x2), x3)) 12.10/4.66 new_esEs4(x0, x1, ty_Char) 12.10/4.66 new_esEs23(x0, x1, ty_@0) 12.10/4.66 new_esEs24(x0, x1, ty_Integer) 12.10/4.66 new_esEs22(x0, x1, ty_Ordering) 12.10/4.66 new_esEs21(x0, x1, ty_Integer) 12.10/4.66 new_esEs17(Left(x0), Left(x1), ty_Int, x2) 12.10/4.66 new_esEs4(x0, x1, app(app(ty_Either, x2), x3)) 12.10/4.66 new_esEs11(Float(x0, x1), Float(x2, x3)) 12.10/4.66 new_esEs5(x0, x1, ty_Integer) 12.10/4.66 new_esEs15(Just(x0), Just(x1), app(ty_Maybe, x2)) 12.10/4.66 new_esEs21(x0, x1, ty_Int) 12.10/4.66 new_esEs22(x0, x1, app(ty_[], x2)) 12.10/4.66 new_sr(Neg(x0), Neg(x1)) 12.10/4.66 new_esEs26(x0, x1, ty_Int) 12.10/4.66 new_asAs(True, x0) 12.10/4.66 new_esEs4(x0, x1, ty_Int) 12.10/4.66 new_esEs24(x0, x1, ty_Char) 12.10/4.66 new_esEs17(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 12.10/4.66 new_esEs17(Left(x0), Left(x1), ty_Bool, x2) 12.10/4.66 new_esEs17(Right(x0), Right(x1), x2, ty_Integer) 12.10/4.66 new_esEs20(x0, x1, ty_Double) 12.10/4.66 new_esEs18(@2(x0, x1), @2(x2, x3), x4, x5) 12.10/4.66 new_esEs17(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 12.10/4.66 new_esEs5(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 12.10/4.66 new_esEs17(Left(x0), Right(x1), x2, x3) 12.10/4.66 new_esEs17(Right(x0), Left(x1), x2, x3) 12.10/4.66 new_esEs17(Left(x0), Left(x1), ty_Double, x2) 12.10/4.66 new_esEs20(x0, x1, ty_Float) 12.10/4.66 new_esEs15(Nothing, Nothing, x0) 12.10/4.66 new_esEs22(x0, x1, app(ty_Ratio, x2)) 12.10/4.66 new_esEs24(x0, x1, ty_Bool) 12.10/4.66 new_esEs20(x0, x1, ty_@0) 12.10/4.66 new_primPlusNat0(Zero, x0) 12.10/4.66 new_esEs21(x0, x1, ty_Bool) 12.10/4.66 new_primPlusNat1(Zero, Succ(x0)) 12.10/4.66 new_esEs10(Integer(x0), Integer(x1)) 12.10/4.66 new_esEs19([], [], x0) 12.10/4.66 new_esEs22(x0, x1, ty_Integer) 12.10/4.66 new_esEs24(x0, x1, app(ty_[], x2)) 12.10/4.66 new_esEs25(x0, x1, ty_Ordering) 12.10/4.66 new_esEs4(x0, x1, ty_Double) 12.10/4.66 new_esEs20(x0, x1, app(ty_Maybe, x2)) 12.10/4.66 new_esEs5(x0, x1, ty_Ordering) 12.10/4.66 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 12.10/4.66 new_esEs17(Left(x0), Left(x1), ty_Char, x2) 12.10/4.66 new_esEs22(x0, x1, app(app(ty_Either, x2), x3)) 12.10/4.66 12.10/4.66 We have to consider all minimal (P,Q,R)-chains. 12.10/4.66 ---------------------------------------- 12.10/4.66 12.10/4.66 (14) QDPSizeChangeProof (EQUIVALENT) 12.10/4.66 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 12.10/4.66 12.10/4.66 From the DPs we obtained the following set of size-change graphs: 12.10/4.66 *new_lookup(Right(yu30), :(@2(Right(yu4000), yu401), yu41), bc, bd, be) -> new_lookup10(yu30, yu4000, yu401, yu41, new_esEs5(yu30, yu4000, be), bc, bd, be) 12.10/4.66 The graph contains the following edges 1 > 1, 2 > 2, 2 > 3, 2 > 4, 3 >= 6, 4 >= 7, 5 >= 8 12.10/4.66 12.10/4.66 12.10/4.66 *new_lookup(Right(yu30), :(@2(Left(yu4000), yu401), yu41), bc, bd, be) -> new_lookup(Right(yu30), yu41, bc, bd, be) 12.10/4.66 The graph contains the following edges 1 >= 1, 2 > 2, 3 >= 3, 4 >= 4, 5 >= 5 12.10/4.66 12.10/4.66 12.10/4.66 *new_lookup10(yu22, yu23, yu24, yu25, False, bf, bg, bh) -> new_lookup(Right(yu22), yu25, bf, bg, bh) 12.10/4.66 The graph contains the following edges 4 >= 2, 6 >= 3, 7 >= 4, 8 >= 5 12.10/4.66 12.10/4.66 12.10/4.66 ---------------------------------------- 12.10/4.66 12.10/4.66 (15) 12.10/4.66 YES 12.10/4.66 12.10/4.66 ---------------------------------------- 12.10/4.66 12.10/4.66 (16) 12.10/4.66 Obligation: 12.10/4.66 Q DP problem: 12.10/4.66 The TRS P consists of the following rules: 12.10/4.66 12.10/4.66 new_lookup1(yu11, yu12, yu13, yu14, False, h, ba, bb) -> new_lookup(Left(yu11), yu14, h, ba, bb) 12.10/4.66 new_lookup(Left(yu30), :(@2(Left(yu4000), yu401), yu41), bc, bd, be) -> new_lookup1(yu30, yu4000, yu401, yu41, new_esEs4(yu30, yu4000, bd), bc, bd, be) 12.10/4.66 new_lookup(Left(yu30), :(@2(Right(yu4000), yu401), yu41), bc, bd, be) -> new_lookup(Left(yu30), yu41, bc, bd, be) 12.10/4.66 12.10/4.66 The TRS R consists of the following rules: 12.10/4.66 12.10/4.66 new_esEs17(Right(yu300), Right(yu40000), eg, ty_Float) -> new_esEs11(yu300, yu40000) 12.10/4.66 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 12.10/4.66 new_esEs26(yu301, yu40001, ty_Integer) -> new_esEs10(yu301, yu40001) 12.10/4.66 new_esEs27(yu300, yu40000, ty_Int) -> new_esEs9(yu300, yu40000) 12.10/4.66 new_esEs17(Left(yu300), Left(yu40000), ty_Double, dd) -> new_esEs16(yu300, yu40000) 12.10/4.66 new_esEs4(yu30, yu4000, ty_Float) -> new_esEs11(yu30, yu4000) 12.10/4.66 new_esEs5(yu30, yu4000, app(ty_Maybe, ce)) -> new_esEs15(yu30, yu4000, ce) 12.10/4.66 new_esEs24(yu301, yu40001, app(ty_Maybe, beg)) -> new_esEs15(yu301, yu40001, beg) 12.10/4.66 new_esEs15(Just(yu300), Just(yu40000), app(app(ty_Either, bhd), bhe)) -> new_esEs17(yu300, yu40000, bhd, bhe) 12.10/4.66 new_esEs18(@2(yu300, yu301), @2(yu40000, yu40001), gh, ha) -> new_asAs(new_esEs25(yu300, yu40000, gh), new_esEs24(yu301, yu40001, ha)) 12.10/4.66 new_esEs17(Right(yu300), Right(yu40000), eg, app(app(ty_@2, fh), ga)) -> new_esEs18(yu300, yu40000, fh, ga) 12.10/4.66 new_esEs20(yu302, yu40002, ty_Ordering) -> new_esEs12(yu302, yu40002) 12.10/4.66 new_esEs16(Double(yu300, yu301), Double(yu40000, yu40001)) -> new_esEs9(new_sr(yu300, yu40001), new_sr(yu301, yu40000)) 12.10/4.66 new_esEs6(False, True) -> False 12.10/4.66 new_esEs6(True, False) -> False 12.10/4.66 new_esEs24(yu301, yu40001, app(ty_[], bfd)) -> new_esEs19(yu301, yu40001, bfd) 12.10/4.66 new_esEs19(:(yu300, yu301), [], hb) -> False 12.10/4.66 new_esEs19([], :(yu40000, yu40001), hb) -> False 12.10/4.66 new_esEs24(yu301, yu40001, ty_@0) -> new_esEs7(yu301, yu40001) 12.10/4.66 new_esEs9(yu30, yu4000) -> new_primEqInt(yu30, yu4000) 12.10/4.66 new_esEs21(yu301, yu40001, app(app(app(ty_@3, baf), bag), bah)) -> new_esEs14(yu301, yu40001, baf, bag, bah) 12.10/4.66 new_esEs5(yu30, yu4000, ty_Integer) -> new_esEs10(yu30, yu4000) 12.10/4.66 new_esEs20(yu302, yu40002, ty_Bool) -> new_esEs6(yu302, yu40002) 12.10/4.66 new_esEs21(yu301, yu40001, app(app(ty_Either, bbb), bbc)) -> new_esEs17(yu301, yu40001, bbb, bbc) 12.10/4.66 new_esEs23(yu300, yu40000, ty_Double) -> new_esEs16(yu300, yu40000) 12.10/4.66 new_esEs25(yu300, yu40000, ty_Float) -> new_esEs11(yu300, yu40000) 12.10/4.66 new_esEs17(Left(yu300), Left(yu40000), ty_Float, dd) -> new_esEs11(yu300, yu40000) 12.10/4.66 new_esEs22(yu300, yu40000, ty_Char) -> new_esEs8(yu300, yu40000) 12.10/4.66 new_esEs4(yu30, yu4000, app(app(app(ty_@3, gd), ge), gf)) -> new_esEs14(yu30, yu4000, gd, ge, gf) 12.10/4.66 new_esEs17(Right(yu300), Right(yu40000), eg, ty_Double) -> new_esEs16(yu300, yu40000) 12.10/4.66 new_esEs20(yu302, yu40002, app(ty_Ratio, hc)) -> new_esEs13(yu302, yu40002, hc) 12.10/4.66 new_esEs15(Just(yu300), Just(yu40000), app(app(app(ty_@3, bgh), bha), bhb)) -> new_esEs14(yu300, yu40000, bgh, bha, bhb) 12.10/4.66 new_esEs20(yu302, yu40002, ty_Int) -> new_esEs9(yu302, yu40002) 12.10/4.66 new_esEs25(yu300, yu40000, app(ty_Ratio, bfe)) -> new_esEs13(yu300, yu40000, bfe) 12.10/4.66 new_esEs12(GT, GT) -> True 12.10/4.66 new_esEs19(:(yu300, yu301), :(yu40000, yu40001), hb) -> new_asAs(new_esEs23(yu300, yu40000, hb), new_esEs19(yu301, yu40001, hb)) 12.10/4.66 new_esEs25(yu300, yu40000, ty_Int) -> new_esEs9(yu300, yu40000) 12.10/4.66 new_asAs(True, yu39) -> yu39 12.10/4.66 new_esEs15(Just(yu300), Just(yu40000), ty_Float) -> new_esEs11(yu300, yu40000) 12.10/4.66 new_esEs10(Integer(yu300), Integer(yu40000)) -> new_primEqInt(yu300, yu40000) 12.10/4.66 new_esEs5(yu30, yu4000, app(ty_[], dc)) -> new_esEs19(yu30, yu4000, dc) 12.10/4.66 new_esEs17(Left(yu300), Left(yu40000), app(ty_Maybe, ea), dd) -> new_esEs15(yu300, yu40000, ea) 12.10/4.66 new_primEqInt(Pos(Succ(yu3000)), Pos(Zero)) -> False 12.10/4.66 new_primEqInt(Pos(Zero), Pos(Succ(yu400000))) -> False 12.10/4.66 new_esEs5(yu30, yu4000, app(app(ty_@2, da), db)) -> new_esEs18(yu30, yu4000, da, db) 12.10/4.66 new_esEs4(yu30, yu4000, app(ty_Ratio, gc)) -> new_esEs13(yu30, yu4000, gc) 12.10/4.66 new_esEs21(yu301, yu40001, ty_Double) -> new_esEs16(yu301, yu40001) 12.10/4.66 new_esEs23(yu300, yu40000, app(app(ty_Either, bdf), bdg)) -> new_esEs17(yu300, yu40000, bdf, bdg) 12.10/4.66 new_esEs20(yu302, yu40002, ty_Char) -> new_esEs8(yu302, yu40002) 12.10/4.66 new_esEs4(yu30, yu4000, ty_Int) -> new_esEs9(yu30, yu4000) 12.10/4.66 new_primEqNat0(Succ(yu3000), Succ(yu400000)) -> new_primEqNat0(yu3000, yu400000) 12.10/4.66 new_esEs5(yu30, yu4000, ty_Bool) -> new_esEs6(yu30, yu4000) 12.10/4.66 new_esEs22(yu300, yu40000, app(ty_Ratio, bbg)) -> new_esEs13(yu300, yu40000, bbg) 12.10/4.66 new_esEs23(yu300, yu40000, app(app(app(ty_@3, bdb), bdc), bdd)) -> new_esEs14(yu300, yu40000, bdb, bdc, bdd) 12.10/4.66 new_esEs5(yu30, yu4000, ty_@0) -> new_esEs7(yu30, yu4000) 12.10/4.66 new_esEs17(Left(yu300), Left(yu40000), app(ty_[], ef), dd) -> new_esEs19(yu300, yu40000, ef) 12.10/4.66 new_esEs12(EQ, EQ) -> True 12.10/4.66 new_esEs17(Left(yu300), Left(yu40000), app(app(app(ty_@3, df), dg), dh), dd) -> new_esEs14(yu300, yu40000, df, dg, dh) 12.10/4.66 new_esEs23(yu300, yu40000, app(app(ty_@2, bdh), bea)) -> new_esEs18(yu300, yu40000, bdh, bea) 12.10/4.66 new_esEs17(Left(yu300), Left(yu40000), ty_Int, dd) -> new_esEs9(yu300, yu40000) 12.10/4.66 new_esEs15(Nothing, Just(yu40000), gg) -> False 12.10/4.66 new_esEs15(Just(yu300), Nothing, gg) -> False 12.10/4.66 new_primMulNat0(Zero, Zero) -> Zero 12.10/4.66 new_esEs20(yu302, yu40002, app(ty_Maybe, hg)) -> new_esEs15(yu302, yu40002, hg) 12.10/4.66 new_esEs15(Nothing, Nothing, gg) -> True 12.10/4.66 new_esEs22(yu300, yu40000, ty_Integer) -> new_esEs10(yu300, yu40000) 12.10/4.66 new_esEs21(yu301, yu40001, ty_Integer) -> new_esEs10(yu301, yu40001) 12.10/4.66 new_esEs25(yu300, yu40000, ty_Bool) -> new_esEs6(yu300, yu40000) 12.10/4.66 new_esEs17(Right(yu300), Right(yu40000), eg, app(ty_[], gb)) -> new_esEs19(yu300, yu40000, gb) 12.10/4.66 new_esEs21(yu301, yu40001, ty_@0) -> new_esEs7(yu301, yu40001) 12.10/4.66 new_esEs23(yu300, yu40000, app(ty_Ratio, bda)) -> new_esEs13(yu300, yu40000, bda) 12.10/4.66 new_esEs20(yu302, yu40002, ty_Float) -> new_esEs11(yu302, yu40002) 12.10/4.66 new_esEs24(yu301, yu40001, app(app(ty_@2, bfb), bfc)) -> new_esEs18(yu301, yu40001, bfb, bfc) 12.10/4.66 new_esEs12(LT, LT) -> True 12.10/4.66 new_esEs4(yu30, yu4000, ty_Ordering) -> new_esEs12(yu30, yu4000) 12.10/4.66 new_primEqNat0(Succ(yu3000), Zero) -> False 12.10/4.66 new_primEqNat0(Zero, Succ(yu400000)) -> False 12.10/4.66 new_esEs24(yu301, yu40001, ty_Bool) -> new_esEs6(yu301, yu40001) 12.10/4.66 new_esEs21(yu301, yu40001, ty_Float) -> new_esEs11(yu301, yu40001) 12.10/4.66 new_esEs17(Right(yu300), Right(yu40000), eg, ty_Int) -> new_esEs9(yu300, yu40000) 12.10/4.66 new_esEs23(yu300, yu40000, ty_Int) -> new_esEs9(yu300, yu40000) 12.10/4.66 new_esEs24(yu301, yu40001, app(ty_Ratio, bec)) -> new_esEs13(yu301, yu40001, bec) 12.10/4.66 new_esEs25(yu300, yu40000, app(app(app(ty_@3, bff), bfg), bfh)) -> new_esEs14(yu300, yu40000, bff, bfg, bfh) 12.10/4.66 new_esEs25(yu300, yu40000, app(app(ty_@2, bgd), bge)) -> new_esEs18(yu300, yu40000, bgd, bge) 12.10/4.66 new_esEs15(Just(yu300), Just(yu40000), app(app(ty_@2, bhf), bhg)) -> new_esEs18(yu300, yu40000, bhf, bhg) 12.10/4.66 new_esEs5(yu30, yu4000, ty_Int) -> new_esEs9(yu30, yu4000) 12.10/4.66 new_esEs5(yu30, yu4000, app(ty_Ratio, ca)) -> new_esEs13(yu30, yu4000, ca) 12.10/4.66 new_esEs7(@0, @0) -> True 12.10/4.66 new_esEs4(yu30, yu4000, app(app(ty_Either, eg), dd)) -> new_esEs17(yu30, yu4000, eg, dd) 12.10/4.66 new_primEqInt(Neg(Succ(yu3000)), Neg(Zero)) -> False 12.10/4.66 new_primEqInt(Neg(Zero), Neg(Succ(yu400000))) -> False 12.10/4.66 new_esEs24(yu301, yu40001, ty_Int) -> new_esEs9(yu301, yu40001) 12.10/4.66 new_esEs24(yu301, yu40001, app(app(app(ty_@3, bed), bee), bef)) -> new_esEs14(yu301, yu40001, bed, bee, bef) 12.10/4.66 new_esEs15(Just(yu300), Just(yu40000), app(ty_Maybe, bhc)) -> new_esEs15(yu300, yu40000, bhc) 12.10/4.66 new_esEs22(yu300, yu40000, ty_Ordering) -> new_esEs12(yu300, yu40000) 12.10/4.66 new_primEqInt(Pos(Succ(yu3000)), Pos(Succ(yu400000))) -> new_primEqNat0(yu3000, yu400000) 12.10/4.66 new_esEs17(Right(yu300), Right(yu40000), eg, ty_Bool) -> new_esEs6(yu300, yu40000) 12.10/4.66 new_esEs17(Left(yu300), Right(yu40000), eg, dd) -> False 12.10/4.66 new_esEs17(Right(yu300), Left(yu40000), eg, dd) -> False 12.10/4.66 new_esEs4(yu30, yu4000, ty_@0) -> new_esEs7(yu30, yu4000) 12.10/4.66 new_sr(Pos(yu3000), Neg(yu400010)) -> Neg(new_primMulNat0(yu3000, yu400010)) 12.10/4.66 new_sr(Neg(yu3000), Pos(yu400010)) -> Neg(new_primMulNat0(yu3000, yu400010)) 12.10/4.66 new_esEs22(yu300, yu40000, app(ty_[], bch)) -> new_esEs19(yu300, yu40000, bch) 12.10/4.66 new_esEs4(yu30, yu4000, app(ty_[], hb)) -> new_esEs19(yu30, yu4000, hb) 12.10/4.66 new_primPlusNat1(Succ(yu4000), Succ(yu40001000)) -> Succ(Succ(new_primPlusNat1(yu4000, yu40001000))) 12.10/4.66 new_esEs4(yu30, yu4000, ty_Double) -> new_esEs16(yu30, yu4000) 12.10/4.66 new_primEqInt(Pos(Succ(yu3000)), Neg(yu40000)) -> False 12.10/4.66 new_primEqInt(Neg(Succ(yu3000)), Pos(yu40000)) -> False 12.10/4.66 new_esEs22(yu300, yu40000, ty_@0) -> new_esEs7(yu300, yu40000) 12.10/4.66 new_esEs27(yu300, yu40000, ty_Integer) -> new_esEs10(yu300, yu40000) 12.10/4.66 new_esEs12(EQ, GT) -> False 12.10/4.66 new_esEs12(GT, EQ) -> False 12.10/4.66 new_esEs14(@3(yu300, yu301, yu302), @3(yu40000, yu40001, yu40002), gd, ge, gf) -> new_asAs(new_esEs22(yu300, yu40000, gd), new_asAs(new_esEs21(yu301, yu40001, ge), new_esEs20(yu302, yu40002, gf))) 12.10/4.66 new_esEs17(Left(yu300), Left(yu40000), app(ty_Ratio, de), dd) -> new_esEs13(yu300, yu40000, de) 12.10/4.66 new_esEs22(yu300, yu40000, ty_Double) -> new_esEs16(yu300, yu40000) 12.10/4.66 new_esEs22(yu300, yu40000, app(app(ty_Either, bcd), bce)) -> new_esEs17(yu300, yu40000, bcd, bce) 12.10/4.66 new_esEs21(yu301, yu40001, ty_Bool) -> new_esEs6(yu301, yu40001) 12.10/4.66 new_esEs22(yu300, yu40000, app(app(app(ty_@3, bbh), bca), bcb)) -> new_esEs14(yu300, yu40000, bbh, bca, bcb) 12.10/4.66 new_esEs25(yu300, yu40000, ty_@0) -> new_esEs7(yu300, yu40000) 12.10/4.66 new_esEs21(yu301, yu40001, ty_Char) -> new_esEs8(yu301, yu40001) 12.10/4.66 new_esEs23(yu300, yu40000, app(ty_[], beb)) -> new_esEs19(yu300, yu40000, beb) 12.10/4.66 new_esEs24(yu301, yu40001, ty_Float) -> new_esEs11(yu301, yu40001) 12.10/4.66 new_esEs19([], [], hb) -> True 12.10/4.66 new_esEs25(yu300, yu40000, app(ty_Maybe, bga)) -> new_esEs15(yu300, yu40000, bga) 12.10/4.66 new_esEs15(Just(yu300), Just(yu40000), ty_Bool) -> new_esEs6(yu300, yu40000) 12.10/4.66 new_esEs17(Right(yu300), Right(yu40000), eg, app(ty_Ratio, eh)) -> new_esEs13(yu300, yu40000, eh) 12.10/4.66 new_sr(Neg(yu3000), Neg(yu400010)) -> Pos(new_primMulNat0(yu3000, yu400010)) 12.10/4.66 new_esEs15(Just(yu300), Just(yu40000), ty_Char) -> new_esEs8(yu300, yu40000) 12.10/4.66 new_esEs25(yu300, yu40000, ty_Integer) -> new_esEs10(yu300, yu40000) 12.10/4.66 new_esEs15(Just(yu300), Just(yu40000), ty_Ordering) -> new_esEs12(yu300, yu40000) 12.10/4.66 new_esEs23(yu300, yu40000, app(ty_Maybe, bde)) -> new_esEs15(yu300, yu40000, bde) 12.10/4.66 new_esEs17(Right(yu300), Right(yu40000), eg, ty_@0) -> new_esEs7(yu300, yu40000) 12.10/4.66 new_esEs17(Left(yu300), Left(yu40000), ty_Bool, dd) -> new_esEs6(yu300, yu40000) 12.10/4.66 new_primEqInt(Pos(Zero), Neg(Succ(yu400000))) -> False 12.10/4.66 new_primEqInt(Neg(Zero), Pos(Succ(yu400000))) -> False 12.10/4.66 new_esEs12(LT, EQ) -> False 12.10/4.66 new_esEs12(EQ, LT) -> False 12.10/4.66 new_esEs21(yu301, yu40001, ty_Ordering) -> new_esEs12(yu301, yu40001) 12.10/4.66 new_esEs6(True, True) -> True 12.10/4.66 new_esEs4(yu30, yu4000, ty_Char) -> new_esEs8(yu30, yu4000) 12.10/4.66 new_esEs4(yu30, yu4000, ty_Integer) -> new_esEs10(yu30, yu4000) 12.10/4.66 new_esEs20(yu302, yu40002, app(app(app(ty_@3, hd), he), hf)) -> new_esEs14(yu302, yu40002, hd, he, hf) 12.10/4.66 new_esEs17(Left(yu300), Left(yu40000), app(app(ty_@2, ed), ee), dd) -> new_esEs18(yu300, yu40000, ed, ee) 12.10/4.66 new_esEs17(Left(yu300), Left(yu40000), ty_Ordering, dd) -> new_esEs12(yu300, yu40000) 12.10/4.66 new_esEs20(yu302, yu40002, app(app(ty_Either, hh), baa)) -> new_esEs17(yu302, yu40002, hh, baa) 12.10/4.66 new_esEs22(yu300, yu40000, ty_Float) -> new_esEs11(yu300, yu40000) 12.10/4.66 new_esEs24(yu301, yu40001, ty_Double) -> new_esEs16(yu301, yu40001) 12.10/4.66 new_primEqInt(Neg(Succ(yu3000)), Neg(Succ(yu400000))) -> new_primEqNat0(yu3000, yu400000) 12.10/4.66 new_esEs23(yu300, yu40000, ty_Bool) -> new_esEs6(yu300, yu40000) 12.10/4.66 new_esEs5(yu30, yu4000, ty_Double) -> new_esEs16(yu30, yu4000) 12.10/4.66 new_esEs23(yu300, yu40000, ty_Char) -> new_esEs8(yu300, yu40000) 12.10/4.66 new_esEs12(LT, GT) -> False 12.10/4.66 new_esEs12(GT, LT) -> False 12.10/4.66 new_esEs20(yu302, yu40002, app(app(ty_@2, bab), bac)) -> new_esEs18(yu302, yu40002, bab, bac) 12.10/4.66 new_esEs21(yu301, yu40001, app(ty_[], bbf)) -> new_esEs19(yu301, yu40001, bbf) 12.10/4.66 new_primPlusNat0(Succ(yu400), yu4000100) -> Succ(Succ(new_primPlusNat1(yu400, yu4000100))) 12.10/4.66 new_esEs17(Left(yu300), Left(yu40000), ty_@0, dd) -> new_esEs7(yu300, yu40000) 12.10/4.66 new_esEs6(False, False) -> True 12.10/4.66 new_esEs23(yu300, yu40000, ty_@0) -> new_esEs7(yu300, yu40000) 12.10/4.66 new_esEs5(yu30, yu4000, app(app(app(ty_@3, cb), cc), cd)) -> new_esEs14(yu30, yu4000, cb, cc, cd) 12.10/4.66 new_esEs15(Just(yu300), Just(yu40000), app(ty_Ratio, bgg)) -> new_esEs13(yu300, yu40000, bgg) 12.10/4.66 new_esEs17(Left(yu300), Left(yu40000), app(app(ty_Either, eb), ec), dd) -> new_esEs17(yu300, yu40000, eb, ec) 12.10/4.66 new_esEs21(yu301, yu40001, app(ty_Maybe, bba)) -> new_esEs15(yu301, yu40001, bba) 12.10/4.66 new_esEs15(Just(yu300), Just(yu40000), ty_Int) -> new_esEs9(yu300, yu40000) 12.10/4.66 new_primPlusNat1(Zero, Zero) -> Zero 12.10/4.66 new_esEs23(yu300, yu40000, ty_Integer) -> new_esEs10(yu300, yu40000) 12.10/4.66 new_primMulNat0(Succ(yu30000), Zero) -> Zero 12.10/4.66 new_primMulNat0(Zero, Succ(yu4000100)) -> Zero 12.10/4.66 new_sr(Pos(yu3000), Pos(yu400010)) -> Pos(new_primMulNat0(yu3000, yu400010)) 12.10/4.66 new_esEs20(yu302, yu40002, ty_Integer) -> new_esEs10(yu302, yu40002) 12.10/4.66 new_primPlusNat0(Zero, yu4000100) -> Succ(yu4000100) 12.10/4.66 new_esEs23(yu300, yu40000, ty_Ordering) -> new_esEs12(yu300, yu40000) 12.10/4.66 new_esEs5(yu30, yu4000, app(app(ty_Either, cf), cg)) -> new_esEs17(yu30, yu4000, cf, cg) 12.10/4.66 new_esEs15(Just(yu300), Just(yu40000), ty_Integer) -> new_esEs10(yu300, yu40000) 12.10/4.66 new_esEs25(yu300, yu40000, ty_Ordering) -> new_esEs12(yu300, yu40000) 12.10/4.66 new_esEs5(yu30, yu4000, ty_Ordering) -> new_esEs12(yu30, yu4000) 12.10/4.66 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 12.10/4.66 new_esEs22(yu300, yu40000, ty_Int) -> new_esEs9(yu300, yu40000) 12.10/4.66 new_primMulNat0(Succ(yu30000), Succ(yu4000100)) -> new_primPlusNat0(new_primMulNat0(yu30000, Succ(yu4000100)), yu4000100) 12.10/4.66 new_esEs24(yu301, yu40001, ty_Ordering) -> new_esEs12(yu301, yu40001) 12.10/4.66 new_esEs25(yu300, yu40000, ty_Char) -> new_esEs8(yu300, yu40000) 12.10/4.66 new_esEs5(yu30, yu4000, ty_Char) -> new_esEs8(yu30, yu4000) 12.10/4.66 new_esEs22(yu300, yu40000, app(app(ty_@2, bcf), bcg)) -> new_esEs18(yu300, yu40000, bcf, bcg) 12.10/4.66 new_primPlusNat1(Succ(yu4000), Zero) -> Succ(yu4000) 12.10/4.66 new_primPlusNat1(Zero, Succ(yu40001000)) -> Succ(yu40001000) 12.10/4.66 new_esEs17(Left(yu300), Left(yu40000), ty_Integer, dd) -> new_esEs10(yu300, yu40000) 12.10/4.66 new_esEs11(Float(yu300, yu301), Float(yu40000, yu40001)) -> new_esEs9(new_sr(yu300, yu40001), new_sr(yu301, yu40000)) 12.10/4.66 new_esEs4(yu30, yu4000, app(app(ty_@2, gh), ha)) -> new_esEs18(yu30, yu4000, gh, ha) 12.10/4.66 new_esEs17(Right(yu300), Right(yu40000), eg, app(app(ty_Either, ff), fg)) -> new_esEs17(yu300, yu40000, ff, fg) 12.10/4.66 new_esEs20(yu302, yu40002, app(ty_[], bad)) -> new_esEs19(yu302, yu40002, bad) 12.10/4.66 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 12.10/4.66 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 12.10/4.66 new_esEs21(yu301, yu40001, app(app(ty_@2, bbd), bbe)) -> new_esEs18(yu301, yu40001, bbd, bbe) 12.10/4.66 new_esEs20(yu302, yu40002, ty_@0) -> new_esEs7(yu302, yu40002) 12.10/4.66 new_esEs22(yu300, yu40000, app(ty_Maybe, bcc)) -> new_esEs15(yu300, yu40000, bcc) 12.10/4.66 new_esEs24(yu301, yu40001, ty_Integer) -> new_esEs10(yu301, yu40001) 12.10/4.66 new_primEqNat0(Zero, Zero) -> True 12.10/4.66 new_esEs17(Right(yu300), Right(yu40000), eg, app(app(app(ty_@3, fa), fb), fc)) -> new_esEs14(yu300, yu40000, fa, fb, fc) 12.10/4.66 new_esEs20(yu302, yu40002, ty_Double) -> new_esEs16(yu302, yu40002) 12.10/4.66 new_esEs24(yu301, yu40001, app(app(ty_Either, beh), bfa)) -> new_esEs17(yu301, yu40001, beh, bfa) 12.10/4.66 new_esEs17(Right(yu300), Right(yu40000), eg, app(ty_Maybe, fd)) -> new_esEs15(yu300, yu40000, fd) 12.10/4.66 new_esEs4(yu30, yu4000, ty_Bool) -> new_esEs6(yu30, yu4000) 12.10/4.66 new_esEs25(yu300, yu40000, app(ty_[], bgf)) -> new_esEs19(yu300, yu40000, bgf) 12.10/4.66 new_esEs13(:%(yu300, yu301), :%(yu40000, yu40001), gc) -> new_asAs(new_esEs27(yu300, yu40000, gc), new_esEs26(yu301, yu40001, gc)) 12.10/4.66 new_esEs17(Right(yu300), Right(yu40000), eg, ty_Char) -> new_esEs8(yu300, yu40000) 12.10/4.66 new_esEs25(yu300, yu40000, app(app(ty_Either, bgb), bgc)) -> new_esEs17(yu300, yu40000, bgb, bgc) 12.10/4.66 new_esEs21(yu301, yu40001, app(ty_Ratio, bae)) -> new_esEs13(yu301, yu40001, bae) 12.10/4.66 new_asAs(False, yu39) -> False 12.10/4.66 new_esEs8(Char(yu300), Char(yu40000)) -> new_primEqNat0(yu300, yu40000) 12.10/4.66 new_esEs22(yu300, yu40000, ty_Bool) -> new_esEs6(yu300, yu40000) 12.10/4.66 new_esEs17(Left(yu300), Left(yu40000), ty_Char, dd) -> new_esEs8(yu300, yu40000) 12.10/4.66 new_esEs26(yu301, yu40001, ty_Int) -> new_esEs9(yu301, yu40001) 12.10/4.66 new_esEs23(yu300, yu40000, ty_Float) -> new_esEs11(yu300, yu40000) 12.10/4.66 new_esEs15(Just(yu300), Just(yu40000), app(ty_[], bhh)) -> new_esEs19(yu300, yu40000, bhh) 12.10/4.66 new_esEs15(Just(yu300), Just(yu40000), ty_@0) -> new_esEs7(yu300, yu40000) 12.10/4.66 new_esEs4(yu30, yu4000, app(ty_Maybe, gg)) -> new_esEs15(yu30, yu4000, gg) 12.10/4.66 new_esEs15(Just(yu300), Just(yu40000), ty_Double) -> new_esEs16(yu300, yu40000) 12.10/4.66 new_esEs17(Right(yu300), Right(yu40000), eg, ty_Ordering) -> new_esEs12(yu300, yu40000) 12.10/4.66 new_esEs5(yu30, yu4000, ty_Float) -> new_esEs11(yu30, yu4000) 12.10/4.66 new_esEs21(yu301, yu40001, ty_Int) -> new_esEs9(yu301, yu40001) 12.10/4.66 new_esEs25(yu300, yu40000, ty_Double) -> new_esEs16(yu300, yu40000) 12.10/4.66 new_esEs24(yu301, yu40001, ty_Char) -> new_esEs8(yu301, yu40001) 12.10/4.66 new_esEs17(Right(yu300), Right(yu40000), eg, ty_Integer) -> new_esEs10(yu300, yu40000) 12.10/4.66 12.10/4.66 The set Q consists of the following terms: 12.10/4.66 12.10/4.66 new_esEs20(x0, x1, app(ty_Ratio, x2)) 12.10/4.66 new_esEs20(x0, x1, ty_Int) 12.10/4.66 new_esEs15(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 12.10/4.66 new_esEs25(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 12.10/4.66 new_esEs17(Right(x0), Right(x1), x2, ty_Double) 12.10/4.66 new_esEs12(EQ, EQ) 12.10/4.66 new_esEs25(x0, x1, ty_Integer) 12.10/4.66 new_esEs17(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 12.10/4.66 new_esEs24(x0, x1, app(app(ty_Either, x2), x3)) 12.10/4.66 new_esEs20(x0, x1, app(app(ty_@2, x2), x3)) 12.10/4.66 new_esEs17(Right(x0), Right(x1), x2, ty_Ordering) 12.10/4.66 new_esEs21(x0, x1, app(ty_Maybe, x2)) 12.10/4.66 new_esEs23(x0, x1, ty_Integer) 12.10/4.66 new_esEs20(x0, x1, ty_Char) 12.10/4.66 new_primMulNat0(Zero, Zero) 12.10/4.66 new_primPlusNat1(Zero, Zero) 12.10/4.66 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 12.10/4.66 new_esEs15(Just(x0), Just(x1), app(ty_Ratio, x2)) 12.10/4.66 new_esEs15(Nothing, Just(x0), x1) 12.10/4.66 new_esEs21(x0, x1, ty_Double) 12.10/4.66 new_esEs24(x0, x1, ty_Double) 12.10/4.66 new_esEs17(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 12.10/4.66 new_esEs4(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 12.10/4.66 new_esEs4(x0, x1, ty_Ordering) 12.10/4.66 new_esEs23(x0, x1, app(ty_[], x2)) 12.10/4.66 new_esEs17(Right(x0), Right(x1), x2, ty_Float) 12.10/4.66 new_esEs15(Just(x0), Just(x1), ty_Double) 12.10/4.66 new_esEs5(x0, x1, ty_Double) 12.10/4.66 new_esEs15(Just(x0), Just(x1), ty_Float) 12.10/4.66 new_esEs17(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 12.10/4.66 new_esEs24(x0, x1, ty_Float) 12.10/4.66 new_esEs19(:(x0, x1), :(x2, x3), x4) 12.10/4.66 new_primEqInt(Pos(Zero), Pos(Zero)) 12.10/4.66 new_primPlusNat1(Succ(x0), Succ(x1)) 12.10/4.66 new_esEs17(Left(x0), Left(x1), ty_Float, x2) 12.10/4.66 new_esEs17(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 12.10/4.66 new_esEs8(Char(x0), Char(x1)) 12.10/4.66 new_esEs19([], :(x0, x1), x2) 12.10/4.66 new_esEs21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 12.10/4.66 new_asAs(False, x0) 12.10/4.66 new_esEs21(x0, x1, ty_Float) 12.10/4.66 new_esEs4(x0, x1, ty_Float) 12.10/4.66 new_esEs25(x0, x1, ty_Bool) 12.10/4.66 new_esEs14(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 12.10/4.66 new_esEs21(x0, x1, app(ty_Ratio, x2)) 12.10/4.66 new_esEs23(x0, x1, app(app(ty_Either, x2), x3)) 12.10/4.66 new_esEs23(x0, x1, app(app(ty_@2, x2), x3)) 12.10/4.66 new_esEs21(x0, x1, ty_Ordering) 12.10/4.66 new_primEqInt(Neg(Zero), Neg(Zero)) 12.10/4.66 new_esEs24(x0, x1, ty_Ordering) 12.10/4.66 new_esEs17(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 12.10/4.66 new_esEs15(Just(x0), Just(x1), ty_Ordering) 12.10/4.66 new_esEs27(x0, x1, ty_Integer) 12.10/4.66 new_esEs23(x0, x1, ty_Double) 12.10/4.66 new_esEs15(Just(x0), Just(x1), ty_Int) 12.10/4.66 new_esEs17(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 12.10/4.66 new_esEs24(x0, x1, app(ty_Maybe, x2)) 12.10/4.66 new_esEs6(False, True) 12.10/4.66 new_esEs6(True, False) 12.10/4.66 new_esEs25(x0, x1, ty_@0) 12.10/4.66 new_esEs21(x0, x1, app(ty_[], x2)) 12.10/4.66 new_esEs12(EQ, GT) 12.10/4.66 new_esEs12(GT, EQ) 12.10/4.66 new_primPlusNat0(Succ(x0), x1) 12.10/4.66 new_esEs25(x0, x1, app(ty_Maybe, x2)) 12.10/4.66 new_esEs5(x0, x1, app(app(ty_Either, x2), x3)) 12.10/4.66 new_esEs23(x0, x1, ty_Bool) 12.10/4.66 new_esEs17(Right(x0), Right(x1), x2, ty_Char) 12.10/4.66 new_esEs5(x0, x1, ty_Int) 12.10/4.66 new_esEs22(x0, x1, ty_@0) 12.10/4.66 new_esEs22(x0, x1, ty_Double) 12.10/4.66 new_esEs15(Just(x0), Just(x1), ty_Integer) 12.10/4.66 new_primPlusNat1(Succ(x0), Zero) 12.10/4.66 new_esEs17(Left(x0), Left(x1), ty_Integer, x2) 12.10/4.66 new_esEs17(Left(x0), Left(x1), ty_Ordering, x2) 12.10/4.66 new_esEs25(x0, x1, ty_Double) 12.10/4.66 new_esEs5(x0, x1, app(ty_[], x2)) 12.10/4.66 new_esEs25(x0, x1, app(app(ty_@2, x2), x3)) 12.10/4.66 new_esEs5(x0, x1, ty_Char) 12.10/4.66 new_esEs20(x0, x1, app(app(ty_Either, x2), x3)) 12.10/4.66 new_esEs6(False, False) 12.10/4.66 new_esEs15(Just(x0), Just(x1), ty_Char) 12.10/4.66 new_esEs22(x0, x1, ty_Int) 12.10/4.66 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 12.10/4.66 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 12.10/4.66 new_esEs17(Right(x0), Right(x1), x2, ty_Int) 12.10/4.66 new_primEqInt(Pos(Zero), Neg(Zero)) 12.10/4.66 new_primEqInt(Neg(Zero), Pos(Zero)) 12.10/4.66 new_esEs15(Just(x0), Just(x1), ty_Bool) 12.10/4.66 new_esEs12(LT, GT) 12.10/4.66 new_esEs12(GT, LT) 12.10/4.66 new_sr(Pos(x0), Neg(x1)) 12.10/4.66 new_sr(Neg(x0), Pos(x1)) 12.10/4.66 new_esEs5(x0, x1, ty_Float) 12.10/4.66 new_esEs22(x0, x1, app(app(ty_@2, x2), x3)) 12.10/4.66 new_esEs12(LT, LT) 12.10/4.66 new_esEs25(x0, x1, ty_Float) 12.10/4.66 new_esEs26(x0, x1, ty_Integer) 12.10/4.66 new_esEs20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 12.10/4.66 new_esEs23(x0, x1, app(ty_Ratio, x2)) 12.10/4.66 new_esEs5(x0, x1, app(ty_Maybe, x2)) 12.10/4.66 new_esEs5(x0, x1, ty_@0) 12.10/4.66 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 12.10/4.66 new_esEs17(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 12.10/4.66 new_esEs19(:(x0, x1), [], x2) 12.10/4.66 new_esEs24(x0, x1, app(app(ty_@2, x2), x3)) 12.10/4.66 new_esEs20(x0, x1, ty_Ordering) 12.10/4.66 new_esEs25(x0, x1, app(ty_Ratio, x2)) 12.10/4.66 new_primMulNat0(Succ(x0), Zero) 12.10/4.66 new_esEs15(Just(x0), Nothing, x1) 12.10/4.66 new_esEs22(x0, x1, ty_Float) 12.10/4.66 new_esEs17(Right(x0), Right(x1), x2, ty_Bool) 12.10/4.66 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 12.10/4.66 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 12.10/4.66 new_esEs5(x0, x1, app(app(ty_@2, x2), x3)) 12.10/4.66 new_esEs25(x0, x1, app(ty_[], x2)) 12.10/4.66 new_esEs4(x0, x1, ty_@0) 12.10/4.66 new_esEs21(x0, x1, app(app(ty_@2, x2), x3)) 12.10/4.66 new_esEs24(x0, x1, app(ty_Ratio, x2)) 12.10/4.66 new_esEs21(x0, x1, ty_@0) 12.10/4.66 new_esEs22(x0, x1, ty_Char) 12.10/4.66 new_esEs4(x0, x1, app(ty_Maybe, x2)) 12.10/4.66 new_esEs23(x0, x1, ty_Char) 12.10/4.66 new_esEs20(x0, x1, ty_Integer) 12.10/4.66 new_esEs25(x0, x1, ty_Int) 12.10/4.66 new_esEs17(Right(x0), Right(x1), x2, ty_@0) 12.10/4.66 new_esEs4(x0, x1, ty_Bool) 12.10/4.66 new_esEs24(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 12.10/4.66 new_esEs5(x0, x1, app(ty_Ratio, x2)) 12.10/4.66 new_esEs4(x0, x1, app(ty_[], x2)) 12.10/4.66 new_primMulNat0(Succ(x0), Succ(x1)) 12.10/4.66 new_esEs25(x0, x1, app(app(ty_Either, x2), x3)) 12.10/4.66 new_esEs7(@0, @0) 12.10/4.66 new_primEqNat0(Succ(x0), Succ(x1)) 12.10/4.66 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 12.10/4.66 new_esEs16(Double(x0, x1), Double(x2, x3)) 12.10/4.66 new_esEs25(x0, x1, ty_Char) 12.10/4.66 new_esEs17(Left(x0), Left(x1), ty_@0, x2) 12.10/4.66 new_esEs4(x0, x1, app(app(ty_@2, x2), x3)) 12.10/4.66 new_esEs17(Right(x0), Right(x1), x2, app(ty_[], x3)) 12.10/4.66 new_esEs12(GT, GT) 12.10/4.66 new_esEs12(LT, EQ) 12.10/4.66 new_esEs12(EQ, LT) 12.10/4.66 new_esEs27(x0, x1, ty_Int) 12.10/4.66 new_primEqNat0(Succ(x0), Zero) 12.10/4.66 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 12.10/4.66 new_esEs17(Left(x0), Left(x1), app(ty_[], x2), x3) 12.10/4.66 new_esEs20(x0, x1, app(ty_[], x2)) 12.10/4.66 new_esEs20(x0, x1, ty_Bool) 12.10/4.66 new_esEs22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 12.10/4.66 new_esEs23(x0, x1, app(ty_Maybe, x2)) 12.10/4.66 new_primEqNat0(Zero, Succ(x0)) 12.10/4.66 new_esEs4(x0, x1, app(ty_Ratio, x2)) 12.10/4.66 new_esEs5(x0, x1, ty_Bool) 12.10/4.66 new_esEs15(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 12.10/4.66 new_esEs4(x0, x1, ty_Integer) 12.10/4.66 new_esEs23(x0, x1, ty_Ordering) 12.10/4.66 new_esEs22(x0, x1, app(ty_Maybe, x2)) 12.10/4.66 new_esEs23(x0, x1, ty_Int) 12.10/4.66 new_esEs15(Just(x0), Just(x1), ty_@0) 12.10/4.66 new_esEs9(x0, x1) 12.10/4.66 new_esEs24(x0, x1, ty_@0) 12.10/4.66 new_esEs15(Just(x0), Just(x1), app(ty_[], x2)) 12.10/4.66 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 12.10/4.66 new_esEs17(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 12.10/4.66 new_primMulNat0(Zero, Succ(x0)) 12.10/4.66 new_sr(Pos(x0), Pos(x1)) 12.10/4.66 new_esEs13(:%(x0, x1), :%(x2, x3), x4) 12.10/4.66 new_esEs15(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 12.10/4.66 new_esEs24(x0, x1, ty_Int) 12.10/4.66 new_esEs23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 12.10/4.66 new_primEqNat0(Zero, Zero) 12.10/4.66 new_esEs6(True, True) 12.10/4.66 new_esEs22(x0, x1, ty_Bool) 12.10/4.66 new_esEs21(x0, x1, ty_Char) 12.10/4.66 new_esEs23(x0, x1, ty_Float) 12.10/4.66 new_esEs21(x0, x1, app(app(ty_Either, x2), x3)) 12.10/4.66 new_esEs4(x0, x1, ty_Char) 12.10/4.66 new_esEs23(x0, x1, ty_@0) 12.10/4.66 new_esEs24(x0, x1, ty_Integer) 12.10/4.66 new_esEs22(x0, x1, ty_Ordering) 12.10/4.66 new_esEs21(x0, x1, ty_Integer) 12.10/4.66 new_esEs17(Left(x0), Left(x1), ty_Int, x2) 12.10/4.66 new_esEs4(x0, x1, app(app(ty_Either, x2), x3)) 12.10/4.66 new_esEs11(Float(x0, x1), Float(x2, x3)) 12.10/4.66 new_esEs5(x0, x1, ty_Integer) 12.10/4.66 new_esEs15(Just(x0), Just(x1), app(ty_Maybe, x2)) 12.10/4.66 new_esEs21(x0, x1, ty_Int) 12.10/4.66 new_esEs22(x0, x1, app(ty_[], x2)) 12.10/4.66 new_sr(Neg(x0), Neg(x1)) 12.10/4.66 new_esEs26(x0, x1, ty_Int) 12.10/4.66 new_asAs(True, x0) 12.10/4.66 new_esEs4(x0, x1, ty_Int) 12.10/4.66 new_esEs24(x0, x1, ty_Char) 12.10/4.66 new_esEs17(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 12.10/4.66 new_esEs17(Left(x0), Left(x1), ty_Bool, x2) 12.10/4.66 new_esEs17(Right(x0), Right(x1), x2, ty_Integer) 12.10/4.66 new_esEs20(x0, x1, ty_Double) 12.10/4.66 new_esEs18(@2(x0, x1), @2(x2, x3), x4, x5) 12.10/4.66 new_esEs17(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 12.10/4.66 new_esEs5(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 12.10/4.66 new_esEs17(Left(x0), Right(x1), x2, x3) 12.10/4.66 new_esEs17(Right(x0), Left(x1), x2, x3) 12.10/4.66 new_esEs17(Left(x0), Left(x1), ty_Double, x2) 12.10/4.66 new_esEs20(x0, x1, ty_Float) 12.10/4.66 new_esEs15(Nothing, Nothing, x0) 12.10/4.66 new_esEs22(x0, x1, app(ty_Ratio, x2)) 12.10/4.66 new_esEs24(x0, x1, ty_Bool) 12.10/4.66 new_esEs20(x0, x1, ty_@0) 12.10/4.66 new_primPlusNat0(Zero, x0) 12.10/4.66 new_esEs21(x0, x1, ty_Bool) 12.10/4.66 new_primPlusNat1(Zero, Succ(x0)) 12.10/4.66 new_esEs10(Integer(x0), Integer(x1)) 12.10/4.66 new_esEs19([], [], x0) 12.10/4.66 new_esEs22(x0, x1, ty_Integer) 12.10/4.66 new_esEs24(x0, x1, app(ty_[], x2)) 12.10/4.66 new_esEs25(x0, x1, ty_Ordering) 12.10/4.66 new_esEs4(x0, x1, ty_Double) 12.10/4.66 new_esEs20(x0, x1, app(ty_Maybe, x2)) 12.10/4.66 new_esEs5(x0, x1, ty_Ordering) 12.10/4.66 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 12.10/4.66 new_esEs17(Left(x0), Left(x1), ty_Char, x2) 12.10/4.66 new_esEs22(x0, x1, app(app(ty_Either, x2), x3)) 12.10/4.66 12.10/4.66 We have to consider all minimal (P,Q,R)-chains. 12.10/4.66 ---------------------------------------- 12.10/4.66 12.10/4.66 (17) QDPSizeChangeProof (EQUIVALENT) 12.10/4.66 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 12.10/4.66 12.10/4.66 From the DPs we obtained the following set of size-change graphs: 12.10/4.66 *new_lookup(Left(yu30), :(@2(Left(yu4000), yu401), yu41), bc, bd, be) -> new_lookup1(yu30, yu4000, yu401, yu41, new_esEs4(yu30, yu4000, bd), bc, bd, be) 12.10/4.66 The graph contains the following edges 1 > 1, 2 > 2, 2 > 3, 2 > 4, 3 >= 6, 4 >= 7, 5 >= 8 12.10/4.66 12.10/4.66 12.10/4.66 *new_lookup(Left(yu30), :(@2(Right(yu4000), yu401), yu41), bc, bd, be) -> new_lookup(Left(yu30), yu41, bc, bd, be) 12.10/4.66 The graph contains the following edges 1 >= 1, 2 > 2, 3 >= 3, 4 >= 4, 5 >= 5 12.10/4.66 12.10/4.66 12.10/4.66 *new_lookup1(yu11, yu12, yu13, yu14, False, h, ba, bb) -> new_lookup(Left(yu11), yu14, h, ba, bb) 12.10/4.66 The graph contains the following edges 4 >= 2, 6 >= 3, 7 >= 4, 8 >= 5 12.10/4.66 12.10/4.66 12.10/4.66 ---------------------------------------- 12.10/4.66 12.10/4.66 (18) 12.10/4.66 YES 12.10/4.66 12.10/4.66 ---------------------------------------- 12.10/4.66 12.10/4.66 (19) 12.10/4.66 Obligation: 12.10/4.66 Q DP problem: 12.10/4.66 The TRS P consists of the following rules: 12.10/4.66 12.10/4.66 new_primMulNat(Succ(yu30000), Succ(yu4000100)) -> new_primMulNat(yu30000, Succ(yu4000100)) 12.10/4.66 12.10/4.66 R is empty. 12.10/4.66 Q is empty. 12.10/4.66 We have to consider all minimal (P,Q,R)-chains. 12.10/4.66 ---------------------------------------- 12.10/4.66 12.10/4.66 (20) QDPSizeChangeProof (EQUIVALENT) 12.10/4.66 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 12.10/4.66 12.10/4.66 From the DPs we obtained the following set of size-change graphs: 12.10/4.66 *new_primMulNat(Succ(yu30000), Succ(yu4000100)) -> new_primMulNat(yu30000, Succ(yu4000100)) 12.10/4.66 The graph contains the following edges 1 > 1, 2 >= 2 12.10/4.66 12.10/4.66 12.10/4.66 ---------------------------------------- 12.10/4.66 12.10/4.66 (21) 12.10/4.66 YES 12.10/4.66 12.10/4.66 ---------------------------------------- 12.10/4.66 12.10/4.66 (22) 12.10/4.66 Obligation: 12.10/4.66 Q DP problem: 12.10/4.66 The TRS P consists of the following rules: 12.10/4.66 12.10/4.66 new_primPlusNat(Succ(yu4000), Succ(yu40001000)) -> new_primPlusNat(yu4000, yu40001000) 12.10/4.66 12.10/4.66 R is empty. 12.10/4.66 Q is empty. 12.10/4.66 We have to consider all minimal (P,Q,R)-chains. 12.10/4.66 ---------------------------------------- 12.10/4.66 12.10/4.66 (23) QDPSizeChangeProof (EQUIVALENT) 12.10/4.66 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 12.10/4.66 12.10/4.66 From the DPs we obtained the following set of size-change graphs: 12.10/4.66 *new_primPlusNat(Succ(yu4000), Succ(yu40001000)) -> new_primPlusNat(yu4000, yu40001000) 12.10/4.66 The graph contains the following edges 1 > 1, 2 > 2 12.10/4.66 12.10/4.66 12.10/4.66 ---------------------------------------- 12.10/4.66 12.10/4.66 (24) 12.10/4.66 YES 12.10/4.66 12.10/4.66 ---------------------------------------- 12.10/4.66 12.10/4.66 (25) 12.10/4.66 Obligation: 12.10/4.66 Q DP problem: 12.10/4.66 The TRS P consists of the following rules: 12.10/4.66 12.10/4.66 new_primEqNat(Succ(yu3000), Succ(yu400000)) -> new_primEqNat(yu3000, yu400000) 12.10/4.66 12.10/4.66 R is empty. 12.10/4.66 Q is empty. 12.10/4.66 We have to consider all minimal (P,Q,R)-chains. 12.10/4.66 ---------------------------------------- 12.10/4.66 12.10/4.66 (26) QDPSizeChangeProof (EQUIVALENT) 12.10/4.66 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 12.10/4.66 12.10/4.66 From the DPs we obtained the following set of size-change graphs: 12.10/4.66 *new_primEqNat(Succ(yu3000), Succ(yu400000)) -> new_primEqNat(yu3000, yu400000) 12.10/4.66 The graph contains the following edges 1 > 1, 2 > 2 12.10/4.66 12.10/4.66 12.10/4.66 ---------------------------------------- 12.10/4.66 12.10/4.66 (27) 12.10/4.66 YES 12.14/4.71 EOF