Skip to content

Commit 277df64

Browse files
authored
stupid piracy (#534)
1 parent be37955 commit 277df64

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/abstract.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Var(x::Char) = Var(Symbol(x))
1111
Symbol(::Var{T}) where {T} = T
1212

1313
const SymbolLike = Union{AbstractString,Char,Symbol, Var{T} where T}
14-
Base.Symbol(::Val{T}) where {T} = Symbol(T)
1514

1615

1716
"""

0 commit comments

Comments
 (0)