We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecb3395 commit c5ddecaCopy full SHA for c5ddeca
1 file changed
src/phl/ecPhlLoopTx.ml
@@ -254,8 +254,8 @@ let process_unroll_for ~cfold side cpos tc =
254
e
255
256
| _ -> tc_error !!tc
257
- "last instruction of the while loop must be"
258
- "an \"increment\" of the loop counter" in
+ "last instruction of the while loop must be \
+ an \"increment\" of the loop counter" in
259
260
(* Apply loop increment *)
261
let incrz =
0 commit comments