tweag / inline-java

Haskell/Java interop via inline Java code in Haskell modules.
BSD 3-Clause "New" or "Revised" License
229 stars 15 forks source link

Added withStatic in safe version to derive Static instances #184

Closed buonuomo closed 3 years ago

buonuomo commented 3 years ago

I wrapped all the Interpretation, Reify, and Reflect instances in a call to withStatic, as in the unsafe version to derive Static instances for these instance declarations.