sig
  type t = Cil_types.compinfo
  val define : t -> unit
  val get_definition : t -> Fol.decl
  val on_definition : (t -> Fol.decl -> unit) -> unit
end