X-Git-Url: https://git.distorted.org.uk/~mdw/fringe/blobdiff_plain/eee4486fb912094ea6c900c42a66cf8dd4d5bd96..7e418f01de41b90e6e1c684d35a9df548855c71e:/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.