Skip to content
Snippets Groups Projects
Commit e5027708 authored by Valentin Perrelle's avatar Valentin Perrelle
Browse files

[Cil Builder] Export more information in interface to allow module extension

parent be7c3da9
No related branches found
No related tags found
No related merge requests found
......@@ -275,6 +275,15 @@ end
module Stateful (Location : T) :
sig
include module type of Exp
with type ('v,'s) typ = ('v,'s) Type.typ
and type const' = Exp.const'
and type var' = Exp.var'
and type lval' = Exp.lval'
and type exp' = Exp.exp'
and type init' = Exp.init'
and type label = Exp.label
val loc : Cil_types.location (* = T.loc *)
(* Functions *)
val open_function : ?ghost:bool -> ?vorig_name:string -> string -> [> var]
......
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