Skip to Content.
Sympa Menu

ssreflect - [ssreflect] [rewrite foo in hyp] weirdness

Subject: Ssreflect Users Discussion List

List archive

[ssreflect] [rewrite foo in hyp] weirdness


Chronological Thread 
  • From: Robbert Krebbers <>
  • To:
  • Subject: [ssreflect] [rewrite foo in hyp] weirdness
  • Date: Wed, 13 Jan 2016 11:47:16 +0100
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=None ; spf=None
  • Ironport-phdr: 9a23:yrk+kh/OXUVtzf9uRHKM819IXTAuvvDOBiVQ1KB91egcTK2v8tzYMVDF4r011RmSDdudu60P0reempujcFJDyK7JiGoFfp1IWk1NouQttCtkPvS4D1bmJuXhdS0wEZcKflZk+3amLRodQ56mNBXsq3G/pQQfBg/4fVIsYL+lRMiC0I/uiqibwN76XUZhvHKFe7R8LRG7/036l/I9ps9cEJs30QbDuXBSeu5blitCLFOXmAvgtI/rpMYwu3cYh/V07NVaXKv+cq8kZblDFnEnNXo07YvqswPCRE2B/CgySGITxyBPCQLI9g2yfY38uCH3rPE1jCyTPMn3S78wWC++9I9xTxXihT0bNCQ0+mvakNc2iqYN80HpnAB234OBONLdD/F5ZK6IJd4=

Hi list,

I'm looking into using ssreflect, and in particular the rewrite tactic for its better sub-term selection and compactness, for one of my Coq developments. While doing partially automated proofs, I often make use of "rewrite foo in hyp", which does not work well in ssreflect: it changes the order of the hypotheses, and it does not work with setoids. See the attached example.

I am using Coq 8.5rc1 and the most recent ssr from git.

Best,

Robbert

Attachment: 20160113_ssr_rewrite_in_hyp.v
Description: application/extension-v




Archive powered by MHonArc 2.6.18.

Top of Page