Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

逻辑基础:部分原文未作翻译? #17

Open
Hagb opened this issue Jun 29, 2020 · 1 comment
Open

逻辑基础:部分原文未作翻译? #17

Hagb opened this issue Jun 29, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@Hagb
Copy link

Hagb commented Jun 29, 2020


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.

请问这部分是暂未翻译还是不作翻译呢?

@liyishuai
Copy link
Member

英文版更新频繁,有些内容尚未翻译,敬请静候。

@liyishuai liyishuai added the enhancement New feature or request label Jun 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants