src/Pure/General/README
author wenzelm
Tue, 11 May 1999 17:51:23 +0200
changeset 6634 6f74e7aa5b4d
parent 6317 128e592f5489
child 6644 123b215882ae
permissions -rw-r--r--
moved scan.ML;


                                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)
  Object        (generic objects of arbitrary type)
  Seq           (unbounded sequences)
  NameSpace     (hierarchically structured name spaces)
  Position      (input positions)
  Scan          (generic scanner toolbox)
  Path          (abstract algebra of file paths)
  File          (file system operations)
  Buffer	(simple string buffers)
  History       (histories of values, with undo and redo)
  Source        (co-algebraic data sources)
  Symbol        (generalized characters)
  Pretty        (generic pretty printing module)
  Use		(enhanced ML 'use' command)