Skip to content

Commit

Permalink
Wording
Browse files Browse the repository at this point in the history
Co-authored-by: Son HO <[email protected]>
  • Loading branch information
Nadrieril and sonmarcho committed Nov 13, 2024
1 parent 86377be commit f39e76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/InterpreterPaths.ml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ type projection_access = {
}

(* Projects a value with a `projection_elem`. Returns the projected value and a
backwards function that propagates any changes to the projected value back
continuation that propagates any changes to the projected value back
to the original one. *)
let rec project_value (span : Meta.span) (access : projection_access)
(ek : exploration_kind) (depth : int) (ctx : eval_ctx)
Expand Down

0 comments on commit f39e76e

Please sign in to comment.