Skip to content

Commit

Permalink
rm unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Haisheng.Wu.mbp committed Jul 28, 2014
1 parent d1ce9e0 commit 69cb2f7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions problems/solve-maze/maze.hs
Expand Up @@ -2,11 +2,8 @@
--
module Main where

import Control.Monad
import Data.Monoid
import Data.Array
import Data.List
import Control.Monad.State

newtype Maze = Maze { unMaze :: Array Int MRow }
type MRow = Array Int Node
Expand Down

0 comments on commit 69cb2f7

Please sign in to comment.