X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftypes%2FTyCon.lhs-boot;fp=ghc%2Fcompiler%2Ftypes%2FTyCon.lhs-boot;h=0000000000000000000000000000000000000000;hb=0065d5ab628975892cea1ec7303f968c3338cbe1;hp=83b4b7d07a1782576e8a17c927796a03e03e462b;hpb=28a464a75e14cece5db40f2765a29348273ff2d2;p=ghc-hetmet.git diff --git a/ghc/compiler/types/TyCon.lhs-boot b/ghc/compiler/types/TyCon.lhs-boot deleted file mode 100644 index 83b4b7d..0000000 --- a/ghc/compiler/types/TyCon.lhs-boot +++ /dev/null @@ -1,9 +0,0 @@ -\begin{code} -module TyCon where - -data TyCon - -isTupleTyCon :: TyCon -> Bool -isUnboxedTupleTyCon :: TyCon -> Bool -isFunTyCon :: TyCon -> Bool -\end{code}