packages feed

purescript-0.15.15: tests/purs/failing/Generalization2.out

Error found:
in module [33mMain[0m
at tests/purs/failing/Generalization2.purs:6:1 - 7:45 (line 6, column 1 - line 7, column 45)

  Unable to generalize the type of the recursive function [33mtest[0m.
  The inferred type of [33mtest[0m was:
  [33m                                            [0m
  [33m  forall a7. Semigroup a7 => Int -> a7 -> a7[0m
  [33m                                            [0m
  Try adding a type signature.

in binding group test

See https://github.com/purescript/documentation/blob/master/errors/CannotGeneralizeRecursiveFunction.md for more information,
or to contribute content related to this error.