diff options
author | Raúl Benencia <rul@kalgan.cc> | 2013-08-25 17:56:39 -0300 |
---|---|---|
committer | Raúl Benencia <rul@kalgan.cc> | 2013-08-25 17:56:39 -0300 |
commit | f25d0d8d82dff0be2d68476148479004b2888bd7 (patch) | |
tree | 1e80bb8f47e5fce07f4a69050ebcb1fac93daf55 /Lazymail.hs | |
parent | 56dce7c4feada1d4ca93a312e48813fb1918b93b (diff) |
Finished porting to state monad
Diffstat (limited to 'Lazymail.hs')
-rw-r--r-- | Lazymail.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lazymail.hs b/Lazymail.hs index 33a9c11..200b8fd 100644 --- a/Lazymail.hs +++ b/Lazymail.hs @@ -3,7 +3,7 @@ - Copyright 2013 Raúl Benencia <rul@kalgan.cc> - - Licensed under the GNU GPL version 3 or higher - - + - -} module Lazymail where |