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

[eacsl] Add `Functions.RTL.is_generated_name` to the interface

parent e7ae822a
No related branches found
No related tags found
No related merge requests found
...@@ -39,6 +39,14 @@ module Translate: sig ...@@ -39,6 +39,14 @@ module Translate: sig
a single expression. *) a single expression. *)
end end
module Functions: sig
module RTL: sig
val is_generated_name: string -> bool
(** @return [true] if the prefix of the given name indicates that it has been
generated by E-ACSL instrumentation (see [mk_gen_name] function). *)
end
end
(** No function is directly exported: they are dynamically registered. *) (** No function is directly exported: they are dynamically registered. *)
(* (*
......
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