Skip to content

v1.2.3 [Colonel]

Compare
Choose a tag to compare
@evhub evhub released this 15 May 23:37
· 2614 commits to master since this release

See Coconut's documentation for more information on all of the features listed below.

New features:

  • #237: new fmap built-in that preserves data types (thanks, @hasufell!)
  • #214: data name(*args) syntax now supported
  • #227: data from syntax for data type inheritance
  • #232: --no-tco option to disable tail call optimization (also implied by --mypy)
  • #228: .method(**kwargs) implicit partial now supported
  • #231: .[a:b, c:d] implicit partial now supported (thanks, @cgarciae!)
  • #226: PEP 542 dotted function names now supported

Fixes: