Bug Fix Release:
- Fixed bug with implicit expressions where implicit expressions containing more than two sub-expressions didn't refactor properly. Below is an example of a function that wouldn't refactor correctly.
:one 1 "one"
is one implicit unit.
(some-function some-arg
:one 1 "one"
:two 2 "two")
- Customization functionality was not working correctly. Fix was made to allow addition of user defined implicit functions and structures.
- Documentation was changed to show correct way to add user defined implicit functions.