ghc-lib-0.1.0: compiler/Unique.h
/* unique has the following structure: * HsInt unique = * (unique_tag << (sizeof (HsInt) - UNIQUE_TAG_BITS)) | unique_number */ #define UNIQUE_TAG_BITS 8
/* unique has the following structure: * HsInt unique = * (unique_tag << (sizeof (HsInt) - UNIQUE_TAG_BITS)) | unique_number */ #define UNIQUE_TAG_BITS 8