X-Git-Url: https://git.martlubbers.net/?p=cloogle-irc.git;a=blobdiff_plain;f=IRC.dcl;h=6cca24eea99aafbd60188dbb36c589d9a54de024;hp=862c29b098afd423125eb71cf67639c0652729b4;hb=1c65613d8732d28f6c6c11864ccbc761918ac594;hpb=ad6f64c9f6b343f0e64eff1d3d7fa821cff203b0 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 =