Skip to content

Commit

Permalink
Docs generated from: feat: add machine-info primitive draft (#1269)
Browse files Browse the repository at this point in the history
* feat: add machine-info primitive draft

* feat: rename machine-info to structured-info

* fix: use the right primitive name in structured-info error

* refactor: remove unnecessary code
  • Loading branch information
carp-lang committed Jul 9, 2021
1 parent e30ff9d commit 3083046
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions core/Dynamic.html
Original file line number Diff line number Diff line change
Expand Up @@ -3434,6 +3434,29 @@ <h3 id="string?">

</p>
</div>
<div class="binder">
<a class="anchor" href="#structured-info">
<h3 id="structured-info">
structured-info
</h3>
</a>
<div class="description">
primitive
</div>
<p class="sig">
Dynamic
</p>
<span>

</span>
<p class="doc">
<p>gets all information associated with a symbol as a list of the form <code>(type|(), info|(), metadata)</code>.</p>
<p>Example Usage:</p>
<pre><code>(structured-info mysymbol)
</code></pre>

</p>
</div>
<div class="binder">
<a class="anchor" href="#symbol?">
<h3 id="symbol?">
Expand Down

0 comments on commit 3083046

Please sign in to comment.