packages feed

purescript-0.14.6: tests/purs/failing/2806.out

Error found:
in module [33mX[0m
at tests/purs/failing/2806.purs:6:1 - 6:29 (line 6, column 1 - line 6, column 29)

  A case expression could not be determined to cover all inputs.
  The following additional cases are required to cover all inputs:

    [33m_[0m

  Alternatively, add a Partial constraint to the type of the enclosing value.

while checking that type [33mPartial => t1[0m
  is at least as general as type [33ma0[0m
while checking that expression [33mcase e of          [0m
                               [33m  e | L x <- e -> x[0m
  has type [33ma0[0m
in value declaration [33mg[0m

where [33ma0[0m is a rigid type variable
        bound at (line 0, column 0 - line 0, column 0)
      [33mt1[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.