What is this construct?

Just to drive that information to completion relative to the original post.

?= is the code point for the “=” character so ?= evaluates to 61
?\s is the code point for a space character so ?\s evaluates to 32

It may also be worth mentioning that what Logger is doing here is building an “IO list” or IO Data. See, for example:

and

5 Likes