We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 68dfe3c + 601d1f8 commit 1119dfdCopy full SHA for 1119dfd
ast/raise.ml
@@ -1,5 +1,5 @@
1
let conversion_failed ~version node_name =
2
let msg =
3
- Printf.sprintf "Ppx_ast: Could not convert %s to %s" version node_name
+ Printf.sprintf "Ppx_ast: Could not convert %s to %s" node_name version
4
in
5
failwith msg
0 commit comments