src/Pure/RAW/share_common_data_polyml-5.3.0.ML
author wenzelm
Sat, 26 Dec 2015 15:03:41 +0100
changeset 61931 ed47044ee6a6
parent 61925 ab52f183f020
permissions -rw-r--r--
more proofs, more text;

(*  Title:      Pure/RAW/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;