packages feed

purescript-0.14.0: tests/purs/warning/OverlappingPattern.out

Warning 1 of 2:

  in module [33mMain[0m
  at tests/purs/warning/OverlappingPattern.purs:12:1 - 12:21 (line 12, column 1 - line 12, column 21)

    A case expression contains unreachable cases:

    B

  in value declaration [33mpat2[0m

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

Warning 2 of 2:

  in module [33mMain[0m
  at tests/purs/warning/OverlappingPattern.purs:7:1 - 7:21 (line 7, column 1 - line 7, column 21)

    A case expression contains unreachable cases:

    A

  in value declaration [33mpat1[0m

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