base
package". A I understand it, the maintainer of a library is normally responsible for all aspects of that library, includingBut now I understand that perhaps it is responsible only for (1), the API.
--
You received this message because you are subscribed to the Google Groups "haskell-core-libraries" group.
To unsubscribe from this group and stop receiving emails from it, send an email to haskell-core-libr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/haskell-core-libraries/CAJKmMz81uKkv_XzhUkiD1cXsBKvhUVK%3DYC4XjiPi9JTh312iLg%40mail.gmail.com.
What about code changes that don't affect the API? In-scope or not?
Code changes that do not affect API / semantics / behaviour / performance, such as trivial renaming / reshuffling, are likely to be out of scope.
I read that as meaning that an internal refactoring, however large, that did not affect outward facing behaviour is out of scope. But I now understand from what you say above that the the only things that are out of scope are: