DEP_PURE_ASM_REWRITE_TAC : thm list -> tactic
The tactics including PURE in their name will only use the listed theorems for all rewriting; otherwise, the standard rewrites are used for normal rewriting, but they are not considered for dependent rewriting.
The tactics with ASM in their name add the assumption list to the list of theorems used for dependent rewriting.