You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, that whole notion of putting "Internal" in front caused an ugly hiccup in the git history (caused merge problems after).
Further, the idea was just that it would get internal modules out of the way in the haddocks -- i.e. grouping them together rather than interspersing them. But later I heard (from you?) that there's a simpler way to just hide those internal modules in the haddocks.
Besides Foo.Bar.Internal, with Internal trailing, is the standard idiom, for better or worse....
I can't even remember why there seem to be two modules that are both SchedIdempotent + Internal... that looks horrible.
We should probably rename some of the modules with names like:
Users won't care since they're not supposed to be used by users, but it's confusing to developers.
The text was updated successfully, but these errors were encountered: