summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T12447.stdout
blob: 6c469eeef3282e637c732fb6ce82105c211816b2 (plain)
1
2
3
deferEither @(_ ~ _)
  :: (Typeable w1, Typeable w2) =>
     proxy (w1 ~ w2) -> ((w1 ~ w2) => r) -> Either String r