You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <spanclass="inlinecode"><spanclass="id" title="var">bit</span></span> that resembles <spanclass="inlinecode"><spanclass="id" title="var">bool</span></span> (using the
constructors <spanclass="inlinecode"><spanclass="id" title="var">B<sub>0</sub></span></span> and <spanclass="inlinecode"><spanclass="id" title="var">B<sub>1</sub></span></span> for the two possible bit values)
and then define the datatype <spanclass="inlinecode"><spanclass="id" title="var">nybble</span></span>, which is essentially
a tuple of four bits.
请问这部分是暂未翻译还是不作翻译呢?
The text was updated successfully, but these errors were encountered:
如
SF-zh/lf-current/Basics.html
Lines 567 to 573 in e1f470b
请问这部分是暂未翻译还是不作翻译呢?
The text was updated successfully, but these errors were encountered: