Files
nixpkgs/lib
Maximilian Bosch 5773ae93f7 lib/generators: move limit detection into withRecursion
As suggested in #131205.

Now it's possible to pretty-print a value with `lib.generators` like
this:

    with lib.generators;
    toPretty { }
      (withRecursion { depthLimit = 10; } /* arbitrarily complex value */)

Also, this can be used for any other pretty-printer now if needed.
2021-08-26 00:28:49 +02:00
..
2021-01-25 19:25:50 +01:00
2021-08-22 00:01:38 -04:00
2021-01-26 10:57:07 +07:00
2021-08-14 14:46:00 -05:00
2021-04-02 19:20:23 +08:00
2021-05-29 16:03:55 +02:00
2021-08-03 16:40:58 -05:00