Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
POTTIER Francois
menhir
Commits
7a7a77e1
Commit
7a7a77e1
authored
Jun 30, 2015
by
Yann Régis-Gianas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CoqBackend: Fix an outdated error message.
parent
68b12c4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/coqBackend.ml
src/coqBackend.ml
+1
-1
No files found.
src/coqBackend.ml
View file @
7a7a77e1
...
...
@@ -70,7 +70,7 @@ module Run (T: sig end) = struct
Production
.
iterx
(
fun
prod
->
let
act
=
Production
.
action
prod
in
if
Action
.(
has_syntaxerror
act
||
has_leftstart
act
||
has_leftend
act
)
then
Error
.
error
[]
(
"$syntaxerror, $start, $end
, $i
are not "
^
Error
.
error
[]
(
"$syntaxerror, $start, $end are not "
^
"supported by the coq back-end"
))
end
;
...
...
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