summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/tc239.hs
blob: 81c39b790a22d352058119f4edc946b9327258d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
-- Trac #1072

module ShouldCompile where

import Tc239_Help

f1 :: Show a => WrapIO e a
f1 = return undefined

f2 :: Show a => WrapIO2 a
f2 = f1