From 376e61185dadea415d6b7d2df45dc7236e901e5b Mon Sep 17 00:00:00 2001 From: barras Date: Tue, 6 May 2008 18:31:25 +0000 Subject: checker deals with polymorphic constants and module aliases git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10892 85f007b7-540e-0410-9357-904b9bb8a0f7 --- checker/term.ml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'checker/term.ml') 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 } -- cgit v1.2.3