learn-reasonml-workshop
learn-reasonml-workshop copied to clipboard
Learn ReasonML with 24 exercises. No prior functional programming knowledge required.
Description: Adding Solutions in a different folder. For Users to refer to. Added a separate folder, so users will be still be able to do the workshop.
answer
Hi, If you want, you can create a new branch call answer, and use my commit for it. btw, thanks for your work, it's appreciable to learn ReasonML.
I'm a bit confused about the intended solution for exercise 09: ```re /* Write a function to construct a list of all integers in the range [from,to_] in increasing order....