From 125f82f53ad959765072bd4c6b453dcf7175cce0 Mon Sep 17 00:00:00 2001 From: VegOwOtenks Date: Sun, 15 Sep 2024 16:39:18 +0200 Subject: [PATCH] exports for lib.hs --- src/Lib.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Lib.hs b/src/Lib.hs index 50b7bde..172cced 100644 --- a/src/Lib.hs +++ b/src/Lib.hs @@ -1,5 +1,5 @@ module Lib - ( + ( exprparser, evaluate ) where import Control.Applicative((<*))