chapel-lang / chapel

a Productive Parallel Programming Language
https://chapel-lang.org
Other
1.75k stars 410 forks source link

Extend symbol signature to work FnCall #24913

Closed jabraham17 closed 3 weeks ago

jabraham17 commented 3 weeks ago

Extends symbol signature to be able to print out FnCalls. This is important for function signatures like proc foo(a: int(?w), b: real(32))

Tested locally

[Reviewed by @DanilaFe]