src/Pure/ML-Systems/share_common_data_polyml-5.3.0.ML
author wenzelm
Wed, 08 Jul 2015 19:28:43 +0200
changeset 60695 757549b4bbe6
parent 52711 155f02cacb2d
permissions -rw-r--r--
Variable.focus etc.: optional bindings provided by user; Subgoal.focus command: more careful treatment of user-provided bindings;

(*  Title:      Pure/ML-Systems/share_common_data_polyml-5.3.0.ML

Dummy for Poly/ML 5.3.0, which cannot share the massive heap of HOL
anymore.
*)

structure PolyML =
struct
  open PolyML;
  fun shareCommonData _ = ();
end;