Skip to content

0.14.0

Choose a tag to compare

@github-actions github-actions released this 10 Feb 07:50
· 110 commits to main since this release
  • Added support for multiline lambda bodies inside parenthesized call chains, including correct pipeline continuation after ).
  • Added support for aligned multiline let parameter declarations (strict column alignment).
  • Tightened layout rules for multiline literals and inline record type annotations.
  • Improved parse diagnostics for layout issues: misindented expressions now report explicit indentation errors instead of generic unexpected-token errors.
  • Updated syntax/indentation documentation and parser regression tests accordingly.

Full Changelog: 0.13.0...0.14.0