purescript-0.7.2.0: examples/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)