https://github.com/bertrand31/data-structures-reasonml
Collection of data structures implemented in ReasonML (OCaml)
https://github.com/bertrand31/data-structures-reasonml
functional-programming ocaml reasonml
Last synced: 6 months ago
JSON representation
Collection of data structures implemented in ReasonML (OCaml)
- Host: GitHub
- URL: https://github.com/bertrand31/data-structures-reasonml
- Owner: Bertrand31
- Created: 2018-07-03T03:13:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-29T15:00:18.000Z (over 7 years ago)
- Last Synced: 2025-02-17T16:52:04.016Z (9 months ago)
- Topics: functional-programming, ocaml, reasonml
- Language: OCaml
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic Reason Template
Hello! This project allows you to quickly get started with Reason and BuckleScript. If you wanted a more sophisticated version, try the `react` template (`bsb -theme react -init .`).
# Build
```
npm run build
```
# Build + Watch
```
npm run start
```
# Editor
If you use `vscode`, Press `Windows + Shift + B` it will build automatically