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