You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See Coconut's
[documentation](http://coconut.readthedocs.io/en/develop/DOCS.html) for
more information on all of the features listed below.
Bugfixes:
* #851, #852: Fixed comments inside of parentheses in the Jupyter
kernel.
Language features:
* #846: `reduce`, `takewhile`, and `dropwhile` 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.
Should support stuff like
as equivalent to
The text was updated successfully, but these errors were encountered: