]> Git — Sourcephile - comptalang.git/blob - web/app/main.hs
Correction : compatiblité avec GHC-7.6 en limitant l’usage de Prelude.
[comptalang.git] / web / app / main.hs
1 import Prelude (IO)
2 import Application (appMain)
3
4 main :: IO ()
5 main = appMain