This commit is contained in:
Stefan Dresselhaus
2018-07-04 21:11:50 +02:00
commit 52beb62cb8
10 changed files with 244 additions and 0 deletions

9
app/Main.hs Normal file
View File

@ -0,0 +1,9 @@
module Main where
import GHC.Generics
import Data.Proxy
import Lib
main :: IO ()
main = print "compiles"