packages feed

haskell-src-exts-1.24.0: tests/examples/PolyKindSigs.hs.prettyprinter.golden

{-# LANGUAGE GADTs #-}
{-# LANGUAGE PolyKinds #-}
module Test where

data Foo :: * -> * where
        Foo :: Foo a