Karya, built on 2023-08-29T07:47:28 (patch 7a412d5d6ba4968ca4155ef276a062ccdeb9109a)
Safe HaskellSafe-Inferred

Synth.ImGcMain

Synopsis

Documentation

main :: IO () Source #

I can't have a module be both importable but also be a main. I have to compile with -main-is, which makes main unqualified. So I'd have to compile it twice but Shake.Shakefile isn't set up for that.