src/Pure/ML-Systems/share_common_data_polyml-5.3.0.ML
author wenzelm
Sat, 03 Jan 2015 22:04:31 +0100
changeset 59255 db265648139c
parent 52711 155f02cacb2d
permissions -rw-r--r--
clarified fit_to_window: floor scale within window bounds;

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