packages feed

purescript-0.8.5.0: examples/failing/TypeOperatorAliasNoExport.purs

-- @shouldFailWith TransitiveExportError
module Test (type (×)) where

data Tuple a b = Tuple a b

infixl 6 type Tuple as ×