[Haskell-cafe] Beginner: (Another) Binary Search Tree Question
Mihai Maruseac
mihai.maruseac at gmail.com
Sat Feb 12 16:04:19 CET 2011
> | v<= a = Node a ( insert v b ) c
Hi,
The quoted line is the problem, you wanted to say Node (insert v b) a c.
--
MM
More information about the Haskell-Cafe
mailing list