[project @ 1998-01-12 14:39:24 by simonm]
[ghc-hetmet.git] / ghc / compiler / deSugar / Check.lhs
index fba9b3a..c4901cb 100644 (file)
@@ -117,7 +117,7 @@ Pretty Printer are not friends.
  
 \begin{code}
 
-data BoxedString = BS String
+newtype BoxedString = BS String
 
 type WarningPat = InPat BoxedString --Name --String 
 type ExhaustivePat = ([WarningPat], [(BoxedString, [HsLit])])