X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Futils%2FLazyUniqFM.lhs;h=d8132e3cd5b11887a1efc0f20ef50347c2df7128;hb=6ee9554a738c442719ded861504acb729fd3d431;hp=b7ac15d2a18a736080dcb40a7805c55a6495678e;hpb=727fae32ea0b6ca6ebdf1b3137649813e4d7ac3d;p=ghc-hetmet.git diff --git a/compiler/utils/LazyUniqFM.lhs b/compiler/utils/LazyUniqFM.lhs index b7ac15d..d8132e3 100644 --- a/compiler/utils/LazyUniqFM.lhs +++ b/compiler/utils/LazyUniqFM.lhs @@ -13,9 +13,7 @@ Basically, the things need to be in class @Uniquable@, and we use the \begin{code} {-# OPTIONS -Wall -fno-warn-name-shadowing -Werror -fallow-undecidable-instances #-} module LazyUniqFM ( - UniqFM(..), -- abstract type - -- XXX Not actually abstract because of nativeGen/MachRegs; sigh - Lazy(Lazy), -- XXX Also for nativeGen/MachRegs; sigh + UniqFM, -- abstract type emptyUFM, unitUFM,