-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Labels
enhancementNew feature or requestNew feature or request
Description
如
Lines 567 to 573 in e1f470b
A single constructor with multiple parameters can be used | |
to create a tuple type. As an example, consider representing | |
the four bits in a nybble (half a byte). We first define | |
a datatype <span class="inlinecode"><span class="id" title="var">bit</span></span> that resembles <span class="inlinecode"><span class="id" title="var">bool</span></span> (using the | |
constructors <span class="inlinecode"><span class="id" title="var">B<sub>0</sub></span></span> and <span class="inlinecode"><span class="id" title="var">B<sub>1</sub></span></span> for the two possible bit values) | |
and then define the datatype <span class="inlinecode"><span class="id" title="var">nybble</span></span>, which is essentially | |
a tuple of four bits. |
请问这部分是暂未翻译还是不作翻译呢?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request