   File   : /home/cvs/cvsroot/projects/visualstate/scope/lib/README,v
   Release: scope-0-10

     Copyright (C) 2001-2002 Andrzej Wasowski
     
     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 2 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, write to the Free Software
     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
   
   README,v 1.2 2002/10/24 20:17:17 wasowski Exp

   ABOUT

	This file contains notes on directory contents. 

   scope/lib DIRECTORY

   	This directory gathers or modules (and similar things) which I have
	not implemented myself, which I do not normally modify (except for
	perhaps porting to MoscowML) and which are somehow generic (not
	project specific. 

	To build this local library (needed by scope) run make lib (or simply
	make) in this directory. See header of makefile for more information.
	
	The list of modules (not list of files though):

	binary-set-fn 	- functor generating structures of binary sets over
	             	  ordered domain (from smlnj library)

	Parsercomb    	- MoscowML parser combinators

	Fifo          	- applicative fifo queues from smlnj library

	camlrt.dll/camlrunm.exe 
			- Caml light runtime for windows (so we can
			  cross deploy under Linux)
	
	ord-key-sig.sml - signature ORD_KEY of ordered domains

	ord-set-sig.sml - signature ORD_SET of sets over ordered domains of
		          elements.

	
   

