aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/misctypes.ml
diff options
context:
space:
mode:
Diffstat (limited to 'library/misctypes.ml')
-rw-r--r--library/misctypes.ml10
1 files changed, 0 insertions, 10 deletions
diff --git a/library/misctypes.ml b/library/misctypes.ml
index b5d30559d..a3c887045 100644
--- a/library/misctypes.ml
+++ b/library/misctypes.ml
@@ -54,16 +54,6 @@ type 'id move_location =
type existential_key = Evar.t
-(** Case style, shared with Term *)
-
-type case_style = Constr.case_style =
- | LetStyle
- | IfStyle
- | LetPatternStyle
- | MatchStyle
- | RegularStyle (** infer printing form from number of constructor *)
-[@@ocaml.deprecated "Alias for Constr.case_style"]
-
(** Casts *)
type 'a cast_type =