Playing with purescript and running into an odd string concatenation problem. I downloaded and imported Prelude , Data.List , Data.Maybe and Data.String (also tried to import Data.Array ), but PSCi still does not recognize (++) . This suggests that either (++) not contained in any of my imported modules (in this case, a pointer to the corresponding module (s) to import would be evaluated) or there was some strange problem when I installed purescript and installed mine environment. I think the latter is unlikely, but hey, I will keep my thoughts open.
Thanks in advance!
string import module functional-programming purescript
Tshimanga
source share