DEBSOURCES
Skip Quicknav
sources / haskell-src-exts / 1.17.1-4 / tests / examples / TypeInstances.hs.prettyprinter.golden
1234567
{-# LANGUAGE TypeFamilies #-} module Main (main) where class MapType v where type Key v :: * type Key v = TileKey v type Source v :: *