From e439488acb7e8a71703f8cb3d4e70340652359d3 Mon Sep 17 00:00:00 2001 From: pb Date: Tue, 16 Mar 2010 20:54:13 +0000 Subject: git-svn-id: https://ssl.buetow.org/repos/hsbot/trunk@33 9f8f72e9-4bf4-416e-b76e-7d4203597157 --- Env.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Env.hs') diff --git a/Env.hs b/Env.hs index 29963b3..30c005d 100644 --- a/Env.hs +++ b/Env.hs @@ -4,7 +4,7 @@ import Conf import State type Dispatch = String -> (String -> IO ()) -> Env -> IO () -data Env = Env State Conf Dispatch +data Env = Env State Conf Dispatch | EnvWoDispatch State Conf envGetInt :: String -> Env -> Int envGetInt key (Env _ conf _) = getUnwrappedInt key conf -- cgit v1.2.3