Cleanup following the BI and SBI merge
This MR cleans up all occurrences of sbi. Concretely, it performs the following changes:
- Rename
bi.derived_laws_bi→bi.derived_lawsandbi.derived_laws_sbi→bi.derived_laws_later. - Reorganize
bi.big_opfile to removesbisection. - Reorganize
proofmode.coq_tacticsfile to removesbisection. - Fine-grained split of
proofmode.class_instancesbased on the structure of thebifolder. There are now files:class_instances,class_instances_later,class_instances_updates,class_instances_embedding,class_instances_plainly,class_instances_internal_eq.
This change should be backwards compatible, unless developments explicitly import "private" files.
Edited by Robbert Krebbers