X-Git-Url: https://git.martlubbers.net/?p=cloogle-irc.git;a=blobdiff_plain;f=IRCBot.dcl;h=85a310e699573aea154698b0b80222ac657cdbeb;hp=06d8e7fa4f36a56dff448324e73ddb20b989fd11;hb=38119fcb7be8437bc535665f20af8b641ee67e64;hpb=e81450dc6e427524ac74160cc9d54b1d8fb40cba diff --git a/IRCBot.dcl b/IRCBot.dcl index 06d8e7f..85a310e 100644 --- a/IRCBot.dcl +++ b/IRCBot.dcl @@ -24,4 +24,4 @@ from Data.Error import :: MaybeErrorString, :: MaybeError * param: World * return: Maybe an error, the state and the new world */ -bot :: (String, Int) [IRCMessage] [IRCMessage] .a (IRCMessage -> (.a -> .(*World -> *(Maybe [IRCMessage], .a, *World)))) *World -> *(Maybe String, .a, *World) +bot :: (String, Int) [IRCMessage] [IRCMessage] .a (IRCMessage -> (.a -> *(*World -> *(Maybe [IRCMessage], .a, *World)))) !*World -> *(Maybe String, .a, !*World)