Project Page
Index
Table of Contents
Library MetaRocq.Utils.MRTactics.Zeta1
Ltac
zeta1
x
:=
lazymatch
x
with
|
let
a
:= ?
b
in
?
f
⇒
constr
:(
match
b
with
a
⇒
f
end
)
end
.