You can do both:
    
    
    macro foo(ast: untyped) = ...
    macro foo(ast: typed) = ...
    
    
    Run

Reply via email to