src/Pure/RAW/share_common_data_polyml-5.3.0.ML
changeset 62467 c1b88e647e2f
parent 62462 c7def2433a06
child 62468 d97e13e5ea5b
equal deleted inserted replaced
62462:c7def2433a06 62467:c1b88e647e2f
     1 (*  Title:      Pure/RAW/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;