| author | wenzelm |
| Tue, 30 Dec 2014 10:38:10 +0100 | |
| changeset 59200 | ff6954c847e2 |
| parent 58470 | 890d8286fd4e |
| permissions | -rw-r--r-- |
(* Title: Pure/ML-Systems/polyml-5.5.3.ML Author: Makarius Compatibility wrapper for Poly/ML 5.5.3. *) structure Thread = struct open Thread; structure Thread = struct open Thread; fun numProcessors () = (case Thread.numPhysicalProcessors () of SOME n => n | NONE => Thread.numProcessors ()); end; end; use "ML-Systems/polyml.ML";