Module Bonsai_quickcheck.FunctionSource
Sourcetype ('input, 'output) t = | Identity : ('input, 'input) t| Const : 'output -> ('input, 'output) t| Add_const : int -> (int, int) t| Snd : ('a * 'b, 'b) t| Map_tuple : ('a, 'b) t * ('c, 'd) t -> ('a * 'c, 'b * 'd) t| Make_either : [ `First | `Second ] -> ('a * 'b, ('a, 'b) Core.Either.t) t