We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
这个名字有助于解释参数意义,应该要加上吧。
主要,因为ADT有分支,所以不能像结构体一样用名字取出值 有一种方案是,允许ADT的分支定义一个私有结构体,这是OCaml的一个功能
The text was updated successfully, but these errors were encountered:
Guest0x0
MMZK1526
No branches or pull requests
这个名字有助于解释参数意义,应该要加上吧。
主要,因为ADT有分支,所以不能像结构体一样用名字取出值
有一种方案是,允许ADT的分支定义一个私有结构体,这是OCaml的一个功能
The text was updated successfully, but these errors were encountered: