There is currently some logic for pretty-printing AnnotatedExceptions (the underlying exception, a call stack if present, and any other annotations) in the displayException implementation for AnnotatedException and in the Freckle.App.Test.Hspec.AnnotatedException module.
- This should be improved with a pretty-printing library
- This should be upstreamed from
freckle-app at least to freckle-exception, if not all the way out to annotated-exception (receptive to PR).