Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-29T15:00:18.000Z (over 6 years ago)
- Last Synced: 2024-11-07T00:43:32.246Z (3 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