Hacker News new | ask | show | jobs
by kazinator 3815 days ago
The language being discussed has parentheses and brackets:

    Vect n a -> Vect m a -> Vect (n + m) a
What's that around n + m, and how eager are you to replace that with multi-line indentation?
1 comments

That's an expression, not a code block. I would not want to replace that with anything.