Lifting functions like liftA2
should allow the lifted function to sit on the same line as the lift
#1155
Labels
style
Nitpicking and things related to purely visual aspect for formatting.
Is your feature request related to a problem? Please describe.
I find the following code a bit unsightly:
Describe the solution you'd like
More than most other functions, I think of a lifting function like
lift[A-Z][2-9]
as a unary function that takes a function-to-be-lifted and returns a function of N arguments. I therefore think that this output shows what's going on more clearly and doesn't waste a vertical line (the first argument is often very short — nearly always an operator or a function with no arguments):The text was updated successfully, but these errors were encountered: