X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FbasicTypes%2FDataCon.hi-boot-5;fp=compiler%2FbasicTypes%2FDataCon.hi-boot-5;h=f5a8a2d6a8500c1f7fdfb8488a803885908965c9;hp=0000000000000000000000000000000000000000;hb=0065d5ab628975892cea1ec7303f968c3338cbe1;hpb=28a464a75e14cece5db40f2765a29348273ff2d2 diff --git a/compiler/basicTypes/DataCon.hi-boot-5 b/compiler/basicTypes/DataCon.hi-boot-5 new file mode 100644 index 0000000..f5a8a2d --- /dev/null +++ b/compiler/basicTypes/DataCon.hi-boot-5 @@ -0,0 +1,5 @@ +__interface DataCon 1 0 where +__export DataCon DataCon isExistentialDataCon dataConName ; +1 data DataCon ; +1 isExistentialDataCon :: DataCon -> PrelBase.Bool ; +1 dataConName :: DataCon -> Name.Name ;