X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;ds=inline;f=src%2FMain.hs;h=ae8c5e39c703491449d01bc95058f2cb67b61c80;hb=bbf72ed357e9ef62822f05a9c6db772a3d4682dd;hp=913a939a37b1b754f0c21503e90fc0a7647d9c99;hpb=b879273d6fed58e16beb7e4bf77e6b1a258219a8;p=spline3.git diff --git a/src/Main.hs b/src/Main.hs index 913a939..ae8c5e3 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -1,6 +1,6 @@ {-# LANGUAGE RecordWildCards, DoAndIfThenElse #-} -module Main +module Main (main) where import Control.Monad ( when )