You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In an attempt to define and use a low-down-dirty lazyness implementation I encountered an issue with modeling thunks using implicit functions using one file, while, when using many files, everything is fine.
In general this is problematic since it can lead to widening, but it's
especially bad when using an implicit function type as a case class
parameter type
In an attempt to define and use a low-down-dirty lazyness implementation I encountered an issue with modeling thunks using implicit functions using one file, while, when using many files, everything is fine.
https://github.com/PDBP/lazyness is a GitHub project that as a README.md that explains the issue.
The text was updated successfully, but these errors were encountered: