Skip to content

Commit 6e5f170

Browse files
committed
Remove the default value for Sym.name
1 parent 93e3942 commit 6e5f170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sdict(kv...) = Dict{BasicSymbolic, Any}(kv...)
1111

1212
@adt BasicSymbolicImpl begin
1313
struct Sym
14-
name::Symbol = :OOF
14+
name::Symbol
1515
end
1616
struct Term
1717
f::Any = identity

0 commit comments

Comments
 (0)