diff options
author | Akshay <[email protected]> | 2020-10-09 07:58:15 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2020-10-09 07:58:15 +0100 |
commit | 3ef6ec4bd3314efcac2504bd3a25e380d5e9514f (patch) | |
tree | e3c7a0f50eb7c5997d60abb923b813c1d1ebe3fa /bin | |
parent | c785a95f14f8bb3887cdc411ef3329533a2c819a (diff) |
add experimental floating point handling
Diffstat (limited to 'bin')
-rw-r--r-- | bin/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Main.hs b/bin/Main.hs index 591fc1e..6207e02 100644 --- a/bin/Main.hs +++ b/bin/Main.hs | |||
@@ -34,6 +34,6 @@ main = do | |||
34 | args <- getArgs | 34 | args <- getArgs |
35 | if null args | 35 | if null args |
36 | then do | 36 | then do |
37 | print ";;; Entering lisk repl ..." | 37 | putStrLn ";;; Entering lisk repl ..." |
38 | repl | 38 | repl |
39 | else print $ eval =<< readExpr (head args) | 39 | else print $ eval =<< readExpr (head args) |