
14 May
2014
14 May
'14
10:55 a.m.
On 22 April 2014 19:59, Thiago Negri
So, why not issue import statements at the bottom of a module file?
The first technical problem I see is that a compiler can't easily generate a dependency graph without first parsing the whole module. In contrast, current Haskell forbids anything but a module header, some pragmas and an import list to start any module.