purescript-0.12.0: tests/purs/failing/SuggestComposition.purs
-- @shouldFailWith TypesDoNotUnify -- TODO: Ensure the correct suggestion is produced. module SuggestComposition where import Prelude f = g . g where g = (_ + 1)
-- @shouldFailWith TypesDoNotUnify -- TODO: Ensure the correct suggestion is produced. module SuggestComposition where import Prelude f = g . g where g = (_ + 1)