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((<*))