HOL icon indicating copy to clipboard operation
HOL copied to clipboard

Canonical sources for HOL4 theorem-proving system. Branch develop is where “mainline development” occurs; when develop passes our regression tests, master is merged forward to catch up.

Results 138 HOL issues
Sort by recently updated
recently updated
newest added

Hi, I've implemented some regex search support for DB.find based on issue #297 with a simple precedence parser. The grammar supports the previous two operators, in their same order of...

The original implementation of toSortedAList was overcomplicated, using auxiliary run-length-encoding functions to carry across the idea of the algorithm from one that works on a dense structure. After a couple...

This change introduces the `mrec` and `interp` combinators to `itreeTauTheory`. The mrec combinator is used extensively in the Pancake itree semantics.

Rather than just output the term being examined, the monitoring function should be able to examine the term and return true/false to say whether or not computation should continue. If...

Feature Request

If you don't want to rely on the order of the variables or their names, how do we pull the quantifier block into shape? The names in the pattern can...

The quotation argument to this tactic specifies a pattern that will match one of the free `case` terms in the goal, and then do `Cases_on` that term. Avoids the need...