src/Pure/ML-Systems/share_common_data_polyml-5.3.0.ML
author wenzelm
Sun, 30 Nov 2014 15:11:50 +0100
changeset 59069 ec6ce25a630d
parent 52711 155f02cacb2d
permissions -rw-r--r--
more accurate context;

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