packages feed

purescript-0.15.15: tests/purs/warning/HiddenConstructorsGeneric.out

Warning found:
in module [33mMain[0m
at tests/purs/warning/HiddenConstructorsGeneric.purs:2:1 - 8:40 (line 2, column 1 - line 8, column 40)

  An export for [33mD[0m hides data constructors but the type declares an instance of [33mData.Generic.Rep.Generic[0m.
  Such instance allows to match and construct values of this type, effectively making the constructors public.


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