Skip to content

Commit

Permalink
Docs generated from: feat: Implicit struct init (#1003)
Browse files Browse the repository at this point in the history
* feat: Can omit .init in simple cases

* fix: Don't treat unqualified modules as interface sym:s

* feat: Can handle implicit init of type inside 'use':d module

* fix: Give deftypes and sumtypes correct parent environment!

* test: A few test cases

* refactor: Remove commented out code

Co-authored-by: Erik Svedang <[email protected]>
  • Loading branch information
carp-lang and Erik Svedang committed Nov 23, 2020
1 parent 684681b commit 620c9ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions core/Quadruple.html
Original file line number Diff line number Diff line change
Expand Up @@ -395,8 +395,7 @@ <h3 id="init-from-refs">
(init-from-refs a-val b-val c-val d-val)
</pre>
<p class="doc">
<p>initializes a <code>Triple</code> from member references.</p>


</p>
</div>
<div class="binder">
Expand Down
3 changes: 1 addition & 2 deletions core/Triple.html
Original file line number Diff line number Diff line change
Expand Up @@ -375,8 +375,7 @@ <h3 id="init-from-refs">
(init-from-refs a-val b-val c-val)
</pre>
<p class="doc">
<p>initializes a <code>Pair</code> from member references.</p>


</p>
</div>
<div class="binder">
Expand Down

0 comments on commit 620c9ad

Please sign in to comment.