reason-design-patterns
reason-design-patterns copied to clipboard
🗺 An unofficial collection of "design patterns" for ReScript, Reason, and OCaml
I think that adding a mention of **mutually recursive types encapsuled in their own** module as described in [this blogpost]( https://blog.janestreet.com/a-trick-recursive-modules-from-recursive-signatures/) in the ["1 Module for 1 Thing" article](https://github.com/ostera/reason-design-patterns/blob/master/patterns/1-module-1-thing.md) can...
Was studying so I updated it.
Hello and again, thanks for this repo. I really liked the interpreter pattern. However, I want to know more, and it is hard to google. Do you have some specific...