packages feed

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

Error found:
in module [33mDoNotSuggestComposition[0m
at tests/purs/failing/DoNotSuggestComposition.purs:13:11 - 13:12 (line 13, column 11 - line 13, column 12)

  Could not match type
  [33m            [0m
  [33m  { y :: Int[0m
  [33m  }         [0m
  [33m            [0m
  with type
  [33m        [0m
  [33m  String[0m
  [33m        [0m

while checking that type [33m{ y :: Int[0m
                         [33m}         [0m
  is at least as general as type [33mString[0m
while checking that expression [33mx[0m
  has type [33mString[0m
in value declaration [33mbar[0m

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