A set of (Linear Algebra)[https://web.stanford.edu/~boyd/vmls/] exercises written in Javascript (Typescript) and in Reason.
git clone https://github.com/Palmaswell/math.git
cd math
yarn
yarn dev:type
yarn dev:reason
### Run test suite for Typescript and Reason in watch mode
```sh
yarn test