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