aboutsummaryrefslogtreecommitdiff
path: root/checker/term.ml
diff options
context:
space:
mode:
Diffstat (limited to 'checker/term.ml')
-rw-r--r--checker/term.ml3
1 files changed, 2 insertions, 1 deletions
diff --git a/checker/term.ml b/checker/term.ml
index 9e4249396b..45568a59a1 100644
--- a/checker/term.ml
+++ b/checker/term.ml
@@ -24,7 +24,8 @@ type metavariable = int
(* This defines the strategy to use for verifiying a Cast *)
(* This defines Cases annotations *)
-type case_style = LetStyle | IfStyle | MatchStyle | RegularStyle
+type case_style = LetStyle | IfStyle | LetPatternStyle | MatchStyle |
+ RegularStyle
type case_printing =
{ ind_nargs : int; (* number of real args of the inductive type *)
style : case_style }