Sergey Zhukaev
Sergey Zhukaev
Greetings, Having the ability to autocomplete props whose type is variant/polymorphic variant should be pretty neat. Right now you can see the type of the prop  but can't actually...
In the current state of affairs only the first line of the comment is treated as such, the rest is rendered as is  All grammar is ignored, even in...
Functors provide a way to describe your types in a more concise way. Compare these two examples: ``` Belt.Map.t ``` ``` MapOf(Name).t ``` [In Reason](https://reasonml.github.io/en/try?rrjsx=true&ocaml=LYewJgrgNgpgBAFwJ4Ad4GU4F44GcCWA5gFByKrwB2IlATjAMaLGnlpz5gyUL7ItkAbgEMocBsBRwAXHAAUCADQcuPPkgCUcAEIwoCAHQBJMAYkpi3MC1CRYcALLCUAeQBm8hzLjotOXAi0EAwIrMjsAOQiUBDwCNieBkpwUaKxyg4GnNy8yFq6+gZOKEmWlNbEttDwAHLCwPA4BYYmRcIA1jAAwiCSwrTCAEb2cgFBIWEUiAlj+JQkrLDx5gnogXOEZr0o-TBlYBos4fDClPjAotisAD5wPQDuN3AACkRPAIJQOwwMwixLcEo9RgYHeZwuUFw3lO50uxXccjqDQ0SSuZGabRKblovXetAGSFYZAAfpxpHIqvYkTBDmQyABtW5yABEXT0MFoSGZyk+31+GgA3PJmeg0O1YNy7iB7oLhQBxCAIXCS16ELTXAC6rGIAIA+gkgQ1QeDRFDrgA+HR6QzFJIgPEEuAWuAAKVwBigIBIQA) it works perfectly fine [In...
Hi. I was trying to update the code of Tablecloth to Rescript 11 and faced quite a strange regression. Here is a simple repro: Demo.res ``` type t let map...