Merge branch 'list-length-via-peano' into 'master'
[why3.git] / plugins / cfg / cfg_main.mli
blob26cb1b328787df222b0f0f3116af5b2d05a55ff3
1 (********************************************************************)
2 (* *)
3 (* The Why3 Verification Platform / The Why3 Development Team *)
4 (* Copyright 2010-2023 -- Inria - CNRS - Paris-Saclay University *)
5 (* *)
6 (* This software is distributed under the terms of the GNU Lesser *)
7 (* General Public License version 2.1, with the special exception *)
8 (* on linking described in file LICENSE. *)
9 (* *)
10 (********************************************************************)
12 open Cfg_ast
13 open Why3
15 val set_stackify :
16 (cfg_fundef -> Ptree.fundef) -> unit