I've tested this on `Zygote#master` and latest release: ```julia julia> using Zygote julia> (x -> 1)'(1) == nothing true ``` Probably this should give `false` or something like that instead of `nothing`.