Skip to Content.
Sympa Menu

ssreflect - Proposal: specular variant of by to debug closing lines

Subject: Ssreflect Users Discussion List

List archive

Proposal: specular variant of by to debug closing lines


Chronological Thread 
  • From: Enrico Tassi <>
  • To:
  • Subject: Proposal: specular variant of by to debug closing lines
  • Date: Mon, 22 Apr 2013 18:10:17 +0200

I don't know how you debug lines begining with "by" that broke in an
easy way. The only way I know is by removing the "by", then adding "."
somewhere in the middle. Once things work again, go back and add "by".

Just adding the "." does not work, beccause "by" still aplies to initial
fragment of the line, and is very likely to fail.

by toto; titi. (* err *)
by toto. (* a different err: a subgoal is not closed by "by" *)

I think we could add a "yb" tactic so that

by toto; yb.

behaves like

toto.

So the new way of debugging is by inserting ";yb." somewhere in the
middle of the line, no need to remove "by" nor to put it back.

Does it look reasonable or I should get more sleep?
--
Enrico Tassi


  • Proposal: specular variant of by to debug closing lines, Enrico Tassi, 04/22/2013

Archive powered by MHonArc 2.6.18.

Top of Page