Skip to content

Commit 5ed75d0

Browse files
authored
Issue 533 piracy (#535)
* stupid piracy * fix import
1 parent 277df64 commit 5ed75d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/abstract.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Var(x::Type{Var{u}}) where {u} = x
88
Var(x::AbstractString) = Var(Symbol(x))
99
Var(x::Char) = Var(Symbol(x))
1010

11-
Symbol(::Var{T}) where {T} = T
11+
Base.Symbol(::Var{T}) where {T} = T
1212

1313
const SymbolLike = Union{AbstractString,Char,Symbol, Var{T} where T}
1414

0 commit comments

Comments
 (0)