Chronikis
Chronikis copied to clipboard
Need to allow constant expressions in args of qp that need constants
Expected Behaviour
The expression
qp(pyear, ell_py, 10, rho_py, sigma_py)
should properly expand if pyear and ell_py were previously defined as literals or (more generally) constant expressions.
Actual Behaviour
The expression is not expanded, causing problems in a later stage of the compiler.