diff options
| author | letouzey | 2002-11-28 02:27:12 +0000 |
|---|---|---|
| committer | letouzey | 2002-11-28 02:27:12 +0000 |
| commit | 41caeae1003a24dd623aabe2907940d3151f1151 (patch) | |
| tree | c0cabb60d5d06e01e2cf693462bf30ce9062a9ca /contrib/extraction/ocaml.mli | |
| parent | 23931fef8a21e5bff5c1faa7d9d9dd6787197d35 (diff) | |
Reorganisation du pretty-print:
- Dfix sans rename_global
- question du renommage
- code cleanup (plein)
Encore a finir: bug modules/qualification et syntax records
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3321 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/extraction/ocaml.mli')
| -rw-r--r-- | contrib/extraction/ocaml.mli | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/contrib/extraction/ocaml.mli b/contrib/extraction/ocaml.mli index bda89d9372..1984472967 100644 --- a/contrib/extraction/ocaml.mli +++ b/contrib/extraction/ocaml.mli @@ -20,9 +20,9 @@ open Table val current_module : identifier option ref val cons_cofix : Refset.t ref -val open_par : bool -> std_ppcmds -val close_par : bool -> std_ppcmds +val pp_par : bool -> std_ppcmds -> std_ppcmds val pp_abst : identifier list -> std_ppcmds +val pp_apply : std_ppcmds -> bool -> std_ppcmds list -> std_ppcmds val pr_binding : identifier list -> std_ppcmds val rename_id : identifier -> Idset.t -> identifier @@ -39,7 +39,8 @@ val get_db_name : int -> env -> identifier val keywords : Idset.t -val preamble : extraction_params -> Idset.t -> bool * bool * bool -> std_ppcmds +val preamble : + extraction_params -> identifier list -> bool * bool * bool -> std_ppcmds (*s Production of Ocaml syntax. We export both a functor to be used for extraction in the Coq toplevel and a function to extract some |
