From cc5d269719ef3ccc50e008b29c64b677048c240c Mon Sep 17 00:00:00 2001
From: Daniel Fischer <daniel.is.fischer@googlemail.com>
Date: Sun, 29 May 2011 22:44:17 +0200
Subject: [PATCH 3/4] Added DatatypeContexts extension to tcrun029
---
tests/ghc-regress/typecheck/should_run/tcrun029.hs | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/tests/ghc-regress/typecheck/should_run/tcrun029.hs b/tests/ghc-regress/typecheck/should_run/tcrun029.hs
index 53c67e5..f2aadab 100644
|
a
|
b
|
|
| | 1 | {-# LANGUAGE DatatypeContexts #-} |
| 1 | 2 | -- Killed GHC 5.02.3 |
| 2 | 3 | |
| 3 | 4 | -- Confusion about whether the wrapper for a data constructor |
| … |
… |
|
| 25 | 26 | left=None, |
| 26 | 27 | right=None} |
| 27 | 28 | |
| 28 | | main = print (insert 1 2 None) |
| 29 | | No newline at end of file |
| | 29 | main = print (insert 1 2 None) |