src/Pure/ML-Systems/share_common_data_polyml-5.3.0.ML
changeset 52711 155f02cacb2d
equal deleted inserted replaced
52710:52790e3961fe 52711:155f02cacb2d
       
     1 (*  Title:      Pure/ML-Systems/share_common_data_polyml-5.3.0.ML
       
     2 
       
     3 Dummy for Poly/ML 5.3.0, which cannot share the massive heap of HOL
       
     4 anymore.
       
     5 *)
       
     6 
       
     7 structure PolyML =
       
     8 struct
       
     9   open PolyML;
       
    10   fun shareCommonData _ = ();
       
    11 end;