Skip to content

Commit

Permalink
Add missing temp_env parameter to documentation of Clight.eval_expr (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ebresafegaga authored and xavierleroy committed Sep 9, 2024
1 parent 7dccd5f commit 7bd609f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfrontend/Clight.v
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ Variable e: env.
Variable le: temp_env.
Variable m: mem.

(** [eval_expr ge e m a v] defines the evaluation of expression [a]
(** [eval_expr ge e le m a v] defines the evaluation of expression [a]
in r-value position. [v] is the value of the expression.
[e] is the current environment and [m] is the current memory state. *)

Expand Down

0 comments on commit 7bd609f

Please sign in to comment.