```julia julia> promote(static(0), static(1)) ERROR: promotion of types StaticInt{0} and StaticInt{1} failed to change any arguments ``` Perhaps these should return `Int`s?