blob: 2c4771a112ad91cdda7ae5021f083962009075c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{-# LANGUAGE PolyKinds #-}
{-# LANGUAGE DataKinds #-}
module T21752A (
module GHC.Exts
) where
import GHC.Exts
type T = TYPE
type O = One
type M = Many
--type F = FUN
|