From 55c44aa3547d7a6040b6537aabf479021c023b4e Mon Sep 17 00:00:00 2001 From: loooph Date: Wed, 22 Feb 2023 05:21:49 +0100 Subject: [PATCH] remove unused imports --- dfs.tidal | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dfs.tidal b/dfs.tidal index 1cdc17b..4335607 100644 --- a/dfs.tidal +++ b/dfs.tidal @@ -6,10 +6,6 @@ import Data.Array import qualified Data.Array as A -import Data.Tuple as T - -import Data.List - tabulate :: Bounds -> [Vertex] -> Table Int tabulate bnds vs = A.array bnds (zip vs [1..]) --