-------------------------------------------------------------------------------- -- $Id: mmmmmm.hs,v 1.2 2004/03/26 12:14:49 graham Exp $ -- -- Copyright (c) 2004, G. KLYNE. All rights reserved. -- See end of this file for licence information. -------------------------------------------------------------------------------- -- | -- Module : mmmmmm -- Copyright : (c) 2004, Graham Klyne -- License : GPL V2 -- -- Maintainer : Graham Klyne -- Stability : provisional -- Portability : H98 -- -- This module .... -- -------------------------------------------------------------------------------- module mmmmmm ( .... ) where import Maybe ( isJust, fromJust ) import ListHelpers ( subset ) import List ( union, intersect ) ------------------------------------------------------------ -- xxxx ------------------------------------------------------------ ...... -------------------------------------------------------------------------------- -- -- Copyright (c) 2004, G. KLYNE. All rights reserved. -- --------------------gpl--------------------------- -- This 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 2 of the License, or -- (at your option) any later version. -- -- This software 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 software; if not, write to: -- The Free Software Foundation, Inc., -- 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -- or view the web page at: -- http://www.gnu.org/copyleft/gpl.html -- --------------------lesser--------------------------- -- This library is free software; you can redistribute it and/or -- modify it under the terms of the GNU Lesser General Public -- License as published by the Free Software Foundation; either -- version 2.1 of the License, or (at your option) any later version. -- -- This library 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 -- Lesser General Public License for more details. -- -- You should have received a copy of the GNU Lesser General Public -- License along with this library; if not, write to: -- The Free Software Foundation, Inc., -- 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -- or view the web page at: -- http://www.gnu.org/copyleft/lesser.html -- -------------------------------------------------------------------------------- -- $Source: /file/cvsdev/HaskellUtils/mmmmmm.hs,v $ -- $Author: graham $ -- $Revision: 1.2 $ -- $Log: mmmmmm.hs,v $ -- Revision 1.2 2004/03/26 12:14:49 graham -- Tart up licensing text -- -- Revision 1.1 2004/03/10 16:05:14 graham -- Add CSV parser to Swish, for scraping RDF from exported -- spreadsheet and database files. --