purescript / trypurescript

PureScript in the browser
https://try.purescript.org
BSD 3-Clause "New" or "Revised" License
119 stars 50 forks source link

Missing Effect import in examples #291

Closed pete-murphy closed 2 years ago

pete-murphy commented 2 years ago

It seems like all the examples have

main :: Effect Unit

but are missing the import for the Effect type

import Effect (Effect)
image