Skip to content

Commit

Permalink
Add intersection to type descriptor table
Browse files Browse the repository at this point in the history
Part of #476
  • Loading branch information
jclark committed May 1, 2020
1 parent c5978d3 commit 5d5da03
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lang/spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,10 @@ <h4>Type descriptors</h4>
<td>union</td>
<td>the union of the component types</td>
</tr>
<tr>
<td>intersection</td>
<td>the intersection of the component types</td>
</tr>
<tr>
<td>anydata</td>
<td>plain data (a simple value, sequence value or structured value that
Expand Down

0 comments on commit 5d5da03

Please sign in to comment.