diff options
author | Camil Staps | 2016-06-30 20:20:26 +0200 |
---|---|---|
committer | Camil Staps | 2016-06-30 20:27:30 +0200 |
commit | e715e592237b979f3cfffdd9f4d167222454b88f (patch) | |
tree | 97fb979b60ca87a1892ca724581366b7ee59aa15 /Misc.icl |
A,B,C-stacks
Diffstat (limited to 'Misc.icl')
-rw-r--r-- | Misc.icl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc.icl b/Misc.icl new file mode 100644 index 0000000..034ce9d --- /dev/null +++ b/Misc.icl @@ -0,0 +1,6 @@ +implementation module ABC.Misc + +import StdEnv + +abortn :: String -> a +abortn s = abort (s +++ "\n") |