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 439417b commit 710e69eCopy full SHA for 710e69e
ocaml/typing/tast_iterator.ml
@@ -649,7 +649,7 @@ let value_binding sub {vb_loc; vb_pat; vb_expr; vb_attributes; _} =
649
650
let env _sub _ = ()
651
652
-let jkind_annotation _sub _ = ()
+let jkind_annotation sub l = iter_loc sub l
653
654
let default_iterator =
655
{
ocaml/typing/tast_mapper.ml
@@ -914,7 +914,7 @@ let value_binding sub x =
914
915
let env _sub x = x
916
917
-let jkind_annotation _sub l = l
+let jkind_annotation sub l = map_loc sub l
918
919
let default =
920
0 commit comments