Add a module name to HW4 Part 2.

This commit is contained in:
Danila Fedorin 2020-10-26 19:16:32 -07:00
parent e567872503
commit 035ee14144
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,5 @@
{-# LANGUAGE GADTs #-}
module HW4Part2 where
{-
- int ::= (any integer)
-
@ -18,7 +20,6 @@
- prog ::= \epsilon | stmt; prog
-}
{-# LANGUAGE GADTs #-}
import Control.Monad.Except
import Control.Monad.State
import Data.Bool