haskell convert string to list code example Example: string to list haskell myShow :: String -> String myShow s = concat ["[", intersperse ',' s, "]"]