We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 059e86a commit 889250fCopy full SHA for 889250f
ocaml/parsing/ast_helper.ml
@@ -89,8 +89,8 @@ module Typ = struct
89
that would be a dependency cycle -- [Jane_syntax] depends rather
90
crucially on [Ast_helper]. However, this just recurses looking for
91
constructors and variables, so it *should* be fine even so. If
92
- Jane-syntax embeddings ever change so that this breaks,, we'll need
93
- to resolve this knot. *)
+ Jane-syntax embeddings ever change so that this breaks, we'll need to
+ resolve this knot. *)
94
match t.ptyp_desc with
95
| Ptyp_any -> Ptyp_any
96
| Ptyp_var x ->
0 commit comments