X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FbasicTypes%2FId.hi-boot;fp=ghc%2Fcompiler%2FbasicTypes%2FId.hi-boot;h=c9591e87e071fae42f0fa2cbcd0b2015124994ce;hb=fda89b29c748c6cd2fe1fdb477d5c0e8f7d32b90;hp=2d7ce7e4da4a7e0f78681f8bf2081d517e991240;hpb=5f34bb74bf3c7e051bce8ad343ac4bbbc11f62cd;p=ghc-hetmet.git diff --git a/ghc/compiler/basicTypes/Id.hi-boot b/ghc/compiler/basicTypes/Id.hi-boot index 2d7ce7e..c9591e8 100644 --- a/ghc/compiler/basicTypes/Id.hi-boot +++ b/ghc/compiler/basicTypes/Id.hi-boot @@ -1,14 +1,14 @@ _interface_ Id 1 _exports_ -Id Id GenId StrictnessMark(MarkedStrict NotMarkedStrict) dataConArgTys idType isNullaryDataCon mkDataCon mkTupleCon nmbrId pprId; +Id Id GenId StrictnessMark(MarkedStrict NotMarkedStrict) dataConArgTys idType isNullaryDataCon mkDataCon mkTupleCon pprId idName; _declarations_ -1 type Id = Id.GenId Type.Type ; +1 type Id = Id.GenId Type!Type ; 1 data GenId ty ; 1 data StrictnessMark = MarkedStrict | NotMarkedStrict ; -1 dataConArgTys _:_ Id.Id -> [Type.Type] -> [Type.Type] ;; -1 idType _:_ Id.Id -> Type.Type ;; -1 isNullaryDataCon _:_ Id.Id -> PrelBase.Bool ;; -1 mkDataCon _:_ Name.Name -> [Id.StrictnessMark] -> [FieldLabel.FieldLabel] -> [TyVar.TyVar] -> [(Class.Class,Type.Type)] -> [TyVar.TyVar] -> [(Class.Class,Type.Type)] -> [Type.Type] -> TyCon.TyCon -> Id.Id ;; -1 mkTupleCon _:_ PrelBase.Int -> Name.Name -> Type.Type -> Id.Id ;; -1 nmbrId _:_ Id.Id -> PprEnv.NmbrEnv -> (PprEnv.NmbrEnv, Id.Id) ;; -1 pprId _:_ _forall_ [ty] {Outputable.Outputable ty} => Outputable.PprStyle -> Id.GenId ty -> Pretty.Doc ;; +1 dataConArgTys _:_ Id -> [Type!Type] -> [Type!Type] ;; +1 idType _:_ Id.Id -> Type!Type ;; +1 isNullaryDataCon _:_ Id -> PrelBase.Bool ;; +1 mkDataCon _:_ Name.Name -> [Id.StrictnessMark] -> [FieldLabel.FieldLabel] -> [TyVar.TyVar] -> Type.ThetaType -> [TyVar.TyVar] -> Type!ThetaType -> [Type!TauType] -> TyCon!TyCon -> Id ;; +1 mkTupleCon _:_ PrelBase.Int -> Name.Name -> Type!Type -> Id ;; +1 pprId _:_ _forall_ [ty] {Outputable.Outputable ty} => Outputable.PprStyle -> GenId ty -> Pretty.Doc ;; +1 idName _:_ _forall_ [ty] => GenId ty -> Name.Name ;;