See Coconut's documentation for more information on all of the features listed below.
Bugfixes:
Language features:
- #846:
reduce
,takewhile
, anddropwhile
now support keyword arguments. - #848: Class and data patterns now support keyword argument name elision.
- #847: New pattern-matching syntax for matching anonymous named tuples.
Compiler features:
- #843: Added compiler warnings for (some cases of) undefined variables.