Generic parsing and printing
[cloogle-irc.git] / test.icl
index 5ffe818..d67e97d 100644 (file)
--- a/test.icl
+++ b/test.icl
@@ -10,7 +10,7 @@ Start :: [String]
 Start = map toString
        [NICK "clooglebot" Nothing
        ,USER "cloogle" "0" "Cloogle bot"
-       ,JOIN [("#cloogle", Nothing)]
-       ,PRIVMSG ["#cloogle"] "Hello world"
+       ,JOIN (CSepList ["#cloogle"]) Nothing
+       ,PRIVMSG (CSepList ["#cloogle"]) "Hello world"
        ,QUIT Nothing
        ]