pub fn humanize_fact(input: &str) -> StringExpand description
Humanize a single flat fact-display string into readable notation.
Pure and total: any input that does not parse as the flat form (e.g. a stray
S-expr starting with () is returned unchanged.