summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T7022.hs
blob: 35a2db03c792996eafcf4f052942a023e89b760b (plain)
1
2
3
4
5
6
7
8
9
{-# LANGUAGE PolyKinds, TypeFamilies, DataKinds, TemplateHaskell #-}

module T7022 where

import T7022b

foo :: SList a -> Bool
foo = undefined