[Haskell-cafe] Shrink function names

Brandon Allbery allbery.b at gmail.com
Sun Sep 19 11:58:22 UTC 2021


I would ask if there's a "deriving Show" involved.

On Sun, Sep 19, 2021 at 3:02 AM Viktor Dukhovni <ietf-dane at dukhovni.org>
wrote:

> > On 19 Sep 2021, at 1:39 am, Caeeh <caeeh at yandex.com> wrote:
> >
> > @Viktor
> > Thx. This is working as mentioned. I somehow expected that the shrinking
> of functions would have the same effect on the data types. Do you have any
> idea how this can be achieved? Is it even possible?
>
> The best I was able to do, was also add '-dno-typeable-binds', which drops
> some unexported type names, but the secret constructor name remained.
>
> I don't know how to suppress unexported constructor names appearing in the
> compiled code, perhaps someone else does, or it might not be possible...
>
> --
>         Viktor.
>
> _______________________________________________
> Haskell-Cafe mailing list
> To (un)subscribe, modify options or view archives go to:
> http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
> Only members subscribed via the mailman list are allowed to post.



-- 
brandon s allbery kf8nh
allbery.b at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20210919/fb146a76/attachment.html>


More information about the Haskell-Cafe mailing list