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

[eacsl] Expose `Translate.term_to_exp`

parent 84775511
No related branches found
No related tags found
No related merge requests found
...@@ -53,6 +53,9 @@ val translate_predicate: ...@@ -53,6 +53,9 @@ val translate_predicate:
If [pred_to_print] is set, then the runtime check will use this predicate as If [pred_to_print] is set, then the runtime check will use this predicate as
message. *) message. *)
val term_to_exp: kernel_function -> Env.t -> term -> exp * Env.t
(** Convert an ACSL term into a corresponding C expression. *)
val translate_rte_annots: val translate_rte_annots:
(Format.formatter -> 'a -> unit) -> (Format.formatter -> 'a -> unit) ->
'a -> 'a ->
......
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