Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

1.0.0

Latest
Compare
Choose a tag to compare
@thenjip thenjip released this 08 Apr 13:39
· 8 commits to main since this release
dcc88e1

API breaks from 0.x.x

  • Rename call module to run.
    • Rename call symbols to run.
    • Remove call symbols that take a proc accepting 2 or more parameters.
    • Remove call symbols that take a proc with a specific calling convention.
      Only closure convention is left.
  • Rename ifelse module to fold.
    • Rename ifelse symbol to fold.
  • Remove lambda module.