| author | wenzelm |
| Wed, 29 Nov 2006 04:11:11 +0100 | |
| changeset 21578 | a89f786b301a |
| parent 19835 | 81d6dc597559 |
| permissions | -rw-r--r-- |
(* ID: $Id$ Author: Lucas Dixon, University of Edinburgh lucas.dixon@ed.ac.uk The IsaPlanner subsystem. *) (* Generic notion of term Zippers *) use "zipper.ML"; (* Some tools for manipulation of proofs following a ND style *) use "isand.ML"; (* some tools for rewriting *) use "rw_tools.ML"; use "rw_inst.ML";