diff options
Diffstat (limited to 'parsing/termast.mli')
| -rw-r--r-- | parsing/termast.mli | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/parsing/termast.mli b/parsing/termast.mli index 0314d5494d..1ef1dbf1ac 100644 --- a/parsing/termast.mli +++ b/parsing/termast.mli @@ -6,6 +6,8 @@ open Term open Names (*i*) +(* Translation of terms into syntax trees. Used for pretty-printing. *) + val print_implicits : bool ref val bdize : bool -> unit assumptions -> constr -> Coqast.t |
