Deprecate FnPtr::num_curried.

This commit is contained in:
Stephen Chung
2022-05-05 22:30:55 +08:00
parent b23d64bec0
commit fc64e93b93
3 changed files with 20 additions and 8 deletions

View File

@@ -9,6 +9,11 @@ Bug fixes
* Self-contained `AST` now works properly with `Engine::call_fn`.
Deprecated API's
----------------
* `FnPtr::num_curried` is deprecated in favor of `FnPtr::curry().len()`.
Version 1.7.0
=============