Adding pushing of hpc translation status through hi files.
[ghc-hetmet.git] / compiler / typecheck / TcPat.lhs
index 4d5aaf6..9cea0ea 100644 (file)
@@ -920,6 +920,7 @@ patCtxt pat             = Just (hang (ptext SLIT("In the pattern:"))
 existentialExplode pat
   = hang (vcat [text "My brain just exploded.",
                text "I can't handle pattern bindings for existentially-quantified constructors.",
+               text "Instead, use a case-expression, or do-notation, to unpack the constructor.",
                text "In the binding group for"])
        4 (ppr pat)