diff options
Diffstat (limited to 'Env.hs')
| -rw-r--r-- | Env.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ module Env where import Conf import State -type Dispatch = String -> (String -> IO ()) -> Env -> IO () +type Dispatch = String -> (String -> IO ()) -> Env -> IO Env data Env = DispatchEnv State Conf Dispatch | Env State Conf castEnv :: Env -> Env |
