scalabridge / curriculum

materials and resources for workshop curriculum
19 stars 20 forks source link

fix example `draw` command #45

Open ryan-williams opened 4 years ago

ryan-williams commented 4 years ago

when I ran it locally (on the current https://github.com/underscoreio/creative-scala-template/archive/master.zip), I got an error:

scala> Example.image.draw
<console>:42: error: could not find implicit value for parameter renderer: doodle.effect.DefaultRenderer[[x[_]]doodle.language.Basic[x],Nothing,Nothing,Nothing]
       Example.image.draw
                     ^

changing to draw() seems to fix