summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-api/annotations/Test10307.hs
blob: 938801a8d682e017f5b5f38952cfe870c5f75cc4 (plain)
1
2
3
4
5
6
{-# LANGUAGE TypeFamilies #-}
module Test10307 where

class Foldable t where
  type FoldableConstraint t x :: *
  type FoldableConstraint t x = ()