src/Pure/ML-Systems/polyml_common.ML
changeset 41352 87adb55fb0fb
parent 40748 591b6778d076
child 41710 11ae688e4e30
equal deleted inserted replaced
41351:e82fc600a3a5 41352:87adb55fb0fb
     1 (*  Title:      Pure/ML-Systems/polyml_common.ML
     1 (*  Title:      Pure/ML-Systems/polyml_common.ML
     2 
     2 
     3 Compatibility file for Poly/ML -- common part for 5.x.
     3 Compatibility file for Poly/ML -- common part for 5.x.
     4 *)
     4 *)
       
     5 
       
     6 fun op before (a, _: unit) = a;
     5 
     7 
     6 exception Interrupt = SML90.Interrupt;
     8 exception Interrupt = SML90.Interrupt;
     7 
     9 
     8 use "General/exn.ML";
    10 use "General/exn.ML";
     9 
    11