diff options
author | pacien | 2019-12-23 05:09:25 +0100 |
---|---|---|
committer | pacien | 2019-12-23 05:09:25 +0100 |
commit | 8de4411269ae85789c1cc7d81a9ecf0facbe78ff (patch) | |
tree | 9e1e25dd238ef7560fd2573631cdb4b77b9a2adf /compiler/app | |
parent | 06c4d9299bb684805051355555fa89f0d440d194 (diff) | |
download | ldgallery-8de4411269ae85789c1cc7d81a9ecf0facbe78ff.tar.gz |
compiler: add base structures and encoding
Diffstat (limited to 'compiler/app')
-rw-r--r-- | compiler/app/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/app/Main.hs b/compiler/app/Main.hs index de1c1ab..ac9b441 100644 --- a/compiler/app/Main.hs +++ b/compiler/app/Main.hs | |||
@@ -3,4 +3,4 @@ module Main where | |||
3 | import Lib | 3 | import Lib |
4 | 4 | ||
5 | main :: IO () | 5 | main :: IO () |
6 | main = someFunc | 6 | main = testRun |