This commit is contained in:
Ayaz Hafiz 2023-07-02 13:21:33 -05:00
parent cd64134b0a
commit 535eb80dfb
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -867,7 +867,7 @@ fn write_content<'a>(
debug_assert!(env.debug.print_lambda_sets);
// Easy mode 🤠
buf.push_str("?")
buf.push('?');
}
RangedNumber(range) => {
buf.push_str("Range(");