mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-05 19:00:31 -05:00
fix warning
This commit is contained in:
parent
01b209b218
commit
2a1c7cd8f0
1 changed files with 1 additions and 1 deletions
|
|
@ -414,7 +414,7 @@ module SCC = struct
|
|||
mutable min_id: int; (* min ID of the vertex' scc *)
|
||||
id: int; (* ID of the vertex *)
|
||||
mutable on_stack: bool;
|
||||
mutable vertex: 'v;
|
||||
vertex: 'v;
|
||||
}
|
||||
|
||||
let mk_cell v n = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue