From 870075f34dd9fa5792bfbf413afd3b96f17e76a0 Mon Sep 17 00:00:00 2001 From: Stephane Glondu Date: Fri, 8 Aug 2008 13:18:42 +0200 Subject: Imported Upstream version 8.2~beta4+dfsg --- interp/constrextern.ml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'interp/constrextern.ml') diff --git a/interp/constrextern.ml b/interp/constrextern.ml index 141e8f8a..efb6c853 100644 --- a/interp/constrextern.ml +++ b/interp/constrextern.ml @@ -6,7 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -(* $Id: constrextern.ml 11024 2008-05-30 12:41:39Z msozeau $ *) +(* $Id: constrextern.ml 11309 2008-08-06 10:30:35Z herbelin $ *) (*i*) open Pp @@ -98,7 +98,7 @@ let ids_of_ctxt ctxt = (function c -> match kind_of_term c with | Var id -> id | _ -> - error "arbitrary substitution of references not implemented") + error "Arbitrary substitution of references not implemented.") ctxt) let idopt_of_name = function @@ -973,7 +973,7 @@ and raw_of_eqn env constr construct_nargs branch = buildrec new_ids (pat::patlist) new_env (n-1) b | _ -> - error "Unsupported branch in case-analysis while printing pattern" + error "Unsupported branch in case-analysis while printing pattern." in buildrec [] [] env construct_nargs branch -- cgit v1.2.3