aboutsummaryrefslogtreecommitdiff
path: root/Misc.icl
blob: 034ce9de1e48bb6b4d36491dd3b13b54697bd818 (plain) (blame)
1
2
3
4
5
6
implementation module ABC.Misc

import StdEnv

abortn :: String -> a
abortn s = abort (s +++ "\n")