summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T11623.hs
blob: d55ca47a740cf56a93eab4ed706b050ae5085f84 (plain)
1
2
3
4
5
{-# LANGUAGE TypeFamilies #-}

module T11623 where

type family T where { Maybe T = Int }