summaryrefslogtreecommitdiff
path: root/tactics/hipattern.ml4
diff options
context:
space:
mode:
authorGravatar Stephane Glondu <steph@glondu.net>2008-08-08 13:18:48 +0200
committerGravatar Stephane Glondu <steph@glondu.net>2008-08-08 13:18:48 +0200
commitbd4bb27ee4f66b08434d9a199f00b04ccec34722 (patch)
treeee389e744201c32fc4e74eadc34e0227c4008b5d /tactics/hipattern.ml4
parentdb4ea6ddcbeb0dea41267dc87a30b76a01e402af (diff)
parent870075f34dd9fa5792bfbf413afd3b96f17e76a0 (diff)
Merge commit 'upstream/8.2.beta4+dfsg'
Diffstat (limited to 'tactics/hipattern.ml4')
-rw-r--r--tactics/hipattern.ml44
1 files changed, 2 insertions, 2 deletions
diff --git a/tactics/hipattern.ml4 b/tactics/hipattern.ml4
index fca84fd2..de500f89 100644
--- a/tactics/hipattern.ml4
+++ b/tactics/hipattern.ml4
@@ -8,7 +8,7 @@
(*i camlp4deps: "parsing/grammar.cma parsing/q_constr.cmo" i*)
-(* $Id: hipattern.ml4 8866 2006-05-28 16:21:04Z herbelin $ *)
+(* $Id: hipattern.ml4 11309 2008-08-06 10:30:35Z herbelin $ *)
open Pp
open Util
@@ -273,7 +273,7 @@ let dest_nf_eq gls eqn =
try
snd (first_match (match_eq_nf gls eqn) equalities)
with PatternMatchingFailure ->
- error "Not an equality"
+ error "Not an equality."
(*** Sigma-types *)