Skip to content

11.1.4

Latest
Compare
Choose a tag to compare
@cknitt cknitt released this 10 Sep 09:58
· 340 commits to master since this release

πŸ› Bug Fix

  • Fix issue where long layout break added a trailing comma in partial application .... #6949
  • Fix incorrect format of function under unary operator. #6953
  • Fix incorrect incorrect printing of module binding with signature. #6963
  • Disallow spreading anything but regular variants inside of other variants. #6980
  • Fix comment removed when function signature has type keyword. #6997
  • Fix parse error on doc comment before "and" in type def. #7001
  • Fix tuple coercion. #7024