diff options
author | Raúl Benencia <rul@kalgan.cc> | 2013-08-24 12:06:36 -0300 |
---|---|---|
committer | Raúl Benencia <rul@kalgan.cc> | 2013-08-24 12:06:36 -0300 |
commit | f8a4858bc0d566b20c8201a6c42decd81442c41a (patch) | |
tree | b2103e7426a89d9be6ea5c5ba0069f6d4c4a55f8 /Main.hs | |
parent | 92babe5d4ea236599f405380a8061ef21d69634e (diff) |
Towards State monad
Diffstat (limited to 'Main.hs')
-rw-r--r-- | Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ -- You should have received a copy of the GNU General Public License -- along with this program. If not, see <http://www.gnu.org/licenses/>. -module Main where +module Main (main) where import System.Environment import System.Exit |