From f25d0d8d82dff0be2d68476148479004b2888bd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Benencia?= Date: Sun, 25 Aug 2013 17:56:39 -0300 Subject: Finished porting to state monad --- Rfc1342.hs | 25 +++++++------------------ 1 file changed, 7 insertions(+), 18 deletions(-) (limited to 'Rfc1342.hs') diff --git a/Rfc1342.hs b/Rfc1342.hs index 08822b3..f4966fb 100644 --- a/Rfc1342.hs +++ b/Rfc1342.hs @@ -1,21 +1,10 @@ --- A simple Haskell RFC1342 decoder --- Copyright (C) 2013 Raúl Benencia --- --- This program is free software: you can redistribute it and/or modify --- it under the terms of the GNU General Public License as published by --- the Free Software Foundation, either version 3 of the License, or --- (at your option) any later version. --- --- This program is distributed in the hope that it will be useful, --- but WITHOUT ANY WARRANTY; without even the implied warranty of --- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the --- GNU General Public License for more details. --- --- You should have received a copy of the GNU General Public License --- along with this program. If not, see . - --- This module is an ugly hack. It has been poorly tested and it'll --- probably blow up in your face. You've been warned. +{- A simple RFC1342 decoder. + - + - Copyright 2013 Raúl Benencia + - + - Licensed under the GNU GPL version 3 or higher + - + -} module Rfc1342 (decodeField) where import qualified Codec.Binary.Base64 as B64 -- cgit v1.2.3