Library MetaRocq.Utils.MRTactics.Zeta1

Ltac zeta1 x :=
  lazymatch x with
  | let a := ?b in ?fconstr:(match b with af end)
  end.