I have goal
quad X Y
, but I don't remember definition of "quad" and I don't want to start searching of its definition.
Is there a tactic that allow me rapidly substitute quad with its definition?
Record quad (X Y:Type):= { x:X; y:Y}.
Or I have to remember and use
refine (@Build_quad _ _).
?