packages feed

haskell-src-exts-1.16.0: tests/examples/TypeInstances.hs.prettyprinter.golden

{-# LANGUAGE TypeFamilies #-}
module Main (main) where
 
class MapType v where
        type Key v :: *
        type Key v = TileKey v
        type Source v :: *