Closed pete-murphy closed 2 years ago
It seems like all the examples have
main :: Effect Unit
but are missing the import for the Effect type
Effect
import Effect (Effect)
It seems like all the examples have
but are missing the import for the
Effect
type