doc: add pointer to the repo for gen

This commit is contained in:
Simon Cruanes 2019-11-08 11:17:20 -06:00
parent 09c205db78
commit 11d081a612

View file

@ -36,7 +36,8 @@
*)
type 'a or_error = ('a, string) Result.result
type 'a gen = unit -> 'a option (** See {!Gen} in the gen library. *)
type 'a gen = unit -> 'a option
(** See [Gen] in the {{: https://github.com/c-cube/gen} gen library}. *)
(** {2 Input} *)