From 4c6562f9022f8f479777b7e07885106e0b6f1ad9 Mon Sep 17 00:00:00 2001 From: wes Date: Mon, 3 Jul 2017 00:50:50 -0400 Subject: [PATCH] remove unnecessary imports --- suffixes.hs | 2 -- 1 file changed, 2 deletions(-) diff --git a/suffixes.hs b/suffixes.hs index 5955793..fb84ecb 100644 --- a/suffixes.hs +++ b/suffixes.hs @@ -1,8 +1,6 @@ #! /usr/bin/env runghc import qualified Data.List as L -import qualified Data.Function as F -import Control.Monad {- - Construct a suffix tree of a given word