summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/T21752.hs
blob: 72fad0b26a6285a856802680bb6c49d6f83c0af6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{-# LANGUAGE DataKinds #-}
module T21752 where

import T21752A

type T = TYPE

type F m a b = FUN m a b

type M = Many

type O = One