src/Pure/ML-Systems/share_common_data_polyml-5.3.0.ML
author wenzelm
Fri, 25 Sep 2015 20:37:59 +0200
changeset 61268 abe08fb15a12
parent 52711 155f02cacb2d
permissions -rw-r--r--
moved remaining display.ML to more_thm.ML;

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