diff options
| author | Emilio Jesus Gallego Arias | 2018-05-19 16:54:01 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2018-05-23 13:23:29 +0200 |
| commit | b4b515c2e61bc6ea662b48e84eb319ec8252b07d (patch) | |
| tree | e2b501a4cfe8915ce7c179672b1eae3aa5f7e205 /interp/dumpglob.mli | |
| parent | e87288450d4d9e49ac91d179714a73bd0147c0d7 (diff) | |
[api] Move `Vernacexpr` to parsing.
There were a few spurious dependencies on the `Vernac` AST in the
pretyper, we remove them and move `Vernacexpr` and `Extend` to parsing,
where they do belong more.
Diffstat (limited to 'interp/dumpglob.mli')
| -rw-r--r-- | interp/dumpglob.mli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interp/dumpglob.mli b/interp/dumpglob.mli index 8dfb4f8f7f..bf83d2df40 100644 --- a/interp/dumpglob.mli +++ b/interp/dumpglob.mli @@ -38,8 +38,8 @@ val dump_binding : ?loc:Loc.t -> Names.Id.Set.elt -> unit val dump_notation : (Constrexpr.notation * Notation.notation_location) Loc.located -> Notation_term.scope_name option -> bool -> unit -val dump_constraint : - Vernacexpr.typeclass_constraint -> bool -> string -> unit + +val dump_constraint : Misctypes.lname -> bool -> string -> unit val dump_string : string -> unit |
