packages feed

purescript-0.14.0: tests/purs/failing/1071.out

Error found:
in module [33mMain[0m
at tests/purs/failing/1071.purs:7:18 - 7:23 (line 7, column 18 - line 7, column 23)

  Could not match kind
  [33m                    [0m
  [33m  Type -> Constraint[0m
  [33m                    [0m
  with kind
  [33m            [0m
  [33m  Constraint[0m
  [33m            [0m

while checking that type [33mFoo a[0m
  has kind [33mConstraint[0m
while inferring the kind of [33mFoo a => a -> a[0m
while inferring the kind of [33mforall a. Foo a => a -> a[0m
in value declaration [33mbar[0m

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