Skip to content

Releases: reynir/let-if

0.3.0

11 Mar 10:41
Compare
Choose a tag to compare

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.

v0.2.0

03 Apr 09:55
Compare
Choose a tag to compare

CHANGES:

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