Retrieving the datacon of an arbitrary closure
[ghc-hetmet.git] / compiler / prelude / TysWiredIn.lhs
index 87c2165..2a819f0 100644 (file)
@@ -38,6 +38,8 @@ module TysWiredIn (
        unitTyCon, unitDataCon, unitDataConId, pairTyCon, 
        unboxedSingletonTyCon, unboxedSingletonDataCon,
        unboxedPairTyCon, unboxedPairDataCon,
+       
+        boxedTupleArr, unboxedTupleArr,
 
        unitTy,