mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
doc: missing raise annotation
This commit is contained in:
parent
dc10a55a75
commit
d12213da31
1 changed files with 2 additions and 1 deletions
|
|
@ -249,7 +249,8 @@ val topo_sort_tag : eq:('v -> 'v -> bool) ->
|
|||
graph:('v, 'e) t ->
|
||||
'v iter ->
|
||||
'v list
|
||||
(** Same as {!topo_sort} but uses an explicit tag set. *)
|
||||
(** Same as {!topo_sort} but uses an explicit tag set.
|
||||
@raise Has_cycle if the graph is not a DAG. *)
|
||||
|
||||
(** {2 Lazy Spanning Tree} *)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue