mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
doc: add pointer to the repo for gen
This commit is contained in:
parent
09c205db78
commit
11d081a612
1 changed files with 2 additions and 1 deletions
|
|
@ -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} *)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue