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 /Misc.dcl | |
parent | Fixes (diff) |
Printing
Diffstat (limited to 'Misc.dcl')
-rw-r--r-- | Misc.dcl | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ definition module ABC.Misc +from StdOverloaded import class toString + abortn :: String -> a + +(<+) infixl 5 :: a b -> String | toString a & toString b +(<++) infixl 5 :: a (g, [b]) -> String | toString a & toString b & toString g |