aboutsummaryrefslogtreecommitdiff
path: root/ABC/IO.icl
diff options
context:
space:
mode:
Diffstat (limited to 'ABC/IO.icl')
-rw-r--r--ABC/IO.icl3
1 files changed, 1 insertions, 2 deletions
diff --git a/ABC/IO.icl b/ABC/IO.icl
index a7cda49..0762ed2 100644
--- a/ABC/IO.icl
+++ b/ABC/IO.icl
@@ -22,8 +22,7 @@ show_node (Node _ _ _) (Desc _ _ n) = n
instance toString State
where
toString {astack,bstack,cstack,graphstore,descstore,pc,program,io}
- = "output : " <+ io <+ "\n" <+
- "pc : " <+ pc <+ "\n" <+
+ = "pc : " <+ pc <+ "\n" <+
"A-stack : " <+ astack <+ "\n" <+
"B-stack : " <+ bstack <+ "\n" <+
"C-stack : " <+ cstack <+ "\n" <+