Ram Raghunathan
Ram Raghunathan
MLton.Parallel is currently a "bag of stuff". It's worth organizing this. I'll go section by section ### Reorganization I propose the following: * `MLton.Parallel`: contains `numberOfProcessors`, `processorNumber`, `registerProcessorFunction`, and `initializeProcessors`...
The basis library has a few parts that are written with a sequential implementation in mind. This issue is to collect and track these parts of the basis and efforts...
`make basis` currently copies and type-checks the basis library. It does not typecheck the scheduler, and this would be nice to have.