From 035ee14144634ca99a8cbe63fef00f00446688a8 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Mon, 26 Oct 2020 19:16:32 -0700 Subject: [PATCH] Add a module name to HW4 Part 2. --- HW4Part2.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HW4Part2.hs b/HW4Part2.hs index 5010666..8e87626 100644 --- a/HW4Part2.hs +++ b/HW4Part2.hs @@ -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