haskell: adapt quasiquote to existing test, drop redundant import
[jackhill/mal.git] / haskell / step3_env.hs
index 2483b89..5d5737d 100644 (file)
@@ -7,7 +7,7 @@ import Readline (readline, load_history)
 import Types
 import Reader (read_str)
 import Printer (_pr_str)
-import Env (Env, env_new, env_get, env_set)
+import Env (env_new, env_get, env_set)
 
 -- read