(********************************************************************)
(* *)
(* The Why3 Verification Platform / The Why3 Development Team *)
(* Copyright 2010-2025 -- Inria - CNRS - Paris-Saclay University *)
(* *)
(* This software is distributed under the terms of the GNU Lesser *)
(* General Public License version 2.1, with the special exception *)
(* on linking described in file LICENSE. *)
(********************************************************************)
open Why3
(* This function is used as an extension of printing of task for microc *)
val microc_ext_printer: (Format.formatter -> Pretty.any_pp -> unit) ->
Format.formatter -> Pretty.any_pp -> unit
|