X-Git-Url: https://git.martlubbers.net/?p=cloogle-irc.git;a=blobdiff_plain;f=IRC.dcl;fp=IRC.dcl;h=0db138cf11c07372eb5f60576666669daa288e00;hp=337d6f9c9b2878dc1b4095db58ed421dbb014bf7;hb=57707b61bf7f52bf8614dbf6860ff116519533e7;hpb=a8fbb81c3108a913c6496553346037805157b9c0 diff --git a/IRC.dcl b/IRC.dcl index 337d6f9..0db138c 100644 --- a/IRC.dcl +++ b/IRC.dcl @@ -1,6 +1,5 @@ definition module IRC -from Data.Either import :: Either from Data.Maybe import :: Maybe from StdOverloaded import class fromInt, class toInt, class toString @@ -13,7 +12,7 @@ from StdOverloaded import class fromInt, class toInt, class toString | INFO (Maybe String) | INVITE String String | ISON [String] - | JOIN (Either () [(String, Maybe String)]) + | JOIN [(String, Maybe String)] | KICK String String (Maybe String) | KILL String String | LINKS (Maybe (Maybe String, String))