I wonder if CCBV.fold_true could earn its place in the library? I found it quite convenient when implementing search algorithms, but perhaps others would know other interesting uses. A generic folding seems to fit the library, and is present in the bitv library.
EDIT: after some major refactoring, the short-circuiting CCBV.for_all_true seems to be less useful.
I wonder if
CCBV.fold_truecould earn its place in the library? I found it quite convenient when implementing search algorithms, but perhaps others would know other interesting uses. A generic folding seems to fit the library, and is present in thebitvlibrary.EDIT: after some major refactoring, the short-circuiting
CCBV.for_all_trueseems to be less useful.