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/Machine/IO.dcl | |
parent | Add note about when not to use this library (diff) |
Diffstat (limited to 'ABC/Machine/IO.dcl')
-rw-r--r-- | ABC/Machine/IO.dcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ABC/Machine/IO.dcl b/ABC/Machine/IO.dcl index a9b1c5b..0e653df 100644 --- a/ABC/Machine/IO.dcl +++ b/ABC/Machine/IO.dcl @@ -6,7 +6,7 @@ from ABC.Machine.Nodes import ::Node from ABC.Machine.GraphStore import ::Desc from ABC.Machine.Def import ::State -:: IO (:== [Char]) +:: IO (=: IO [Char]) instance toString IO |