Interesting, I have to explicitly say the "1" is of type "WorldCount()", so it fits in the type. I am not sure if this is only the case beacuse it is used in the variant type helloWorld. |
||
---|---|---|
src | ||
.gitignore | ||
.merlin | ||
Dockerfile | ||
README.md | ||
bsconfig.json | ||
docker-compose.yml | ||
package-lock.json | ||
package.json |
README.md
Learning ReScript - Commit by Commit
Learn ReScript - https://rescript-lang.org!
I am also blogging about this here: https://picostitch.com/tag/rescript/
How to Use This Repo?
- run
docker compose up -d && docker compose exec node bash
which will create, start and enter a docker container with nodejs inside,
you can skip this step if you are running nodejs locally npm install
to install all dependencies this project needsnpm start
to compile and run the code- next you might want to go and play around with hello.res