How to reproduce:
Observed result:
Expected result (pseudeocode):
This is what you get if you replace the if-let above with if.
Return type should be (t/Option true), as the if-let will result in a nil return if the :a key is not set on the map.
Details: