Add a module name to HW4 Part 2.
This commit is contained in:
parent
e567872503
commit
035ee14144
|
@ -1,3 +1,5 @@
|
||||||
|
{-# LANGUAGE GADTs #-}
|
||||||
|
module HW4Part2 where
|
||||||
{-
|
{-
|
||||||
- int ::= (any integer)
|
- int ::= (any integer)
|
||||||
-
|
-
|
||||||
|
@ -18,7 +20,6 @@
|
||||||
- prog ::= \epsilon | stmt; prog
|
- prog ::= \epsilon | stmt; prog
|
||||||
-}
|
-}
|
||||||
|
|
||||||
{-# LANGUAGE GADTs #-}
|
|
||||||
import Control.Monad.Except
|
import Control.Monad.Except
|
||||||
import Control.Monad.State
|
import Control.Monad.State
|
||||||
import Data.Bool
|
import Data.Bool
|
||||||
|
|
Loading…
Reference in New Issue
Block a user