src/Pure/pure_setup.ML
author wenzelm
Mon, 23 Jul 2007 16:45:03 +0200
changeset 23935 2a4e42ec9a54
parent 23828 a8a3962f8eeb
child 24053 af1dd276fae0
permissions -rw-r--r--
PrintMode.with_modes;

(*  Title:      Pure/pure_setup.ML
    ID:         $Id$
    Author:     Makarius

Pure theory setup.
*)

use_thy "Pure";
structure Pure = struct val thy = theory "Pure" end;

Context.add_setup
 (Sign.del_modesyntax Syntax.default_mode Syntax.appl_syntax #>
  Sign.add_syntax Syntax.applC_syntax);
use_thy "CPure";
structure CPure = struct val thy = theory "CPure" end;

use "install_pp.ML";
val use = ThyInfo.use;
val cd = File.cd o Path.explode;
ml_prompts "ML> " "ML# ";

proofs := 0;