[project @ 1997-08-25 22:25:50 by sof]
[ghc-hetmet.git] / ghc / compiler / utils / Ubiq.hs
1 module Ubiq 
2        (
3         module Unique,
4         module UniqFM
5
6        ) where
7
8 import Unique
9 import UniqFM
10