scotty-web/scotty

Do not export Web.Scotty.Internal.Types ?

ocramz opened this issue · 2 comments

ocramz commented

It's an internal module, most of its interesting functionality is re-exported by .Trans and .Scotty, and some invariants would be better served by not offering the constructors to the users.

In general I prefer to keep internal modules exported. Internal modules provide a mean to complement features missing in the library.

ocramz commented

OK, closing this no worries