Files
Alex Hoppen 5709b9ec14 Compute the prefix of orLog only when the closure threw an error
Probably not significant in practice but I noticed that we don’t need to compute the prefix of `orLog` unless the closure threw an error. Make `prefix` an autoclosure to avoid its eager computation.
2025-06-05 16:34:22 +02:00
..