| author | wenzelm |
| Thu, 04 Jun 2009 17:31:38 +0200 | |
| changeset 31428 | 3b32a57b044b |
| parent 30980 | fe0855471964 |
| permissions | -rw-r--r-- |
(* Title: Pure/ProofGeneral/ROOT.ML Author: David Aspinall Proof General interface for Isabelle, both the traditional Emacs version, and PGIP experiments. *) use "pgip_types.ML"; use "pgml.ML"; use "pgip_markup.ML"; use "pgip_input.ML"; use "pgip_output.ML"; use "pgip.ML"; use "pgip_isabelle.ML"; use "preferences.ML"; use "pgip_parser.ML"; use "pgip_tests.ML"; use "proof_general_pgip.ML"; use "proof_general_emacs.ML";