diff options
author | Camil Staps | 2016-07-03 14:42:27 +0200 |
---|---|---|
committer | Camil Staps | 2016-07-03 14:42:27 +0200 |
commit | 6025a6637dae924ec87e10d94b0b49ea81592eea (patch) | |
tree | 6e18a288cedd5adaa84ceb7737900440166202da /ABC/IO.icl | |
parent | Moved to directory, added test program (diff) |
Added ABC.Code
Diffstat (limited to 'ABC/IO.icl')
-rw-r--r-- | ABC/IO.icl | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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" <+ |