diff options
Diffstat (limited to 'tactics/extraargs.mli')
| -rw-r--r-- | tactics/extraargs.mli | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tactics/extraargs.mli b/tactics/extraargs.mli index 81a3851522..ec3a990acc 100644 --- a/tactics/extraargs.mli +++ b/tactics/extraargs.mli @@ -19,12 +19,12 @@ val rawwit_orient : bool raw_abstract_argument_type val wit_orient : bool closed_abstract_argument_type val orient : bool Pcoq.Gram.Entry.e -val rawwit_morphism_argument : - Setoid_replace.morphism_argument raw_abstract_argument_type -val wit_morphism_argument : - Setoid_replace.morphism_argument closed_abstract_argument_type -val morphism_argument : - Setoid_replace.morphism_argument Pcoq.Gram.Entry.e +val rawwit_morphism_signature : + Setoid_replace.morphism_signature raw_abstract_argument_type +val wit_morphism_signature : + Setoid_replace.morphism_signature closed_abstract_argument_type +val morphism_signature : + Setoid_replace.morphism_signature Pcoq.Gram.Entry.e val rawwit_raw : constr_expr raw_abstract_argument_type val wit_raw : rawconstr closed_abstract_argument_type |
