On Mon, Sep 21, 2015 at 9:06 AM, Jon Norberg <[email protected]> wrote:
> type x
>   value::Union{Array{Float64},Float64}
> end

Replace Union{} with Union() on 0.3 (or use Compat....)

>
> gives me error:
>
> type: instantiate_type: expected TypeConstructor, got function
>

Reply via email to