Skip to content

Commit

Permalink
fix: unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
EdenComp committed Jan 8, 2024
1 parent 60d3bd1 commit 596d4c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dreamberd/Lib.hs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import Dreamberd.Bytecode.Decode (getFromBytecode)
import Dreamberd.Bytecode.Encode (transpileIntoBytecode)
import Dreamberd.Compile (compileAst)
import Dreamberd.Parsing.Main (parseDreamberd)
import Dreamberd.Vm (Insts (..), Value (..), exec)
import Dreamberd.Vm (Insts (..), exec)
import System.Exit (ExitCode (ExitFailure), exitWith)

compileDreamberdCode :: String -> String -> IO ()
Expand Down

0 comments on commit 596d4c4

Please sign in to comment.