When compiling expressions that involve functions with `int64` type parameters, I got an error with the message: ```constant 1 overflows int64``` This issue appears to have been introduced by this [commit](https://github.com/expr-lang/expr/commit/cae6003b4797768f5a18001bdccfa47aaeaeb6a4)
When compiling expressions that involve functions with
int64type parameters, I got an error with the message:constant 1 overflows int64This issue appears to have been introduced by this commit