diff options
Diffstat (limited to 'pretyping/rawterm.mli')
-rw-r--r-- | pretyping/rawterm.mli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pretyping/rawterm.mli b/pretyping/rawterm.mli index b29cc7b6..89b13ff0 100644 --- a/pretyping/rawterm.mli +++ b/pretyping/rawterm.mli @@ -6,7 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -(*i $Id: rawterm.mli 8878 2006-05-30 16:44:25Z herbelin $ i*) +(*i $Id: rawterm.mli 8969 2006-06-22 12:51:04Z msozeau $ i*) (*i*) open Util @@ -70,7 +70,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) |