Similar to how leading comma lists have the parenthesis lead as well, it'd be nice to allow this for imports and exports: ``` module Foo ( bar , baz , qux ) where import Foo ( bar , baz , qux ) ```
Similar to how leading comma lists have the parenthesis lead as well, it'd be nice to allow this for imports and exports: