[core libraries] Future of "Text.Show.Functions" module

Herbert Valerio Riedel hvr at gnu.org
Sun Oct 19 13:23:04 UTC 2014


On 2014-10-19 at 15:19:42 +0200, Henning Thielemann wrote:

[...]

> Prelude> show ((\x->x*x) :: Int -> Int)
> fromJust . flip lookup [(0,0), (1,1), (-1,1), (2,4), (-2,4), ...

That scheme only works for enumerable input-types though, as
computing something like 'show fmap' would be quite a challenge :-)


More information about the Libraries mailing list