On Wed, Apr 29, 2015 at 4:40 PM, Stefan Karpinski <[email protected]> wrote:
> module Sup > export f > f(::Void) = nothing # declare generic function without a la #8283 > <https://github.com/JuliaLang/julia/issues/8283> > end > Sorry, I meant to write this: f(::Union()) = nothing I.e. a method that can never apply to any call. Just a hack until #8283 <https://github.com/JuliaLang/julia/issues/8283> is done.
