Open chrisnevers opened 4 years ago
Just as a reminder to myself:
Recursive functions do not need a rec keyword as in OCaml.
This is incorrect.
The monad option instance aborts the computation when it encounters a None.
Our syntax for monads is different - this section needs redoing.
Hi. I would like to contribute to the documentation. I am currently using Amulet intensively on one project. So I have many aha moments that could be used. On the other hand, sometimes I don't quite understand some constructions. (I'm more of a Haskellist.) What if we opened a Wiki in this repository? I could add different fragments there. Which could act as inspiration for official documentation.
@tacoberu Yep, that's a good idea. I've enabled it and hopefully set the permissions so anyone can add/edit it.
works +1
Looking through the
Getting Started
docs and noticed there needs some updates.One
This example doesn't compile:
It gives the following error:
Two
The example doesn't compile:
The
compile
option needs to be specified:Other
Could you please add more docs for the std library and include more examples in the
Everything You Need To Know To Write Amulet
for example how to create/use exceptions.Thanks for interesting project, I look forward to using it!