An open API service indexing awesome lists of open source software.

https://github.com/darinm223/mlton-vector

MLton's internal Vector
https://github.com/darinm223/mlton-vector

Last synced: 7 months ago
JSON representation

MLton's internal Vector

Awesome Lists containing this project

README

          

mlton-vector
============

The MLton compiler has its own internal `Vector` type that has a lot of useful functions in it. It does not [expose](http://mlton.org/MLBasisAvailableLibraries) this type to MLton users as a library. This library gives access to the internal `Vector` type for multiple compilers (currently MLton, Poly/ML, SML/NJ, and MLKit).

To add this package with smlpkg, run:

```
smlpkg add github.com/DarinM223/mlton-vector
```