diff options
author | Camil Staps | 2016-07-01 09:11:02 +0200 |
---|---|---|
committer | Camil Staps | 2016-07-01 09:11:02 +0200 |
commit | 55e6cadc298beda9d079d99147b3cb0f50ce25ec (patch) | |
tree | dd28e78845843d2dff7d2b3daa2b60f5520e8b7e /IO.dcl | |
parent | Fixes (diff) |
Printing
Diffstat (limited to 'IO.dcl')
-rw-r--r-- | IO.dcl | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -1,3 +1,15 @@ definition module ABC.IO -:: IO +from StdOverloaded import class toString + +from ABC.Nodes import ::Node +from ABC.GraphStore import ::Desc +from ABC.Def import ::State + +:: IO (:== [Char]) + +io_init :: IO +io_print :: a IO -> IO | toString a + +show_node :: Node Desc -> String +instance toString State |