Skip to content

Organize Primops.txt.pp sections

John Ericson requested to merge Ericson2314/ghc:int32-int64-control into master

Before we had Int, *8, *16, Word, 32, 64. What a mess! Now we have 8, 16, 32, native, and each Int* before the corresponding Word*.

This PR is hardly worth it on its own, but I've been annoyed at my inability to figure out what's wrong with !1102 (closed), and this is just the first two commits of that PR which I am sure (tm) are innocent. So we can merge this minor cleanup to give me a small sense of "progress", and make the !1102 (closed) diff slightly easier to read.

Edited by John Ericson

Merge request reports