schell / varying

Continuously varying values, made easy :)
MIT License
40 stars 5 forks source link

AMP simplifications #21

Closed ggreif closed 6 years ago

ggreif commented 6 years ago

Since travis only tests GHC v7.10 and up, every Monad is automatically an Applicative. A lot of signatures could be simplified.

Setting a suitable base version (to base-4.8.0.0) will ensure this.

It'll probably eliminate a bunch of warnings on modern GHCs.

Would you accept a pull request to this effect?

schell commented 6 years ago

I definitely would! Thank you for your help :)

ggreif commented 6 years ago

Thanks!