Skip to content

Commit

Permalink
Add suggested comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ccasin committed Sep 11, 2023
1 parent 172aa7a commit 0885f05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ocaml/typing/typecore.ml
Original file line number Diff line number Diff line change
Expand Up @@ -7685,6 +7685,8 @@ and type_let
(l, new_env)
and type_andops env sarg sands expected_sort expected_ty =
(* Pass arguments to [loop] to avoid allocating closure; [env] and [let_sarg]
get passed down unchanged. *)
let rec loop env let_sarg rev_sands expected_sort expected_ty =
match rev_sands with
| [] ->
Expand Down

0 comments on commit 0885f05

Please sign in to comment.