src/Pure/ML-Systems/share_common_data_polyml-5.3.0.ML
author wenzelm
Mon, 21 Jul 2014 16:58:12 +0200
changeset 57593 2f7d91242b99
parent 52711 155f02cacb2d
permissions -rw-r--r--
proper Swing buttons instead of active areas within text (by Lars Hupel);

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