Skip to content
Snippets Groups Projects
Commit b1343411 authored by Thibaut Benjamin's avatar Thibaut Benjamin
Browse files

[e-acsl] better documentation

parent b3f5c89a
No related branches found
No related tags found
No related merge requests found
...@@ -47,8 +47,7 @@ val null: loc:location -> exp ...@@ -47,8 +47,7 @@ val null: loc:location -> exp
(** [null ~loc] creates an expression to represent the NULL pointer. *) (** [null ~loc] creates an expression to represent the NULL pointer. *)
val mem: loc:location -> varinfo -> exp val mem: loc:location -> varinfo -> exp
(** [mem ~loc v] creates an expression to represent the array access to the (** [mem ~loc v] creates a Mem expression with an explicit index of 0 *)
first location of v *)
(* (*
Local Variables: Local Variables:
compile-command: "make -C ../../../../.." compile-command: "make -C ../../../../.."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment