pure 0.2.0 copy "pure: ^0.2.0" to clipboard
pure: ^0.2.0 copied to clipboard

Functional programming essentials for Dart. Tail call optimization, partial application, memoization, and more.

0.2.0 20.03.2022 #

Changed #

  • Change linter from custom config to purple_lints.
  • [BREAKING] Rename memoized to memoize().
  • Expose function typedefs.

Added #

  • Add basic functions – id, negate and others.
  • Document everything.
  • flip extension.
  • curry extension.
  • uncurry extension.
  • constant extension.
  • nullable extension.

0.1.1 19.09.2021 #

  • Hotfix.

0.1.0 19.09.2021 #

  • Initial version.
14
likes
160
points
787
downloads

Publisher

verified publisheryakov.codes

Weekly Downloads

Functional programming essentials for Dart. Tail call optimization, partial application, memoization, and more.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on pure