packages feed

purescript-0.12.0: tests/purs/failing/ExportConflictValueOp/A.purs

module A where

f1 :: forall a b. a -> b -> a
f1 x _ = x

infix 0 f1 as !!