X-Git-Url: https://git.distorted.org.uk/~mdw/fringe/blobdiff_plain/eee4486fb912094ea6c900c42a66cf8dd4d5bd96..67481641679689f6099a34888907b3aec7ee1cc1:/haskell-fringe.hs diff --git a/haskell-fringe.hs b/haskell-fringe.hs index f7aa711..1054cab 100644 --- a/haskell-fringe.hs +++ b/haskell-fringe.hs @@ -2,9 +2,10 @@ --- --- Haskell implementation of a `same-fringe' solver. -import IO -import System -import Monad +import System.IO +import System.Environment +import System.Exit +import Control.Monad ----------------------------------------------------------------------------- --- Parser combinators.