src/Pure/ML/ml_pervasive1.ML
author wenzelm
Sat, 09 Apr 2016 14:00:23 +0200
changeset 62923 3a122e1e352a
parent 62902 3c0f53eae166
permissions -rw-r--r--
clarified bootstrap;

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

Pervasive ML environment: final setup.
*)

List.app ML_Name_Space.forget_structure ML_Name_Space.hidden_structures;

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

Proofterm.proofs := 0;

Context.put_generic_context NONE;

val use = ML_file;