packages feed

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

{-# LANGUAGE TypeFamilies, KindSignatures #-}

data Id = Id

type family Rep (f :: * -> *) x :: *

type instance Rep Id x = x