idris-java
idris-java copied to clipboard
Fix for anonymous class definition and update to Idris 0.9.20
The current version of anonymous class definition wraps the function call in a call to Closure.run()
which has a return type of void
thus not allowing any return value from Idris to get returned by the Java method.