There are many tactics in the standard library, such as the simpl_list
, simpl_map
, etc. which do not have a in
form. This is awkward, because many a times, I'd like to run simpl_list
within the context of a hypothesis.
Is there some way to enable this?