Could the {.pure.} pragma be made to work with imports the same as it works 
with enums?

Example: 
    
    
    import math {.pure.}
    
    echo cos(1.0) # Error
    echo math.cos(1.0) # OK
    

Reply via email to