Closed charleso closed 10 years ago
I'm not sure this actually does anything to work around the scalac bug (https://issues.scala-lang.org/browse/SI-8757).
Ideally we keep the type param and use it for Persistent[A], but Persister expects multiple/different type params :(
Persistent[A]
Persister
I'm not sure this actually does anything to work around the scalac bug (https://issues.scala-lang.org/browse/SI-8757).