Make replace boolean check_inferred
with something that allows configuable small unions
#283
Labels
enhancement
New feature or request
occured to me during JuliaDiff/ChainRules.jl#717
that there are like 3 states we really care about:
Any
or someUnionAll
or abstract typeThe current
check_inferred
boolean doesn't allow us to distinguish case 1 from case 2.The text was updated successfully, but these errors were encountered: