diff options
| author | Gaƫtan Gilbert | 2019-05-20 17:02:55 +0200 |
|---|---|---|
| committer | Enrico Tassi | 2019-06-04 13:58:42 +0200 |
| commit | 788b47d9dd70dc9f8057d4a9353ed24f091ea917 (patch) | |
| tree | 9fe8bc0a513e39f75b9e6697433af983bc695ee9 /coqpp | |
| parent | 445dee163b7a2c9d4cc24da739d743d80fcec529 (diff) | |
Vernacextend only returns a proof_global.t option, not a vernacstate
Diffstat (limited to 'coqpp')
| -rw-r--r-- | coqpp/coqpp_main.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coqpp/coqpp_main.ml b/coqpp/coqpp_main.ml index ad79599cf4..b118d9ec00 100644 --- a/coqpp/coqpp_main.ml +++ b/coqpp/coqpp_main.ml @@ -384,7 +384,7 @@ let print_body_fun state fmt r = print_binders r.vernac_toks print_atts_left r.vernac_atts (print_body_wrapper state) r let print_body state fmt r = - fprintf fmt "@[(%afun %a~atts@ ~st@ -> coqpp_body %a%a ~st)@]" + fprintf fmt "@[(%afun %a~atts@ ~pstate@ -> coqpp_body %a%a ~pstate)@]" (print_body_fun state) r print_binders r.vernac_toks print_binders r.vernac_toks print_atts_right r.vernac_atts |
