I ran into ```julia julia> log(static(true)) ERROR: MethodError: no method matching AbstractFloat(::True) ``` Since Base supports `AbstractFloat(::Bool)` I think it would make sense to support `AbstractFloat(::StaticBool)` as well.