QCheck2.Fn
A utility module of helpers for printing, shrinking, and applying generated function values.
print f
prints the implementation of generated function f
.
The implementation always contains a default case, represented as _
.
Note that printing a function before it was called in the test may not print the full implementation.