On Mon, Apr 05, 2021 at 05:09:21PM +0000, Simon Peyton-Jones wrote: > Two people who may know more about the alternative layout rule are Simon > Marlow and Ian Lynagh (cc'd).
It was originally designed by John Meacham: https://gitlab.haskell.org/haskell/prime/-/wikis/alternative-layout-rule https://www.mail-archive.com/[email protected]/msg01938.html It isn't exactly equivalent to the Haskell layout rule, but it's fairly close and much simpler (due to not having the "on a parse error" case). Thanks IAn _______________________________________________ ghc-devs mailing list [email protected] http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs
