packages feed

purescript-0.15.15: 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)