summaryrefslogtreecommitdiff
path: root/interp/constrextern.ml
diff options
context:
space:
mode:
authorGravatar Stephane Glondu <steph@glondu.net>2008-08-08 13:18:42 +0200
committerGravatar Stephane Glondu <steph@glondu.net>2008-08-08 13:18:42 +0200
commit870075f34dd9fa5792bfbf413afd3b96f17e76a0 (patch)
tree0c647056de1832cf1dba5ba58758b9121418e4be /interp/constrextern.ml
parenta0cfa4f118023d35b767a999d5a2ac4b082857b4 (diff)
Imported Upstream version 8.2~beta4+dfsgupstream/8.2.beta4+dfsg
Diffstat (limited to 'interp/constrextern.ml')
-rw-r--r--interp/constrextern.ml6
1 files changed, 3 insertions, 3 deletions
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