Structure Option now declared in MLWorks
authorpaulson
Wed, 27 May 1998 12:25:56 +0200
changeset 49737420178bd2d9
parent 4972 7fe1d30c1374
child 4974 45b7a51342a1
Structure Option now declared in MLWorks
src/Pure/ML-Systems/mlworks.ML
     1.1 --- a/src/Pure/ML-Systems/mlworks.ML	Wed May 27 12:23:45 1998 +0200
     1.2 +++ b/src/Pure/ML-Systems/mlworks.ML	Wed May 27 12:25:56 1998 +0200
     1.3 @@ -25,9 +25,6 @@
     1.4  
     1.5  (* Poly/ML emulation *)
     1.6  
     1.7 -(*just for versions of MLWorks that don't provide the Option structure*)
     1.8 -structure Option = General;
     1.9 -
    1.10  (*To exit the system with an exit code -- an alternative to ^D *)
    1.11  fun exit 0 = (OS.Process.exit OS.Process.success): unit
    1.12    | exit _ = OS.Process.exit OS.Process.failure;