chaîne pour répertorier Haskell

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