packages feed

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

-- @shouldFailWith TypesDoNotUnify
-- TODO: Check that this does not produce a "function composition is (<<<)"
-- suggestion.

module DoNotSuggestComposition2 where

foo = let x = { y: 3 } in x 2