forked from tc39/proposal-record-tuple
-
Notifications
You must be signed in to change notification settings - Fork 0
/
spec.html
20 lines (17 loc) · 779 Bytes
/
spec.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<meta charset="utf8" />
<pre class="metadata">
title: Record & Tuple
stage: 2
contributors: Robin Ricard, Rick Button
</pre>
<emu-biblio href="spec/biblio.json"></emu-biblio>
<emu-import href="spec/overview.html"></emu-import>
<emu-import href="spec/data-types-and-values.html"></emu-import>
<emu-import href="spec/abstract-operations.html"></emu-import>
<emu-import href="spec/ordinary-and-exotic-object-behaviours.html"></emu-import>
<emu-import href="spec/lexical-grammar.html"></emu-import>
<emu-import href="spec/expression.html"></emu-import>
<emu-import href="spec/immutable-data-structures.html"></emu-import>
<emu-import href="spec/fundamental-objects.html"></emu-import>
<emu-import href="spec/structured-data.html"></emu-import>