liqd / thentos

A tool for privacy-preserving identity management (PPIM)
Other
56 stars 9 forks source link

Refactoring: Add a Thentos.Prelude module to capture some essential imports #482

Closed np closed 8 years ago

np commented 8 years ago

I wonder how you feel about such a change?

For instance in Ling you can see https://github.com/np/ling/blob/master/Ling/Prelude.hs

fisx commented 8 years ago

Personally I don't feel a strong need for it, but I can't think of any disadvantages (everybody is still free to ignore the Prelude module), so as long as at least one stake holder is in favor of it (which would be you), I'm in!

Do you want to write the PR?

fisx commented 8 years ago

I also note that ling follows the much more common convention of interleaving qualified and non-qualified imports. Should we make either choice binding in the style guide? Which one?

fisx commented 8 years ago

I think this is done. Please re-open if not.