File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -49,4 +49,7 @@ include("parameter_indexing_proxy.jl")
4949
5050export remake_buffer
5151include (" remake.jl" )
52+
53+ include (" despecialize.jl" )
54+
5255end
Original file line number Diff line number Diff line change 1+ struct __InternalInvalidator1 <: Real end
2+ struct __InternalInvalidator2 <: Real end
3+ struct __InternalInvalidator3 <: AbstractVector{Real} end
4+ symbolic_type (:: Type{__InternalInvalidator1} ) = ScalarSymbolic ()
5+ symbolic_type (:: Type{__InternalInvalidator2} ) = ArraySymbolic ()
6+ symbolic_type (:: Type{__InternalInvalidator3} ) = ScalarSymbolic ()
7+ symbolic_type (:: Type{Int} ) = NotSymbolic ()
8+ symbolic_type (:: Type{UInt} ) = NotSymbolic ()
9+ symbolic_type (:: Type{Float64} ) = NotSymbolic ()
10+ symbolic_type (:: Type{Vector{Int}} ) = NotSymbolic ()
11+ symbolic_type (:: Type{Matrix{Float64}} ) = NotSymbolic ()
12+ symbolic_type (:: Type{Array{UInt, 3}} ) = NotSymbolic ()
You can’t perform that action at this time.
0 commit comments