From f0a83ebe0cb8d1a4815ce551cdca66f13a93c72e Mon Sep 17 00:00:00 2001 From: ppedrot Date: Thu, 8 Aug 2013 12:28:17 +0000 Subject: Small fix in IStream interface. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16667 85f007b7-540e-0410-9357-904b9bb8a0f7 --- tactics/tacinterp.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tactics') diff --git a/tactics/tacinterp.ml b/tactics/tacinterp.ml index 1918ddc0cb..1b460b060b 100644 --- a/tactics/tacinterp.ml +++ b/tactics/tacinterp.ml @@ -984,7 +984,7 @@ let match_pat refresh lmatch hyp gl = function let lmeta = extended_matches t hyp in let lmeta = verify_metas_coherence gl lmatch lmeta in let ans = { e_ctx = Id.Map.empty; e_sub = lmeta; } in - IStream.cons ans IStream.lempty + IStream.cons ans IStream.empty with PatternMatchingFailure | Not_coherent_metas -> IStream.empty end | Subterm (b,ic,t) -> -- cgit v1.2.3