Skip to content
Snippets Groups Projects
Commit 1a1aa48d authored by Basile Desloges's avatar Basile Desloges
Browse files

[eacsl:codegen] Add documentation to `Constructor.mk_block`

parent 570027f2
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,8 @@ val mk_deref: loc:Location.t -> exp -> exp
(** Construct a dereference of an expression. *)
val mk_block: stmt -> block -> stmt
(** Create a block statement from a block to replace a given statement.
Requires that (1) the block is not empty, or (2) the statement is a skip. *)
(* ********************************************************************** *)
(* E-ACSL specific code: build calls to its RTL API *)
......
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