aboutsummaryrefslogtreecommitdiff
path: root/ABC/Assembler.dcl
diff options
context:
space:
mode:
authorCamil Staps2021-01-04 20:25:07 +0100
committerCamil Staps2021-01-04 20:25:07 +0100
commit6084502fd84a6f427429966456a97c14691fc10d (patch)
tree811d9ee0f7873b072f5c92e5221c913c33d45cb7 /ABC/Assembler.dcl
parentAdd note about when not to use this library (diff)
Make up to dateHEADmaster
Diffstat (limited to 'ABC/Assembler.dcl')
-rw-r--r--ABC/Assembler.dcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/ABC/Assembler.dcl b/ABC/Assembler.dcl
index 1203248..20256c2 100644
--- a/ABC/Assembler.dcl
+++ b/ABC/Assembler.dcl
@@ -94,10 +94,10 @@ from ABC.Machine.GraphStore import ::Desc
| Annotation Annotation
| Raw String
-instance toString Assembler
+showAssembler :: !Assembler -> String
instance toString Statement
-instance <<< Assembler
+printAssembler :: !Assembler !*File -> *File
instance <<< Statement
assemble :: Assembler -> ([Instruction], [Desc])