Browse Source

Update jsone.md

Takeru Ohta 8 years ago
parent
commit
7b20cc1608
1 changed files with 5 additions and 0 deletions
  1. 5 0
      doc/jsone.md

+ 5 - 0
doc/jsone.md

@@ -325,6 +325,11 @@ json_value() = <a href="#type-json_number">json_number()</a> | <a href="#type-js
 stack_item() = {Module::module(), Function::atom(), Arity::arity() | (Args::[term()]), Location::[{file, Filename::string()} | {line, Line::pos_integer()}]}
 </code></pre>
 
+ An item in a stack back-trace.
+
+Note that the `erlang` module already defines the same `stack_item/0` type,
+but it is not exported from the module.
+So, maybe as a temporary measure, we redefine this type for passing full dialyzer analysis.