PyIR.Const
type t =
| Bool of bool
| Int of Z.t
| Float of float
| Complex of {
real : float;
imag : float;
}
| String of string
| InvalidUnicode of int array
| Bytes of bytes
| None