aboutsummaryrefslogtreecommitdiff
path: root/src/main.hs
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-03-10 16:10:34 +0100
committerCharles <sircharlesaze@gmail.com>2020-03-10 16:10:34 +0100
commit62065753a52f66eb8234deb2e4d09f83d870080c (patch)
tree30d87fdc17756c3600dc3c4222310323ef1f5cd1 /src/main.hs
parentdf5d3f05ead68a6cdecfeccecadce45fd4b574fd (diff)
downloadcomputorv1-master.tar.gz
computorv1-master.tar.bz2
computorv1-master.zip
Parser refactoring and replaced stdlib sqrt function with mySqrtHEADmaster
Diffstat (limited to 'src/main.hs')
-rw-r--r--src/main.hs1
1 files changed, 1 insertions, 0 deletions
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