From 494078074e5f620f11f72e48d0fc44cff73faaf2 Mon Sep 17 00:00:00 2001 From: Akshay Date: Fri, 23 Oct 2020 18:03:31 +0530 Subject: refactor internal datatypes to Base - avoids cyclic module dependencies - cleaner exports to Main module --- src/Error/Base.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Error/Base.hs') diff --git a/src/Error/Base.hs b/src/Error/Base.hs index 747904a..008a2fc 100644 --- a/src/Error/Base.hs +++ b/src/Error/Base.hs @@ -3,8 +3,8 @@ module Error.Base ( LispError (..) , unwrap ) where +import Base (Expr (..)) import Control.Monad.Except -import Parser import Text.Parsec import Text.Parsec.Error import Text.ParserCombinators.Parsec -- cgit v1.2.3