Documentation

CatCryptCore.Tactics.RSpec

@[rspec] Attribute for Automatic Relational Spec Lookup #

This file provides a @[rspec] attribute that registers rHoare lemmas in a discrimination tree, keyed on the goal type. The ssprove_sim tactic queries this tree when head-matching fails, enabling automatic spec application.

Main definitions #

Register a lemma in the rspec discrimination tree. Extracts the conclusion (an rHoare judgment) and indexes on it.

Equations
  • One or more equations did not get rendered due to their size.
Instances For

    Query the rspec tree for lemmas matching the current goal expression.

    Equations
    Instances For