I have searched pursuit, only two of them seems matchs well :
- charList from purescript-optlicative (module: Node.Optlicative.Internal)
- toChars from purescript-yarn (module: Data.String.Yarn)
And both yarn
and optlicative
is not available with psc-package (using psc-package 0.4.0 and {"set": "psc-0.12.0", "source": "https://github.com/purescript/package-sets.git"}
)
Related question: How do I convert a list of chars to a string in purescript