Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace toString of wrapper functions with the toString of the origin…
…als. (#9) Wrapping functions was making it difficult to call toString() on functions to get their content, and led to harder debugging. By overriding the wrapper function's toString, we're able to print out the original content of the wrapped functions.
- Loading branch information