pete-murphy opened this issue 2 years ago · 0 comments
It seems like all the examples have
main :: Effect Unit
but are missing the import for the Effect type
Effect
import Effect (Effect)