It’d be nice if we could use a haskell-style layout rule allowing either braces-and-semicolons or indentation to delimit specific pieces of syntax.
This is not super important right now since the only multiline syntax is modules, but would be pretty valuable once we have e.g. do-notation (cf #2) and case expressions (cf #37); it would make machine generation of path syntax a lot simpler.
It’d be nice if we could use a haskell-style layout rule allowing either braces-and-semicolons or indentation to delimit specific pieces of syntax.
This is not super important right now since the only multiline syntax is modules, but would be pretty valuable once we have e.g.
do
-notation (cf #2) andcase
expressions (cf #37); it would make machine generation of path syntax a lot simpler.