src/Pure/ML-Systems/share_common_data_polyml-5.3.0.ML
author nipkow
Fri, 07 Feb 2014 14:18:31 +0100
changeset 55357 1dd39517e1ce
parent 52711 155f02cacb2d
permissions -rw-r--r--
fight spurious nitpick timeouts

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