pl a b = a ++ b
pl a = a ++
The second definition cannot be accept by neigher ghci nor ghc.What's the problem?
pl a b = a ++ b
pl a = a ++
The second definition cannot be accept by neigher ghci nor ghc.
What's the problem?