packages feed

purescript-0.7.5: examples/failing/TransitiveSynonymExport.purs

-- @shouldFailWith TransitiveExportError
module Main (Y()) where

type X = Int
type Y = X