Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libcaml-grew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3
Issues
3
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
grew
libcaml-grew
Commits
56a459cb
Commit
56a459cb
authored
Feb 17, 2018
by
Bruno Guillaume
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo
parent
f36320fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/grew_graph.ml
src/grew_graph.ml
+2
-2
No files found.
src/grew_graph.ml
View file @
56a459cb
...
...
@@ -1003,7 +1003,7 @@ module Delta = struct
exception
Inconsistent
of
string
(* the tree list are ordered *)
(* the t
h
ree list are ordered *)
type
t
=
{
del_nodes
:
Gid
.
t
list
;
edges
:
((
Gid
.
t
*
Label
.
t
*
Gid
.
t
)
*
status
)
list
;
...
...
@@ -1064,6 +1064,6 @@ module Graph_with_history = struct
(* WARNING: compare is correct only on data with the same seed! *)
let
compare
t1
t2
=
Pervasives
.
compare
t1
.
delta
t2
.
delta
end
end
(* module Graph_with_history*)
module
Graph_with_history_set
=
Set
.
Make
(
Graph_with_history
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment