Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify/prune schneiderUtils.{sig,sml}
A fair bit of this code is unused or redundant. Ultimate objective is to entirely remove it, moving what's generally useful into bossLib or similar. Likewise jbUtils, jrhUtils, hurdUtils etc.
- Loading branch information
526e1eb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Most part of
hurdUtils
is only used by Joe Hurd in themiller
example. I only use a very small "handy" subset:Know
,Suff
,POP_ORW
,Rewr
,Rewr'
,wrap
,KILL_TAC
, etc., plus the extremely frequentart
(=ASM_REWRITE_TAC
). Since I knewCONJ_ASM1_TAC
, I don't useSTRONG_CONJ_TAC
any more.