elm-community / webgl

Moved to elm-explorations/webgl
https://package.elm-lang.org/packages/elm-explorations/webgl/latest
BSD 3-Clause "New" or "Revised" License
130 stars 18 forks source link

Do not export type constructors #22

Closed w0rm closed 8 years ago

w0rm commented 8 years ago

As discussed with Evan, type constructors should not be exported, because we don't want people to pattern match these structures, and we may need to extend the union types without breaking changes.

Because this exploded with many functions, I split them into Settings and Constants. Maybe this was not entirely a nice idea, we can always put it back, because this is WIP.