rlean-search 0.2.2

Type-aware search over Lean 4 theorems, lemmas, and axioms
Documentation
1
2
3
4
5
6
7
//! Parsers for Lean type expressions and theorem/lemma/axiom declarations.

mod decl;
mod type_expr;

pub use decl::{parse_declarations, parse_declarations_with_path};
pub use type_expr::{parse_type, parse_search_pattern, SearchPattern};