Enable some defaults (Safe, NoImplicitPrelude)

This commit is contained in:
vegowotenks 2025-08-11 16:01:09 +02:00
parent 6ebbb483f5
commit 4bd766027f
5 changed files with 18 additions and 9 deletions

View file

@ -1,6 +1,7 @@
module Main (main) where
import Lib
import Control.Applicative (pure)
import System.IO (IO)
main :: IO ()
main = someFunc
main = pure ()