src/Pure/ML-Systems/share_common_data_polyml-5.3.0.ML
author blanchet
Wed, 28 May 2014 12:34:26 +0200
changeset 57101 c881a983a19f
parent 52711 155f02cacb2d
permissions -rw-r--r--
optimized computation

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