purescript/trypurescript

Missing Effect import in examples

pete-murphy opened this issue · 0 comments

It seems like all the examples have

main :: Effect Unit

but are missing the import for the Effect type

import Effect (Effect)

image