Skip to content

Commit b2e0e1b

Browse files
authored
remove display override. fixes #97 (#98)
1 parent beb031f commit b2e0e1b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/tape.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@ function Base.show(io::IO, instruction::AbstractInstruction, pad = "")
109109
print(io, pad, " cache: ", compactrepr(instruction.cache))
110110
end
111111

112-
Base.display(tp::InstructionTape) = show(STDOUT, tp)
113-
114112
function Base.show(io::IO, tp::InstructionTape)
115113
println("$(length(tp))-element InstructionTape:")
116114
i = 1

0 commit comments

Comments
 (0)