elm-community / elm-faq

FAQ about the Elm language.
https://faq.elm-community.org/
22 stars 24 forks source link

Updated exposing constructors to 0.19 #57

Closed Spaxe closed 5 years ago

Spaxe commented 5 years ago

In Elm 0.19, constructors of a union type must all be exposed, or none.

Ellie live example: https://ellie-app.com/5RBCxJyDQXha1 (fails to run in 0.19)

This PR updates a FAQ

fredcy commented 5 years ago

This looks OK. The unrelated changes to whitespace and emphasis markup made the PR a bit hard to review.

Thanks for contributing.

Spaxe commented 5 years ago

@fredcy thanks, and sorry - I was in a hurry and forgot to turn off my editor's auto format for markdowns.