X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FbasicTypes%2FId.hi-boot;h=7db3363bbb93873e55fe7e20d5426ab860628f39;hb=967cc47f37cb93a5e2b6df7822c9a646f0428247;hp=8c1d44f87cdb03e38e88bb1f4d118f9f72c4a672;hpb=dcef38bab91d45b56f7cf3ceeec96303d93728bb;p=ghc-hetmet.git diff --git a/ghc/compiler/basicTypes/Id.hi-boot b/ghc/compiler/basicTypes/Id.hi-boot index 8c1d44f..7db3363 100644 --- a/ghc/compiler/basicTypes/Id.hi-boot +++ b/ghc/compiler/basicTypes/Id.hi-boot @@ -1,17 +1,14 @@ _interface_ Id 1 _exports_ -Id Id GenId StrictnessMark(MarkedStrict NotMarkedStrict) dataConArgTys idType isNullaryDataCon mkDataCon mkTupleCon nmbrId; -_instances_ -instance {Outputable.Outputable Id} = $d1; +Id Id GenId StrictnessMark(MarkedStrict NotMarkedStrict) idType isNullaryDataCon mkDataCon mkTupleCon pprId idName; _declarations_ -1 $d1 _:_ {Outputable.Outputable Id} ;; -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 -> [Type.Type] -> [Type.Type] ;; -1 idType _:_ Id -> Type.Type ;; -1 isNullaryDataCon _:_ Id -> PrelBase.Bool ;; -1 mkDataCon _:_ Name.Name -> [StrictnessMark] -> [FieldLabel.FieldLabel] -> [TyVar.TyVar] -> [(Class.Class,Type.Type)] -> [TyVar.TyVar] -> [(Class.Class,Type.Type)] -> [Type.Type] -> TyCon.TyCon -> Id ;; -1 mkTupleCon _:_ PrelBase.Int -> Name.Name -> Type.Type -> Id ;; -1 nmbrId _:_ Id -> PprEnv.NmbrEnv -> (PprEnv.NmbrEnv, Id) ;; +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} => GenId ty -> Outputable.SDoc ;; +1 idName _:_ _forall_ [ty] => GenId ty -> Name.Name ;;