src/Pure/ML-Systems/share_common_data_polyml-5.3.0.ML
author wenzelm
Tue, 11 Mar 2014 18:26:47 +0100
changeset 56053 030531cc4c62
parent 52711 155f02cacb2d
permissions -rw-r--r--
tables with changes relative to some common base version -- support for efficient join/merge of big global tables with small local updates;

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