summaryrefslogtreecommitdiff
path: root/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_stacktrace_0_type.txt
blob: 9d02af6aa5bcfb55aae5ff588bd852cea52d00bc (plain)
1
2
3
4
5
6
7
8
9
10

  -type stacktrace() ::
            [{module(),
              atom(),
              arity() | [term()],
              [stacktrace_extrainfo()]} |
             {function(), arity() | [term()], [stacktrace_extrainfo()]}].

  An Erlang stacktrace as described by Errors and Error Handling
  section in the Erlang Reference Manual.