| author | wenzelm |
| Mon, 04 Apr 2016 19:48:54 +0200 | |
| changeset 62850 | 1f1a2c33ccf4 |
| parent 62847 | 1bd1d8492931 |
| child 62851 | 07eea2843b82 |
| permissions | -rw-r--r-- |
(* Title: Pure/ML/ml_final.ML Author: Makarius Final setup of ML environment. *) (*no access to system internals!*) structure PolyML = struct structure IntInf = PolyML.IntInf end; val _ = List.app ML_Name_Space.forget_structure ML_Name_Space.critical_structures; structure Output: OUTPUT = Output; (*seal system channels!*) structure Pure = struct val thy = Thy_Info.pure_theory () end; Proofterm.proofs := 0; Context.set_thread_data NONE;