Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Commit 015733f

Browse files
committed
remove unused
1 parent b623cc0 commit 015733f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

test/src/Gen.purs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@ module Test.Gen where
22

33
import Prelude
44

5-
import Control.Monad.Eff (Eff, foreachE)
5+
import Control.Monad.Eff (Eff)
66
import Control.Monad.Eff.Console (CONSOLE)
77
import Control.Monad.Eff.Exception (EXCEPTION)
88
import Control.Monad.Eff.Random (RANDOM)
9-
import Data.Array ((..))
109
import Data.Either as E
1110
import SqlSquared (SqlQuery, arbitrarySqlQueryOfSize, decodeJsonQuery, encodeJsonQuery, printQuery, tokenize)
1211
import Test.QuickCheck ((<?>))

0 commit comments

Comments
 (0)