10 Dec
2010
10 Dec
'10
8:05 p.m.
To use an operator as a function you must use the section notation: pl a = (a ++) On 10 December 2010 12:59, 吴兴博 <wuxb45@gmail.com> wrote:
pl a b = a ++ b
pl a = a ++
The second definition cannot be accept by neigher ghci nor ghc. What's the problem?
(ghc 6.12.3)
-- ---------------- WU XingBo
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners