From a26f0f29c02bfb4ec56781397d60abeb498b8c12 Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Sat, 26 Nov 2022 13:35:19 +0100 Subject: massive cleanup --- app/Interpreter.hs | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'app/Interpreter.hs') diff --git a/app/Interpreter.hs b/app/Interpreter.hs index ada3cf0..21340ef 100644 --- a/app/Interpreter.hs +++ b/app/Interpreter.hs @@ -2,7 +2,18 @@ module Interpreter where import Code + ( Builtin(..) + , Cho(..) + , Code + , Datum(..) + , Heap(..) + , Instr(..) + , Interp(..) + , emptyHeap + , emptyScope + ) import qualified Control.Monad.Trans.State.Lazy as St +import Env (PrlgEnv) --import Data.Function import qualified Data.Map as M -- cgit v1.2.3