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
- Host: GitHub
- URL: https://github.com/darinm223/mlton-vector
- Owner: DarinM223
- Created: 2024-04-26T16:56:04.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-09-06T15:52:18.000Z (11 months ago)
- Last Synced: 2025-09-06T17:40:30.505Z (11 months ago)
- Language: Standard ML
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```