Thanks!

On Friday, April 1, 2016 at 2:45:58 PM UTC+2, Yichao Yu wrote:
>
> On Fri, Apr 1, 2016 at 8:32 AM, jw3126 <[email protected] <javascript:>> 
> wrote: 
> > How to check if a Type is concrete? e.g. 
> > 
> > isconcrete(Array{Float64, 1}) 
> > true 
> > isconcrete(Int) 
> > false 
>
> isleaftype 
>
> > 
> > 
> > Also is there an established way to check if the return value of a 
> function 
> > is type stable for given input? (e.g. check if @code_warntype shows 
> return 
> > type in ALL CAPS.) 
>
> For testing, use @inferred 
>

Reply via email to