Can I define a tactic under "coqtop - nois"?...
Read MoreMatching with Ltac on a call containing local variable...
Read MoreHow to write an Ltac to multiply both sides of a equation by a group element in Coq...
Read MoreEquivalent of `remember (f x) as y eqn:H; clear H; clear x`?...
Read MoreInstantiating an existential with a specific proof...
Read MoreHow can I implement a coq tactic that iterates over the hypotheses?...
Read MoreIs is possible to implement a Coq tactic that inspects a HintDb? If so, how?...
Read Moregeneralizing expressions under binders...
Read MoreInteraction between type classes and auto tactic...
Read MoreHow to initialize empty hint database...
Read MoreMatching expression context under `forall` with Ltac...
Read MoreRaising the failure level of a coq tactic...
Read MoreLtac: get hypotesis' type from name...
Read MoreCurry universally quantified function...
Read MoreHow to match a "match" expression?...
Read MoreSmart modification of Coq environment...
Read MoreLtac not working after upgrading to Coq 8.5...
Read MoreHow do I write tactics that behave like "destruct ... as"?...
Read MoreHow to do "negative" match in Ltac?...
Read MoreCoq: "dependent induction" inside Ltac...
Read MoreMatching on unary data constructors in Ltac...
Read MoreCoq: Ltac definitions over variable argument lists?...
Read More