Skip to content

11.0.0-alpha.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@cknitt cknitt released this 14 Apr 07:12
· 1157 commits to master since this release
a6090a5

🚀 Main New Feature

  • Add support for extensible records (e.g. type t = {...t1, x:int, ...t2}) #5715

🐛 Bug Fix

  • Fix formatting and parentheses placement in uncurried functions with constraints. #6143