This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{- | |
This is the 'unliterate' version of indented_parsec_example.hsl. | |
You can load this file into your favourite your browser and | |
inspect it there. | |
-} | |
module Main where | |
{- First, import all the needed modules. -} |