This file contains hidden or 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
module Main where | |
import Text.Megaparsec hiding (Stream) | |
import Text.Megaparsec.Char | |
import Data.Text hiding (replicate) | |
import Data.Void | |
import Control.Monad.State | |
import System.Environment | |
import qualified Data.Text.IO as TIO |