Clean up and fix compilation error

This commit is contained in:
Joscha 2019-11-01 09:44:27 +00:00
parent 3b8e2fcbf9
commit 2a60939aee
3 changed files with 2 additions and 10 deletions

View file

@ -1,6 +1,4 @@
module Main where
import Rextra.Rextra (rextra)
main :: IO ()
main = rextra
main = putStrLn "Nothing to see here"