Skip to main content

is_valid_ident

Function is_valid_ident 

Source
pub fn is_valid_ident(s: &str) -> bool
Expand description

Check whether s is a valid OxiLean/Lean 4 identifier.

A valid identifier starts with a letter or _, followed by letters, digits, _, or '.