Expand description
Auto-generated module
🤖 Generated with SplitRS
Modules§
- ansi
- ANSI color codes for terminal output.
Functions§
- colorize
- Colorize an expression string for terminal display.
- expr_
summary - Produce a one-line summary of an expression for debug output.
- expr_
to_ doc - Convert an
Exprto aDocfor structured pretty printing. - is_
simple_ name - Check if a name is a simple (single-component) name.
- now_us
- Returns the current timestamp.
- print_
expr - Pretty print an expression with unicode symbols.
- print_
expr_ ascii - Pretty print an expression without unicode symbols.
- print_
expr_ with_ config - Pretty print with a specific configuration.
- print_
level - Pretty print a level expression.
- print_
name_ str - Pretty print a
Nameas a dot-separated string.