creativescala / doodle

Compositional vector graphics in Scala / Scala.JS
https://creativescala.org/doodle/
Apache License 2.0
329 stars 76 forks source link

`Monad` instance for `Picture` #86

Closed noelwelsh closed 4 years ago

noelwelsh commented 4 years ago

Picture needs a Monad type class instances for the Size algebra to be any use. This requires the underlying F has a Monad instance.