propensive / mercator-old

Automatic typeclass-based abstraction over monad-like types
https://propensive.com/opensource/mercator/
Apache License 2.0
54 stars 10 forks source link

broken tests fix #19 replace applicative => functor #21

Closed lemastero closed 3 years ago

lemastero commented 4 years ago

Current master build fails with:

[error] /home/travis/build/propensive/mercator/tests/src/main/scala/tests.scala:28:5: not found: value applicative
[error]     applicative[Option]

This is problematic for other contributors as well.

Changes here resolve #19