Open
Description
I am not a fan of the following formatting:
(define 2list (λ (a b) (list a b)))
(define (2list a b)
(list a b))
I would personally like to define functions this small on one line, but I also want to use the shorthand version of define
. I understand whether or not it should be one line is a matter of taste, but it doesn't make sense to me that the expression that is more noisy is the one that is formatted as one line. To me that feels like a less subjective inconsistency.
Metadata
Metadata
Assignees
Labels
No labels