X-Git-Url: https://git.martlubbers.net/?p=cloogle-irc.git;a=blobdiff_plain;f=IRC.dcl;fp=IRC.dcl;h=6cca24eea99aafbd60188dbb36c589d9a54de024;hp=862c29b098afd423125eb71cf67639c0652729b4;hb=e831e0ee2f4317831cf86e3d34ebb9cc15d3f845;hpb=d8e24731b0019b32d0289977fc4620e12b0cd585 diff --git a/IRC.dcl b/IRC.dcl index 862c29b..6cca24e 100644 --- a/IRC.dcl +++ b/IRC.dcl @@ -1,8 +1,9 @@ definition module IRC -from Data.Maybe import :: Maybe -from Data.Either import :: Either from StdOverloaded import class fromInt, class toInt, class toString, class fromString + +from Data.Either import :: Either +from Data.Maybe import :: Maybe from Text.Parsers.Simple.Core import :: Error :: IRCMessage =