diff options
| author | Emilio Jesus Gallego Arias | 2020-05-20 00:05:50 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2020-05-20 14:17:05 +0200 |
| commit | bb46ed335e728edb5cd5fa344071dd961c031354 (patch) | |
| tree | 29f390ec28b0c08888b575e5ff3297c119db8035 | |
| parent | 70c4c510e5d8817aad27a5053e813d82f869e52f (diff) | |
[declare] [nit] Use proper type alias for in ProgramDecl interface
| -rw-r--r-- | vernac/declare.mli | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/vernac/declare.mli b/vernac/declare.mli index 1172adb349..275a70fd7b 100644 --- a/vernac/declare.mli +++ b/vernac/declare.mli @@ -439,13 +439,7 @@ module ProgramDecl : sig -> Names.Id.t list -> fixpoint_kind option -> Vernacexpr.decl_notation list - -> ( Names.Id.t - * Constr.types - * Evar_kinds.t Loc.located - * (bool * Evar_kinds.obligation_definition_status) - * Int.Set.t - * unit Proofview.tactic option ) - array + -> RetrieveObl.obligation_info -> (Constr.constr -> Constr.constr) -> t |
