To allow forced case splits
General Form: ACL2 !>:enable-forcing ; allowed forced case splits
See force and see case-split for a discussion of forced case splits, which are turned back on by this command. See disable-forcing for an example showing how to turn off forced case splits.
:in-theory (enable (:executable-counterpart force)) :in-theory (enable (force))