File: Unique.h

package info (click to toggle)
haskell-ghc-lib-parser 9.0.2.20211226-2
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 8,668 kB
  • sloc: haskell: 94,206; ansic: 1,258; makefile: 12
file content (5 lines) | stat: -rw-r--r-- 160 bytes parent folder | download | duplicates (10)
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