Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 311 Bytes

CHANGELOG.md

File metadata and controls

13 lines (9 loc) · 311 Bytes

CHANGELOG

0.4.0

  • reintroduce currying partially to fix type inference issues

0.3.0

  • removed Tag and Tagged
  • if_let now returns the value on the else branch
  • match and if_let functions are uncurried
  • extract_variant_f renamed to extract_variant_and
  • Better documentation/comments