aboutsummaryrefslogtreecommitdiff
path: root/ABC/IO.icl
diff options
context:
space:
mode:
authorCamil Staps2016-07-03 14:42:27 +0200
committerCamil Staps2016-07-03 14:42:27 +0200
commit6025a6637dae924ec87e10d94b0b49ea81592eea (patch)
tree6e18a288cedd5adaa84ceb7737900440166202da /ABC/IO.icl
parentMoved to directory, added test program (diff)
Added ABC.Code
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" <+