DEBSOURCES
Skip Quicknav
sources / haskell-src-exts / 1.23.1-5 / tests / examples / t412.hs
12345678
{-# LANGUAGE TypeInType #-} module Typeintype ( App ) where import Data.Kind data App (f :: k -> *)