packages feed

purescript-0.12.0: tests/purs/failing/OperatorAliasNoExport.purs

-- @shouldFailWith TransitiveExportError
module Test ((?!)) where

infixl 4 what as ?!

what :: forall a b. a -> b -> a
what a _ = a