Skip to content
Snippets Groups Projects
Commit bf718d7e authored by Michael Hanus's avatar Michael Hanus
Browse files

Clean up imports

parent 72e8b027
Branches master
Tags v1.1.1
No related merge requests found
......@@ -5,13 +5,13 @@
--- > cypm curry :l C2GoREPL.curry :save :q
---
--- @author Michael Hanus
--- @version August 2022
--- @version November 2023
------------------------------------------------------------------------------
module C2GoREPL where
import Data.List ( intercalate )
import System.CurryPath ( inCurrySubdir, modNameToPath, sysLibPath )
import System.CurryPath ( inCurrySubdir, modNameToPath )
import REPL.Compiler
import REPL.Main ( mainREPL )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment