Expand description
Auto-generated module
🤖 Generated with SplitRS
Constants§
- MODULE_
VERSION - Version tag for this module.
Traits§
- Module
Marker - Marker trait for types that can be used in module-specific contexts.
Functions§
- closest_
match - Find the closest match in a list of candidates using Levenshtein distance.
- format_
name_ list - Format a list of names for display in an error message.
- is_
def_ eq_ args - Check definitional equality for a sequence of argument lists.
- is_
def_ eq_ simple - Standalone function for definitional equality (without environment).
- is_
def_ eq_ with_ mode - Check definitional equality with a specific transparency mode.
- levenshtein_
distance - Compute the Levenshtein distance between two string slices.
- module_
err - Create a module-level error string.
- syntactic_
eq - Syntactic equality check (no reduction).
Type Aliases§
- Module
Result - Generic result type for operations in this module.