Skip to content

Commit

Permalink
Deprecate subst_constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Dénès committed Nov 12, 2018
1 parent 78bb2c1 commit 4a49ec0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library/globnames.mli
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ val destConstructRef : GlobRef.t -> constructor
val is_global : GlobRef.t -> constr -> bool

val subst_constructor : substitution -> constructor -> constructor * constr
[@@ocaml.deprecated "Use subst_constructor_reference"]

val subst_constructor_reference : substitution -> constructor -> constructor
val subst_global : substitution -> GlobRef.t -> GlobRef.t * constr
val subst_global_reference : substitution -> GlobRef.t -> GlobRef.t
Expand Down

0 comments on commit 4a49ec0

Please sign in to comment.