learn-reasonml-workshop icon indicating copy to clipboard operation
learn-reasonml-workshop copied to clipboard

Learn ReasonML with 24 exercises. No prior functional programming knowledge required.

Results 3 learn-reasonml-workshop issues
Sort by recently updated
recently updated
newest added

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.

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....