[project @ 1997-05-19 00:24:11 by sof]
[ghc-hetmet.git] / ghc / compiler / utils / UniqFM.hi-boot
1 _interface_ UniqFM 1
2 _exports_
3 UniqFM Uniquable(uniqueOf);
4 _declarations_
5 1 class Uniquable a where {uniqueOf :: a -> Unique.Unique};