Skip to Content.
Sympa Menu

ssreflect - set and pattern

Subject: Ssreflect Users Discussion List

List archive

set and pattern


Chronological Thread 
  • From: Laurent Thery <>
  • Cc: ssreflect <>
  • Subject: set and pattern
  • Date: Thu, 26 May 2011 10:40:49 +0200 (CEST)



Hi,

I often use set to name a subterm of my goal,

For example,

set u := (_ = _)

to name my first equality.

Is it possible to use the new pattern of ssreflect 1.3 in combination with
set?
Something like that
set u := X in _ = X.
to name the first subterm at the right hand of an equality.

--
Laurent



Archive powered by MHonArc 2.6.18.

Top of Page