<p><span class="h-card" translate="no"><a href="https://hachyderm.io/@jevanko" class="u-url mention">@<span>jevanko</span></a></span> nice to hear. from my experience, I'd try to avoid functorizing everything - with the rule "use a functor if you need this data structure multiple times with different types in a single application" (i.e. Set.t, Map.t) -- but even that you can avoid, see Hashtbl.t. :)</p>