Clean up imports
[cloogle-irc.git] / GenIRC.dcl
index 789c976..047bad2 100644 (file)
@@ -1,11 +1,13 @@
 definition module GenIRC
 
 import StdGeneric
-from IRC import :: IRCCommand, :: CSepList
+
 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]