packages feed

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

Error found:
in module [33mSuggestComposition[0m
at tests/purs/failing/SuggestComposition.purs:7:5 - 7:6 (line 7, column 5 - line 7, column 6)

  Could not match type
  [33m        [0m
  [33m  Record[0m
  [33m        [0m
  with type
  [33m              [0m
  [33m  Function Int[0m
  [33m              [0m

while trying to match type [33m{ g :: t0[0m
                           [33m| t1     [0m
                           [33m}        [0m
  with type [33mt2 -> t3[0m
while checking that expression [33mg[0m
  has type [33m{ g :: t0[0m
           [33m| t1     [0m
           [33m}        [0m
while checking type of property accessor [33mg.g[0m
in value declaration [33mf[0m

where [33mt2[0m is an unknown type
      [33mt3[0m is an unknown type
      [33mt0[0m is an unknown type
      [33mt1[0m is an unknown type

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