Hi, this works ``` use myModule, only: [typing here offers me suggestions from myModule] ``` but this doesn't ``` use myModule, only : [typing here doesn't offer me anything] ``` Intel Fortran swallows the latter without complaining and I've also seen it in numerous slides/pieces of code. I don't know, however, whether this is documented syntax. (Can you point me to the right location, so I can check next time before bothering you?)