🌈 搜索
📅  最后修改于: 2022-03-11 14:53:35.130000             🧑  作者: Mango
myShow :: String -> String myShow s = concat ["[", intersperse ',' s, "]"]