exports for lib.hs

This commit is contained in:
VegOwOtenks 2024-09-15 16:39:18 +02:00
parent eee6053cf6
commit 125f82f53a

View file

@ -1,5 +1,5 @@
module Lib module Lib
( ( exprparser, evaluate
) where ) where
import Control.Applicative((<*)) import Control.Applicative((<*))