summaryrefslogtreecommitdiff
path: root/pretyping/rawterm.ml
diff options
context:
space:
mode:
Diffstat (limited to 'pretyping/rawterm.ml')
-rw-r--r--pretyping/rawterm.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pretyping/rawterm.ml b/pretyping/rawterm.ml
index e61bf2c3..ece536d1 100644
--- a/pretyping/rawterm.ml
+++ b/pretyping/rawterm.ml
@@ -6,7 +6,7 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-(* $Id: rawterm.ml 8878 2006-05-30 16:44:25Z herbelin $ *)
+(* $Id: rawterm.ml 8969 2006-06-22 12:51:04Z msozeau $ *)
(*i*)
open Util
@@ -73,7 +73,7 @@ type rawconstr =
and rawdecl = name * rawconstr option * rawconstr
-and fix_recursion_order = RStructRec | RWfRec of rawconstr
+and fix_recursion_order = RStructRec | RWfRec of rawconstr | RMeasureRec of rawconstr
and fix_kind =
| RFix of ((int option * fix_recursion_order) array * int)