Make a SplitUniqSupply contain an Int# rather than an Int
The I# constructor is always removed when we make a unique later anyway, so this just saves a bit of time and allocation.
Please register or sign in to comment
The I# constructor is always removed when we make a unique later anyway, so this just saves a bit of time and allocation.