]> git.rmz.io Git - my-scheme.git/commitdiff
Import the Parsec library
authorSamir Benmendil <me@rmz.io>
Sat, 13 Jan 2018 22:24:47 +0000 (22:24 +0000)
committerSamir Benmendil <me@rmz.io>
Sat, 13 Jan 2018 22:25:20 +0000 (22:25 +0000)
If we want to use the new library, it needs to be imported.

More info for the library can be found on GitHub.
https://github.com/haskell/parsec

app/Main.hs

index a938cf0583568b53a4ccc6a49cb9a9bbf3d40558..2740935ca44f24d9121b6d9464c61c4b633b8121 100644 (file)
@@ -1,4 +1,5 @@
 module Main where
+import Text.ParserCombinators.Parsec
 import System.Environment
 
 main :: IO ()