package why3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type info = {
  1. info_syn : Printer.syntax_map;
  2. info_literal : Printer.syntax_map;
  3. info_current_th : Theory.theory;
  4. info_current_mo : Pmodule.pmodule option;
  5. info_th_known_map : Decl.known_map;
  6. info_mo_known_map : Pdecl.known_map;
  7. info_fname : string option;
  8. info_flat : bool;
  9. info_prec : int list Ident.Mid.t;
  10. info_current_ph : string list;
}
module Print : sig ... end
val print_decl : Pdriver.printer_args -> ?old:Stdlib.in_channel -> ?fname:string -> flat:bool -> Pmodule.pmodule -> Stdlib.Format.formatter -> Mltree.decl -> unit
val ng : string -> ?fname:string -> Pmodule.pmodule -> string
val ocaml_printer : Pdriver.printer
OCaml

Innovation. Community. Security.