diff options
author | Camil Staps | 2021-01-04 20:25:07 +0100 |
---|---|---|
committer | Camil Staps | 2021-01-04 20:25:07 +0100 |
commit | 6084502fd84a6f427429966456a97c14691fc10d (patch) | |
tree | 811d9ee0f7873b072f5c92e5221c913c33d45cb7 /ABC/Assembler.dcl | |
parent | Add note about when not to use this library (diff) |
Diffstat (limited to 'ABC/Assembler.dcl')
-rw-r--r-- | ABC/Assembler.dcl | 4 |
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]) |