packages feed

purescript-0.7.2.0: examples/failing/DoNotSuggestComposition2.purs

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

module DoNotSuggestComposition2 where

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