about summary refs log tree commit diff
path: root/src/Lib.hs
diff options
context:
space:
mode:
authorPaweł Dybiec <pawel.to.malpa@gmail.com>2020-01-20 21:13:37 +0100
committerPaweł Dybiec <pawel.to.malpa@gmail.com>2020-01-20 21:13:37 +0100
commite885cb8b286cccfb94cc5f81a3acd6f259ed6c28 (patch)
treeb56c3415009730a6219b8636503e22beb8cc1c71 /src/Lib.hs
parentEvaluator (diff)
Add evaluation of whole programs, typechecking functions and main main
Diffstat (limited to 'src/Lib.hs')
-rw-r--r--src/Lib.hs6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Lib.hs b/src/Lib.hs
deleted file mode 100644
index d36ff27..0000000
--- a/src/Lib.hs
+++ /dev/null
@@ -1,6 +0,0 @@
-module Lib
-    ( someFunc
-    ) where
-
-someFunc :: IO ()
-someFunc = putStrLn "someFunc"