packages feed

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

{-# Language NoListTuplePuns #-}

type X = (Int, String)

type Y = [String, Int]