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.
1 parent ba986f5 commit 6a410a5Copy full SHA for 6a410a5
ppx_regexp/transformations.ml
@@ -64,7 +64,7 @@ module Regexp = struct
64
"(" ^ recurse p_alt content ^ ")"
65
| Unnamed_subs (idr, _) ->
66
let content = get_parsed idr in
67
- recurse p_alt content
+ recurse p_atom content
68
| Pipe_all (_, _, e) -> recurse p_alt e
69
| Call _ -> Util.error ~loc "(&...) is not implemented for %%pcre and %%mik."
70
in
0 commit comments