Warning found: in module Main at tests/purs/warning/HiddenConstructorsGeneric.purs:2:1 - 8:40 (line 2, column 1 - line 8, column 40) An export for D hides data constructors but the type declares an instance of Data.Generic.Rep.Generic. 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.