string untuk mendaftar Haskell

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