Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

asm_x

bossLib.asm_x : string -> thm_tactic -> tactic

Passes the named assumption to the continuation.

Given a name n, applies the continuation to the assumption n :- t and removes n :- t from the assumption list.

Failure

Fails if there is no assumption with name n, i.e., no assumption n :- t, or if the continuation fails for the given assumption.

See also

bossLib.asm, bossLib.mk_asm