Marc Esquerrà
Marc Esquerrà
If you neither set the '-language:implicitConversions' flag, nor the 'import scala.language.implicitConversions', the '@newtype' construct warns for implicit conversions. I've tried, and this PR prevents it.
In a project I'm working on, I would like to use scala-newtype from both scala-native and scalajs 1.0. If you find it useful, I've spent a bit of time trying...
Now that scala 3 is officially live, how difficult would it be to add support for it in bazel? If it's just a matter of adding a custom toolchain, a...
I wonder how much effort would it take to make `elba` allow the use `rust` dependencies (both from a folder or from crates.io) **The use case** a) This would immediately...
Setup [Travis CI](https://travis-ci.org/) to build and test Moonads on every push
Both, [Moon](https://github.com/marcesquerra/moonads/blob/master/src/main/scala/moonads/Moon.scala) and [MonadLifter](https://github.com/marcesquerra/moonads/blob/master/src/main/scala/moonads/syntax/MonadLifter.scala) has 4 versions of it's interface (one for each stack size). That is clearly not scalable and hard to maintain. (Note: By stack size I mean...
It should go in: https://github.com/marcesquerra/moonads/blob/master/src/main/scala/moonads/composers/package.scala Look in there for examples on how is done for other monad transformers
It should go in: https://github.com/marcesquerra/moonads/blob/master/src/main/scala/moonads/composers/package.scala Look in there for examples on how is done for other monad transformers