QCheck2.Fn
Utils on generated functions.
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.