summaryrefslogtreecommitdiff
path: root/compiler/Unique.h
blob: e4cd2671a19cfdfa9d2afa0bb6e8b4d1200db4da (plain)
1
2
3
4
5
/* unique has the following structure:
 * HsInt unique =
 *    (unique_tag << (sizeof (HsInt) - UNIQUE_TAG_BITS)) | unique_number
 */
#define UNIQUE_TAG_BITS 8