11.93/4.85 YES 13.82/5.36 proof of /export/starexec/sandbox/benchmark/theBenchmark.hs 13.82/5.36 # AProVE Commit ID: 48fb2092695e11cc9f56e44b17a92a5f88ffb256 marcel 20180622 unpublished dirty 13.82/5.36 13.82/5.36 13.82/5.36 H-Termination with start terms of the given HASKELL could be proven: 13.82/5.36 13.82/5.36 (0) HASKELL 13.82/5.36 (1) BR [EQUIVALENT, 0 ms] 13.82/5.36 (2) HASKELL 13.82/5.36 (3) COR [EQUIVALENT, 9 ms] 13.82/5.36 (4) HASKELL 13.82/5.36 (5) Narrow [SOUND, 0 ms] 13.82/5.36 (6) AND 13.82/5.36 (7) QDP 13.82/5.36 (8) QDPSizeChangeProof [EQUIVALENT, 33 ms] 13.82/5.36 (9) YES 13.82/5.36 (10) QDP 13.82/5.36 (11) QDPSizeChangeProof [EQUIVALENT, 0 ms] 13.82/5.36 (12) YES 13.82/5.36 (13) QDP 13.82/5.36 (14) QDPSizeChangeProof [EQUIVALENT, 0 ms] 13.82/5.36 (15) YES 13.82/5.36 (16) QDP 13.82/5.36 (17) QDPSizeChangeProof [EQUIVALENT, 0 ms] 13.82/5.36 (18) YES 13.82/5.36 (19) QDP 13.82/5.36 (20) QDPSizeChangeProof [EQUIVALENT, 0 ms] 13.82/5.36 (21) YES 13.82/5.36 13.82/5.36 13.82/5.36 ---------------------------------------- 13.82/5.36 13.82/5.36 (0) 13.82/5.36 Obligation: 13.82/5.36 mainModule Main 13.82/5.36 module Maybe where { 13.82/5.36 import qualified List; 13.82/5.36 import qualified Main; 13.82/5.36 import qualified Prelude; 13.82/5.36 } 13.82/5.36 module List where { 13.82/5.36 import qualified Main; 13.82/5.36 import qualified Maybe; 13.82/5.36 import qualified Prelude; 13.82/5.36 isPrefixOf :: Eq a => [a] -> [a] -> Bool; 13.82/5.36 isPrefixOf [] _ = True; 13.82/5.36 isPrefixOf _ [] = False; 13.82/5.36 isPrefixOf (x : xs) (y : ys) = x == y && isPrefixOf xs ys; 13.82/5.36 13.82/5.36 } 13.82/5.36 module Main where { 13.82/5.36 import qualified List; 13.82/5.36 import qualified Maybe; 13.82/5.36 import qualified Prelude; 13.82/5.36 } 13.82/5.36 13.82/5.36 ---------------------------------------- 13.82/5.36 13.82/5.36 (1) BR (EQUIVALENT) 13.82/5.36 Replaced joker patterns by fresh variables and removed binding patterns. 13.82/5.36 ---------------------------------------- 13.82/5.36 13.82/5.36 (2) 13.82/5.36 Obligation: 13.82/5.36 mainModule Main 13.82/5.36 module Maybe where { 13.82/5.36 import qualified List; 13.82/5.36 import qualified Main; 13.82/5.36 import qualified Prelude; 13.82/5.36 } 13.82/5.36 module List where { 13.82/5.36 import qualified Main; 13.82/5.36 import qualified Maybe; 13.82/5.36 import qualified Prelude; 13.82/5.36 isPrefixOf :: Eq a => [a] -> [a] -> Bool; 13.82/5.36 isPrefixOf [] xw = True; 13.82/5.36 isPrefixOf xx [] = False; 13.82/5.36 isPrefixOf (x : xs) (y : ys) = x == y && isPrefixOf xs ys; 13.82/5.36 13.82/5.36 } 13.82/5.36 module Main where { 13.82/5.36 import qualified List; 13.82/5.36 import qualified Maybe; 13.82/5.36 import qualified Prelude; 13.82/5.36 } 13.82/5.36 13.82/5.36 ---------------------------------------- 13.82/5.36 13.82/5.36 (3) COR (EQUIVALENT) 13.82/5.36 Cond Reductions: 13.82/5.36 The following Function with conditions 13.82/5.36 "undefined |Falseundefined; 13.82/5.36 " 13.82/5.36 is transformed to 13.82/5.36 "undefined = undefined1; 13.82/5.36 " 13.82/5.36 "undefined0 True = undefined; 13.82/5.36 " 13.82/5.36 "undefined1 = undefined0 False; 13.82/5.36 " 13.82/5.36 13.82/5.36 ---------------------------------------- 13.82/5.36 13.82/5.36 (4) 13.82/5.36 Obligation: 13.82/5.36 mainModule Main 13.82/5.36 module Maybe where { 13.82/5.36 import qualified List; 13.82/5.36 import qualified Main; 13.82/5.36 import qualified Prelude; 13.82/5.36 } 13.82/5.36 module List where { 13.82/5.36 import qualified Main; 13.82/5.36 import qualified Maybe; 13.82/5.36 import qualified Prelude; 13.82/5.36 isPrefixOf :: Eq a => [a] -> [a] -> Bool; 13.82/5.36 isPrefixOf [] xw = True; 13.82/5.36 isPrefixOf xx [] = False; 13.82/5.36 isPrefixOf (x : xs) (y : ys) = x == y && isPrefixOf xs ys; 13.82/5.36 13.82/5.36 } 13.82/5.36 module Main where { 13.82/5.36 import qualified List; 13.82/5.36 import qualified Maybe; 13.82/5.36 import qualified Prelude; 13.82/5.36 } 13.82/5.36 13.82/5.36 ---------------------------------------- 13.82/5.36 13.82/5.36 (5) Narrow (SOUND) 13.82/5.36 Haskell To QDPs 13.82/5.36 13.82/5.36 digraph dp_graph { 13.82/5.36 node [outthreshold=100, inthreshold=100];1[label="List.isPrefixOf",fontsize=16,color="grey",shape="box"];1 -> 3[label="",style="dashed", color="grey", weight=3]; 13.82/5.36 3[label="List.isPrefixOf xy3",fontsize=16,color="grey",shape="box"];3 -> 4[label="",style="dashed", color="grey", weight=3]; 13.82/5.36 4[label="List.isPrefixOf xy3 xy4",fontsize=16,color="burlywood",shape="triangle"];651[label="xy3/xy30 : xy31",fontsize=10,color="white",style="solid",shape="box"];4 -> 651[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 651 -> 5[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 652[label="xy3/[]",fontsize=10,color="white",style="solid",shape="box"];4 -> 652[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 652 -> 6[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 5[label="List.isPrefixOf (xy30 : xy31) xy4",fontsize=16,color="burlywood",shape="box"];653[label="xy4/xy40 : xy41",fontsize=10,color="white",style="solid",shape="box"];5 -> 653[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 653 -> 7[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 654[label="xy4/[]",fontsize=10,color="white",style="solid",shape="box"];5 -> 654[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 654 -> 8[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 6[label="List.isPrefixOf [] xy4",fontsize=16,color="black",shape="box"];6 -> 9[label="",style="solid", color="black", weight=3]; 13.82/5.36 7[label="List.isPrefixOf (xy30 : xy31) (xy40 : xy41)",fontsize=16,color="black",shape="box"];7 -> 10[label="",style="solid", color="black", weight=3]; 13.82/5.36 8[label="List.isPrefixOf (xy30 : xy31) []",fontsize=16,color="black",shape="box"];8 -> 11[label="",style="solid", color="black", weight=3]; 13.82/5.36 9[label="True",fontsize=16,color="green",shape="box"];10 -> 16[label="",style="dashed", color="red", weight=0]; 13.82/5.36 10[label="xy30 == xy40 && List.isPrefixOf xy31 xy41",fontsize=16,color="magenta"];10 -> 17[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 10 -> 18[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 11[label="False",fontsize=16,color="green",shape="box"];17 -> 4[label="",style="dashed", color="red", weight=0]; 13.82/5.36 17[label="List.isPrefixOf xy31 xy41",fontsize=16,color="magenta"];17 -> 21[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 17 -> 22[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 18[label="xy30 == xy40",fontsize=16,color="blue",shape="box"];655[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];18 -> 655[label="",style="solid", color="blue", weight=9]; 13.82/5.36 655 -> 23[label="",style="solid", color="blue", weight=3]; 13.82/5.36 656[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];18 -> 656[label="",style="solid", color="blue", weight=9]; 13.82/5.36 656 -> 24[label="",style="solid", color="blue", weight=3]; 13.82/5.36 657[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];18 -> 657[label="",style="solid", color="blue", weight=9]; 13.82/5.36 657 -> 25[label="",style="solid", color="blue", weight=3]; 13.82/5.36 658[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];18 -> 658[label="",style="solid", color="blue", weight=9]; 13.82/5.36 658 -> 26[label="",style="solid", color="blue", weight=3]; 13.82/5.36 659[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];18 -> 659[label="",style="solid", color="blue", weight=9]; 13.82/5.36 659 -> 27[label="",style="solid", color="blue", weight=3]; 13.82/5.36 660[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];18 -> 660[label="",style="solid", color="blue", weight=9]; 13.82/5.36 660 -> 28[label="",style="solid", color="blue", weight=3]; 13.82/5.36 661[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];18 -> 661[label="",style="solid", color="blue", weight=9]; 13.82/5.36 661 -> 29[label="",style="solid", color="blue", weight=3]; 13.82/5.36 662[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];18 -> 662[label="",style="solid", color="blue", weight=9]; 13.82/5.36 662 -> 30[label="",style="solid", color="blue", weight=3]; 13.82/5.36 663[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];18 -> 663[label="",style="solid", color="blue", weight=9]; 13.82/5.36 663 -> 31[label="",style="solid", color="blue", weight=3]; 13.82/5.36 664[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];18 -> 664[label="",style="solid", color="blue", weight=9]; 13.82/5.36 664 -> 32[label="",style="solid", color="blue", weight=3]; 13.82/5.36 665[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];18 -> 665[label="",style="solid", color="blue", weight=9]; 13.82/5.36 665 -> 33[label="",style="solid", color="blue", weight=3]; 13.82/5.36 666[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];18 -> 666[label="",style="solid", color="blue", weight=9]; 13.82/5.36 666 -> 34[label="",style="solid", color="blue", weight=3]; 13.82/5.36 667[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];18 -> 667[label="",style="solid", color="blue", weight=9]; 13.82/5.36 667 -> 35[label="",style="solid", color="blue", weight=3]; 13.82/5.36 668[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];18 -> 668[label="",style="solid", color="blue", weight=9]; 13.82/5.36 668 -> 36[label="",style="solid", color="blue", weight=3]; 13.82/5.36 16[label="xy9 && xy10",fontsize=16,color="burlywood",shape="triangle"];669[label="xy9/False",fontsize=10,color="white",style="solid",shape="box"];16 -> 669[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 669 -> 37[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 670[label="xy9/True",fontsize=10,color="white",style="solid",shape="box"];16 -> 670[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 670 -> 38[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 21[label="xy31",fontsize=16,color="green",shape="box"];22[label="xy41",fontsize=16,color="green",shape="box"];23[label="xy30 == xy40",fontsize=16,color="burlywood",shape="triangle"];671[label="xy30/Left xy300",fontsize=10,color="white",style="solid",shape="box"];23 -> 671[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 671 -> 39[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 672[label="xy30/Right xy300",fontsize=10,color="white",style="solid",shape="box"];23 -> 672[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 672 -> 40[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 24[label="xy30 == xy40",fontsize=16,color="burlywood",shape="triangle"];673[label="xy30/xy300 : xy301",fontsize=10,color="white",style="solid",shape="box"];24 -> 673[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 673 -> 41[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 674[label="xy30/[]",fontsize=10,color="white",style="solid",shape="box"];24 -> 674[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 674 -> 42[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 25[label="xy30 == xy40",fontsize=16,color="black",shape="triangle"];25 -> 43[label="",style="solid", color="black", weight=3]; 13.82/5.36 26[label="xy30 == xy40",fontsize=16,color="burlywood",shape="triangle"];675[label="xy30/Integer xy300",fontsize=10,color="white",style="solid",shape="box"];26 -> 675[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 675 -> 44[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 27[label="xy30 == xy40",fontsize=16,color="burlywood",shape="triangle"];676[label="xy30/False",fontsize=10,color="white",style="solid",shape="box"];27 -> 676[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 676 -> 45[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 677[label="xy30/True",fontsize=10,color="white",style="solid",shape="box"];27 -> 677[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 677 -> 46[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 28[label="xy30 == xy40",fontsize=16,color="burlywood",shape="triangle"];678[label="xy30/Nothing",fontsize=10,color="white",style="solid",shape="box"];28 -> 678[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 678 -> 47[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 679[label="xy30/Just xy300",fontsize=10,color="white",style="solid",shape="box"];28 -> 679[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 679 -> 48[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 29[label="xy30 == xy40",fontsize=16,color="burlywood",shape="triangle"];680[label="xy30/xy300 :% xy301",fontsize=10,color="white",style="solid",shape="box"];29 -> 680[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 680 -> 49[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 30[label="xy30 == xy40",fontsize=16,color="black",shape="triangle"];30 -> 50[label="",style="solid", color="black", weight=3]; 13.82/5.36 31[label="xy30 == xy40",fontsize=16,color="burlywood",shape="triangle"];681[label="xy30/()",fontsize=10,color="white",style="solid",shape="box"];31 -> 681[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 681 -> 51[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 32[label="xy30 == xy40",fontsize=16,color="burlywood",shape="triangle"];682[label="xy30/(xy300,xy301)",fontsize=10,color="white",style="solid",shape="box"];32 -> 682[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 682 -> 52[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 33[label="xy30 == xy40",fontsize=16,color="black",shape="triangle"];33 -> 53[label="",style="solid", color="black", weight=3]; 13.82/5.36 34[label="xy30 == xy40",fontsize=16,color="burlywood",shape="triangle"];683[label="xy30/LT",fontsize=10,color="white",style="solid",shape="box"];34 -> 683[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 683 -> 54[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 684[label="xy30/EQ",fontsize=10,color="white",style="solid",shape="box"];34 -> 684[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 684 -> 55[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 685[label="xy30/GT",fontsize=10,color="white",style="solid",shape="box"];34 -> 685[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 685 -> 56[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 35[label="xy30 == xy40",fontsize=16,color="black",shape="triangle"];35 -> 57[label="",style="solid", color="black", weight=3]; 13.82/5.36 36[label="xy30 == xy40",fontsize=16,color="burlywood",shape="triangle"];686[label="xy30/(xy300,xy301,xy302)",fontsize=10,color="white",style="solid",shape="box"];36 -> 686[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 686 -> 58[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 37[label="False && xy10",fontsize=16,color="black",shape="box"];37 -> 59[label="",style="solid", color="black", weight=3]; 13.82/5.36 38[label="True && xy10",fontsize=16,color="black",shape="box"];38 -> 60[label="",style="solid", color="black", weight=3]; 13.82/5.36 39[label="Left xy300 == xy40",fontsize=16,color="burlywood",shape="box"];687[label="xy40/Left xy400",fontsize=10,color="white",style="solid",shape="box"];39 -> 687[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 687 -> 61[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 688[label="xy40/Right xy400",fontsize=10,color="white",style="solid",shape="box"];39 -> 688[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 688 -> 62[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 40[label="Right xy300 == xy40",fontsize=16,color="burlywood",shape="box"];689[label="xy40/Left xy400",fontsize=10,color="white",style="solid",shape="box"];40 -> 689[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 689 -> 63[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 690[label="xy40/Right xy400",fontsize=10,color="white",style="solid",shape="box"];40 -> 690[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 690 -> 64[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 41[label="xy300 : xy301 == xy40",fontsize=16,color="burlywood",shape="box"];691[label="xy40/xy400 : xy401",fontsize=10,color="white",style="solid",shape="box"];41 -> 691[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 691 -> 65[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 692[label="xy40/[]",fontsize=10,color="white",style="solid",shape="box"];41 -> 692[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 692 -> 66[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 42[label="[] == xy40",fontsize=16,color="burlywood",shape="box"];693[label="xy40/xy400 : xy401",fontsize=10,color="white",style="solid",shape="box"];42 -> 693[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 693 -> 67[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 694[label="xy40/[]",fontsize=10,color="white",style="solid",shape="box"];42 -> 694[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 694 -> 68[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 43[label="primEqInt xy30 xy40",fontsize=16,color="burlywood",shape="triangle"];695[label="xy30/Pos xy300",fontsize=10,color="white",style="solid",shape="box"];43 -> 695[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 695 -> 69[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 696[label="xy30/Neg xy300",fontsize=10,color="white",style="solid",shape="box"];43 -> 696[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 696 -> 70[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 44[label="Integer xy300 == xy40",fontsize=16,color="burlywood",shape="box"];697[label="xy40/Integer xy400",fontsize=10,color="white",style="solid",shape="box"];44 -> 697[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 697 -> 71[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 45[label="False == xy40",fontsize=16,color="burlywood",shape="box"];698[label="xy40/False",fontsize=10,color="white",style="solid",shape="box"];45 -> 698[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 698 -> 72[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 699[label="xy40/True",fontsize=10,color="white",style="solid",shape="box"];45 -> 699[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 699 -> 73[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 46[label="True == xy40",fontsize=16,color="burlywood",shape="box"];700[label="xy40/False",fontsize=10,color="white",style="solid",shape="box"];46 -> 700[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 700 -> 74[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 701[label="xy40/True",fontsize=10,color="white",style="solid",shape="box"];46 -> 701[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 701 -> 75[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 47[label="Nothing == xy40",fontsize=16,color="burlywood",shape="box"];702[label="xy40/Nothing",fontsize=10,color="white",style="solid",shape="box"];47 -> 702[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 702 -> 76[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 703[label="xy40/Just xy400",fontsize=10,color="white",style="solid",shape="box"];47 -> 703[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 703 -> 77[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 48[label="Just xy300 == xy40",fontsize=16,color="burlywood",shape="box"];704[label="xy40/Nothing",fontsize=10,color="white",style="solid",shape="box"];48 -> 704[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 704 -> 78[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 705[label="xy40/Just xy400",fontsize=10,color="white",style="solid",shape="box"];48 -> 705[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 705 -> 79[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 49[label="xy300 :% xy301 == xy40",fontsize=16,color="burlywood",shape="box"];706[label="xy40/xy400 :% xy401",fontsize=10,color="white",style="solid",shape="box"];49 -> 706[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 706 -> 80[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 50[label="primEqFloat xy30 xy40",fontsize=16,color="burlywood",shape="box"];707[label="xy30/Float xy300 xy301",fontsize=10,color="white",style="solid",shape="box"];50 -> 707[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 707 -> 81[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 51[label="() == xy40",fontsize=16,color="burlywood",shape="box"];708[label="xy40/()",fontsize=10,color="white",style="solid",shape="box"];51 -> 708[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 708 -> 82[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 52[label="(xy300,xy301) == xy40",fontsize=16,color="burlywood",shape="box"];709[label="xy40/(xy400,xy401)",fontsize=10,color="white",style="solid",shape="box"];52 -> 709[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 709 -> 83[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 53[label="primEqChar xy30 xy40",fontsize=16,color="burlywood",shape="box"];710[label="xy30/Char xy300",fontsize=10,color="white",style="solid",shape="box"];53 -> 710[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 710 -> 84[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 54[label="LT == xy40",fontsize=16,color="burlywood",shape="box"];711[label="xy40/LT",fontsize=10,color="white",style="solid",shape="box"];54 -> 711[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 711 -> 85[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 712[label="xy40/EQ",fontsize=10,color="white",style="solid",shape="box"];54 -> 712[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 712 -> 86[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 713[label="xy40/GT",fontsize=10,color="white",style="solid",shape="box"];54 -> 713[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 713 -> 87[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 55[label="EQ == xy40",fontsize=16,color="burlywood",shape="box"];714[label="xy40/LT",fontsize=10,color="white",style="solid",shape="box"];55 -> 714[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 714 -> 88[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 715[label="xy40/EQ",fontsize=10,color="white",style="solid",shape="box"];55 -> 715[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 715 -> 89[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 716[label="xy40/GT",fontsize=10,color="white",style="solid",shape="box"];55 -> 716[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 716 -> 90[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 56[label="GT == xy40",fontsize=16,color="burlywood",shape="box"];717[label="xy40/LT",fontsize=10,color="white",style="solid",shape="box"];56 -> 717[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 717 -> 91[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 718[label="xy40/EQ",fontsize=10,color="white",style="solid",shape="box"];56 -> 718[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 718 -> 92[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 719[label="xy40/GT",fontsize=10,color="white",style="solid",shape="box"];56 -> 719[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 719 -> 93[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 57[label="primEqDouble xy30 xy40",fontsize=16,color="burlywood",shape="box"];720[label="xy30/Double xy300 xy301",fontsize=10,color="white",style="solid",shape="box"];57 -> 720[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 720 -> 94[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 58[label="(xy300,xy301,xy302) == xy40",fontsize=16,color="burlywood",shape="box"];721[label="xy40/(xy400,xy401,xy402)",fontsize=10,color="white",style="solid",shape="box"];58 -> 721[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 721 -> 95[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 59[label="False",fontsize=16,color="green",shape="box"];60[label="xy10",fontsize=16,color="green",shape="box"];61[label="Left xy300 == Left xy400",fontsize=16,color="black",shape="box"];61 -> 96[label="",style="solid", color="black", weight=3]; 13.82/5.36 62[label="Left xy300 == Right xy400",fontsize=16,color="black",shape="box"];62 -> 97[label="",style="solid", color="black", weight=3]; 13.82/5.36 63[label="Right xy300 == Left xy400",fontsize=16,color="black",shape="box"];63 -> 98[label="",style="solid", color="black", weight=3]; 13.82/5.36 64[label="Right xy300 == Right xy400",fontsize=16,color="black",shape="box"];64 -> 99[label="",style="solid", color="black", weight=3]; 13.82/5.36 65[label="xy300 : xy301 == xy400 : xy401",fontsize=16,color="black",shape="box"];65 -> 100[label="",style="solid", color="black", weight=3]; 13.82/5.36 66[label="xy300 : xy301 == []",fontsize=16,color="black",shape="box"];66 -> 101[label="",style="solid", color="black", weight=3]; 13.82/5.36 67[label="[] == xy400 : xy401",fontsize=16,color="black",shape="box"];67 -> 102[label="",style="solid", color="black", weight=3]; 13.82/5.36 68[label="[] == []",fontsize=16,color="black",shape="box"];68 -> 103[label="",style="solid", color="black", weight=3]; 13.82/5.36 69[label="primEqInt (Pos xy300) xy40",fontsize=16,color="burlywood",shape="box"];722[label="xy300/Succ xy3000",fontsize=10,color="white",style="solid",shape="box"];69 -> 722[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 722 -> 104[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 723[label="xy300/Zero",fontsize=10,color="white",style="solid",shape="box"];69 -> 723[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 723 -> 105[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 70[label="primEqInt (Neg xy300) xy40",fontsize=16,color="burlywood",shape="box"];724[label="xy300/Succ xy3000",fontsize=10,color="white",style="solid",shape="box"];70 -> 724[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 724 -> 106[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 725[label="xy300/Zero",fontsize=10,color="white",style="solid",shape="box"];70 -> 725[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 725 -> 107[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 71[label="Integer xy300 == Integer xy400",fontsize=16,color="black",shape="box"];71 -> 108[label="",style="solid", color="black", weight=3]; 13.82/5.36 72[label="False == False",fontsize=16,color="black",shape="box"];72 -> 109[label="",style="solid", color="black", weight=3]; 13.82/5.36 73[label="False == True",fontsize=16,color="black",shape="box"];73 -> 110[label="",style="solid", color="black", weight=3]; 13.82/5.36 74[label="True == False",fontsize=16,color="black",shape="box"];74 -> 111[label="",style="solid", color="black", weight=3]; 13.82/5.36 75[label="True == True",fontsize=16,color="black",shape="box"];75 -> 112[label="",style="solid", color="black", weight=3]; 13.82/5.36 76[label="Nothing == Nothing",fontsize=16,color="black",shape="box"];76 -> 113[label="",style="solid", color="black", weight=3]; 13.82/5.36 77[label="Nothing == Just xy400",fontsize=16,color="black",shape="box"];77 -> 114[label="",style="solid", color="black", weight=3]; 13.82/5.36 78[label="Just xy300 == Nothing",fontsize=16,color="black",shape="box"];78 -> 115[label="",style="solid", color="black", weight=3]; 13.82/5.36 79[label="Just xy300 == Just xy400",fontsize=16,color="black",shape="box"];79 -> 116[label="",style="solid", color="black", weight=3]; 13.82/5.36 80[label="xy300 :% xy301 == xy400 :% xy401",fontsize=16,color="black",shape="box"];80 -> 117[label="",style="solid", color="black", weight=3]; 13.82/5.36 81[label="primEqFloat (Float xy300 xy301) xy40",fontsize=16,color="burlywood",shape="box"];726[label="xy40/Float xy400 xy401",fontsize=10,color="white",style="solid",shape="box"];81 -> 726[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 726 -> 118[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 82[label="() == ()",fontsize=16,color="black",shape="box"];82 -> 119[label="",style="solid", color="black", weight=3]; 13.82/5.36 83[label="(xy300,xy301) == (xy400,xy401)",fontsize=16,color="black",shape="box"];83 -> 120[label="",style="solid", color="black", weight=3]; 13.82/5.36 84[label="primEqChar (Char xy300) xy40",fontsize=16,color="burlywood",shape="box"];727[label="xy40/Char xy400",fontsize=10,color="white",style="solid",shape="box"];84 -> 727[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 727 -> 121[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 85[label="LT == LT",fontsize=16,color="black",shape="box"];85 -> 122[label="",style="solid", color="black", weight=3]; 13.82/5.36 86[label="LT == EQ",fontsize=16,color="black",shape="box"];86 -> 123[label="",style="solid", color="black", weight=3]; 13.82/5.36 87[label="LT == GT",fontsize=16,color="black",shape="box"];87 -> 124[label="",style="solid", color="black", weight=3]; 13.82/5.36 88[label="EQ == LT",fontsize=16,color="black",shape="box"];88 -> 125[label="",style="solid", color="black", weight=3]; 13.82/5.36 89[label="EQ == EQ",fontsize=16,color="black",shape="box"];89 -> 126[label="",style="solid", color="black", weight=3]; 13.82/5.36 90[label="EQ == GT",fontsize=16,color="black",shape="box"];90 -> 127[label="",style="solid", color="black", weight=3]; 13.82/5.36 91[label="GT == LT",fontsize=16,color="black",shape="box"];91 -> 128[label="",style="solid", color="black", weight=3]; 13.82/5.36 92[label="GT == EQ",fontsize=16,color="black",shape="box"];92 -> 129[label="",style="solid", color="black", weight=3]; 13.82/5.36 93[label="GT == GT",fontsize=16,color="black",shape="box"];93 -> 130[label="",style="solid", color="black", weight=3]; 13.82/5.36 94[label="primEqDouble (Double xy300 xy301) xy40",fontsize=16,color="burlywood",shape="box"];728[label="xy40/Double xy400 xy401",fontsize=10,color="white",style="solid",shape="box"];94 -> 728[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 728 -> 131[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 95[label="(xy300,xy301,xy302) == (xy400,xy401,xy402)",fontsize=16,color="black",shape="box"];95 -> 132[label="",style="solid", color="black", weight=3]; 13.82/5.36 96[label="xy300 == xy400",fontsize=16,color="blue",shape="box"];729[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];96 -> 729[label="",style="solid", color="blue", weight=9]; 13.82/5.36 729 -> 133[label="",style="solid", color="blue", weight=3]; 13.82/5.36 730[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];96 -> 730[label="",style="solid", color="blue", weight=9]; 13.82/5.36 730 -> 134[label="",style="solid", color="blue", weight=3]; 13.82/5.36 731[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];96 -> 731[label="",style="solid", color="blue", weight=9]; 13.82/5.36 731 -> 135[label="",style="solid", color="blue", weight=3]; 13.82/5.36 732[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];96 -> 732[label="",style="solid", color="blue", weight=9]; 13.82/5.36 732 -> 136[label="",style="solid", color="blue", weight=3]; 13.82/5.36 733[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];96 -> 733[label="",style="solid", color="blue", weight=9]; 13.82/5.36 733 -> 137[label="",style="solid", color="blue", weight=3]; 13.82/5.36 734[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];96 -> 734[label="",style="solid", color="blue", weight=9]; 13.82/5.36 734 -> 138[label="",style="solid", color="blue", weight=3]; 13.82/5.36 735[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];96 -> 735[label="",style="solid", color="blue", weight=9]; 13.82/5.36 735 -> 139[label="",style="solid", color="blue", weight=3]; 13.82/5.36 736[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];96 -> 736[label="",style="solid", color="blue", weight=9]; 13.82/5.36 736 -> 140[label="",style="solid", color="blue", weight=3]; 13.82/5.36 737[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];96 -> 737[label="",style="solid", color="blue", weight=9]; 13.82/5.36 737 -> 141[label="",style="solid", color="blue", weight=3]; 13.82/5.36 738[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];96 -> 738[label="",style="solid", color="blue", weight=9]; 13.82/5.36 738 -> 142[label="",style="solid", color="blue", weight=3]; 13.82/5.36 739[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];96 -> 739[label="",style="solid", color="blue", weight=9]; 13.82/5.36 739 -> 143[label="",style="solid", color="blue", weight=3]; 13.82/5.36 740[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];96 -> 740[label="",style="solid", color="blue", weight=9]; 13.82/5.36 740 -> 144[label="",style="solid", color="blue", weight=3]; 13.82/5.36 741[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];96 -> 741[label="",style="solid", color="blue", weight=9]; 13.82/5.36 741 -> 145[label="",style="solid", color="blue", weight=3]; 13.82/5.36 742[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];96 -> 742[label="",style="solid", color="blue", weight=9]; 13.82/5.36 742 -> 146[label="",style="solid", color="blue", weight=3]; 13.82/5.36 97[label="False",fontsize=16,color="green",shape="box"];98[label="False",fontsize=16,color="green",shape="box"];99[label="xy300 == xy400",fontsize=16,color="blue",shape="box"];743[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];99 -> 743[label="",style="solid", color="blue", weight=9]; 13.82/5.36 743 -> 147[label="",style="solid", color="blue", weight=3]; 13.82/5.36 744[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];99 -> 744[label="",style="solid", color="blue", weight=9]; 13.82/5.36 744 -> 148[label="",style="solid", color="blue", weight=3]; 13.82/5.36 745[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];99 -> 745[label="",style="solid", color="blue", weight=9]; 13.82/5.36 745 -> 149[label="",style="solid", color="blue", weight=3]; 13.82/5.36 746[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];99 -> 746[label="",style="solid", color="blue", weight=9]; 13.82/5.36 746 -> 150[label="",style="solid", color="blue", weight=3]; 13.82/5.36 747[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];99 -> 747[label="",style="solid", color="blue", weight=9]; 13.82/5.36 747 -> 151[label="",style="solid", color="blue", weight=3]; 13.82/5.36 748[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];99 -> 748[label="",style="solid", color="blue", weight=9]; 13.82/5.36 748 -> 152[label="",style="solid", color="blue", weight=3]; 13.82/5.36 749[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];99 -> 749[label="",style="solid", color="blue", weight=9]; 13.82/5.36 749 -> 153[label="",style="solid", color="blue", weight=3]; 13.82/5.36 750[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];99 -> 750[label="",style="solid", color="blue", weight=9]; 13.82/5.36 750 -> 154[label="",style="solid", color="blue", weight=3]; 13.82/5.36 751[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];99 -> 751[label="",style="solid", color="blue", weight=9]; 13.82/5.36 751 -> 155[label="",style="solid", color="blue", weight=3]; 13.82/5.36 752[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];99 -> 752[label="",style="solid", color="blue", weight=9]; 13.82/5.36 752 -> 156[label="",style="solid", color="blue", weight=3]; 13.82/5.36 753[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];99 -> 753[label="",style="solid", color="blue", weight=9]; 13.82/5.36 753 -> 157[label="",style="solid", color="blue", weight=3]; 13.82/5.36 754[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];99 -> 754[label="",style="solid", color="blue", weight=9]; 13.82/5.36 754 -> 158[label="",style="solid", color="blue", weight=3]; 13.82/5.36 755[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];99 -> 755[label="",style="solid", color="blue", weight=9]; 13.82/5.36 755 -> 159[label="",style="solid", color="blue", weight=3]; 13.82/5.36 756[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];99 -> 756[label="",style="solid", color="blue", weight=9]; 13.82/5.36 756 -> 160[label="",style="solid", color="blue", weight=3]; 13.82/5.36 100 -> 16[label="",style="dashed", color="red", weight=0]; 13.82/5.36 100[label="xy300 == xy400 && xy301 == xy401",fontsize=16,color="magenta"];100 -> 161[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 100 -> 162[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 101[label="False",fontsize=16,color="green",shape="box"];102[label="False",fontsize=16,color="green",shape="box"];103[label="True",fontsize=16,color="green",shape="box"];104[label="primEqInt (Pos (Succ xy3000)) xy40",fontsize=16,color="burlywood",shape="box"];757[label="xy40/Pos xy400",fontsize=10,color="white",style="solid",shape="box"];104 -> 757[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 757 -> 163[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 758[label="xy40/Neg xy400",fontsize=10,color="white",style="solid",shape="box"];104 -> 758[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 758 -> 164[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 105[label="primEqInt (Pos Zero) xy40",fontsize=16,color="burlywood",shape="box"];759[label="xy40/Pos xy400",fontsize=10,color="white",style="solid",shape="box"];105 -> 759[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 759 -> 165[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 760[label="xy40/Neg xy400",fontsize=10,color="white",style="solid",shape="box"];105 -> 760[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 760 -> 166[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 106[label="primEqInt (Neg (Succ xy3000)) xy40",fontsize=16,color="burlywood",shape="box"];761[label="xy40/Pos xy400",fontsize=10,color="white",style="solid",shape="box"];106 -> 761[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 761 -> 167[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 762[label="xy40/Neg xy400",fontsize=10,color="white",style="solid",shape="box"];106 -> 762[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 762 -> 168[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 107[label="primEqInt (Neg Zero) xy40",fontsize=16,color="burlywood",shape="box"];763[label="xy40/Pos xy400",fontsize=10,color="white",style="solid",shape="box"];107 -> 763[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 763 -> 169[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 764[label="xy40/Neg xy400",fontsize=10,color="white",style="solid",shape="box"];107 -> 764[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 764 -> 170[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 108 -> 43[label="",style="dashed", color="red", weight=0]; 13.82/5.36 108[label="primEqInt xy300 xy400",fontsize=16,color="magenta"];108 -> 171[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 108 -> 172[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 109[label="True",fontsize=16,color="green",shape="box"];110[label="False",fontsize=16,color="green",shape="box"];111[label="False",fontsize=16,color="green",shape="box"];112[label="True",fontsize=16,color="green",shape="box"];113[label="True",fontsize=16,color="green",shape="box"];114[label="False",fontsize=16,color="green",shape="box"];115[label="False",fontsize=16,color="green",shape="box"];116[label="xy300 == xy400",fontsize=16,color="blue",shape="box"];765[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];116 -> 765[label="",style="solid", color="blue", weight=9]; 13.82/5.36 765 -> 173[label="",style="solid", color="blue", weight=3]; 13.82/5.36 766[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];116 -> 766[label="",style="solid", color="blue", weight=9]; 13.82/5.36 766 -> 174[label="",style="solid", color="blue", weight=3]; 13.82/5.36 767[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];116 -> 767[label="",style="solid", color="blue", weight=9]; 13.82/5.36 767 -> 175[label="",style="solid", color="blue", weight=3]; 13.82/5.36 768[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];116 -> 768[label="",style="solid", color="blue", weight=9]; 13.82/5.36 768 -> 176[label="",style="solid", color="blue", weight=3]; 13.82/5.36 769[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];116 -> 769[label="",style="solid", color="blue", weight=9]; 13.82/5.36 769 -> 177[label="",style="solid", color="blue", weight=3]; 13.82/5.36 770[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];116 -> 770[label="",style="solid", color="blue", weight=9]; 13.82/5.36 770 -> 178[label="",style="solid", color="blue", weight=3]; 13.82/5.36 771[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];116 -> 771[label="",style="solid", color="blue", weight=9]; 13.82/5.36 771 -> 179[label="",style="solid", color="blue", weight=3]; 13.82/5.36 772[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];116 -> 772[label="",style="solid", color="blue", weight=9]; 13.82/5.36 772 -> 180[label="",style="solid", color="blue", weight=3]; 13.82/5.36 773[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];116 -> 773[label="",style="solid", color="blue", weight=9]; 13.82/5.36 773 -> 181[label="",style="solid", color="blue", weight=3]; 13.82/5.36 774[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];116 -> 774[label="",style="solid", color="blue", weight=9]; 13.82/5.36 774 -> 182[label="",style="solid", color="blue", weight=3]; 13.82/5.36 775[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];116 -> 775[label="",style="solid", color="blue", weight=9]; 13.82/5.36 775 -> 183[label="",style="solid", color="blue", weight=3]; 13.82/5.36 776[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];116 -> 776[label="",style="solid", color="blue", weight=9]; 13.82/5.36 776 -> 184[label="",style="solid", color="blue", weight=3]; 13.82/5.36 777[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];116 -> 777[label="",style="solid", color="blue", weight=9]; 13.82/5.36 777 -> 185[label="",style="solid", color="blue", weight=3]; 13.82/5.36 778[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];116 -> 778[label="",style="solid", color="blue", weight=9]; 13.82/5.36 778 -> 186[label="",style="solid", color="blue", weight=3]; 13.82/5.36 117 -> 16[label="",style="dashed", color="red", weight=0]; 13.82/5.36 117[label="xy300 == xy400 && xy301 == xy401",fontsize=16,color="magenta"];117 -> 187[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 117 -> 188[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 118[label="primEqFloat (Float xy300 xy301) (Float xy400 xy401)",fontsize=16,color="black",shape="box"];118 -> 189[label="",style="solid", color="black", weight=3]; 13.82/5.36 119[label="True",fontsize=16,color="green",shape="box"];120 -> 16[label="",style="dashed", color="red", weight=0]; 13.82/5.36 120[label="xy300 == xy400 && xy301 == xy401",fontsize=16,color="magenta"];120 -> 190[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 120 -> 191[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 121[label="primEqChar (Char xy300) (Char xy400)",fontsize=16,color="black",shape="box"];121 -> 192[label="",style="solid", color="black", weight=3]; 13.82/5.36 122[label="True",fontsize=16,color="green",shape="box"];123[label="False",fontsize=16,color="green",shape="box"];124[label="False",fontsize=16,color="green",shape="box"];125[label="False",fontsize=16,color="green",shape="box"];126[label="True",fontsize=16,color="green",shape="box"];127[label="False",fontsize=16,color="green",shape="box"];128[label="False",fontsize=16,color="green",shape="box"];129[label="False",fontsize=16,color="green",shape="box"];130[label="True",fontsize=16,color="green",shape="box"];131[label="primEqDouble (Double xy300 xy301) (Double xy400 xy401)",fontsize=16,color="black",shape="box"];131 -> 193[label="",style="solid", color="black", weight=3]; 13.82/5.36 132 -> 16[label="",style="dashed", color="red", weight=0]; 13.82/5.36 132[label="xy300 == xy400 && xy301 == xy401 && xy302 == xy402",fontsize=16,color="magenta"];132 -> 194[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 132 -> 195[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 133 -> 23[label="",style="dashed", color="red", weight=0]; 13.82/5.36 133[label="xy300 == xy400",fontsize=16,color="magenta"];133 -> 196[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 133 -> 197[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 134 -> 24[label="",style="dashed", color="red", weight=0]; 13.82/5.36 134[label="xy300 == xy400",fontsize=16,color="magenta"];134 -> 198[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 134 -> 199[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 135 -> 25[label="",style="dashed", color="red", weight=0]; 13.82/5.36 135[label="xy300 == xy400",fontsize=16,color="magenta"];135 -> 200[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 135 -> 201[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 136 -> 26[label="",style="dashed", color="red", weight=0]; 13.82/5.36 136[label="xy300 == xy400",fontsize=16,color="magenta"];136 -> 202[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 136 -> 203[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 137 -> 27[label="",style="dashed", color="red", weight=0]; 13.82/5.36 137[label="xy300 == xy400",fontsize=16,color="magenta"];137 -> 204[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 137 -> 205[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 138 -> 28[label="",style="dashed", color="red", weight=0]; 13.82/5.36 138[label="xy300 == xy400",fontsize=16,color="magenta"];138 -> 206[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 138 -> 207[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 139 -> 29[label="",style="dashed", color="red", weight=0]; 13.82/5.36 139[label="xy300 == xy400",fontsize=16,color="magenta"];139 -> 208[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 139 -> 209[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 140 -> 30[label="",style="dashed", color="red", weight=0]; 13.82/5.36 140[label="xy300 == xy400",fontsize=16,color="magenta"];140 -> 210[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 140 -> 211[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 141 -> 31[label="",style="dashed", color="red", weight=0]; 13.82/5.36 141[label="xy300 == xy400",fontsize=16,color="magenta"];141 -> 212[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 141 -> 213[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 142 -> 32[label="",style="dashed", color="red", weight=0]; 13.82/5.36 142[label="xy300 == xy400",fontsize=16,color="magenta"];142 -> 214[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 142 -> 215[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 143 -> 33[label="",style="dashed", color="red", weight=0]; 13.82/5.36 143[label="xy300 == xy400",fontsize=16,color="magenta"];143 -> 216[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 143 -> 217[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 144 -> 34[label="",style="dashed", color="red", weight=0]; 13.82/5.36 144[label="xy300 == xy400",fontsize=16,color="magenta"];144 -> 218[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 144 -> 219[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 145 -> 35[label="",style="dashed", color="red", weight=0]; 13.82/5.36 145[label="xy300 == xy400",fontsize=16,color="magenta"];145 -> 220[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 145 -> 221[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 146 -> 36[label="",style="dashed", color="red", weight=0]; 13.82/5.36 146[label="xy300 == xy400",fontsize=16,color="magenta"];146 -> 222[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 146 -> 223[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 147 -> 23[label="",style="dashed", color="red", weight=0]; 13.82/5.36 147[label="xy300 == xy400",fontsize=16,color="magenta"];147 -> 224[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 147 -> 225[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 148 -> 24[label="",style="dashed", color="red", weight=0]; 13.82/5.36 148[label="xy300 == xy400",fontsize=16,color="magenta"];148 -> 226[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 148 -> 227[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 149 -> 25[label="",style="dashed", color="red", weight=0]; 13.82/5.36 149[label="xy300 == xy400",fontsize=16,color="magenta"];149 -> 228[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 149 -> 229[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 150 -> 26[label="",style="dashed", color="red", weight=0]; 13.82/5.36 150[label="xy300 == xy400",fontsize=16,color="magenta"];150 -> 230[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 150 -> 231[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 151 -> 27[label="",style="dashed", color="red", weight=0]; 13.82/5.36 151[label="xy300 == xy400",fontsize=16,color="magenta"];151 -> 232[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 151 -> 233[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 152 -> 28[label="",style="dashed", color="red", weight=0]; 13.82/5.36 152[label="xy300 == xy400",fontsize=16,color="magenta"];152 -> 234[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 152 -> 235[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 153 -> 29[label="",style="dashed", color="red", weight=0]; 13.82/5.36 153[label="xy300 == xy400",fontsize=16,color="magenta"];153 -> 236[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 153 -> 237[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 154 -> 30[label="",style="dashed", color="red", weight=0]; 13.82/5.36 154[label="xy300 == xy400",fontsize=16,color="magenta"];154 -> 238[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 154 -> 239[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 155 -> 31[label="",style="dashed", color="red", weight=0]; 13.82/5.36 155[label="xy300 == xy400",fontsize=16,color="magenta"];155 -> 240[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 155 -> 241[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 156 -> 32[label="",style="dashed", color="red", weight=0]; 13.82/5.36 156[label="xy300 == xy400",fontsize=16,color="magenta"];156 -> 242[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 156 -> 243[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 157 -> 33[label="",style="dashed", color="red", weight=0]; 13.82/5.36 157[label="xy300 == xy400",fontsize=16,color="magenta"];157 -> 244[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 157 -> 245[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 158 -> 34[label="",style="dashed", color="red", weight=0]; 13.82/5.36 158[label="xy300 == xy400",fontsize=16,color="magenta"];158 -> 246[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 158 -> 247[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 159 -> 35[label="",style="dashed", color="red", weight=0]; 13.82/5.36 159[label="xy300 == xy400",fontsize=16,color="magenta"];159 -> 248[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 159 -> 249[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 160 -> 36[label="",style="dashed", color="red", weight=0]; 13.82/5.36 160[label="xy300 == xy400",fontsize=16,color="magenta"];160 -> 250[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 160 -> 251[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 161 -> 24[label="",style="dashed", color="red", weight=0]; 13.82/5.36 161[label="xy301 == xy401",fontsize=16,color="magenta"];161 -> 252[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 161 -> 253[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 162[label="xy300 == xy400",fontsize=16,color="blue",shape="box"];779[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];162 -> 779[label="",style="solid", color="blue", weight=9]; 13.82/5.36 779 -> 254[label="",style="solid", color="blue", weight=3]; 13.82/5.36 780[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];162 -> 780[label="",style="solid", color="blue", weight=9]; 13.82/5.36 780 -> 255[label="",style="solid", color="blue", weight=3]; 13.82/5.36 781[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];162 -> 781[label="",style="solid", color="blue", weight=9]; 13.82/5.36 781 -> 256[label="",style="solid", color="blue", weight=3]; 13.82/5.36 782[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];162 -> 782[label="",style="solid", color="blue", weight=9]; 13.82/5.36 782 -> 257[label="",style="solid", color="blue", weight=3]; 13.82/5.36 783[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];162 -> 783[label="",style="solid", color="blue", weight=9]; 13.82/5.36 783 -> 258[label="",style="solid", color="blue", weight=3]; 13.82/5.36 784[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];162 -> 784[label="",style="solid", color="blue", weight=9]; 13.82/5.36 784 -> 259[label="",style="solid", color="blue", weight=3]; 13.82/5.36 785[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];162 -> 785[label="",style="solid", color="blue", weight=9]; 13.82/5.36 785 -> 260[label="",style="solid", color="blue", weight=3]; 13.82/5.36 786[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];162 -> 786[label="",style="solid", color="blue", weight=9]; 13.82/5.36 786 -> 261[label="",style="solid", color="blue", weight=3]; 13.82/5.36 787[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];162 -> 787[label="",style="solid", color="blue", weight=9]; 13.82/5.36 787 -> 262[label="",style="solid", color="blue", weight=3]; 13.82/5.36 788[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];162 -> 788[label="",style="solid", color="blue", weight=9]; 13.82/5.36 788 -> 263[label="",style="solid", color="blue", weight=3]; 13.82/5.36 789[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];162 -> 789[label="",style="solid", color="blue", weight=9]; 13.82/5.36 789 -> 264[label="",style="solid", color="blue", weight=3]; 13.82/5.36 790[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];162 -> 790[label="",style="solid", color="blue", weight=9]; 13.82/5.36 790 -> 265[label="",style="solid", color="blue", weight=3]; 13.82/5.36 791[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];162 -> 791[label="",style="solid", color="blue", weight=9]; 13.82/5.36 791 -> 266[label="",style="solid", color="blue", weight=3]; 13.82/5.36 792[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];162 -> 792[label="",style="solid", color="blue", weight=9]; 13.82/5.36 792 -> 267[label="",style="solid", color="blue", weight=3]; 13.82/5.36 163[label="primEqInt (Pos (Succ xy3000)) (Pos xy400)",fontsize=16,color="burlywood",shape="box"];793[label="xy400/Succ xy4000",fontsize=10,color="white",style="solid",shape="box"];163 -> 793[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 793 -> 268[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 794[label="xy400/Zero",fontsize=10,color="white",style="solid",shape="box"];163 -> 794[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 794 -> 269[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 164[label="primEqInt (Pos (Succ xy3000)) (Neg xy400)",fontsize=16,color="black",shape="box"];164 -> 270[label="",style="solid", color="black", weight=3]; 13.82/5.36 165[label="primEqInt (Pos Zero) (Pos xy400)",fontsize=16,color="burlywood",shape="box"];795[label="xy400/Succ xy4000",fontsize=10,color="white",style="solid",shape="box"];165 -> 795[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 795 -> 271[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 796[label="xy400/Zero",fontsize=10,color="white",style="solid",shape="box"];165 -> 796[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 796 -> 272[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 166[label="primEqInt (Pos Zero) (Neg xy400)",fontsize=16,color="burlywood",shape="box"];797[label="xy400/Succ xy4000",fontsize=10,color="white",style="solid",shape="box"];166 -> 797[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 797 -> 273[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 798[label="xy400/Zero",fontsize=10,color="white",style="solid",shape="box"];166 -> 798[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 798 -> 274[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 167[label="primEqInt (Neg (Succ xy3000)) (Pos xy400)",fontsize=16,color="black",shape="box"];167 -> 275[label="",style="solid", color="black", weight=3]; 13.82/5.36 168[label="primEqInt (Neg (Succ xy3000)) (Neg xy400)",fontsize=16,color="burlywood",shape="box"];799[label="xy400/Succ xy4000",fontsize=10,color="white",style="solid",shape="box"];168 -> 799[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 799 -> 276[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 800[label="xy400/Zero",fontsize=10,color="white",style="solid",shape="box"];168 -> 800[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 800 -> 277[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 169[label="primEqInt (Neg Zero) (Pos xy400)",fontsize=16,color="burlywood",shape="box"];801[label="xy400/Succ xy4000",fontsize=10,color="white",style="solid",shape="box"];169 -> 801[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 801 -> 278[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 802[label="xy400/Zero",fontsize=10,color="white",style="solid",shape="box"];169 -> 802[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 802 -> 279[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 170[label="primEqInt (Neg Zero) (Neg xy400)",fontsize=16,color="burlywood",shape="box"];803[label="xy400/Succ xy4000",fontsize=10,color="white",style="solid",shape="box"];170 -> 803[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 803 -> 280[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 804[label="xy400/Zero",fontsize=10,color="white",style="solid",shape="box"];170 -> 804[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 804 -> 281[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 171[label="xy400",fontsize=16,color="green",shape="box"];172[label="xy300",fontsize=16,color="green",shape="box"];173 -> 23[label="",style="dashed", color="red", weight=0]; 13.82/5.36 173[label="xy300 == xy400",fontsize=16,color="magenta"];173 -> 282[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 173 -> 283[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 174 -> 24[label="",style="dashed", color="red", weight=0]; 13.82/5.36 174[label="xy300 == xy400",fontsize=16,color="magenta"];174 -> 284[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 174 -> 285[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 175 -> 25[label="",style="dashed", color="red", weight=0]; 13.82/5.36 175[label="xy300 == xy400",fontsize=16,color="magenta"];175 -> 286[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 175 -> 287[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 176 -> 26[label="",style="dashed", color="red", weight=0]; 13.82/5.36 176[label="xy300 == xy400",fontsize=16,color="magenta"];176 -> 288[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 176 -> 289[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 177 -> 27[label="",style="dashed", color="red", weight=0]; 13.82/5.36 177[label="xy300 == xy400",fontsize=16,color="magenta"];177 -> 290[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 177 -> 291[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 178 -> 28[label="",style="dashed", color="red", weight=0]; 13.82/5.36 178[label="xy300 == xy400",fontsize=16,color="magenta"];178 -> 292[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 178 -> 293[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 179 -> 29[label="",style="dashed", color="red", weight=0]; 13.82/5.36 179[label="xy300 == xy400",fontsize=16,color="magenta"];179 -> 294[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 179 -> 295[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 180 -> 30[label="",style="dashed", color="red", weight=0]; 13.82/5.36 180[label="xy300 == xy400",fontsize=16,color="magenta"];180 -> 296[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 180 -> 297[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 181 -> 31[label="",style="dashed", color="red", weight=0]; 13.82/5.36 181[label="xy300 == xy400",fontsize=16,color="magenta"];181 -> 298[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 181 -> 299[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 182 -> 32[label="",style="dashed", color="red", weight=0]; 13.82/5.36 182[label="xy300 == xy400",fontsize=16,color="magenta"];182 -> 300[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 182 -> 301[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 183 -> 33[label="",style="dashed", color="red", weight=0]; 13.82/5.36 183[label="xy300 == xy400",fontsize=16,color="magenta"];183 -> 302[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 183 -> 303[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 184 -> 34[label="",style="dashed", color="red", weight=0]; 13.82/5.36 184[label="xy300 == xy400",fontsize=16,color="magenta"];184 -> 304[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 184 -> 305[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 185 -> 35[label="",style="dashed", color="red", weight=0]; 13.82/5.36 185[label="xy300 == xy400",fontsize=16,color="magenta"];185 -> 306[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 185 -> 307[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 186 -> 36[label="",style="dashed", color="red", weight=0]; 13.82/5.36 186[label="xy300 == xy400",fontsize=16,color="magenta"];186 -> 308[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 186 -> 309[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 187[label="xy301 == xy401",fontsize=16,color="blue",shape="box"];805[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];187 -> 805[label="",style="solid", color="blue", weight=9]; 13.82/5.36 805 -> 310[label="",style="solid", color="blue", weight=3]; 13.82/5.36 806[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];187 -> 806[label="",style="solid", color="blue", weight=9]; 13.82/5.36 806 -> 311[label="",style="solid", color="blue", weight=3]; 13.82/5.36 188[label="xy300 == xy400",fontsize=16,color="blue",shape="box"];807[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];188 -> 807[label="",style="solid", color="blue", weight=9]; 13.82/5.36 807 -> 312[label="",style="solid", color="blue", weight=3]; 13.82/5.36 808[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];188 -> 808[label="",style="solid", color="blue", weight=9]; 13.82/5.36 808 -> 313[label="",style="solid", color="blue", weight=3]; 13.82/5.36 189 -> 25[label="",style="dashed", color="red", weight=0]; 13.82/5.36 189[label="xy300 * xy401 == xy301 * xy400",fontsize=16,color="magenta"];189 -> 314[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 189 -> 315[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 190[label="xy301 == xy401",fontsize=16,color="blue",shape="box"];809[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];190 -> 809[label="",style="solid", color="blue", weight=9]; 13.82/5.36 809 -> 316[label="",style="solid", color="blue", weight=3]; 13.82/5.36 810[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];190 -> 810[label="",style="solid", color="blue", weight=9]; 13.82/5.36 810 -> 317[label="",style="solid", color="blue", weight=3]; 13.82/5.36 811[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];190 -> 811[label="",style="solid", color="blue", weight=9]; 13.82/5.36 811 -> 318[label="",style="solid", color="blue", weight=3]; 13.82/5.36 812[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];190 -> 812[label="",style="solid", color="blue", weight=9]; 13.82/5.36 812 -> 319[label="",style="solid", color="blue", weight=3]; 13.82/5.36 813[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];190 -> 813[label="",style="solid", color="blue", weight=9]; 13.82/5.36 813 -> 320[label="",style="solid", color="blue", weight=3]; 13.82/5.36 814[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];190 -> 814[label="",style="solid", color="blue", weight=9]; 13.82/5.36 814 -> 321[label="",style="solid", color="blue", weight=3]; 13.82/5.36 815[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];190 -> 815[label="",style="solid", color="blue", weight=9]; 13.82/5.36 815 -> 322[label="",style="solid", color="blue", weight=3]; 13.82/5.36 816[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];190 -> 816[label="",style="solid", color="blue", weight=9]; 13.82/5.36 816 -> 323[label="",style="solid", color="blue", weight=3]; 13.82/5.36 817[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];190 -> 817[label="",style="solid", color="blue", weight=9]; 13.82/5.36 817 -> 324[label="",style="solid", color="blue", weight=3]; 13.82/5.36 818[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];190 -> 818[label="",style="solid", color="blue", weight=9]; 13.82/5.36 818 -> 325[label="",style="solid", color="blue", weight=3]; 13.82/5.36 819[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];190 -> 819[label="",style="solid", color="blue", weight=9]; 13.82/5.36 819 -> 326[label="",style="solid", color="blue", weight=3]; 13.82/5.36 820[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];190 -> 820[label="",style="solid", color="blue", weight=9]; 13.82/5.36 820 -> 327[label="",style="solid", color="blue", weight=3]; 13.82/5.36 821[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];190 -> 821[label="",style="solid", color="blue", weight=9]; 13.82/5.36 821 -> 328[label="",style="solid", color="blue", weight=3]; 13.82/5.36 822[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];190 -> 822[label="",style="solid", color="blue", weight=9]; 13.82/5.36 822 -> 329[label="",style="solid", color="blue", weight=3]; 13.82/5.36 191[label="xy300 == xy400",fontsize=16,color="blue",shape="box"];823[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];191 -> 823[label="",style="solid", color="blue", weight=9]; 13.82/5.36 823 -> 330[label="",style="solid", color="blue", weight=3]; 13.82/5.36 824[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];191 -> 824[label="",style="solid", color="blue", weight=9]; 13.82/5.36 824 -> 331[label="",style="solid", color="blue", weight=3]; 13.82/5.36 825[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];191 -> 825[label="",style="solid", color="blue", weight=9]; 13.82/5.36 825 -> 332[label="",style="solid", color="blue", weight=3]; 13.82/5.36 826[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];191 -> 826[label="",style="solid", color="blue", weight=9]; 13.82/5.36 826 -> 333[label="",style="solid", color="blue", weight=3]; 13.82/5.36 827[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];191 -> 827[label="",style="solid", color="blue", weight=9]; 13.82/5.36 827 -> 334[label="",style="solid", color="blue", weight=3]; 13.82/5.36 828[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];191 -> 828[label="",style="solid", color="blue", weight=9]; 13.82/5.36 828 -> 335[label="",style="solid", color="blue", weight=3]; 13.82/5.36 829[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];191 -> 829[label="",style="solid", color="blue", weight=9]; 13.82/5.36 829 -> 336[label="",style="solid", color="blue", weight=3]; 13.82/5.36 830[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];191 -> 830[label="",style="solid", color="blue", weight=9]; 13.82/5.36 830 -> 337[label="",style="solid", color="blue", weight=3]; 13.82/5.36 831[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];191 -> 831[label="",style="solid", color="blue", weight=9]; 13.82/5.36 831 -> 338[label="",style="solid", color="blue", weight=3]; 13.82/5.36 832[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];191 -> 832[label="",style="solid", color="blue", weight=9]; 13.82/5.36 832 -> 339[label="",style="solid", color="blue", weight=3]; 13.82/5.36 833[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];191 -> 833[label="",style="solid", color="blue", weight=9]; 13.82/5.36 833 -> 340[label="",style="solid", color="blue", weight=3]; 13.82/5.36 834[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];191 -> 834[label="",style="solid", color="blue", weight=9]; 13.82/5.36 834 -> 341[label="",style="solid", color="blue", weight=3]; 13.82/5.36 835[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];191 -> 835[label="",style="solid", color="blue", weight=9]; 13.82/5.36 835 -> 342[label="",style="solid", color="blue", weight=3]; 13.82/5.36 836[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];191 -> 836[label="",style="solid", color="blue", weight=9]; 13.82/5.36 836 -> 343[label="",style="solid", color="blue", weight=3]; 13.82/5.36 192[label="primEqNat xy300 xy400",fontsize=16,color="burlywood",shape="triangle"];837[label="xy300/Succ xy3000",fontsize=10,color="white",style="solid",shape="box"];192 -> 837[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 837 -> 344[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 838[label="xy300/Zero",fontsize=10,color="white",style="solid",shape="box"];192 -> 838[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 838 -> 345[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 193 -> 25[label="",style="dashed", color="red", weight=0]; 13.82/5.36 193[label="xy300 * xy401 == xy301 * xy400",fontsize=16,color="magenta"];193 -> 346[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 193 -> 347[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 194 -> 16[label="",style="dashed", color="red", weight=0]; 13.82/5.36 194[label="xy301 == xy401 && xy302 == xy402",fontsize=16,color="magenta"];194 -> 348[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 194 -> 349[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 195[label="xy300 == xy400",fontsize=16,color="blue",shape="box"];839[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];195 -> 839[label="",style="solid", color="blue", weight=9]; 13.82/5.36 839 -> 350[label="",style="solid", color="blue", weight=3]; 13.82/5.36 840[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];195 -> 840[label="",style="solid", color="blue", weight=9]; 13.82/5.36 840 -> 351[label="",style="solid", color="blue", weight=3]; 13.82/5.36 841[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];195 -> 841[label="",style="solid", color="blue", weight=9]; 13.82/5.36 841 -> 352[label="",style="solid", color="blue", weight=3]; 13.82/5.36 842[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];195 -> 842[label="",style="solid", color="blue", weight=9]; 13.82/5.36 842 -> 353[label="",style="solid", color="blue", weight=3]; 13.82/5.36 843[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];195 -> 843[label="",style="solid", color="blue", weight=9]; 13.82/5.36 843 -> 354[label="",style="solid", color="blue", weight=3]; 13.82/5.36 844[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];195 -> 844[label="",style="solid", color="blue", weight=9]; 13.82/5.36 844 -> 355[label="",style="solid", color="blue", weight=3]; 13.82/5.36 845[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];195 -> 845[label="",style="solid", color="blue", weight=9]; 13.82/5.36 845 -> 356[label="",style="solid", color="blue", weight=3]; 13.82/5.36 846[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];195 -> 846[label="",style="solid", color="blue", weight=9]; 13.82/5.36 846 -> 357[label="",style="solid", color="blue", weight=3]; 13.82/5.36 847[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];195 -> 847[label="",style="solid", color="blue", weight=9]; 13.82/5.36 847 -> 358[label="",style="solid", color="blue", weight=3]; 13.82/5.36 848[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];195 -> 848[label="",style="solid", color="blue", weight=9]; 13.82/5.36 848 -> 359[label="",style="solid", color="blue", weight=3]; 13.82/5.36 849[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];195 -> 849[label="",style="solid", color="blue", weight=9]; 13.82/5.36 849 -> 360[label="",style="solid", color="blue", weight=3]; 13.82/5.36 850[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];195 -> 850[label="",style="solid", color="blue", weight=9]; 13.82/5.36 850 -> 361[label="",style="solid", color="blue", weight=3]; 13.82/5.36 851[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];195 -> 851[label="",style="solid", color="blue", weight=9]; 13.82/5.36 851 -> 362[label="",style="solid", color="blue", weight=3]; 13.82/5.36 852[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];195 -> 852[label="",style="solid", color="blue", weight=9]; 13.82/5.36 852 -> 363[label="",style="solid", color="blue", weight=3]; 13.82/5.36 196[label="xy400",fontsize=16,color="green",shape="box"];197[label="xy300",fontsize=16,color="green",shape="box"];198[label="xy400",fontsize=16,color="green",shape="box"];199[label="xy300",fontsize=16,color="green",shape="box"];200[label="xy400",fontsize=16,color="green",shape="box"];201[label="xy300",fontsize=16,color="green",shape="box"];202[label="xy400",fontsize=16,color="green",shape="box"];203[label="xy300",fontsize=16,color="green",shape="box"];204[label="xy400",fontsize=16,color="green",shape="box"];205[label="xy300",fontsize=16,color="green",shape="box"];206[label="xy400",fontsize=16,color="green",shape="box"];207[label="xy300",fontsize=16,color="green",shape="box"];208[label="xy400",fontsize=16,color="green",shape="box"];209[label="xy300",fontsize=16,color="green",shape="box"];210[label="xy400",fontsize=16,color="green",shape="box"];211[label="xy300",fontsize=16,color="green",shape="box"];212[label="xy400",fontsize=16,color="green",shape="box"];213[label="xy300",fontsize=16,color="green",shape="box"];214[label="xy400",fontsize=16,color="green",shape="box"];215[label="xy300",fontsize=16,color="green",shape="box"];216[label="xy400",fontsize=16,color="green",shape="box"];217[label="xy300",fontsize=16,color="green",shape="box"];218[label="xy400",fontsize=16,color="green",shape="box"];219[label="xy300",fontsize=16,color="green",shape="box"];220[label="xy400",fontsize=16,color="green",shape="box"];221[label="xy300",fontsize=16,color="green",shape="box"];222[label="xy400",fontsize=16,color="green",shape="box"];223[label="xy300",fontsize=16,color="green",shape="box"];224[label="xy400",fontsize=16,color="green",shape="box"];225[label="xy300",fontsize=16,color="green",shape="box"];226[label="xy400",fontsize=16,color="green",shape="box"];227[label="xy300",fontsize=16,color="green",shape="box"];228[label="xy400",fontsize=16,color="green",shape="box"];229[label="xy300",fontsize=16,color="green",shape="box"];230[label="xy400",fontsize=16,color="green",shape="box"];231[label="xy300",fontsize=16,color="green",shape="box"];232[label="xy400",fontsize=16,color="green",shape="box"];233[label="xy300",fontsize=16,color="green",shape="box"];234[label="xy400",fontsize=16,color="green",shape="box"];235[label="xy300",fontsize=16,color="green",shape="box"];236[label="xy400",fontsize=16,color="green",shape="box"];237[label="xy300",fontsize=16,color="green",shape="box"];238[label="xy400",fontsize=16,color="green",shape="box"];239[label="xy300",fontsize=16,color="green",shape="box"];240[label="xy400",fontsize=16,color="green",shape="box"];241[label="xy300",fontsize=16,color="green",shape="box"];242[label="xy400",fontsize=16,color="green",shape="box"];243[label="xy300",fontsize=16,color="green",shape="box"];244[label="xy400",fontsize=16,color="green",shape="box"];245[label="xy300",fontsize=16,color="green",shape="box"];246[label="xy400",fontsize=16,color="green",shape="box"];247[label="xy300",fontsize=16,color="green",shape="box"];248[label="xy400",fontsize=16,color="green",shape="box"];249[label="xy300",fontsize=16,color="green",shape="box"];250[label="xy400",fontsize=16,color="green",shape="box"];251[label="xy300",fontsize=16,color="green",shape="box"];252[label="xy401",fontsize=16,color="green",shape="box"];253[label="xy301",fontsize=16,color="green",shape="box"];254 -> 23[label="",style="dashed", color="red", weight=0]; 13.82/5.36 254[label="xy300 == xy400",fontsize=16,color="magenta"];254 -> 364[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 254 -> 365[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 255 -> 24[label="",style="dashed", color="red", weight=0]; 13.82/5.36 255[label="xy300 == xy400",fontsize=16,color="magenta"];255 -> 366[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 255 -> 367[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 256 -> 25[label="",style="dashed", color="red", weight=0]; 13.82/5.36 256[label="xy300 == xy400",fontsize=16,color="magenta"];256 -> 368[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 256 -> 369[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 257 -> 26[label="",style="dashed", color="red", weight=0]; 13.82/5.36 257[label="xy300 == xy400",fontsize=16,color="magenta"];257 -> 370[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 257 -> 371[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 258 -> 27[label="",style="dashed", color="red", weight=0]; 13.82/5.36 258[label="xy300 == xy400",fontsize=16,color="magenta"];258 -> 372[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 258 -> 373[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 259 -> 28[label="",style="dashed", color="red", weight=0]; 13.82/5.36 259[label="xy300 == xy400",fontsize=16,color="magenta"];259 -> 374[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 259 -> 375[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 260 -> 29[label="",style="dashed", color="red", weight=0]; 13.82/5.36 260[label="xy300 == xy400",fontsize=16,color="magenta"];260 -> 376[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 260 -> 377[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 261 -> 30[label="",style="dashed", color="red", weight=0]; 13.82/5.36 261[label="xy300 == xy400",fontsize=16,color="magenta"];261 -> 378[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 261 -> 379[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 262 -> 31[label="",style="dashed", color="red", weight=0]; 13.82/5.36 262[label="xy300 == xy400",fontsize=16,color="magenta"];262 -> 380[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 262 -> 381[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 263 -> 32[label="",style="dashed", color="red", weight=0]; 13.82/5.36 263[label="xy300 == xy400",fontsize=16,color="magenta"];263 -> 382[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 263 -> 383[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 264 -> 33[label="",style="dashed", color="red", weight=0]; 13.82/5.36 264[label="xy300 == xy400",fontsize=16,color="magenta"];264 -> 384[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 264 -> 385[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 265 -> 34[label="",style="dashed", color="red", weight=0]; 13.82/5.36 265[label="xy300 == xy400",fontsize=16,color="magenta"];265 -> 386[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 265 -> 387[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 266 -> 35[label="",style="dashed", color="red", weight=0]; 13.82/5.36 266[label="xy300 == xy400",fontsize=16,color="magenta"];266 -> 388[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 266 -> 389[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 267 -> 36[label="",style="dashed", color="red", weight=0]; 13.82/5.36 267[label="xy300 == xy400",fontsize=16,color="magenta"];267 -> 390[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 267 -> 391[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 268[label="primEqInt (Pos (Succ xy3000)) (Pos (Succ xy4000))",fontsize=16,color="black",shape="box"];268 -> 392[label="",style="solid", color="black", weight=3]; 13.82/5.36 269[label="primEqInt (Pos (Succ xy3000)) (Pos Zero)",fontsize=16,color="black",shape="box"];269 -> 393[label="",style="solid", color="black", weight=3]; 13.82/5.36 270[label="False",fontsize=16,color="green",shape="box"];271[label="primEqInt (Pos Zero) (Pos (Succ xy4000))",fontsize=16,color="black",shape="box"];271 -> 394[label="",style="solid", color="black", weight=3]; 13.82/5.36 272[label="primEqInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];272 -> 395[label="",style="solid", color="black", weight=3]; 13.82/5.36 273[label="primEqInt (Pos Zero) (Neg (Succ xy4000))",fontsize=16,color="black",shape="box"];273 -> 396[label="",style="solid", color="black", weight=3]; 13.82/5.36 274[label="primEqInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];274 -> 397[label="",style="solid", color="black", weight=3]; 13.82/5.36 275[label="False",fontsize=16,color="green",shape="box"];276[label="primEqInt (Neg (Succ xy3000)) (Neg (Succ xy4000))",fontsize=16,color="black",shape="box"];276 -> 398[label="",style="solid", color="black", weight=3]; 13.82/5.36 277[label="primEqInt (Neg (Succ xy3000)) (Neg Zero)",fontsize=16,color="black",shape="box"];277 -> 399[label="",style="solid", color="black", weight=3]; 13.82/5.36 278[label="primEqInt (Neg Zero) (Pos (Succ xy4000))",fontsize=16,color="black",shape="box"];278 -> 400[label="",style="solid", color="black", weight=3]; 13.82/5.36 279[label="primEqInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];279 -> 401[label="",style="solid", color="black", weight=3]; 13.82/5.36 280[label="primEqInt (Neg Zero) (Neg (Succ xy4000))",fontsize=16,color="black",shape="box"];280 -> 402[label="",style="solid", color="black", weight=3]; 13.82/5.36 281[label="primEqInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];281 -> 403[label="",style="solid", color="black", weight=3]; 13.82/5.36 282[label="xy400",fontsize=16,color="green",shape="box"];283[label="xy300",fontsize=16,color="green",shape="box"];284[label="xy400",fontsize=16,color="green",shape="box"];285[label="xy300",fontsize=16,color="green",shape="box"];286[label="xy400",fontsize=16,color="green",shape="box"];287[label="xy300",fontsize=16,color="green",shape="box"];288[label="xy400",fontsize=16,color="green",shape="box"];289[label="xy300",fontsize=16,color="green",shape="box"];290[label="xy400",fontsize=16,color="green",shape="box"];291[label="xy300",fontsize=16,color="green",shape="box"];292[label="xy400",fontsize=16,color="green",shape="box"];293[label="xy300",fontsize=16,color="green",shape="box"];294[label="xy400",fontsize=16,color="green",shape="box"];295[label="xy300",fontsize=16,color="green",shape="box"];296[label="xy400",fontsize=16,color="green",shape="box"];297[label="xy300",fontsize=16,color="green",shape="box"];298[label="xy400",fontsize=16,color="green",shape="box"];299[label="xy300",fontsize=16,color="green",shape="box"];300[label="xy400",fontsize=16,color="green",shape="box"];301[label="xy300",fontsize=16,color="green",shape="box"];302[label="xy400",fontsize=16,color="green",shape="box"];303[label="xy300",fontsize=16,color="green",shape="box"];304[label="xy400",fontsize=16,color="green",shape="box"];305[label="xy300",fontsize=16,color="green",shape="box"];306[label="xy400",fontsize=16,color="green",shape="box"];307[label="xy300",fontsize=16,color="green",shape="box"];308[label="xy400",fontsize=16,color="green",shape="box"];309[label="xy300",fontsize=16,color="green",shape="box"];310 -> 25[label="",style="dashed", color="red", weight=0]; 13.82/5.36 310[label="xy301 == xy401",fontsize=16,color="magenta"];310 -> 404[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 310 -> 405[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 311 -> 26[label="",style="dashed", color="red", weight=0]; 13.82/5.36 311[label="xy301 == xy401",fontsize=16,color="magenta"];311 -> 406[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 311 -> 407[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 312 -> 25[label="",style="dashed", color="red", weight=0]; 13.82/5.36 312[label="xy300 == xy400",fontsize=16,color="magenta"];312 -> 408[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 312 -> 409[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 313 -> 26[label="",style="dashed", color="red", weight=0]; 13.82/5.36 313[label="xy300 == xy400",fontsize=16,color="magenta"];313 -> 410[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 313 -> 411[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 314[label="xy301 * xy400",fontsize=16,color="black",shape="triangle"];314 -> 412[label="",style="solid", color="black", weight=3]; 13.82/5.36 315 -> 314[label="",style="dashed", color="red", weight=0]; 13.82/5.36 315[label="xy300 * xy401",fontsize=16,color="magenta"];315 -> 413[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 315 -> 414[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 316 -> 23[label="",style="dashed", color="red", weight=0]; 13.82/5.36 316[label="xy301 == xy401",fontsize=16,color="magenta"];316 -> 415[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 316 -> 416[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 317 -> 24[label="",style="dashed", color="red", weight=0]; 13.82/5.36 317[label="xy301 == xy401",fontsize=16,color="magenta"];317 -> 417[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 317 -> 418[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 318 -> 25[label="",style="dashed", color="red", weight=0]; 13.82/5.36 318[label="xy301 == xy401",fontsize=16,color="magenta"];318 -> 419[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 318 -> 420[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 319 -> 26[label="",style="dashed", color="red", weight=0]; 13.82/5.36 319[label="xy301 == xy401",fontsize=16,color="magenta"];319 -> 421[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 319 -> 422[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 320 -> 27[label="",style="dashed", color="red", weight=0]; 13.82/5.36 320[label="xy301 == xy401",fontsize=16,color="magenta"];320 -> 423[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 320 -> 424[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 321 -> 28[label="",style="dashed", color="red", weight=0]; 13.82/5.36 321[label="xy301 == xy401",fontsize=16,color="magenta"];321 -> 425[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 321 -> 426[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 322 -> 29[label="",style="dashed", color="red", weight=0]; 13.82/5.36 322[label="xy301 == xy401",fontsize=16,color="magenta"];322 -> 427[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 322 -> 428[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 323 -> 30[label="",style="dashed", color="red", weight=0]; 13.82/5.36 323[label="xy301 == xy401",fontsize=16,color="magenta"];323 -> 429[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 323 -> 430[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 324 -> 31[label="",style="dashed", color="red", weight=0]; 13.82/5.36 324[label="xy301 == xy401",fontsize=16,color="magenta"];324 -> 431[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 324 -> 432[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 325 -> 32[label="",style="dashed", color="red", weight=0]; 13.82/5.36 325[label="xy301 == xy401",fontsize=16,color="magenta"];325 -> 433[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 325 -> 434[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 326 -> 33[label="",style="dashed", color="red", weight=0]; 13.82/5.36 326[label="xy301 == xy401",fontsize=16,color="magenta"];326 -> 435[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 326 -> 436[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 327 -> 34[label="",style="dashed", color="red", weight=0]; 13.82/5.36 327[label="xy301 == xy401",fontsize=16,color="magenta"];327 -> 437[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 327 -> 438[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 328 -> 35[label="",style="dashed", color="red", weight=0]; 13.82/5.36 328[label="xy301 == xy401",fontsize=16,color="magenta"];328 -> 439[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 328 -> 440[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 329 -> 36[label="",style="dashed", color="red", weight=0]; 13.82/5.36 329[label="xy301 == xy401",fontsize=16,color="magenta"];329 -> 441[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 329 -> 442[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 330 -> 23[label="",style="dashed", color="red", weight=0]; 13.82/5.36 330[label="xy300 == xy400",fontsize=16,color="magenta"];330 -> 443[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 330 -> 444[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 331 -> 24[label="",style="dashed", color="red", weight=0]; 13.82/5.36 331[label="xy300 == xy400",fontsize=16,color="magenta"];331 -> 445[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 331 -> 446[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 332 -> 25[label="",style="dashed", color="red", weight=0]; 13.82/5.36 332[label="xy300 == xy400",fontsize=16,color="magenta"];332 -> 447[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 332 -> 448[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 333 -> 26[label="",style="dashed", color="red", weight=0]; 13.82/5.36 333[label="xy300 == xy400",fontsize=16,color="magenta"];333 -> 449[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 333 -> 450[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 334 -> 27[label="",style="dashed", color="red", weight=0]; 13.82/5.36 334[label="xy300 == xy400",fontsize=16,color="magenta"];334 -> 451[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 334 -> 452[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 335 -> 28[label="",style="dashed", color="red", weight=0]; 13.82/5.36 335[label="xy300 == xy400",fontsize=16,color="magenta"];335 -> 453[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 335 -> 454[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 336 -> 29[label="",style="dashed", color="red", weight=0]; 13.82/5.36 336[label="xy300 == xy400",fontsize=16,color="magenta"];336 -> 455[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 336 -> 456[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 337 -> 30[label="",style="dashed", color="red", weight=0]; 13.82/5.36 337[label="xy300 == xy400",fontsize=16,color="magenta"];337 -> 457[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 337 -> 458[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 338 -> 31[label="",style="dashed", color="red", weight=0]; 13.82/5.36 338[label="xy300 == xy400",fontsize=16,color="magenta"];338 -> 459[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 338 -> 460[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 339 -> 32[label="",style="dashed", color="red", weight=0]; 13.82/5.36 339[label="xy300 == xy400",fontsize=16,color="magenta"];339 -> 461[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 339 -> 462[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 340 -> 33[label="",style="dashed", color="red", weight=0]; 13.82/5.36 340[label="xy300 == xy400",fontsize=16,color="magenta"];340 -> 463[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 340 -> 464[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 341 -> 34[label="",style="dashed", color="red", weight=0]; 13.82/5.36 341[label="xy300 == xy400",fontsize=16,color="magenta"];341 -> 465[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 341 -> 466[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 342 -> 35[label="",style="dashed", color="red", weight=0]; 13.82/5.36 342[label="xy300 == xy400",fontsize=16,color="magenta"];342 -> 467[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 342 -> 468[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 343 -> 36[label="",style="dashed", color="red", weight=0]; 13.82/5.36 343[label="xy300 == xy400",fontsize=16,color="magenta"];343 -> 469[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 343 -> 470[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 344[label="primEqNat (Succ xy3000) xy400",fontsize=16,color="burlywood",shape="box"];853[label="xy400/Succ xy4000",fontsize=10,color="white",style="solid",shape="box"];344 -> 853[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 853 -> 471[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 854[label="xy400/Zero",fontsize=10,color="white",style="solid",shape="box"];344 -> 854[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 854 -> 472[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 345[label="primEqNat Zero xy400",fontsize=16,color="burlywood",shape="box"];855[label="xy400/Succ xy4000",fontsize=10,color="white",style="solid",shape="box"];345 -> 855[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 855 -> 473[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 856[label="xy400/Zero",fontsize=10,color="white",style="solid",shape="box"];345 -> 856[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 856 -> 474[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 346 -> 314[label="",style="dashed", color="red", weight=0]; 13.82/5.36 346[label="xy301 * xy400",fontsize=16,color="magenta"];346 -> 475[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 346 -> 476[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 347 -> 314[label="",style="dashed", color="red", weight=0]; 13.82/5.36 347[label="xy300 * xy401",fontsize=16,color="magenta"];347 -> 477[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 347 -> 478[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 348[label="xy302 == xy402",fontsize=16,color="blue",shape="box"];857[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];348 -> 857[label="",style="solid", color="blue", weight=9]; 13.82/5.36 857 -> 479[label="",style="solid", color="blue", weight=3]; 13.82/5.36 858[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];348 -> 858[label="",style="solid", color="blue", weight=9]; 13.82/5.36 858 -> 480[label="",style="solid", color="blue", weight=3]; 13.82/5.36 859[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];348 -> 859[label="",style="solid", color="blue", weight=9]; 13.82/5.36 859 -> 481[label="",style="solid", color="blue", weight=3]; 13.82/5.36 860[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];348 -> 860[label="",style="solid", color="blue", weight=9]; 13.82/5.36 860 -> 482[label="",style="solid", color="blue", weight=3]; 13.82/5.36 861[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];348 -> 861[label="",style="solid", color="blue", weight=9]; 13.82/5.36 861 -> 483[label="",style="solid", color="blue", weight=3]; 13.82/5.36 862[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];348 -> 862[label="",style="solid", color="blue", weight=9]; 13.82/5.36 862 -> 484[label="",style="solid", color="blue", weight=3]; 13.82/5.36 863[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];348 -> 863[label="",style="solid", color="blue", weight=9]; 13.82/5.36 863 -> 485[label="",style="solid", color="blue", weight=3]; 13.82/5.36 864[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];348 -> 864[label="",style="solid", color="blue", weight=9]; 13.82/5.36 864 -> 486[label="",style="solid", color="blue", weight=3]; 13.82/5.36 865[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];348 -> 865[label="",style="solid", color="blue", weight=9]; 13.82/5.36 865 -> 487[label="",style="solid", color="blue", weight=3]; 13.82/5.36 866[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];348 -> 866[label="",style="solid", color="blue", weight=9]; 13.82/5.36 866 -> 488[label="",style="solid", color="blue", weight=3]; 13.82/5.36 867[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];348 -> 867[label="",style="solid", color="blue", weight=9]; 13.82/5.36 867 -> 489[label="",style="solid", color="blue", weight=3]; 13.82/5.36 868[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];348 -> 868[label="",style="solid", color="blue", weight=9]; 13.82/5.36 868 -> 490[label="",style="solid", color="blue", weight=3]; 13.82/5.36 869[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];348 -> 869[label="",style="solid", color="blue", weight=9]; 13.82/5.36 869 -> 491[label="",style="solid", color="blue", weight=3]; 13.82/5.36 870[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];348 -> 870[label="",style="solid", color="blue", weight=9]; 13.82/5.36 870 -> 492[label="",style="solid", color="blue", weight=3]; 13.82/5.36 349[label="xy301 == xy401",fontsize=16,color="blue",shape="box"];871[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];349 -> 871[label="",style="solid", color="blue", weight=9]; 13.82/5.36 871 -> 493[label="",style="solid", color="blue", weight=3]; 13.82/5.36 872[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];349 -> 872[label="",style="solid", color="blue", weight=9]; 13.82/5.36 872 -> 494[label="",style="solid", color="blue", weight=3]; 13.82/5.36 873[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];349 -> 873[label="",style="solid", color="blue", weight=9]; 13.82/5.36 873 -> 495[label="",style="solid", color="blue", weight=3]; 13.82/5.36 874[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];349 -> 874[label="",style="solid", color="blue", weight=9]; 13.82/5.36 874 -> 496[label="",style="solid", color="blue", weight=3]; 13.82/5.36 875[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];349 -> 875[label="",style="solid", color="blue", weight=9]; 13.82/5.36 875 -> 497[label="",style="solid", color="blue", weight=3]; 13.82/5.36 876[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];349 -> 876[label="",style="solid", color="blue", weight=9]; 13.82/5.36 876 -> 498[label="",style="solid", color="blue", weight=3]; 13.82/5.36 877[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];349 -> 877[label="",style="solid", color="blue", weight=9]; 13.82/5.36 877 -> 499[label="",style="solid", color="blue", weight=3]; 13.82/5.36 878[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];349 -> 878[label="",style="solid", color="blue", weight=9]; 13.82/5.36 878 -> 500[label="",style="solid", color="blue", weight=3]; 13.82/5.36 879[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];349 -> 879[label="",style="solid", color="blue", weight=9]; 13.82/5.36 879 -> 501[label="",style="solid", color="blue", weight=3]; 13.82/5.36 880[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];349 -> 880[label="",style="solid", color="blue", weight=9]; 13.82/5.36 880 -> 502[label="",style="solid", color="blue", weight=3]; 13.82/5.36 881[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];349 -> 881[label="",style="solid", color="blue", weight=9]; 13.82/5.36 881 -> 503[label="",style="solid", color="blue", weight=3]; 13.82/5.36 882[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];349 -> 882[label="",style="solid", color="blue", weight=9]; 13.82/5.36 882 -> 504[label="",style="solid", color="blue", weight=3]; 13.82/5.36 883[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];349 -> 883[label="",style="solid", color="blue", weight=9]; 13.82/5.36 883 -> 505[label="",style="solid", color="blue", weight=3]; 13.82/5.36 884[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];349 -> 884[label="",style="solid", color="blue", weight=9]; 13.82/5.36 884 -> 506[label="",style="solid", color="blue", weight=3]; 13.82/5.36 350 -> 23[label="",style="dashed", color="red", weight=0]; 13.82/5.36 350[label="xy300 == xy400",fontsize=16,color="magenta"];350 -> 507[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 350 -> 508[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 351 -> 24[label="",style="dashed", color="red", weight=0]; 13.82/5.36 351[label="xy300 == xy400",fontsize=16,color="magenta"];351 -> 509[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 351 -> 510[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 352 -> 25[label="",style="dashed", color="red", weight=0]; 13.82/5.36 352[label="xy300 == xy400",fontsize=16,color="magenta"];352 -> 511[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 352 -> 512[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 353 -> 26[label="",style="dashed", color="red", weight=0]; 13.82/5.36 353[label="xy300 == xy400",fontsize=16,color="magenta"];353 -> 513[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 353 -> 514[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 354 -> 27[label="",style="dashed", color="red", weight=0]; 13.82/5.36 354[label="xy300 == xy400",fontsize=16,color="magenta"];354 -> 515[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 354 -> 516[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 355 -> 28[label="",style="dashed", color="red", weight=0]; 13.82/5.36 355[label="xy300 == xy400",fontsize=16,color="magenta"];355 -> 517[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 355 -> 518[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 356 -> 29[label="",style="dashed", color="red", weight=0]; 13.82/5.36 356[label="xy300 == xy400",fontsize=16,color="magenta"];356 -> 519[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 356 -> 520[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 357 -> 30[label="",style="dashed", color="red", weight=0]; 13.82/5.36 357[label="xy300 == xy400",fontsize=16,color="magenta"];357 -> 521[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 357 -> 522[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 358 -> 31[label="",style="dashed", color="red", weight=0]; 13.82/5.36 358[label="xy300 == xy400",fontsize=16,color="magenta"];358 -> 523[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 358 -> 524[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 359 -> 32[label="",style="dashed", color="red", weight=0]; 13.82/5.36 359[label="xy300 == xy400",fontsize=16,color="magenta"];359 -> 525[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 359 -> 526[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 360 -> 33[label="",style="dashed", color="red", weight=0]; 13.82/5.36 360[label="xy300 == xy400",fontsize=16,color="magenta"];360 -> 527[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 360 -> 528[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 361 -> 34[label="",style="dashed", color="red", weight=0]; 13.82/5.36 361[label="xy300 == xy400",fontsize=16,color="magenta"];361 -> 529[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 361 -> 530[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 362 -> 35[label="",style="dashed", color="red", weight=0]; 13.82/5.36 362[label="xy300 == xy400",fontsize=16,color="magenta"];362 -> 531[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 362 -> 532[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 363 -> 36[label="",style="dashed", color="red", weight=0]; 13.82/5.36 363[label="xy300 == xy400",fontsize=16,color="magenta"];363 -> 533[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 363 -> 534[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 364[label="xy400",fontsize=16,color="green",shape="box"];365[label="xy300",fontsize=16,color="green",shape="box"];366[label="xy400",fontsize=16,color="green",shape="box"];367[label="xy300",fontsize=16,color="green",shape="box"];368[label="xy400",fontsize=16,color="green",shape="box"];369[label="xy300",fontsize=16,color="green",shape="box"];370[label="xy400",fontsize=16,color="green",shape="box"];371[label="xy300",fontsize=16,color="green",shape="box"];372[label="xy400",fontsize=16,color="green",shape="box"];373[label="xy300",fontsize=16,color="green",shape="box"];374[label="xy400",fontsize=16,color="green",shape="box"];375[label="xy300",fontsize=16,color="green",shape="box"];376[label="xy400",fontsize=16,color="green",shape="box"];377[label="xy300",fontsize=16,color="green",shape="box"];378[label="xy400",fontsize=16,color="green",shape="box"];379[label="xy300",fontsize=16,color="green",shape="box"];380[label="xy400",fontsize=16,color="green",shape="box"];381[label="xy300",fontsize=16,color="green",shape="box"];382[label="xy400",fontsize=16,color="green",shape="box"];383[label="xy300",fontsize=16,color="green",shape="box"];384[label="xy400",fontsize=16,color="green",shape="box"];385[label="xy300",fontsize=16,color="green",shape="box"];386[label="xy400",fontsize=16,color="green",shape="box"];387[label="xy300",fontsize=16,color="green",shape="box"];388[label="xy400",fontsize=16,color="green",shape="box"];389[label="xy300",fontsize=16,color="green",shape="box"];390[label="xy400",fontsize=16,color="green",shape="box"];391[label="xy300",fontsize=16,color="green",shape="box"];392 -> 192[label="",style="dashed", color="red", weight=0]; 13.82/5.36 392[label="primEqNat xy3000 xy4000",fontsize=16,color="magenta"];392 -> 535[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 392 -> 536[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 393[label="False",fontsize=16,color="green",shape="box"];394[label="False",fontsize=16,color="green",shape="box"];395[label="True",fontsize=16,color="green",shape="box"];396[label="False",fontsize=16,color="green",shape="box"];397[label="True",fontsize=16,color="green",shape="box"];398 -> 192[label="",style="dashed", color="red", weight=0]; 13.82/5.36 398[label="primEqNat xy3000 xy4000",fontsize=16,color="magenta"];398 -> 537[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 398 -> 538[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 399[label="False",fontsize=16,color="green",shape="box"];400[label="False",fontsize=16,color="green",shape="box"];401[label="True",fontsize=16,color="green",shape="box"];402[label="False",fontsize=16,color="green",shape="box"];403[label="True",fontsize=16,color="green",shape="box"];404[label="xy401",fontsize=16,color="green",shape="box"];405[label="xy301",fontsize=16,color="green",shape="box"];406[label="xy401",fontsize=16,color="green",shape="box"];407[label="xy301",fontsize=16,color="green",shape="box"];408[label="xy400",fontsize=16,color="green",shape="box"];409[label="xy300",fontsize=16,color="green",shape="box"];410[label="xy400",fontsize=16,color="green",shape="box"];411[label="xy300",fontsize=16,color="green",shape="box"];412[label="primMulInt xy301 xy400",fontsize=16,color="burlywood",shape="box"];885[label="xy301/Pos xy3010",fontsize=10,color="white",style="solid",shape="box"];412 -> 885[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 885 -> 539[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 886[label="xy301/Neg xy3010",fontsize=10,color="white",style="solid",shape="box"];412 -> 886[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 886 -> 540[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 413[label="xy401",fontsize=16,color="green",shape="box"];414[label="xy300",fontsize=16,color="green",shape="box"];415[label="xy401",fontsize=16,color="green",shape="box"];416[label="xy301",fontsize=16,color="green",shape="box"];417[label="xy401",fontsize=16,color="green",shape="box"];418[label="xy301",fontsize=16,color="green",shape="box"];419[label="xy401",fontsize=16,color="green",shape="box"];420[label="xy301",fontsize=16,color="green",shape="box"];421[label="xy401",fontsize=16,color="green",shape="box"];422[label="xy301",fontsize=16,color="green",shape="box"];423[label="xy401",fontsize=16,color="green",shape="box"];424[label="xy301",fontsize=16,color="green",shape="box"];425[label="xy401",fontsize=16,color="green",shape="box"];426[label="xy301",fontsize=16,color="green",shape="box"];427[label="xy401",fontsize=16,color="green",shape="box"];428[label="xy301",fontsize=16,color="green",shape="box"];429[label="xy401",fontsize=16,color="green",shape="box"];430[label="xy301",fontsize=16,color="green",shape="box"];431[label="xy401",fontsize=16,color="green",shape="box"];432[label="xy301",fontsize=16,color="green",shape="box"];433[label="xy401",fontsize=16,color="green",shape="box"];434[label="xy301",fontsize=16,color="green",shape="box"];435[label="xy401",fontsize=16,color="green",shape="box"];436[label="xy301",fontsize=16,color="green",shape="box"];437[label="xy401",fontsize=16,color="green",shape="box"];438[label="xy301",fontsize=16,color="green",shape="box"];439[label="xy401",fontsize=16,color="green",shape="box"];440[label="xy301",fontsize=16,color="green",shape="box"];441[label="xy401",fontsize=16,color="green",shape="box"];442[label="xy301",fontsize=16,color="green",shape="box"];443[label="xy400",fontsize=16,color="green",shape="box"];444[label="xy300",fontsize=16,color="green",shape="box"];445[label="xy400",fontsize=16,color="green",shape="box"];446[label="xy300",fontsize=16,color="green",shape="box"];447[label="xy400",fontsize=16,color="green",shape="box"];448[label="xy300",fontsize=16,color="green",shape="box"];449[label="xy400",fontsize=16,color="green",shape="box"];450[label="xy300",fontsize=16,color="green",shape="box"];451[label="xy400",fontsize=16,color="green",shape="box"];452[label="xy300",fontsize=16,color="green",shape="box"];453[label="xy400",fontsize=16,color="green",shape="box"];454[label="xy300",fontsize=16,color="green",shape="box"];455[label="xy400",fontsize=16,color="green",shape="box"];456[label="xy300",fontsize=16,color="green",shape="box"];457[label="xy400",fontsize=16,color="green",shape="box"];458[label="xy300",fontsize=16,color="green",shape="box"];459[label="xy400",fontsize=16,color="green",shape="box"];460[label="xy300",fontsize=16,color="green",shape="box"];461[label="xy400",fontsize=16,color="green",shape="box"];462[label="xy300",fontsize=16,color="green",shape="box"];463[label="xy400",fontsize=16,color="green",shape="box"];464[label="xy300",fontsize=16,color="green",shape="box"];465[label="xy400",fontsize=16,color="green",shape="box"];466[label="xy300",fontsize=16,color="green",shape="box"];467[label="xy400",fontsize=16,color="green",shape="box"];468[label="xy300",fontsize=16,color="green",shape="box"];469[label="xy400",fontsize=16,color="green",shape="box"];470[label="xy300",fontsize=16,color="green",shape="box"];471[label="primEqNat (Succ xy3000) (Succ xy4000)",fontsize=16,color="black",shape="box"];471 -> 541[label="",style="solid", color="black", weight=3]; 13.82/5.36 472[label="primEqNat (Succ xy3000) Zero",fontsize=16,color="black",shape="box"];472 -> 542[label="",style="solid", color="black", weight=3]; 13.82/5.36 473[label="primEqNat Zero (Succ xy4000)",fontsize=16,color="black",shape="box"];473 -> 543[label="",style="solid", color="black", weight=3]; 13.82/5.36 474[label="primEqNat Zero Zero",fontsize=16,color="black",shape="box"];474 -> 544[label="",style="solid", color="black", weight=3]; 13.82/5.36 475[label="xy400",fontsize=16,color="green",shape="box"];476[label="xy301",fontsize=16,color="green",shape="box"];477[label="xy401",fontsize=16,color="green",shape="box"];478[label="xy300",fontsize=16,color="green",shape="box"];479 -> 23[label="",style="dashed", color="red", weight=0]; 13.82/5.36 479[label="xy302 == xy402",fontsize=16,color="magenta"];479 -> 545[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 479 -> 546[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 480 -> 24[label="",style="dashed", color="red", weight=0]; 13.82/5.36 480[label="xy302 == xy402",fontsize=16,color="magenta"];480 -> 547[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 480 -> 548[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 481 -> 25[label="",style="dashed", color="red", weight=0]; 13.82/5.36 481[label="xy302 == xy402",fontsize=16,color="magenta"];481 -> 549[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 481 -> 550[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 482 -> 26[label="",style="dashed", color="red", weight=0]; 13.82/5.36 482[label="xy302 == xy402",fontsize=16,color="magenta"];482 -> 551[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 482 -> 552[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 483 -> 27[label="",style="dashed", color="red", weight=0]; 13.82/5.36 483[label="xy302 == xy402",fontsize=16,color="magenta"];483 -> 553[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 483 -> 554[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 484 -> 28[label="",style="dashed", color="red", weight=0]; 13.82/5.36 484[label="xy302 == xy402",fontsize=16,color="magenta"];484 -> 555[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 484 -> 556[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 485 -> 29[label="",style="dashed", color="red", weight=0]; 13.82/5.36 485[label="xy302 == xy402",fontsize=16,color="magenta"];485 -> 557[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 485 -> 558[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 486 -> 30[label="",style="dashed", color="red", weight=0]; 13.82/5.36 486[label="xy302 == xy402",fontsize=16,color="magenta"];486 -> 559[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 486 -> 560[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 487 -> 31[label="",style="dashed", color="red", weight=0]; 13.82/5.36 487[label="xy302 == xy402",fontsize=16,color="magenta"];487 -> 561[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 487 -> 562[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 488 -> 32[label="",style="dashed", color="red", weight=0]; 13.82/5.36 488[label="xy302 == xy402",fontsize=16,color="magenta"];488 -> 563[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 488 -> 564[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 489 -> 33[label="",style="dashed", color="red", weight=0]; 13.82/5.36 489[label="xy302 == xy402",fontsize=16,color="magenta"];489 -> 565[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 489 -> 566[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 490 -> 34[label="",style="dashed", color="red", weight=0]; 13.82/5.36 490[label="xy302 == xy402",fontsize=16,color="magenta"];490 -> 567[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 490 -> 568[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 491 -> 35[label="",style="dashed", color="red", weight=0]; 13.82/5.36 491[label="xy302 == xy402",fontsize=16,color="magenta"];491 -> 569[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 491 -> 570[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 492 -> 36[label="",style="dashed", color="red", weight=0]; 13.82/5.36 492[label="xy302 == xy402",fontsize=16,color="magenta"];492 -> 571[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 492 -> 572[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 493 -> 23[label="",style="dashed", color="red", weight=0]; 13.82/5.36 493[label="xy301 == xy401",fontsize=16,color="magenta"];493 -> 573[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 493 -> 574[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 494 -> 24[label="",style="dashed", color="red", weight=0]; 13.82/5.36 494[label="xy301 == xy401",fontsize=16,color="magenta"];494 -> 575[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 494 -> 576[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 495 -> 25[label="",style="dashed", color="red", weight=0]; 13.82/5.36 495[label="xy301 == xy401",fontsize=16,color="magenta"];495 -> 577[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 495 -> 578[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 496 -> 26[label="",style="dashed", color="red", weight=0]; 13.82/5.36 496[label="xy301 == xy401",fontsize=16,color="magenta"];496 -> 579[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 496 -> 580[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 497 -> 27[label="",style="dashed", color="red", weight=0]; 13.82/5.36 497[label="xy301 == xy401",fontsize=16,color="magenta"];497 -> 581[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 497 -> 582[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 498 -> 28[label="",style="dashed", color="red", weight=0]; 13.82/5.36 498[label="xy301 == xy401",fontsize=16,color="magenta"];498 -> 583[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 498 -> 584[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 499 -> 29[label="",style="dashed", color="red", weight=0]; 13.82/5.36 499[label="xy301 == xy401",fontsize=16,color="magenta"];499 -> 585[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 499 -> 586[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 500 -> 30[label="",style="dashed", color="red", weight=0]; 13.82/5.36 500[label="xy301 == xy401",fontsize=16,color="magenta"];500 -> 587[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 500 -> 588[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 501 -> 31[label="",style="dashed", color="red", weight=0]; 13.82/5.36 501[label="xy301 == xy401",fontsize=16,color="magenta"];501 -> 589[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 501 -> 590[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 502 -> 32[label="",style="dashed", color="red", weight=0]; 13.82/5.36 502[label="xy301 == xy401",fontsize=16,color="magenta"];502 -> 591[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 502 -> 592[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 503 -> 33[label="",style="dashed", color="red", weight=0]; 13.82/5.36 503[label="xy301 == xy401",fontsize=16,color="magenta"];503 -> 593[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 503 -> 594[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 504 -> 34[label="",style="dashed", color="red", weight=0]; 13.82/5.36 504[label="xy301 == xy401",fontsize=16,color="magenta"];504 -> 595[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 504 -> 596[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 505 -> 35[label="",style="dashed", color="red", weight=0]; 13.82/5.36 505[label="xy301 == xy401",fontsize=16,color="magenta"];505 -> 597[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 505 -> 598[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 506 -> 36[label="",style="dashed", color="red", weight=0]; 13.82/5.36 506[label="xy301 == xy401",fontsize=16,color="magenta"];506 -> 599[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 506 -> 600[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 507[label="xy400",fontsize=16,color="green",shape="box"];508[label="xy300",fontsize=16,color="green",shape="box"];509[label="xy400",fontsize=16,color="green",shape="box"];510[label="xy300",fontsize=16,color="green",shape="box"];511[label="xy400",fontsize=16,color="green",shape="box"];512[label="xy300",fontsize=16,color="green",shape="box"];513[label="xy400",fontsize=16,color="green",shape="box"];514[label="xy300",fontsize=16,color="green",shape="box"];515[label="xy400",fontsize=16,color="green",shape="box"];516[label="xy300",fontsize=16,color="green",shape="box"];517[label="xy400",fontsize=16,color="green",shape="box"];518[label="xy300",fontsize=16,color="green",shape="box"];519[label="xy400",fontsize=16,color="green",shape="box"];520[label="xy300",fontsize=16,color="green",shape="box"];521[label="xy400",fontsize=16,color="green",shape="box"];522[label="xy300",fontsize=16,color="green",shape="box"];523[label="xy400",fontsize=16,color="green",shape="box"];524[label="xy300",fontsize=16,color="green",shape="box"];525[label="xy400",fontsize=16,color="green",shape="box"];526[label="xy300",fontsize=16,color="green",shape="box"];527[label="xy400",fontsize=16,color="green",shape="box"];528[label="xy300",fontsize=16,color="green",shape="box"];529[label="xy400",fontsize=16,color="green",shape="box"];530[label="xy300",fontsize=16,color="green",shape="box"];531[label="xy400",fontsize=16,color="green",shape="box"];532[label="xy300",fontsize=16,color="green",shape="box"];533[label="xy400",fontsize=16,color="green",shape="box"];534[label="xy300",fontsize=16,color="green",shape="box"];535[label="xy4000",fontsize=16,color="green",shape="box"];536[label="xy3000",fontsize=16,color="green",shape="box"];537[label="xy4000",fontsize=16,color="green",shape="box"];538[label="xy3000",fontsize=16,color="green",shape="box"];539[label="primMulInt (Pos xy3010) xy400",fontsize=16,color="burlywood",shape="box"];887[label="xy400/Pos xy4000",fontsize=10,color="white",style="solid",shape="box"];539 -> 887[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 887 -> 601[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 888[label="xy400/Neg xy4000",fontsize=10,color="white",style="solid",shape="box"];539 -> 888[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 888 -> 602[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 540[label="primMulInt (Neg xy3010) xy400",fontsize=16,color="burlywood",shape="box"];889[label="xy400/Pos xy4000",fontsize=10,color="white",style="solid",shape="box"];540 -> 889[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 889 -> 603[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 890[label="xy400/Neg xy4000",fontsize=10,color="white",style="solid",shape="box"];540 -> 890[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 890 -> 604[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 541 -> 192[label="",style="dashed", color="red", weight=0]; 13.82/5.36 541[label="primEqNat xy3000 xy4000",fontsize=16,color="magenta"];541 -> 605[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 541 -> 606[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 542[label="False",fontsize=16,color="green",shape="box"];543[label="False",fontsize=16,color="green",shape="box"];544[label="True",fontsize=16,color="green",shape="box"];545[label="xy402",fontsize=16,color="green",shape="box"];546[label="xy302",fontsize=16,color="green",shape="box"];547[label="xy402",fontsize=16,color="green",shape="box"];548[label="xy302",fontsize=16,color="green",shape="box"];549[label="xy402",fontsize=16,color="green",shape="box"];550[label="xy302",fontsize=16,color="green",shape="box"];551[label="xy402",fontsize=16,color="green",shape="box"];552[label="xy302",fontsize=16,color="green",shape="box"];553[label="xy402",fontsize=16,color="green",shape="box"];554[label="xy302",fontsize=16,color="green",shape="box"];555[label="xy402",fontsize=16,color="green",shape="box"];556[label="xy302",fontsize=16,color="green",shape="box"];557[label="xy402",fontsize=16,color="green",shape="box"];558[label="xy302",fontsize=16,color="green",shape="box"];559[label="xy402",fontsize=16,color="green",shape="box"];560[label="xy302",fontsize=16,color="green",shape="box"];561[label="xy402",fontsize=16,color="green",shape="box"];562[label="xy302",fontsize=16,color="green",shape="box"];563[label="xy402",fontsize=16,color="green",shape="box"];564[label="xy302",fontsize=16,color="green",shape="box"];565[label="xy402",fontsize=16,color="green",shape="box"];566[label="xy302",fontsize=16,color="green",shape="box"];567[label="xy402",fontsize=16,color="green",shape="box"];568[label="xy302",fontsize=16,color="green",shape="box"];569[label="xy402",fontsize=16,color="green",shape="box"];570[label="xy302",fontsize=16,color="green",shape="box"];571[label="xy402",fontsize=16,color="green",shape="box"];572[label="xy302",fontsize=16,color="green",shape="box"];573[label="xy401",fontsize=16,color="green",shape="box"];574[label="xy301",fontsize=16,color="green",shape="box"];575[label="xy401",fontsize=16,color="green",shape="box"];576[label="xy301",fontsize=16,color="green",shape="box"];577[label="xy401",fontsize=16,color="green",shape="box"];578[label="xy301",fontsize=16,color="green",shape="box"];579[label="xy401",fontsize=16,color="green",shape="box"];580[label="xy301",fontsize=16,color="green",shape="box"];581[label="xy401",fontsize=16,color="green",shape="box"];582[label="xy301",fontsize=16,color="green",shape="box"];583[label="xy401",fontsize=16,color="green",shape="box"];584[label="xy301",fontsize=16,color="green",shape="box"];585[label="xy401",fontsize=16,color="green",shape="box"];586[label="xy301",fontsize=16,color="green",shape="box"];587[label="xy401",fontsize=16,color="green",shape="box"];588[label="xy301",fontsize=16,color="green",shape="box"];589[label="xy401",fontsize=16,color="green",shape="box"];590[label="xy301",fontsize=16,color="green",shape="box"];591[label="xy401",fontsize=16,color="green",shape="box"];592[label="xy301",fontsize=16,color="green",shape="box"];593[label="xy401",fontsize=16,color="green",shape="box"];594[label="xy301",fontsize=16,color="green",shape="box"];595[label="xy401",fontsize=16,color="green",shape="box"];596[label="xy301",fontsize=16,color="green",shape="box"];597[label="xy401",fontsize=16,color="green",shape="box"];598[label="xy301",fontsize=16,color="green",shape="box"];599[label="xy401",fontsize=16,color="green",shape="box"];600[label="xy301",fontsize=16,color="green",shape="box"];601[label="primMulInt (Pos xy3010) (Pos xy4000)",fontsize=16,color="black",shape="box"];601 -> 607[label="",style="solid", color="black", weight=3]; 13.82/5.36 602[label="primMulInt (Pos xy3010) (Neg xy4000)",fontsize=16,color="black",shape="box"];602 -> 608[label="",style="solid", color="black", weight=3]; 13.82/5.36 603[label="primMulInt (Neg xy3010) (Pos xy4000)",fontsize=16,color="black",shape="box"];603 -> 609[label="",style="solid", color="black", weight=3]; 13.82/5.36 604[label="primMulInt (Neg xy3010) (Neg xy4000)",fontsize=16,color="black",shape="box"];604 -> 610[label="",style="solid", color="black", weight=3]; 13.82/5.36 605[label="xy4000",fontsize=16,color="green",shape="box"];606[label="xy3000",fontsize=16,color="green",shape="box"];607[label="Pos (primMulNat xy3010 xy4000)",fontsize=16,color="green",shape="box"];607 -> 611[label="",style="dashed", color="green", weight=3]; 13.82/5.36 608[label="Neg (primMulNat xy3010 xy4000)",fontsize=16,color="green",shape="box"];608 -> 612[label="",style="dashed", color="green", weight=3]; 13.82/5.36 609[label="Neg (primMulNat xy3010 xy4000)",fontsize=16,color="green",shape="box"];609 -> 613[label="",style="dashed", color="green", weight=3]; 13.82/5.36 610[label="Pos (primMulNat xy3010 xy4000)",fontsize=16,color="green",shape="box"];610 -> 614[label="",style="dashed", color="green", weight=3]; 13.82/5.36 611[label="primMulNat xy3010 xy4000",fontsize=16,color="burlywood",shape="triangle"];891[label="xy3010/Succ xy30100",fontsize=10,color="white",style="solid",shape="box"];611 -> 891[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 891 -> 615[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 892[label="xy3010/Zero",fontsize=10,color="white",style="solid",shape="box"];611 -> 892[label="",style="solid", color="burlywood", weight=9]; 13.82/5.36 892 -> 616[label="",style="solid", color="burlywood", weight=3]; 13.82/5.36 612 -> 611[label="",style="dashed", color="red", weight=0]; 13.82/5.36 612[label="primMulNat xy3010 xy4000",fontsize=16,color="magenta"];612 -> 617[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 613 -> 611[label="",style="dashed", color="red", weight=0]; 13.82/5.36 613[label="primMulNat xy3010 xy4000",fontsize=16,color="magenta"];613 -> 618[label="",style="dashed", color="magenta", weight=3]; 13.82/5.36 614 -> 611[label="",style="dashed", color="red", weight=0]; 13.82/5.36 614[label="primMulNat xy3010 xy4000",fontsize=16,color="magenta"];614 -> 619[label="",style="dashed", color="magenta", weight=3]; 13.82/5.37 614 -> 620[label="",style="dashed", color="magenta", weight=3]; 13.82/5.37 615[label="primMulNat (Succ xy30100) xy4000",fontsize=16,color="burlywood",shape="box"];893[label="xy4000/Succ xy40000",fontsize=10,color="white",style="solid",shape="box"];615 -> 893[label="",style="solid", color="burlywood", weight=9]; 13.82/5.37 893 -> 621[label="",style="solid", color="burlywood", weight=3]; 13.82/5.37 894[label="xy4000/Zero",fontsize=10,color="white",style="solid",shape="box"];615 -> 894[label="",style="solid", color="burlywood", weight=9]; 13.82/5.37 894 -> 622[label="",style="solid", color="burlywood", weight=3]; 13.82/5.37 616[label="primMulNat Zero xy4000",fontsize=16,color="burlywood",shape="box"];895[label="xy4000/Succ xy40000",fontsize=10,color="white",style="solid",shape="box"];616 -> 895[label="",style="solid", color="burlywood", weight=9]; 13.82/5.37 895 -> 623[label="",style="solid", color="burlywood", weight=3]; 13.82/5.37 896[label="xy4000/Zero",fontsize=10,color="white",style="solid",shape="box"];616 -> 896[label="",style="solid", color="burlywood", weight=9]; 13.82/5.37 896 -> 624[label="",style="solid", color="burlywood", weight=3]; 13.82/5.37 617[label="xy4000",fontsize=16,color="green",shape="box"];618[label="xy3010",fontsize=16,color="green",shape="box"];619[label="xy4000",fontsize=16,color="green",shape="box"];620[label="xy3010",fontsize=16,color="green",shape="box"];621[label="primMulNat (Succ xy30100) (Succ xy40000)",fontsize=16,color="black",shape="box"];621 -> 625[label="",style="solid", color="black", weight=3]; 13.82/5.37 622[label="primMulNat (Succ xy30100) Zero",fontsize=16,color="black",shape="box"];622 -> 626[label="",style="solid", color="black", weight=3]; 13.82/5.37 623[label="primMulNat Zero (Succ xy40000)",fontsize=16,color="black",shape="box"];623 -> 627[label="",style="solid", color="black", weight=3]; 13.82/5.37 624[label="primMulNat Zero Zero",fontsize=16,color="black",shape="box"];624 -> 628[label="",style="solid", color="black", weight=3]; 13.82/5.37 625 -> 629[label="",style="dashed", color="red", weight=0]; 13.82/5.37 625[label="primPlusNat (primMulNat xy30100 (Succ xy40000)) (Succ xy40000)",fontsize=16,color="magenta"];625 -> 630[label="",style="dashed", color="magenta", weight=3]; 13.82/5.37 626[label="Zero",fontsize=16,color="green",shape="box"];627[label="Zero",fontsize=16,color="green",shape="box"];628[label="Zero",fontsize=16,color="green",shape="box"];630 -> 611[label="",style="dashed", color="red", weight=0]; 13.82/5.37 630[label="primMulNat xy30100 (Succ xy40000)",fontsize=16,color="magenta"];630 -> 631[label="",style="dashed", color="magenta", weight=3]; 13.82/5.37 630 -> 632[label="",style="dashed", color="magenta", weight=3]; 13.82/5.37 629[label="primPlusNat xy11 (Succ xy40000)",fontsize=16,color="burlywood",shape="triangle"];897[label="xy11/Succ xy110",fontsize=10,color="white",style="solid",shape="box"];629 -> 897[label="",style="solid", color="burlywood", weight=9]; 13.82/5.37 897 -> 633[label="",style="solid", color="burlywood", weight=3]; 13.82/5.37 898[label="xy11/Zero",fontsize=10,color="white",style="solid",shape="box"];629 -> 898[label="",style="solid", color="burlywood", weight=9]; 13.82/5.37 898 -> 634[label="",style="solid", color="burlywood", weight=3]; 13.82/5.37 631[label="Succ xy40000",fontsize=16,color="green",shape="box"];632[label="xy30100",fontsize=16,color="green",shape="box"];633[label="primPlusNat (Succ xy110) (Succ xy40000)",fontsize=16,color="black",shape="box"];633 -> 635[label="",style="solid", color="black", weight=3]; 13.82/5.37 634[label="primPlusNat Zero (Succ xy40000)",fontsize=16,color="black",shape="box"];634 -> 636[label="",style="solid", color="black", weight=3]; 13.82/5.37 635[label="Succ (Succ (primPlusNat xy110 xy40000))",fontsize=16,color="green",shape="box"];635 -> 637[label="",style="dashed", color="green", weight=3]; 13.82/5.37 636[label="Succ xy40000",fontsize=16,color="green",shape="box"];637[label="primPlusNat xy110 xy40000",fontsize=16,color="burlywood",shape="triangle"];899[label="xy110/Succ xy1100",fontsize=10,color="white",style="solid",shape="box"];637 -> 899[label="",style="solid", color="burlywood", weight=9]; 13.82/5.37 899 -> 638[label="",style="solid", color="burlywood", weight=3]; 13.82/5.37 900[label="xy110/Zero",fontsize=10,color="white",style="solid",shape="box"];637 -> 900[label="",style="solid", color="burlywood", weight=9]; 13.82/5.37 900 -> 639[label="",style="solid", color="burlywood", weight=3]; 13.82/5.37 638[label="primPlusNat (Succ xy1100) xy40000",fontsize=16,color="burlywood",shape="box"];901[label="xy40000/Succ xy400000",fontsize=10,color="white",style="solid",shape="box"];638 -> 901[label="",style="solid", color="burlywood", weight=9]; 13.82/5.37 901 -> 640[label="",style="solid", color="burlywood", weight=3]; 13.82/5.37 902[label="xy40000/Zero",fontsize=10,color="white",style="solid",shape="box"];638 -> 902[label="",style="solid", color="burlywood", weight=9]; 13.82/5.37 902 -> 641[label="",style="solid", color="burlywood", weight=3]; 13.82/5.37 639[label="primPlusNat Zero xy40000",fontsize=16,color="burlywood",shape="box"];903[label="xy40000/Succ xy400000",fontsize=10,color="white",style="solid",shape="box"];639 -> 903[label="",style="solid", color="burlywood", weight=9]; 13.82/5.37 903 -> 642[label="",style="solid", color="burlywood", weight=3]; 13.82/5.37 904[label="xy40000/Zero",fontsize=10,color="white",style="solid",shape="box"];639 -> 904[label="",style="solid", color="burlywood", weight=9]; 13.82/5.37 904 -> 643[label="",style="solid", color="burlywood", weight=3]; 13.82/5.37 640[label="primPlusNat (Succ xy1100) (Succ xy400000)",fontsize=16,color="black",shape="box"];640 -> 644[label="",style="solid", color="black", weight=3]; 13.82/5.37 641[label="primPlusNat (Succ xy1100) Zero",fontsize=16,color="black",shape="box"];641 -> 645[label="",style="solid", color="black", weight=3]; 13.82/5.37 642[label="primPlusNat Zero (Succ xy400000)",fontsize=16,color="black",shape="box"];642 -> 646[label="",style="solid", color="black", weight=3]; 13.82/5.37 643[label="primPlusNat Zero Zero",fontsize=16,color="black",shape="box"];643 -> 647[label="",style="solid", color="black", weight=3]; 13.82/5.37 644[label="Succ (Succ (primPlusNat xy1100 xy400000))",fontsize=16,color="green",shape="box"];644 -> 648[label="",style="dashed", color="green", weight=3]; 13.82/5.37 645[label="Succ xy1100",fontsize=16,color="green",shape="box"];646[label="Succ xy400000",fontsize=16,color="green",shape="box"];647[label="Zero",fontsize=16,color="green",shape="box"];648 -> 637[label="",style="dashed", color="red", weight=0]; 13.82/5.37 648[label="primPlusNat xy1100 xy400000",fontsize=16,color="magenta"];648 -> 649[label="",style="dashed", color="magenta", weight=3]; 13.82/5.37 648 -> 650[label="",style="dashed", color="magenta", weight=3]; 13.82/5.37 649[label="xy1100",fontsize=16,color="green",shape="box"];650[label="xy400000",fontsize=16,color="green",shape="box"];} 13.82/5.37 13.82/5.37 ---------------------------------------- 13.82/5.37 13.82/5.37 (6) 13.82/5.37 Complex Obligation (AND) 13.82/5.37 13.82/5.37 ---------------------------------------- 13.82/5.37 13.82/5.37 (7) 13.82/5.37 Obligation: 13.82/5.37 Q DP problem: 13.82/5.37 The TRS P consists of the following rules: 13.82/5.37 13.82/5.37 new_esEs0(Left(xy300), Left(xy400), app(ty_Maybe, cg), ce) -> new_esEs1(xy300, xy400, cg) 13.82/5.37 new_esEs(:(xy300, xy301), :(xy400, xy401), app(app(ty_@2, bf), bg)) -> new_esEs2(xy300, xy400, bf, bg) 13.82/5.37 new_esEs2(@2(xy300, xy301), @2(xy400, xy401), app(app(app(ty_@3, bac), bad), bae), hf) -> new_esEs3(xy300, xy400, bac, bad, bae) 13.82/5.37 new_esEs1(Just(xy300), Just(xy400), app(app(ty_Either, eh), fa)) -> new_esEs0(xy300, xy400, eh, fa) 13.82/5.37 new_esEs3(@3(xy300, xy301, xy302), @3(xy400, xy401, xy402), app(app(ty_Either, bdc), bdd), bag, bcc) -> new_esEs0(xy300, xy400, bdc, bdd) 13.82/5.37 new_esEs3(@3(xy300, xy301, xy302), @3(xy400, xy401, xy402), baf, app(app(ty_Either, bca), bcb), bcc) -> new_esEs0(xy301, xy401, bca, bcb) 13.82/5.37 new_esEs3(@3(xy300, xy301, xy302), @3(xy400, xy401, xy402), baf, bag, app(app(ty_Either, bah), bba)) -> new_esEs0(xy302, xy402, bah, bba) 13.82/5.37 new_esEs3(@3(xy300, xy301, xy302), @3(xy400, xy401, xy402), app(app(app(ty_@3, bea), beb), bec), bag, bcc) -> new_esEs3(xy300, xy400, bea, beb, bec) 13.82/5.37 new_esEs(:(xy300, xy301), :(xy400, xy401), app(app(app(ty_@3, bh), ca), cb)) -> new_esEs3(xy300, xy400, bh, ca, cb) 13.82/5.37 new_esEs2(@2(xy300, xy301), @2(xy400, xy401), gb, app(app(ty_@2, gg), gh)) -> new_esEs2(xy301, xy401, gg, gh) 13.82/5.37 new_esEs0(Left(xy300), Left(xy400), app(app(ty_@2, da), db), ce) -> new_esEs2(xy300, xy400, da, db) 13.82/5.37 new_esEs2(@2(xy300, xy301), @2(xy400, xy401), gb, app(ty_[], ge)) -> new_esEs(xy301, xy401, ge) 13.82/5.37 new_esEs0(Right(xy300), Right(xy400), df, app(app(ty_Either, dg), dh)) -> new_esEs0(xy300, xy400, dg, dh) 13.82/5.37 new_esEs(:(xy300, xy301), :(xy400, xy401), ba) -> new_esEs(xy301, xy401, ba) 13.82/5.37 new_esEs(:(xy300, xy301), :(xy400, xy401), app(ty_Maybe, be)) -> new_esEs1(xy300, xy400, be) 13.82/5.37 new_esEs(:(xy300, xy301), :(xy400, xy401), app(ty_[], bd)) -> new_esEs(xy300, xy400, bd) 13.82/5.37 new_esEs0(Right(xy300), Right(xy400), df, app(ty_[], ea)) -> new_esEs(xy300, xy400, ea) 13.82/5.37 new_esEs3(@3(xy300, xy301, xy302), @3(xy400, xy401, xy402), baf, bag, app(app(app(ty_@3, bbf), bbg), bbh)) -> new_esEs3(xy302, xy402, bbf, bbg, bbh) 13.82/5.37 new_esEs2(@2(xy300, xy301), @2(xy400, xy401), app(app(ty_@2, baa), bab), hf) -> new_esEs2(xy300, xy400, baa, bab) 13.82/5.37 new_esEs3(@3(xy300, xy301, xy302), @3(xy400, xy401, xy402), baf, app(app(ty_@2, bcf), bcg), bcc) -> new_esEs2(xy301, xy401, bcf, bcg) 13.82/5.37 new_esEs0(Left(xy300), Left(xy400), app(app(ty_Either, cc), cd), ce) -> new_esEs0(xy300, xy400, cc, cd) 13.82/5.37 new_esEs2(@2(xy300, xy301), @2(xy400, xy401), app(app(ty_Either, hd), he), hf) -> new_esEs0(xy300, xy400, hd, he) 13.82/5.37 new_esEs0(Left(xy300), Left(xy400), app(app(app(ty_@3, dc), dd), de), ce) -> new_esEs3(xy300, xy400, dc, dd, de) 13.82/5.37 new_esEs3(@3(xy300, xy301, xy302), @3(xy400, xy401, xy402), baf, bag, app(app(ty_@2, bbd), bbe)) -> new_esEs2(xy302, xy402, bbd, bbe) 13.82/5.37 new_esEs2(@2(xy300, xy301), @2(xy400, xy401), gb, app(app(ty_Either, gc), gd)) -> new_esEs0(xy301, xy401, gc, gd) 13.82/5.37 new_esEs2(@2(xy300, xy301), @2(xy400, xy401), gb, app(app(app(ty_@3, ha), hb), hc)) -> new_esEs3(xy301, xy401, ha, hb, hc) 13.82/5.37 new_esEs0(Right(xy300), Right(xy400), df, app(app(app(ty_@3, ee), ef), eg)) -> new_esEs3(xy300, xy400, ee, ef, eg) 13.82/5.37 new_esEs1(Just(xy300), Just(xy400), app(app(ty_@2, fd), ff)) -> new_esEs2(xy300, xy400, fd, ff) 13.82/5.37 new_esEs3(@3(xy300, xy301, xy302), @3(xy400, xy401, xy402), baf, app(app(app(ty_@3, bch), bda), bdb), bcc) -> new_esEs3(xy301, xy401, bch, bda, bdb) 13.82/5.37 new_esEs3(@3(xy300, xy301, xy302), @3(xy400, xy401, xy402), baf, app(ty_[], bcd), bcc) -> new_esEs(xy301, xy401, bcd) 13.82/5.37 new_esEs1(Just(xy300), Just(xy400), app(app(app(ty_@3, fg), fh), ga)) -> new_esEs3(xy300, xy400, fg, fh, ga) 13.82/5.37 new_esEs3(@3(xy300, xy301, xy302), @3(xy400, xy401, xy402), app(app(ty_@2, bdg), bdh), bag, bcc) -> new_esEs2(xy300, xy400, bdg, bdh) 13.82/5.37 new_esEs0(Right(xy300), Right(xy400), df, app(ty_Maybe, eb)) -> new_esEs1(xy300, xy400, eb) 13.82/5.37 new_esEs3(@3(xy300, xy301, xy302), @3(xy400, xy401, xy402), baf, bag, app(ty_[], bbb)) -> new_esEs(xy302, xy402, bbb) 13.82/5.37 new_esEs(:(xy300, xy301), :(xy400, xy401), app(app(ty_Either, bb), bc)) -> new_esEs0(xy300, xy400, bb, bc) 13.82/5.37 new_esEs1(Just(xy300), Just(xy400), app(ty_[], fb)) -> new_esEs(xy300, xy400, fb) 13.82/5.37 new_esEs3(@3(xy300, xy301, xy302), @3(xy400, xy401, xy402), app(ty_Maybe, bdf), bag, bcc) -> new_esEs1(xy300, xy400, bdf) 13.82/5.37 new_esEs2(@2(xy300, xy301), @2(xy400, xy401), app(ty_[], hg), hf) -> new_esEs(xy300, xy400, hg) 13.82/5.37 new_esEs2(@2(xy300, xy301), @2(xy400, xy401), gb, app(ty_Maybe, gf)) -> new_esEs1(xy301, xy401, gf) 13.82/5.37 new_esEs3(@3(xy300, xy301, xy302), @3(xy400, xy401, xy402), baf, app(ty_Maybe, bce), bcc) -> new_esEs1(xy301, xy401, bce) 13.82/5.37 new_esEs2(@2(xy300, xy301), @2(xy400, xy401), app(ty_Maybe, hh), hf) -> new_esEs1(xy300, xy400, hh) 13.82/5.37 new_esEs3(@3(xy300, xy301, xy302), @3(xy400, xy401, xy402), app(ty_[], bde), bag, bcc) -> new_esEs(xy300, xy400, bde) 13.82/5.37 new_esEs1(Just(xy300), Just(xy400), app(ty_Maybe, fc)) -> new_esEs1(xy300, xy400, fc) 13.82/5.37 new_esEs3(@3(xy300, xy301, xy302), @3(xy400, xy401, xy402), baf, bag, app(ty_Maybe, bbc)) -> new_esEs1(xy302, xy402, bbc) 13.82/5.37 new_esEs0(Left(xy300), Left(xy400), app(ty_[], cf), ce) -> new_esEs(xy300, xy400, cf) 13.82/5.37 new_esEs0(Right(xy300), Right(xy400), df, app(app(ty_@2, ec), ed)) -> new_esEs2(xy300, xy400, ec, ed) 13.82/5.37 13.82/5.37 R is empty. 13.82/5.37 Q is empty. 13.82/5.37 We have to consider all minimal (P,Q,R)-chains. 13.82/5.37 ---------------------------------------- 13.82/5.37 13.82/5.37 (8) QDPSizeChangeProof (EQUIVALENT) 13.82/5.37 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. 13.82/5.37 13.82/5.37 From the DPs we obtained the following set of size-change graphs: 13.82/5.37 *new_esEs1(Just(xy300), Just(xy400), app(app(ty_Either, eh), fa)) -> new_esEs0(xy300, xy400, eh, fa) 13.82/5.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 13.82/5.37 13.82/5.37 13.82/5.37 *new_esEs1(Just(xy300), Just(xy400), app(ty_[], fb)) -> new_esEs(xy300, xy400, fb) 13.82/5.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 13.82/5.37 13.82/5.37 13.82/5.37 *new_esEs1(Just(xy300), Just(xy400), app(app(ty_@2, fd), ff)) -> new_esEs2(xy300, xy400, fd, ff) 13.82/5.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 13.82/5.37 13.82/5.37 13.82/5.37 *new_esEs1(Just(xy300), Just(xy400), app(ty_Maybe, fc)) -> new_esEs1(xy300, xy400, fc) 13.82/5.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 13.82/5.37 13.82/5.37 13.82/5.37 *new_esEs1(Just(xy300), Just(xy400), app(app(app(ty_@3, fg), fh), ga)) -> new_esEs3(xy300, xy400, fg, fh, ga) 13.82/5.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 13.82/5.37 13.82/5.37 13.82/5.37 *new_esEs(:(xy300, xy301), :(xy400, xy401), app(app(ty_Either, bb), bc)) -> new_esEs0(xy300, xy400, bb, bc) 13.82/5.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 13.82/5.37 13.82/5.37 13.82/5.37 *new_esEs(:(xy300, xy301), :(xy400, xy401), app(app(ty_@2, bf), bg)) -> new_esEs2(xy300, xy400, bf, bg) 13.82/5.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 13.82/5.37 13.82/5.37 13.82/5.37 *new_esEs(:(xy300, xy301), :(xy400, xy401), app(ty_Maybe, be)) -> new_esEs1(xy300, xy400, be) 13.82/5.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 13.82/5.37 13.82/5.37 13.82/5.37 *new_esEs(:(xy300, xy301), :(xy400, xy401), app(app(app(ty_@3, bh), ca), cb)) -> new_esEs3(xy300, xy400, bh, ca, cb) 13.82/5.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 13.82/5.37 13.82/5.37 13.82/5.37 *new_esEs2(@2(xy300, xy301), @2(xy400, xy401), app(app(ty_Either, hd), he), hf) -> new_esEs0(xy300, xy400, hd, he) 13.82/5.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 13.82/5.37 13.82/5.37 13.82/5.37 *new_esEs2(@2(xy300, xy301), @2(xy400, xy401), gb, app(app(ty_Either, gc), gd)) -> new_esEs0(xy301, xy401, gc, gd) 13.82/5.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 13.82/5.37 13.82/5.37 13.82/5.37 *new_esEs3(@3(xy300, xy301, xy302), @3(xy400, xy401, xy402), app(app(ty_Either, bdc), bdd), bag, bcc) -> new_esEs0(xy300, xy400, bdc, bdd) 13.82/5.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 13.82/5.37 13.82/5.37 13.82/5.37 *new_esEs3(@3(xy300, xy301, xy302), @3(xy400, xy401, xy402), baf, app(app(ty_Either, bca), bcb), bcc) -> new_esEs0(xy301, xy401, bca, bcb) 13.82/5.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 13.82/5.37 13.82/5.37 13.82/5.37 *new_esEs3(@3(xy300, xy301, xy302), @3(xy400, xy401, xy402), baf, bag, app(app(ty_Either, bah), bba)) -> new_esEs0(xy302, xy402, bah, bba) 13.82/5.37 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 13.82/5.37 13.82/5.37 13.82/5.37 *new_esEs0(Right(xy300), Right(xy400), df, app(app(ty_Either, dg), dh)) -> new_esEs0(xy300, xy400, dg, dh) 13.82/5.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 13.82/5.37 13.82/5.37 13.82/5.37 *new_esEs0(Left(xy300), Left(xy400), app(app(ty_Either, cc), cd), ce) -> new_esEs0(xy300, xy400, cc, cd) 13.82/5.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 13.82/5.37 13.82/5.37 13.82/5.37 *new_esEs2(@2(xy300, xy301), @2(xy400, xy401), gb, app(ty_[], ge)) -> new_esEs(xy301, xy401, ge) 13.82/5.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 13.82/5.37 13.82/5.37 13.82/5.37 *new_esEs2(@2(xy300, xy301), @2(xy400, xy401), app(ty_[], hg), hf) -> new_esEs(xy300, xy400, hg) 13.82/5.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 13.82/5.37 13.82/5.37 13.82/5.37 *new_esEs2(@2(xy300, xy301), @2(xy400, xy401), gb, app(app(ty_@2, gg), gh)) -> new_esEs2(xy301, xy401, gg, gh) 13.82/5.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 13.82/5.37 13.82/5.37 13.82/5.37 *new_esEs2(@2(xy300, xy301), @2(xy400, xy401), app(app(ty_@2, baa), bab), hf) -> new_esEs2(xy300, xy400, baa, bab) 13.82/5.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 13.82/5.37 13.82/5.37 13.82/5.37 *new_esEs2(@2(xy300, xy301), @2(xy400, xy401), gb, app(ty_Maybe, gf)) -> new_esEs1(xy301, xy401, gf) 13.82/5.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 13.82/5.37 13.82/5.37 13.82/5.37 *new_esEs2(@2(xy300, xy301), @2(xy400, xy401), app(ty_Maybe, hh), hf) -> new_esEs1(xy300, xy400, hh) 13.82/5.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 13.82/5.37 13.82/5.37 13.82/5.37 *new_esEs2(@2(xy300, xy301), @2(xy400, xy401), app(app(app(ty_@3, bac), bad), bae), hf) -> new_esEs3(xy300, xy400, bac, bad, bae) 13.82/5.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 13.82/5.37 13.82/5.37 13.82/5.37 *new_esEs2(@2(xy300, xy301), @2(xy400, xy401), gb, app(app(app(ty_@3, ha), hb), hc)) -> new_esEs3(xy301, xy401, ha, hb, hc) 13.82/5.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 13.82/5.37 13.82/5.37 13.82/5.37 *new_esEs3(@3(xy300, xy301, xy302), @3(xy400, xy401, xy402), baf, app(ty_[], bcd), bcc) -> new_esEs(xy301, xy401, bcd) 13.82/5.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 13.82/5.37 13.82/5.37 13.82/5.37 *new_esEs3(@3(xy300, xy301, xy302), @3(xy400, xy401, xy402), baf, bag, app(ty_[], bbb)) -> new_esEs(xy302, xy402, bbb) 13.82/5.37 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 13.82/5.37 13.82/5.37 13.82/5.37 *new_esEs3(@3(xy300, xy301, xy302), @3(xy400, xy401, xy402), app(ty_[], bde), bag, bcc) -> new_esEs(xy300, xy400, bde) 13.82/5.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 13.82/5.37 13.82/5.37 13.82/5.37 *new_esEs0(Right(xy300), Right(xy400), df, app(ty_[], ea)) -> new_esEs(xy300, xy400, ea) 13.82/5.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 13.82/5.37 13.82/5.37 13.82/5.37 *new_esEs0(Left(xy300), Left(xy400), app(ty_[], cf), ce) -> new_esEs(xy300, xy400, cf) 13.82/5.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 13.82/5.37 13.82/5.37 13.82/5.37 *new_esEs(:(xy300, xy301), :(xy400, xy401), ba) -> new_esEs(xy301, xy401, ba) 13.82/5.37 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 13.82/5.37 13.82/5.37 13.82/5.37 *new_esEs(:(xy300, xy301), :(xy400, xy401), app(ty_[], bd)) -> new_esEs(xy300, xy400, bd) 13.82/5.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 13.82/5.37 13.82/5.37 13.82/5.37 *new_esEs3(@3(xy300, xy301, xy302), @3(xy400, xy401, xy402), baf, app(app(ty_@2, bcf), bcg), bcc) -> new_esEs2(xy301, xy401, bcf, bcg) 13.82/5.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 13.82/5.37 13.82/5.37 13.82/5.37 *new_esEs3(@3(xy300, xy301, xy302), @3(xy400, xy401, xy402), baf, bag, app(app(ty_@2, bbd), bbe)) -> new_esEs2(xy302, xy402, bbd, bbe) 13.82/5.37 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 13.82/5.37 13.82/5.37 13.82/5.37 *new_esEs3(@3(xy300, xy301, xy302), @3(xy400, xy401, xy402), app(app(ty_@2, bdg), bdh), bag, bcc) -> new_esEs2(xy300, xy400, bdg, bdh) 13.82/5.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 13.82/5.37 13.82/5.37 13.82/5.37 *new_esEs3(@3(xy300, xy301, xy302), @3(xy400, xy401, xy402), app(ty_Maybe, bdf), bag, bcc) -> new_esEs1(xy300, xy400, bdf) 13.82/5.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 13.82/5.37 13.82/5.37 13.82/5.37 *new_esEs3(@3(xy300, xy301, xy302), @3(xy400, xy401, xy402), baf, app(ty_Maybe, bce), bcc) -> new_esEs1(xy301, xy401, bce) 13.82/5.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 13.82/5.37 13.82/5.37 13.82/5.37 *new_esEs3(@3(xy300, xy301, xy302), @3(xy400, xy401, xy402), baf, bag, app(ty_Maybe, bbc)) -> new_esEs1(xy302, xy402, bbc) 13.82/5.37 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 13.82/5.37 13.82/5.37 13.82/5.37 *new_esEs3(@3(xy300, xy301, xy302), @3(xy400, xy401, xy402), app(app(app(ty_@3, bea), beb), bec), bag, bcc) -> new_esEs3(xy300, xy400, bea, beb, bec) 13.82/5.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 13.82/5.37 13.82/5.37 13.82/5.37 *new_esEs3(@3(xy300, xy301, xy302), @3(xy400, xy401, xy402), baf, bag, app(app(app(ty_@3, bbf), bbg), bbh)) -> new_esEs3(xy302, xy402, bbf, bbg, bbh) 13.82/5.37 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 13.82/5.37 13.82/5.37 13.82/5.37 *new_esEs3(@3(xy300, xy301, xy302), @3(xy400, xy401, xy402), baf, app(app(app(ty_@3, bch), bda), bdb), bcc) -> new_esEs3(xy301, xy401, bch, bda, bdb) 13.82/5.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 13.82/5.37 13.82/5.37 13.82/5.37 *new_esEs0(Left(xy300), Left(xy400), app(app(ty_@2, da), db), ce) -> new_esEs2(xy300, xy400, da, db) 13.82/5.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 13.82/5.37 13.82/5.37 13.82/5.37 *new_esEs0(Right(xy300), Right(xy400), df, app(app(ty_@2, ec), ed)) -> new_esEs2(xy300, xy400, ec, ed) 13.82/5.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 13.82/5.37 13.82/5.37 13.82/5.37 *new_esEs0(Left(xy300), Left(xy400), app(ty_Maybe, cg), ce) -> new_esEs1(xy300, xy400, cg) 13.82/5.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 13.82/5.37 13.82/5.37 13.82/5.37 *new_esEs0(Right(xy300), Right(xy400), df, app(ty_Maybe, eb)) -> new_esEs1(xy300, xy400, eb) 13.82/5.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 13.82/5.37 13.82/5.37 13.82/5.37 *new_esEs0(Left(xy300), Left(xy400), app(app(app(ty_@3, dc), dd), de), ce) -> new_esEs3(xy300, xy400, dc, dd, de) 13.82/5.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 13.82/5.37 13.82/5.37 13.82/5.37 *new_esEs0(Right(xy300), Right(xy400), df, app(app(app(ty_@3, ee), ef), eg)) -> new_esEs3(xy300, xy400, ee, ef, eg) 13.82/5.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 13.82/5.37 13.82/5.37 13.82/5.37 ---------------------------------------- 13.82/5.37 13.82/5.37 (9) 13.82/5.37 YES 13.82/5.37 13.82/5.37 ---------------------------------------- 13.82/5.37 13.82/5.37 (10) 13.82/5.37 Obligation: 13.82/5.37 Q DP problem: 13.82/5.37 The TRS P consists of the following rules: 13.82/5.37 13.82/5.37 new_isPrefixOf(:(xy30, xy31), :(xy40, xy41), ba) -> new_isPrefixOf(xy31, xy41, ba) 13.82/5.37 13.82/5.37 R is empty. 13.82/5.37 Q is empty. 13.82/5.37 We have to consider all minimal (P,Q,R)-chains. 13.82/5.37 ---------------------------------------- 13.82/5.37 13.82/5.37 (11) QDPSizeChangeProof (EQUIVALENT) 13.82/5.37 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. 13.82/5.37 13.82/5.37 From the DPs we obtained the following set of size-change graphs: 13.82/5.37 *new_isPrefixOf(:(xy30, xy31), :(xy40, xy41), ba) -> new_isPrefixOf(xy31, xy41, ba) 13.82/5.37 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 13.82/5.37 13.82/5.37 13.82/5.37 ---------------------------------------- 13.82/5.37 13.82/5.37 (12) 13.82/5.37 YES 13.82/5.37 13.82/5.37 ---------------------------------------- 13.82/5.37 13.82/5.37 (13) 13.82/5.37 Obligation: 13.82/5.37 Q DP problem: 13.82/5.37 The TRS P consists of the following rules: 13.82/5.37 13.82/5.37 new_primMulNat(Succ(xy30100), Succ(xy40000)) -> new_primMulNat(xy30100, Succ(xy40000)) 13.82/5.37 13.82/5.37 R is empty. 13.82/5.37 Q is empty. 13.82/5.37 We have to consider all minimal (P,Q,R)-chains. 13.82/5.37 ---------------------------------------- 13.82/5.37 13.82/5.37 (14) QDPSizeChangeProof (EQUIVALENT) 13.82/5.37 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. 13.82/5.37 13.82/5.37 From the DPs we obtained the following set of size-change graphs: 13.82/5.37 *new_primMulNat(Succ(xy30100), Succ(xy40000)) -> new_primMulNat(xy30100, Succ(xy40000)) 13.82/5.37 The graph contains the following edges 1 > 1, 2 >= 2 13.82/5.37 13.82/5.37 13.82/5.37 ---------------------------------------- 13.82/5.37 13.82/5.37 (15) 13.82/5.37 YES 13.82/5.37 13.82/5.37 ---------------------------------------- 13.82/5.37 13.82/5.37 (16) 13.82/5.37 Obligation: 13.82/5.37 Q DP problem: 13.82/5.37 The TRS P consists of the following rules: 13.82/5.37 13.82/5.37 new_primPlusNat(Succ(xy1100), Succ(xy400000)) -> new_primPlusNat(xy1100, xy400000) 13.82/5.37 13.82/5.37 R is empty. 13.82/5.37 Q is empty. 13.82/5.37 We have to consider all minimal (P,Q,R)-chains. 13.82/5.37 ---------------------------------------- 13.82/5.37 13.82/5.37 (17) QDPSizeChangeProof (EQUIVALENT) 13.82/5.37 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. 13.82/5.37 13.82/5.37 From the DPs we obtained the following set of size-change graphs: 13.82/5.37 *new_primPlusNat(Succ(xy1100), Succ(xy400000)) -> new_primPlusNat(xy1100, xy400000) 13.82/5.37 The graph contains the following edges 1 > 1, 2 > 2 13.82/5.37 13.82/5.37 13.82/5.37 ---------------------------------------- 13.82/5.37 13.82/5.37 (18) 13.82/5.37 YES 13.82/5.37 13.82/5.37 ---------------------------------------- 13.82/5.37 13.82/5.37 (19) 13.82/5.37 Obligation: 13.82/5.37 Q DP problem: 13.82/5.37 The TRS P consists of the following rules: 13.82/5.37 13.82/5.37 new_primEqNat(Succ(xy3000), Succ(xy4000)) -> new_primEqNat(xy3000, xy4000) 13.82/5.37 13.82/5.37 R is empty. 13.82/5.37 Q is empty. 13.82/5.37 We have to consider all minimal (P,Q,R)-chains. 13.82/5.37 ---------------------------------------- 13.82/5.37 13.82/5.37 (20) QDPSizeChangeProof (EQUIVALENT) 13.82/5.37 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. 13.82/5.37 13.82/5.37 From the DPs we obtained the following set of size-change graphs: 13.82/5.37 *new_primEqNat(Succ(xy3000), Succ(xy4000)) -> new_primEqNat(xy3000, xy4000) 13.82/5.37 The graph contains the following edges 1 > 1, 2 > 2 13.82/5.37 13.82/5.37 13.82/5.37 ---------------------------------------- 13.82/5.37 13.82/5.37 (21) 13.82/5.37 YES 13.88/5.41 EOF