summaryrefslogtreecommitdiff
path: root/charlist.hs
diff options
context:
space:
mode:
Diffstat (limited to 'charlist.hs')
-rw-r--r--charlist.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/charlist.hs b/charlist.hs
new file mode 100644
index 0000000..d434a94
--- /dev/null
+++ b/charlist.hs
@@ -0,0 +1,2 @@
+newtype CharList = CharList { getCharList :: [Char] } deriving (Eq, Show)
+