| author | wenzelm |
| Wed, 20 Jan 2016 15:22:18 +0100 | |
| changeset 62213 | c56c2d50dd6d |
| parent 62077 | e8ae72c26025 |
| permissions | -rw-r--r-- |
(* Title: Pure/RAW/ROOT_polyml-5.5.2.ML Author: Makarius Compatibility wrapper for Poly/ML 5.5.2. *) 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 "RAW/ROOT_polyml.ML";