From 62065753a52f66eb8234deb2e4d09f83d870080c Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 10 Mar 2020 16:10:34 +0100 Subject: Parser refactoring and replaced stdlib sqrt function with mySqrt --- src/main.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.hs') diff --git a/src/main.hs b/src/main.hs index f0a83e5..5d809aa 100644 --- a/src/main.hs +++ b/src/main.hs @@ -7,6 +7,7 @@ import Data.List import Parser import Equation + main :: IO () main = catchIOError tryMain handler where handler e -- cgit