We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
operation
1 parent 4267c02 commit 4af7bb8Copy full SHA for 4af7bb8
src/types.jl
@@ -375,6 +375,7 @@ end
375
376
# We're returning a function pointer
377
@inline function TermInterface.operation(x::BSImpl.Type)
378
+ @nospecialize x
379
@match x begin
380
BSImpl.Const(_) => throw(ArgumentError("`Const` does not have an operation."))
381
BSImpl.Sym(_) => throw(ArgumentError("`Sym` does not have an operation."))
0 commit comments