Closed hyperthunk closed 2 months ago
I get lots of warnings that we should be using MonoLocalBinds when compiling. Should I add these flags to avoid the compiler warnings, which are mainly about the use of Serializable a in type signatures?
MonoLocalBinds
Serializable a
The repo has moved and this issue has been addressed downstream
I get lots of warnings that we should be using
MonoLocalBinds
when compiling. Should I add these flags to avoid the compiler warnings, which are mainly about the use ofSerializable a
in type signatures?