Skip to content
  • Simon Marlow's avatar
    add errorWithStackTrace · 889ff4aa
    Simon Marlow authored
    -- | Like the function 'error', but appends a stack trace to the error
    -- message if one is available.
    errorWithStackTrace :: String -> a
    889ff4aa