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/Operators.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Operators.hs') diff --git a/src/Operators.hs b/src/Operators.hs index fa39e23..bab888d 100644 --- a/src/Operators.hs +++ b/src/Operators.hs @@ -1,8 +1,8 @@ module Operators (primitives) where +import Base import Control.Monad.Except import Error.Base (LispError (..), LispResult (..)) -import Parser primitives :: [(String, [Expr] -> LispResult Expr)] primitives = map (\(n, f) -> (n, f n)) -- cgit v1.2.3