Skip to content

Commit

Permalink
Clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemaurer committed Nov 27, 2024
1 parent aaea6ee commit 423a883
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lambda/lambda.mli
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,9 @@ type program =
*)

(* Info for a compilation unit that implements a parameter (that is, was
compiled with [-as-argument-for]) *)
compiled with [-as-argument-for]). Note that if the CU is itself
parameterised, this information (in particular [arg_block_idx]) describes
instances rather than the base CU gs. *)
type arg_descr =
{ arg_param: Global_module.Name.t; (* The parameter implemented (the [P] in
[-as-argument-for P]) *)
Expand Down

0 comments on commit 423a883

Please sign in to comment.