Skip to content

Instantly share code, notes, and snippets.

@Philonous
Created January 19, 2018 15:34
Show Gist options
  • Save Philonous/1b9a08fc4f74a68a9b96953f870136ca to your computer and use it in GitHub Desktop.
Save Philonous/1b9a08fc4f74a68a9b96953f870136ca to your computer and use it in GitHub Desktop.
GHCi exception
Prelude> :set -fbreak-on-exception
Prelude> error "abc"
Stopped in <exception thrown>, <unknown>
_exception :: e = _
[<unknown>] [<unknown>] Prelude> :steplocal
*** Exception: Pattern match failure in do expression at ghc/GHCi/UI.hs:3149:12-18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment