0
Q:

string to list haskell

myShow :: String -> String
myShow s = concat ["[", intersperse ',' s, "]"]
1

New to Communities?

Join the community