Open fastjames opened 2 years ago
In order to take advantage of the updated function syntax, reduce our use of Term by specifying types directly in the function declaration.
I have made some progress on this over multiple PRs, but there are still plenty of cases where the use of Term and encode() is in the old style. I will continue chipping away at this.
In order to take advantage of the updated function syntax, reduce our use of Term by specifying types directly in the function declaration.