diff options
Diffstat (limited to 'library/declare.mli')
| -rw-r--r-- | library/declare.mli | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/library/declare.mli b/library/declare.mli index f7a0fa0884..41d1e14d3f 100644 --- a/library/declare.mli +++ b/library/declare.mli @@ -15,6 +15,10 @@ open Inductive reset works properly --- and will fill some global tables as [Nametab] and [Impargs]. *) +type strength = + | DischargeAt of section_path + | NeverDischarge + val declare_variable : identifier -> constr -> unit val declare_parameter : identifier -> constr -> unit |
