src/Pure/ML-Systems/share_common_data_polyml-5.3.0.ML
author wenzelm
Mon, 12 May 2014 17:17:32 +0200
changeset 56941 952833323c99
parent 52711 155f02cacb2d
permissions -rw-r--r--
tuned signature to make axiomatizations more easy to spot in the source, via "add_axioms" or "axiomatization";

(*  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;