packages feed

purescript-0.5.7: examples/failing/DuplicateProperties1.purs

module DuplicateProperties where

foreign import data Test :: # * -> *

foreign import subtractX "" :: forall r. Test (x :: Unit | r) -> Test r

foreign import hasX "" :: Test (x :: Unit, y :: Unit)

baz = subtractX (subtractX hasX)