diff options
| author | jforest | 2006-06-06 11:09:43 +0000 |
|---|---|---|
| committer | jforest | 2006-06-06 11:09:43 +0000 |
| commit | 923259f3cd17bccf2353b3734f8d9f5fb8d89351 (patch) | |
| tree | 885cbccc36057bb171b036d2446c007c88513326 /contrib/funind/rawtermops.ml | |
| parent | c9f4643f733fbfa368cb4644f95b2e233d5ad973 (diff) | |
+ ameliorating the tactic "functional induction"
+ bug correction in proof of structural principles
+ up do to date test-suite/success/Funind.v
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8899 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/funind/rawtermops.ml')
| -rw-r--r-- | contrib/funind/rawtermops.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/funind/rawtermops.ml b/contrib/funind/rawtermops.ml index af8093fc6d..c6406468a7 100644 --- a/contrib/funind/rawtermops.ml +++ b/contrib/funind/rawtermops.ml @@ -130,7 +130,7 @@ let change_vars = change_vars mapping lhs, change_vars mapping rhs ) - | RRec _ -> error "Not handled RRec" + | RRec _ -> error "Local (co)fixes are not supported" | RSort _ -> rt | RHole _ -> rt | RCast(loc,b,k,t) -> |
