We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
7d508d2
CHANGES:
Add new if%true that is a if expression that returns the value of the condition.
Refactor let%if. Error locations are slightly different.
61ba8cb
Remove references to jbuilder and switch to dune completely
Do not mute warnings for unused variables. If your let%if pattern matches all cases you should just use a regular let binding.