1 2 3 4 5 6
module HsBot.Logics (logicsRun) where import HsBot.Base.Env logicsRun :: String -> Env -> IO Env logicsRun str env = return (env)