diff options
| author | Emilio Jesus Gallego Arias | 2019-04-05 21:21:53 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2019-04-25 23:42:47 +0200 |
| commit | 7461f18cbe722610613bdd8c729665ac48395b6e (patch) | |
| tree | 691bb2da96ca0363d599a6167ddad22ae8c316b8 /vernac/topfmt.mli | |
| parent | 12e5d3cdef8b954fc3a7cdf1dfebc388bd546c3a (diff) | |
[vernac] [ast] Make location info an attribute of vernaculars.
This has been a mess for quite a while, we try to improve it.
Diffstat (limited to 'vernac/topfmt.mli')
| -rw-r--r-- | vernac/topfmt.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vernac/topfmt.mli b/vernac/topfmt.mli index b0e3b3772c..dd6194168a 100644 --- a/vernac/topfmt.mli +++ b/vernac/topfmt.mli @@ -72,4 +72,4 @@ val print_err_exn : exn -> unit redirected to a file [file] *) val with_output_to_file : string -> ('a -> 'b) -> 'a -> 'b -val pr_cmd_header : Vernacexpr.vernac_control CAst.t -> Pp.t +val pr_cmd_header : Vernacexpr.vernac_control -> Pp.t |
