IRC moved to platform
[cloogle-irc.git] / GenIRC.dcl
diff --git a/GenIRC.dcl b/GenIRC.dcl
deleted file mode 100644 (file)
index 047bad2..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-definition module GenIRC
-
-import StdGeneric
-
-from Data.Either import :: Either
-from Data.Maybe import :: Maybe
-from Text.Parsers.Simple.Core import :: Error
-
-from IRC import :: IRCCommand, :: CSepList
-
-generic gIRCParse a :: [String] -> (Either Error a, [String])
-generic gIRCPrint a :: a -> [String]
-
-derive gIRCParse IRCCommand, String, Int, Maybe, (,), [], CSepList
-derive gIRCPrint IRCCommand, String, Int, Maybe, (,), [], CSepList