"even" On Wed, Jan 27, 2016 at 8:43 PM, Bryan Rivera <[email protected]> wrote:
> Are circular type trees supposed to work?
>
> We can't even join types:
>
> *abstract A*
>
> *abstract B*
>
> *type D <: Union{A, B} # Fail*
>
> *end*
>
"even" On Wed, Jan 27, 2016 at 8:43 PM, Bryan Rivera <[email protected]> wrote:
> Are circular type trees supposed to work?
>
> We can't even join types:
>
> *abstract A*
>
> *abstract B*
>
> *type D <: Union{A, B} # Fail*
>
> *end*
>