summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T11145.hs
blob: f3968e99e1dab78d0205dd319a0c83a4281692cc (plain)
1
2
3
4
5
6
7
8
9
{-# LANGUAGE GADTs #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE TemplateHaskell #-}
module T11145 where

data family Fuggle x y

[d| data instance Fuggle Int (Maybe (a,b)) where
      MkFuggle :: Fuggle Int (Maybe Bool) |]