Paul Phillips

Results 3 issues of Paul Phillips

While I am impressed at the asceticism of anyone who can actually use the Nothing wart as-is in practice, I venture you can count on one hand the number of...

The repository description links to http://elba.pub but as of 1/2/2020 this domain has expired "pending renewal or deletion" according to the godaddy parking page.

Here's what I came up with: ```scala def zioUri = uri("git://github.com/scalaz/scalaz-zio.git#7f27e9cbc3") lazy val zioJVM = ProjectRef(zioUri, "coreJVM") lazy val zioJS = ProjectRef(zioUri, "coreJS") lazy val base = crossProject(JSPlatform, JVMPlatform) .jvmConfigure(_...

enhancement