summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T17955.hs
blob: 1bcb9a6d900b99c00a02a8d5ce5cc98876be6444 (plain)
1
2
3
4
5
6
{-# LANGUAGE FlexibleContexts #-}
module T17955 where

import Data.Coerce

newtype T = Coercible () T => T ()