src/Pure/ML/ml_pervasive1.ML
author wenzelm
Wed, 06 Apr 2016 11:57:21 +0200
changeset 62886 72c475e03e22
parent 62884 66494de0aafe
child 62889 99c7f31615c2
permissions -rw-r--r--
simplified bootstrap: critical structures remain accessible in ML_Root context;

(*  Title:      Pure/ML/ml_pervasive1.ML
    Author:     Makarius

Pervasive ML environment: final setup.
*)

List.app ML_Name_Space.forget_structure
  (remove (op =) "PolyML" ML_Name_Space.bootstrap_structures);

structure PolyML = struct structure IntInf = PolyML.IntInf end;

Proofterm.proofs := 0;

Context.set_thread_data NONE;