1 2 3 4 5 6
implementation module ABC.Misc import StdEnv abortn :: String -> a abortn s = abort (s +++ "\n")