Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
POTTIER Francois
menhir
Commits
10ecdc84
Commit
10ecdc84
authored
Sep 21, 2015
by
POTTIER Francois
Browse files
Typo in a comment.
parent
5b039f04
Changes
1
Show whitespace changes
Inline
Side-by-side
src/LRijkstra.ml
View file @
10ecdc84
...
...
@@ -593,7 +593,7 @@ end = struct
let
query
current
z
f
=
assert
(
z
<>
any
);
(* if [current] is solid then the facts that concern it are stored
under
any
[any], not under [z] *)
under [any], not under [z] *)
let
i
=
index
current
(
if
is_solid
current
then
any
else
z
)
in
let
m
=
table
.
(
i
)
in
M
.
iter
f
m
...
...
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