Skip to content

Commit 65b8602

Browse files
committed
Cleanup unused imports
1 parent 2896752 commit 65b8602

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/shouldwork/Numbers/ConstantFoldingUtil.hs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,14 @@ import Clash.Prelude
66
import Data.Char (toLower,toUpper)
77
import qualified Data.List as L
88
import Data.Maybe
9-
import Data.Semigroup ((<>))
109
import System.Directory
1110
import System.Environment (getArgs)
1211
import System.FilePath ((</>))
13-
import System.FilePath.Glob (glob)
1412
import System.Exit
1513
import System.IO
1614

1715
import Text.Parser.Combinators
1816
import Text.Trifecta
19-
import Text.Trifecta.Delta
20-
21-
import Debug.Trace
2217

2318
-- | Prevent GHC from constant folding operations. Clash should be able to
2419
-- do it though.

0 commit comments

Comments
 (0)