Make a SplitUniqSupply contain an Int# rather than an Int
authorSimon Marlow <simonmar@microsoft.com>
Tue, 25 Jul 2006 12:02:52 +0000 (12:02 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Tue, 25 Jul 2006 12:02:52 +0000 (12:02 +0000)
commit39a2bccc3221f195892609c5c1e2fee81676b63d
treeef9f48ab497f2c59edc368bef384c0a3f4634e2f
parent3ca54aeb79f2a08a7a02757512c28c613b6f11b5
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.
compiler/basicTypes/UniqSupply.lhs