diff options
Diffstat (limited to 'parsing/termast.mli')
| -rw-r--r-- | parsing/termast.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parsing/termast.mli b/parsing/termast.mli index fd704d48bb..220662ab34 100644 --- a/parsing/termast.mli +++ b/parsing/termast.mli @@ -13,7 +13,7 @@ val print_implicits : bool ref (* Translation of pattern, rawterm and term into syntax trees for printing *) val ast_of_pattern : pattern -> Coqast.t -val ast_of_rawconstr : unit assumptions -> rawconstr -> Coqast.t +val ast_of_rawconstr : rawconstr -> Coqast.t val bdize : bool -> unit assumptions -> constr -> Coqast.t val bdize_no_casts : bool -> unit assumptions -> constr -> Coqast.t |
