Do u mean something like this??
type Foo{F<:AbstractFloat, T::DenseArray{F}}
x::T
end
This is considered as malformed type parameter list.
Thanks!
On Saturday, October 10, 2015 at 12:59:25 AM UTC+2, Jiahao Chen wrote:
>
> DenseArray{T<:AbstractFloat}
>
>
