src/Pure/ML-Systems/polyml_common.ML
changeset 31308 3fd52453ae81
parent 30672 beaadd5af500
child 31319 6974449ddea9
equal deleted inserted replaced
31307:7015fee8c3e8 31308:3fd52453ae81
     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 4.x and 5.x.
     3 Compatibility file for Poly/ML -- common part for 5.x.
     4 *)
     4 *)
     5 
     5 
     6 exception Interrupt = SML90.Interrupt;
     6 exception Interrupt = SML90.Interrupt;
     7 
     7 
     8 use "ML-Systems/exn.ML";
     8 use "ML-Systems/exn.ML";