summaryrefslogtreecommitdiff
path: root/charlist.hs
blob: d434a94555fd3846d3773deaad9a5dcd5324bb59 (plain)
1
2
newtype CharList = CharList { getCharList :: [Char] } deriving (Eq, Show)