summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T8469a.hs
blob: 289a5fab2d67f953e88cb71d1d7d6656576ee339 (plain)
1
2
3
4
5
6
{-# LANGUAGE TypeFamilies #-}

module T8469a () where

type family F a
type instance F Int = Bool