src/Pure/ML-Systems/share_common_data_polyml-5.3.0.ML
author blanchet
Fri, 23 Aug 2013 16:51:53 +0200
changeset 53159 a5805fe4e91c
parent 52711 155f02cacb2d
permissions -rw-r--r--
repaired num_extra_feature_facts + tuning

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