diff options
Diffstat (limited to 'src/main.hs')
| -rw-r--r-- | src/main.hs | 1 |
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 |
