packages feed

purescript-0.15.13: tests/purs/failing/ClassHeadNoVTA6c.out

Error found:
in module [33mMain[0m
at tests/purs/failing/ClassHeadNoVTA6c.purs:16:19 - 16:33 (line 16, column 19 - line 16, column 33)

  No type class instance was found for
  [33m                           [0m
  [33m  Main.MultiCoveringSets t3[0m
  [33m                         t4[0m
  [33m                         c1[0m
  [33m                         d2[0m
  [33m                         t5[0m
  [33m                         f0[0m
  [33m                           [0m
  The instance head contains unknown type variables.

  Note: The following type class members found in the expression require visible type applications to be unambiguous (e.g. [33mtyClassMember @Int[0m).
    [33mMain.partialOfFESet[0m
      One of the following sets of type variables:
        a, b
        e

while checking that type [33mforall (t58 :: Type) (t59 :: Type) (@a :: Type) (@b :: t58) (@c :: Type) (@d :: Type) (@e :: t59) (@f :: Type).[0m
                         [33m  MultiCoveringSets @t58 @t59 a b c d e f => f                                                                 [0m
                         [33m                                             -> { c :: c                                                       [0m
                         [33m                                                , d :: d                                                       [0m
                         [33m                                                }                                                              [0m
  is at least as general as type [33mf0          [0m
                                 [33m-> { c :: c1[0m
                                 [33m   , d :: d2[0m
                                 [33m   }        [0m
while checking that expression [33mpartialOfFESet[0m
  has type [33mf0          [0m
           [33m-> { c :: c1[0m
           [33m   , d :: d2[0m
           [33m   }        [0m
in value declaration [33mpartialOfFESet'[0m

where [33mc1[0m is a rigid type variable
        bound at (line 16, column 19 - line 16, column 33)
      [33md2[0m is a rigid type variable
        bound at (line 16, column 19 - line 16, column 33)
      [33mf0[0m is a rigid type variable
        bound at (line 16, column 19 - line 16, column 33)
      [33mt3[0m is an unknown type
      [33mt4[0m is an unknown type
      [33mt5[0m is an unknown type

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