Skip to content

Avoid duplicate logic in WHEN-LET* (take 2)

Philipp Marek requested to merge avoid-dupl-logic into master

By using an explicit PROGN we can interpolate straight into the LET. The PROGN shouldn't matter, as the WHEN interferes with DECLAREs anyway.

Merge request reports