How do I make this work:

insertTree tree (x:xs) n = insertTree (insert tree a
n) xs n

insert -> common insertion into a tree which returns a
tree

 

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
_______________________________________________
Haskell mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell

Reply via email to