packages feed

fourmolu-0.18.0.0: data/examples/declaration/type/promotion-no-puns-out.hs

{-# LANGUAGE NoListTuplePuns #-}

type X = (Int, String)

type Y = [String, Int]