DEBSOURCES
Skip Quicknav
sources / haskell-src-exts / 1.23.1-5 / tests / examples / PolyKindSigs.hs
12345678
{-# LANGUAGE GADTs #-} --{-# LANGUAGE KindSignatures #-} {-# LANGUAGE PolyKinds #-} module Test where data Foo :: * -> * where Foo :: Foo a