diff options
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") |