src/Pure/General/README
author wenzelm
Thu, 12 Oct 2000 18:06:31 +0200
changeset 10210 e8aa81362f41
parent 9412 55e8230f5665
permissions -rw-r--r--
induct -> lfp_induct;


                                Pure/General/


This directory contains general purpose modules, all of which are
exported.

  TableFun      (generic tables)
  Symtab        (tables indexed by strings)
  GraphFun	(generic directed graphs)
  Graph		(graphs indexed by strings)
  HeapFun	(heaps over linearly ordered types)
  Object        (generic objects of arbitrary type)
  Seq           (unbounded sequences)
  NameSpace     (hierarchically structured name spaces)
  Position      (input positions)
  Scan          (generic scanner toolbox)
  Source        (co-algebraic data sources)
  Symbol        (generalized characters)
  Path          (abstract algebra of file paths)
  Url           (basic URL support)
  File          (file system operations)
  Buffer	(simple string buffers)
  History       (histories of values, with undo and redo)
  Pretty        (generic pretty printing module)